OSDN Git Service

na-get-lib,新ダウンロードサブタスクの進捗パーセンテージを小数第二位までの表示に変更。
[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.components = new System.ComponentModel.Container();\r
33                         this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
34                         this.progressSubLabel = new System.Windows.Forms.Label();\r
35                         this.progressLabel = new System.Windows.Forms.Label();\r
36                         this.progressBar = new System.Windows.Forms.ProgressBar();\r
37                         this.progressBarSub = new System.Windows.Forms.ProgressBar();\r
38                         this.bottomPanel = new System.Windows.Forms.FlowLayoutPanel();\r
39                         this.autoCloseCheckBox = new System.Windows.Forms.CheckBox();\r
40                         this.okButton = new System.Windows.Forms.Button();\r
41                         this.cancelButton = new System.Windows.Forms.Button();\r
42                         this.logBox = new System.Windows.Forms.RichTextBox();\r
43                         this.autoCloseTimer = new System.Windows.Forms.Timer(this.components);\r
44                         this.toolTip = new System.Windows.Forms.ToolTip(this.components);\r
45                         this.tableLayoutPanel1.SuspendLayout();\r
46                         this.bottomPanel.SuspendLayout();\r
47                         this.SuspendLayout();\r
48                         // \r
49                         // tableLayoutPanel1\r
50                         // \r
51                         this.tableLayoutPanel1.ColumnCount = 1;\r
52                         this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
53                         this.tableLayoutPanel1.Controls.Add(this.progressSubLabel, 0, 3);\r
54                         this.tableLayoutPanel1.Controls.Add(this.progressLabel, 0, 0);\r
55                         this.tableLayoutPanel1.Controls.Add(this.progressBar, 0, 1);\r
56                         this.tableLayoutPanel1.Controls.Add(this.progressBarSub, 0, 4);\r
57                         this.tableLayoutPanel1.Controls.Add(this.bottomPanel, 0, 6);\r
58                         this.tableLayoutPanel1.Controls.Add(this.logBox, 0, 5);\r
59                         this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
60                         this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);\r
61                         this.tableLayoutPanel1.Name = "tableLayoutPanel1";\r
62                         this.tableLayoutPanel1.RowCount = 7;\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.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
71                         this.tableLayoutPanel1.Size = new System.Drawing.Size(444, 318);\r
72                         this.tableLayoutPanel1.TabIndex = 0;\r
73                         // \r
74                         // progressSubLabel\r
75                         // \r
76                         this.progressSubLabel.AutoEllipsis = true;\r
77                         this.progressSubLabel.Dock = System.Windows.Forms.DockStyle.Fill;\r
78                         this.progressSubLabel.Font = System.Drawing.SystemFonts.CaptionFont;\r
79                         this.progressSubLabel.Location = new System.Drawing.Point(3, 66);\r
80                         this.progressSubLabel.Name = "progressSubLabel";\r
81                         this.progressSubLabel.Size = new System.Drawing.Size(438, 26);\r
82                         this.progressSubLabel.TabIndex = 6;\r
83                         this.progressSubLabel.Text = "しばらくお待ちください...";\r
84                         this.progressSubLabel.TextAlign = System.Drawing.ContentAlignment.BottomLeft;\r
85                         this.progressSubLabel.UseMnemonic = false;\r
86                         this.progressSubLabel.Visible = false;\r
87                         // \r
88                         // progressLabel\r
89                         // \r
90                         this.progressLabel.AutoEllipsis = true;\r
91                         this.progressLabel.Dock = System.Windows.Forms.DockStyle.Bottom;\r
92                         this.progressLabel.Font = System.Drawing.SystemFonts.CaptionFont;\r
93                         this.progressLabel.Location = new System.Drawing.Point(3, 17);\r
94                         this.progressLabel.Name = "progressLabel";\r
95                         this.progressLabel.Size = new System.Drawing.Size(438, 23);\r
96                         this.progressLabel.TabIndex = 0;\r
97                         this.progressLabel.Text = "しばらくお待ちください...";\r
98                         this.progressLabel.TextAlign = System.Drawing.ContentAlignment.BottomLeft;\r
99                         this.progressLabel.UseMnemonic = false;\r
100                         // \r
101                         // progressBar\r
102                         // \r
103                         this.progressBar.Dock = System.Windows.Forms.DockStyle.Top;\r
104                         this.progressBar.Location = new System.Drawing.Point(3, 43);\r
105                         this.progressBar.Name = "progressBar";\r
106                         this.progressBar.Size = new System.Drawing.Size(438, 20);\r
107                         this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;\r
108                         this.progressBar.TabIndex = 2;\r
109                         // \r
110                         // progressBarSub\r
111                         // \r
112                         this.progressBarSub.Dock = System.Windows.Forms.DockStyle.Top;\r
113                         this.progressBarSub.Location = new System.Drawing.Point(3, 95);\r
114                         this.progressBarSub.Name = "progressBarSub";\r
115                         this.progressBarSub.Size = new System.Drawing.Size(438, 20);\r
116                         this.progressBarSub.Style = System.Windows.Forms.ProgressBarStyle.Continuous;\r
117                         this.progressBarSub.TabIndex = 5;\r
118                         this.progressBarSub.Visible = false;\r
119                         // \r
120                         // bottomPanel\r
121                         // \r
122                         this.bottomPanel.AutoSize = true;\r
123                         this.bottomPanel.Controls.Add(this.autoCloseCheckBox);\r
124                         this.bottomPanel.Controls.Add(this.okButton);\r
125                         this.bottomPanel.Controls.Add(this.cancelButton);\r
126                         this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Right;\r
127                         this.bottomPanel.Location = new System.Drawing.Point(100, 286);\r
128                         this.bottomPanel.Name = "bottomPanel";\r
129                         this.bottomPanel.Size = new System.Drawing.Size(341, 29);\r
130                         this.bottomPanel.TabIndex = 4;\r
131                         // \r
132                         // autoCloseCheckBox\r
133                         // \r
134                         this.autoCloseCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
135                         this.autoCloseCheckBox.AutoSize = true;\r
136                         this.autoCloseCheckBox.Checked = true;\r
137                         this.autoCloseCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;\r
138                         this.autoCloseCheckBox.Location = new System.Drawing.Point(3, 6);\r
139                         this.autoCloseCheckBox.Name = "autoCloseCheckBox";\r
140                         this.autoCloseCheckBox.Size = new System.Drawing.Size(173, 16);\r
141                         this.autoCloseCheckBox.TabIndex = 2;\r
142                         this.autoCloseCheckBox.Text = "正常終了時に自動で閉じる(&A)";\r
143                         // \r
144                         // okButton\r
145                         // \r
146                         this.okButton.Enabled = false;\r
147                         this.okButton.Location = new System.Drawing.Point(182, 3);\r
148                         this.okButton.Name = "okButton";\r
149                         this.okButton.Size = new System.Drawing.Size(75, 23);\r
150                         this.okButton.TabIndex = 0;\r
151                         this.okButton.Text = "OK";\r
152                         this.okButton.UseVisualStyleBackColor = true;\r
153                         this.okButton.Click += new System.EventHandler(this.OkButtonClick);\r
154                         // \r
155                         // cancelButton\r
156                         // \r
157                         this.cancelButton.Enabled = false;\r
158                         this.cancelButton.Location = new System.Drawing.Point(263, 3);\r
159                         this.cancelButton.Name = "cancelButton";\r
160                         this.cancelButton.Size = new System.Drawing.Size(75, 23);\r
161                         this.cancelButton.TabIndex = 1;\r
162                         this.cancelButton.Text = "キャンセル";\r
163                         this.cancelButton.UseVisualStyleBackColor = true;\r
164                         this.cancelButton.Click += new System.EventHandler(this.CancelButtonClick);\r
165                         // \r
166                         // logBox\r
167                         // \r
168                         this.logBox.DetectUrls = false;\r
169                         this.logBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
170                         this.logBox.ForeColor = System.Drawing.SystemColors.ControlText;\r
171                         this.logBox.Layout += new System.Windows.Forms.LayoutEventHandler(this.LogBoxTextLayouted);\r
172                         this.logBox.Location = new System.Drawing.Point(3, 121);\r
173                         this.logBox.Name = "logBox";\r
174                         this.logBox.ReadOnly = true;\r
175                         this.logBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;\r
176                         this.logBox.Size = new System.Drawing.Size(438, 159);\r
177                         this.logBox.TabIndex = 8;\r
178                         this.logBox.Text = "";\r
179                         this.logBox.TextChanged += new System.EventHandler(this.LogBoxTextChanged);\r
180                         // \r
181                         // autoCloseTimer\r
182                         // \r
183                         this.autoCloseTimer.Interval = 3000;\r
184                         this.autoCloseTimer.Tick += new System.EventHandler(this.AutoCloseTimerTick);\r
185                         // \r
186                         // ExecutionProgressViewer\r
187                         // \r
188                         this.AcceptButton = this.okButton;\r
189                         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
190                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
191                         this.ClientSize = new System.Drawing.Size(444, 318);\r
192                         this.ControlBox = false;\r
193                         this.Controls.Add(this.tableLayoutPanel1);\r
194                         this.Name = "ExecutionProgressViewer";\r
195                         this.Text = "AppliStation";\r
196                         this.Shown += new System.EventHandler(this.ExecutionProgressViewerShown);\r
197                         this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ExecutionProgressViewerFormClosed);\r
198                         this.tableLayoutPanel1.ResumeLayout(false);\r
199                         this.tableLayoutPanel1.PerformLayout();\r
200                         this.bottomPanel.ResumeLayout(false);\r
201                         this.bottomPanel.PerformLayout();\r
202                         this.ResumeLayout(false);\r
203                 }\r
204                 private System.Windows.Forms.Label progressLabel;\r
205                 private System.Windows.Forms.ToolTip toolTip;\r
206                 private System.Windows.Forms.Timer autoCloseTimer;\r
207                 private System.Windows.Forms.CheckBox autoCloseCheckBox;\r
208                 private System.Windows.Forms.Button cancelButton;\r
209                 private System.Windows.Forms.Button okButton;\r
210                 private System.Windows.Forms.RichTextBox logBox;\r
211                 private System.Windows.Forms.Label progressSubLabel;\r
212                 private System.Windows.Forms.ProgressBar progressBarSub;\r
213                 private System.Windows.Forms.FlowLayoutPanel bottomPanel;\r
214                 private System.Windows.Forms.ProgressBar progressBar;\r
215                 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;\r
216         }\r
217 }\r