OSDN Git Service

AppliStation-GUI,パッケージ情報パネルの表示の全般的改良。
[applistation/AppliStation.git] / AppliStation / AppliStation.Util / ExecutionProgressViewer.Designer.cs
1 \r
2 namespace AppliStation.Util\r
3 {\r
4         partial class ExecutionProgressViewer\r
5         {\r
6                 /// <summary>\r
7                 /// Designer variable used to keep track of non-visual components.\r
8                 /// </summary>\r
9                 private System.ComponentModel.IContainer components = null;\r
10                 \r
11                 /// <summary>\r
12                 /// Disposes resources used by the form.\r
13                 /// </summary>\r
14                 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
15                 protected override void Dispose(bool disposing)\r
16                 {\r
17                         if (disposing) {\r
18                                 if (components != null) {\r
19                                         components.Dispose();\r
20                                 }\r
21                         }\r
22                         base.Dispose(disposing);\r
23                 }\r
24                 \r
25                 /// <summary>\r
26                 /// This method is required for Windows Forms designer support.\r
27                 /// Do not change the method contents inside the source code editor. The Forms designer might\r
28                 /// not be able to load this method if it was changed manually.\r
29                 /// </summary>\r
30                 private void InitializeComponent()\r
31                 {\r
32                         this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
33                         this.progressSubLabel = new System.Windows.Forms.Label();\r
34                         this.subtitleLabel = new System.Windows.Forms.Label();\r
35                         this.progressBar = new System.Windows.Forms.ProgressBar();\r
36                         this.progressLabel = new System.Windows.Forms.Label();\r
37                         this.progressBarSub = new System.Windows.Forms.ProgressBar();\r
38                         this.bottomPanel = new System.Windows.Forms.FlowLayoutPanel();\r
39                         this.okButton = new System.Windows.Forms.Button();\r
40                         this.cancelButton = new System.Windows.Forms.Button();\r
41                         this.logBox = new System.Windows.Forms.RichTextBox();\r
42                         this.tableLayoutPanel1.SuspendLayout();\r
43                         this.bottomPanel.SuspendLayout();\r
44                         this.SuspendLayout();\r
45                         // \r
46                         // tableLayoutPanel1\r
47                         // \r
48                         this.tableLayoutPanel1.ColumnCount = 1;\r
49                         this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
50                         this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
51                         this.tableLayoutPanel1.Controls.Add(this.progressSubLabel, 0, 5);\r
52                         this.tableLayoutPanel1.Controls.Add(this.subtitleLabel, 0, 0);\r
53                         this.tableLayoutPanel1.Controls.Add(this.progressBar, 0, 1);\r
54                         this.tableLayoutPanel1.Controls.Add(this.progressLabel, 0, 2);\r
55                         this.tableLayoutPanel1.Controls.Add(this.progressBarSub, 0, 4);\r
56                         this.tableLayoutPanel1.Controls.Add(this.bottomPanel, 0, 7);\r
57                         this.tableLayoutPanel1.Controls.Add(this.logBox, 0, 6);\r
58                         this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
59                         this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);\r
60                         this.tableLayoutPanel1.Name = "tableLayoutPanel1";\r
61                         this.tableLayoutPanel1.RowCount = 8;\r
62                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));\r
63                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
64                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
65                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
66                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
67                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
68                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
69                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
70                         this.tableLayoutPanel1.Size = new System.Drawing.Size(444, 318);\r
71                         this.tableLayoutPanel1.TabIndex = 0;\r
72                         // \r
73                         // progressSubLabel\r
74                         // \r
75                         this.progressSubLabel.Dock = System.Windows.Forms.DockStyle.Fill;\r
76                         this.progressSubLabel.Location = new System.Drawing.Point(10, 128);\r
77                         this.progressSubLabel.Margin = new System.Windows.Forms.Padding(10, 0, 3, 0);\r
78                         this.progressSubLabel.Name = "progressSubLabel";\r
79                         this.progressSubLabel.Size = new System.Drawing.Size(431, 26);\r
80                         this.progressSubLabel.TabIndex = 6;\r
81                         this.progressSubLabel.Text = "しばらくお待ちください...";\r
82                         this.progressSubLabel.Visible = false;\r
83                         // \r
84                         // subtitleLabel\r
85                         // \r
86                         this.subtitleLabel.Dock = System.Windows.Forms.DockStyle.Bottom;\r
87                         this.subtitleLabel.Location = new System.Drawing.Point(3, 27);\r
88                         this.subtitleLabel.Name = "subtitleLabel";\r
89                         this.subtitleLabel.Size = new System.Drawing.Size(438, 23);\r
90                         this.subtitleLabel.TabIndex = 0;\r
91                         this.subtitleLabel.Text = "しばらくお待ちください...";\r
92                         // \r
93                         // progressBar\r
94                         // \r
95                         this.progressBar.Dock = System.Windows.Forms.DockStyle.Top;\r
96                         this.progressBar.Location = new System.Drawing.Point(10, 53);\r
97                         this.progressBar.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3);\r
98                         this.progressBar.Name = "progressBar";\r
99                         this.progressBar.Size = new System.Drawing.Size(424, 20);\r
100                         this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;\r
101                         this.progressBar.TabIndex = 2;\r
102                         // \r
103                         // progressLabel\r
104                         // \r
105                         this.progressLabel.Dock = System.Windows.Forms.DockStyle.Fill;\r
106                         this.progressLabel.Location = new System.Drawing.Point(10, 76);\r
107                         this.progressLabel.Margin = new System.Windows.Forms.Padding(10, 0, 3, 0);\r
108                         this.progressLabel.Name = "progressLabel";\r
109                         this.progressLabel.Size = new System.Drawing.Size(431, 26);\r
110                         this.progressLabel.TabIndex = 3;\r
111                         this.progressLabel.Text = "しばらくお待ちください...";\r
112                         // \r
113                         // progressBarSub\r
114                         // \r
115                         this.progressBarSub.Dock = System.Windows.Forms.DockStyle.Top;\r
116                         this.progressBarSub.Location = new System.Drawing.Point(10, 105);\r
117                         this.progressBarSub.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3);\r
118                         this.progressBarSub.Name = "progressBarSub";\r
119                         this.progressBarSub.Size = new System.Drawing.Size(424, 20);\r
120                         this.progressBarSub.Style = System.Windows.Forms.ProgressBarStyle.Continuous;\r
121                         this.progressBarSub.TabIndex = 5;\r
122                         this.progressBarSub.Visible = false;\r
123                         // \r
124                         // bottomPanel\r
125                         // \r
126                         this.bottomPanel.AutoSize = true;\r
127                         this.bottomPanel.Controls.Add(this.okButton);\r
128                         this.bottomPanel.Controls.Add(this.cancelButton);\r
129                         this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Right;\r
130                         this.bottomPanel.Location = new System.Drawing.Point(279, 286);\r
131                         this.bottomPanel.Name = "bottomPanel";\r
132                         this.bottomPanel.Size = new System.Drawing.Size(162, 29);\r
133                         this.bottomPanel.TabIndex = 4;\r
134                         // \r
135                         // okButton\r
136                         // \r
137                         this.okButton.Enabled = false;\r
138                         this.okButton.Location = new System.Drawing.Point(3, 3);\r
139                         this.okButton.Name = "okButton";\r
140                         this.okButton.Size = new System.Drawing.Size(75, 23);\r
141                         this.okButton.TabIndex = 0;\r
142                         this.okButton.Text = "OK";\r
143                         this.okButton.UseVisualStyleBackColor = true;\r
144                         this.okButton.Click += new System.EventHandler(this.OkButtonClick);\r
145                         // \r
146                         // cancelButton\r
147                         // \r
148                         this.cancelButton.Enabled = false;\r
149                         this.cancelButton.Location = new System.Drawing.Point(84, 3);\r
150                         this.cancelButton.Name = "cancelButton";\r
151                         this.cancelButton.Size = new System.Drawing.Size(75, 23);\r
152                         this.cancelButton.TabIndex = 1;\r
153                         this.cancelButton.Text = "キャンセル";\r
154                         this.cancelButton.UseVisualStyleBackColor = true;\r
155                         this.cancelButton.Click += new System.EventHandler(this.CancelButtonClick);\r
156                         // \r
157                         // logBox\r
158                         // \r
159                         this.logBox.BackColor = System.Drawing.SystemColors.Control;\r
160                         this.logBox.DetectUrls = false;\r
161                         this.logBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
162                         this.logBox.ForeColor = System.Drawing.SystemColors.ControlText;\r
163                         this.logBox.Location = new System.Drawing.Point(10, 157);\r
164                         this.logBox.Margin = new System.Windows.Forms.Padding(10, 3, 3, 3);\r
165                         this.logBox.Name = "logBox";\r
166                         this.logBox.ReadOnly = true;\r
167                         this.logBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;\r
168                         this.logBox.Size = new System.Drawing.Size(431, 123);\r
169                         this.logBox.TabIndex = 8;\r
170                         this.logBox.Text = "";\r
171                         // \r
172                         // ExecutionProgressViewer\r
173                         // \r
174                         this.AcceptButton = this.okButton;\r
175                         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
176                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
177                         this.ClientSize = new System.Drawing.Size(444, 318);\r
178                         this.Controls.Add(this.tableLayoutPanel1);\r
179                         this.MaximizeBox = false;\r
180                         this.Name = "ExecutionProgressViewer";\r
181                         this.ShowIcon = false;\r
182                         this.Text = "AppliStation";\r
183                         this.Shown += new System.EventHandler(this.ExecutionProgressViewerShown);\r
184                         this.tableLayoutPanel1.ResumeLayout(false);\r
185                         this.tableLayoutPanel1.PerformLayout();\r
186                         this.bottomPanel.ResumeLayout(false);\r
187                         this.ResumeLayout(false);\r
188                 }\r
189                 private System.Windows.Forms.Button cancelButton;\r
190                 private System.Windows.Forms.Button okButton;\r
191                 private System.Windows.Forms.RichTextBox logBox;\r
192                 private System.Windows.Forms.Label progressSubLabel;\r
193                 private System.Windows.Forms.ProgressBar progressBarSub;\r
194                 private System.Windows.Forms.FlowLayoutPanel bottomPanel;\r
195                 private System.Windows.Forms.Label progressLabel;\r
196                 private System.Windows.Forms.ProgressBar progressBar;\r
197                 private System.Windows.Forms.Label subtitleLabel;\r
198                 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;\r
199         }\r
200 }\r