OSDN Git Service

AppliStation-GUI,OptionPaneの表示を調整。Main Instructionの色など
[applistation/AppliStation.git] / AppliStation / InstallationConfirmForm.Designer.cs
1 \r
2 namespace AppliStation\r
3 {\r
4         partial class InstallationConfirmForm\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                         System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("インストールするソフト", System.Windows.Forms.HorizontalAlignment.Left);\r
34                         System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("アップデートするソフト", System.Windows.Forms.HorizontalAlignment.Left);\r
35                         System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("動作させるのに必要なソフト", System.Windows.Forms.HorizontalAlignment.Left);\r
36                         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InstallationConfirmForm));\r
37                         this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
38                         this.btnPanel = new System.Windows.Forms.FlowLayoutPanel();\r
39                         this.runasCheckBox = 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.label = new System.Windows.Forms.Label();\r
43                         this.instsListView = new System.Windows.Forms.ListView();\r
44                         this.nameColumnHeader = new System.Windows.Forms.ColumnHeader();\r
45                         this.versionColumnHeader = new System.Windows.Forms.ColumnHeader();\r
46                         this.currentVersionColumnHeader = new System.Windows.Forms.ColumnHeader();\r
47                         this.silentInstColumnHeader = new System.Windows.Forms.ColumnHeader();\r
48                         this.pkgListNameColumnHeader = new System.Windows.Forms.ColumnHeader();\r
49                         this.instListViewContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);\r
50                         this.silentInstallStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
51                         this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();\r
52                         this.selectAllCheckBox = new System.Windows.Forms.CheckBox();\r
53                         this.silentInstallAsPossibleCheckBox = new System.Windows.Forms.CheckBox();\r
54                         this.instListViewSilentInstallImageList = new System.Windows.Forms.ImageList(this.components);\r
55                         this.tableLayoutPanel1.SuspendLayout();\r
56                         this.btnPanel.SuspendLayout();\r
57                         this.instListViewContextMenuStrip.SuspendLayout();\r
58                         this.flowLayoutPanel1.SuspendLayout();\r
59                         this.SuspendLayout();\r
60                         // \r
61                         // tableLayoutPanel1\r
62                         // \r
63                         this.tableLayoutPanel1.ColumnCount = 1;\r
64                         this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
65                         this.tableLayoutPanel1.Controls.Add(this.btnPanel, 0, 3);\r
66                         this.tableLayoutPanel1.Controls.Add(this.label, 0, 0);\r
67                         this.tableLayoutPanel1.Controls.Add(this.instsListView, 0, 1);\r
68                         this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 2);\r
69                         this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
70                         this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);\r
71                         this.tableLayoutPanel1.Name = "tableLayoutPanel1";\r
72                         this.tableLayoutPanel1.RowCount = 4;\r
73                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));\r
74                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
75                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
76                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
77                         this.tableLayoutPanel1.Size = new System.Drawing.Size(392, 279);\r
78                         this.tableLayoutPanel1.TabIndex = 0;\r
79                         // \r
80                         // btnPanel\r
81                         // \r
82                         this.btnPanel.AutoSize = true;\r
83                         this.btnPanel.Controls.Add(this.runasCheckBox);\r
84                         this.btnPanel.Controls.Add(this.okButton);\r
85                         this.btnPanel.Controls.Add(this.cancelButton);\r
86                         this.btnPanel.Dock = System.Windows.Forms.DockStyle.Right;\r
87                         this.btnPanel.Location = new System.Drawing.Point(84, 247);\r
88                         this.btnPanel.Name = "btnPanel";\r
89                         this.btnPanel.Size = new System.Drawing.Size(305, 29);\r
90                         this.btnPanel.TabIndex = 0;\r
91                         // \r
92                         // runasCheckBox\r
93                         // \r
94                         this.runasCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
95                         this.runasCheckBox.AutoSize = true;\r
96                         this.runasCheckBox.Checked = true;\r
97                         this.runasCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;\r
98                         this.runasCheckBox.Location = new System.Drawing.Point(3, 6);\r
99                         this.runasCheckBox.Name = "runasCheckBox";\r
100                         this.runasCheckBox.Size = new System.Drawing.Size(126, 16);\r
101                         this.runasCheckBox.TabIndex = 0;\r
102                         this.runasCheckBox.Text = "管理者として実行(&A)";\r
103                         this.runasCheckBox.UseVisualStyleBackColor = true;\r
104                         this.runasCheckBox.CheckedChanged += new System.EventHandler(this.RunasCheckBoxCheckedChanged);\r
105                         // \r
106                         // okButton\r
107                         // \r
108                         this.okButton.AutoSize = true;\r
109                         this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;\r
110                         this.okButton.Location = new System.Drawing.Point(135, 3);\r
111                         this.okButton.Name = "okButton";\r
112                         this.okButton.Size = new System.Drawing.Size(86, 23);\r
113                         this.okButton.TabIndex = 1;\r
114                         this.okButton.Text = "インストール";\r
115                         // \r
116                         // cancelButton\r
117                         // \r
118                         this.cancelButton.AutoSize = true;\r
119                         this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
120                         this.cancelButton.Location = new System.Drawing.Point(227, 3);\r
121                         this.cancelButton.Name = "cancelButton";\r
122                         this.cancelButton.Size = new System.Drawing.Size(75, 23);\r
123                         this.cancelButton.TabIndex = 2;\r
124                         this.cancelButton.Text = "キャンセル";\r
125                         // \r
126                         // label\r
127                         // \r
128                         this.label.Dock = System.Windows.Forms.DockStyle.Fill;\r
129                         this.label.Location = new System.Drawing.Point(10, 10);\r
130                         this.label.Margin = new System.Windows.Forms.Padding(10);\r
131                         this.label.Name = "label";\r
132                         this.label.Size = new System.Drawing.Size(372, 30);\r
133                         this.label.TabIndex = 0;\r
134                         this.label.Text = "以下のソフトをインストールしようとしています。インストールするソフトをチェックしてください";\r
135                         // \r
136                         // instsListView\r
137                         // \r
138                         this.instsListView.CheckBoxes = true;\r
139                         this.instsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {\r
140                                                                         this.nameColumnHeader,\r
141                                                                         this.versionColumnHeader,\r
142                                                                         this.currentVersionColumnHeader,\r
143                                                                         this.silentInstColumnHeader,\r
144                                                                         this.pkgListNameColumnHeader});\r
145                         this.instsListView.ContextMenuStrip = this.instListViewContextMenuStrip;\r
146                         this.instsListView.Dock = System.Windows.Forms.DockStyle.Fill;\r
147                         this.instsListView.GridLines = true;\r
148                         listViewGroup1.Header = "インストールするソフト";\r
149                         listViewGroup1.Name = "install";\r
150                         listViewGroup2.Header = "アップデートするソフト";\r
151                         listViewGroup2.Name = "update";\r
152                         listViewGroup3.Header = "動作させるのに必要なソフト";\r
153                         listViewGroup3.Name = "requires";\r
154                         this.instsListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {\r
155                                                                         listViewGroup1,\r
156                                                                         listViewGroup2,\r
157                                                                         listViewGroup3});\r
158                         this.instsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;\r
159                         this.instsListView.Location = new System.Drawing.Point(5, 53);\r
160                         this.instsListView.Margin = new System.Windows.Forms.Padding(5, 3, 5, 5);\r
161                         this.instsListView.Name = "instsListView";\r
162                         this.instsListView.OwnerDraw = true;\r
163                         this.instsListView.ShowItemToolTips = true;\r
164                         this.instsListView.Size = new System.Drawing.Size(382, 158);\r
165                         this.instsListView.TabIndex = 1;\r
166                         this.instsListView.UseCompatibleStateImageBehavior = false;\r
167                         this.instsListView.View = System.Windows.Forms.View.Details;\r
168                         this.instsListView.DrawColumnHeader += new System.Windows.Forms.DrawListViewColumnHeaderEventHandler(this.InstsListViewDrawColumnHeader);\r
169                         this.instsListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.InstsListViewItemChecked);\r
170                         this.instsListView.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.InstsListViewDrawSubItem);\r
171                         // \r
172                         // nameColumnHeader\r
173                         // \r
174                         this.nameColumnHeader.Text = "名前";\r
175                         this.nameColumnHeader.Width = 146;\r
176                         // \r
177                         // versionColumnHeader\r
178                         // \r
179                         this.versionColumnHeader.Text = "バージョン";\r
180                         this.versionColumnHeader.Width = 64;\r
181                         // \r
182                         // currentVersionColumnHeader\r
183                         // \r
184                         this.currentVersionColumnHeader.Text = "現バージョン";\r
185                         this.currentVersionColumnHeader.Width = 64;\r
186                         // \r
187                         // silentInstColumnHeader\r
188                         // \r
189                         this.silentInstColumnHeader.Text = "自動インストール";\r
190                         this.silentInstColumnHeader.Width = 28;\r
191                         // \r
192                         // pkgListNameColumnHeader\r
193                         // \r
194                         this.pkgListNameColumnHeader.Text = "レポジトリ";\r
195                         // \r
196                         // instListViewContextMenuStrip\r
197                         // \r
198                         this.instListViewContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
199                                                                         this.silentInstallStripMenuItem});\r
200                         this.instListViewContextMenuStrip.Name = "packageListViewContextMenuStrip";\r
201                         this.instListViewContextMenuStrip.Size = new System.Drawing.Size(263, 26);\r
202                         this.instListViewContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.InstsListViewContextMenuStripOpening);\r
203                         // \r
204                         // silentInstallStripMenuItem\r
205                         // \r
206                         this.silentInstallStripMenuItem.Name = "silentInstallStripMenuItem";\r
207                         this.silentInstallStripMenuItem.Size = new System.Drawing.Size(262, 22);\r
208                         this.silentInstallStripMenuItem.Text = "サイレントインストールをする(&S)";\r
209                         this.silentInstallStripMenuItem.Click += new System.EventHandler(this.SilentInstallStripMenuItemClick);\r
210                         // \r
211                         // flowLayoutPanel1\r
212                         // \r
213                         this.flowLayoutPanel1.AutoSize = true;\r
214                         this.flowLayoutPanel1.Controls.Add(this.selectAllCheckBox);\r
215                         this.flowLayoutPanel1.Controls.Add(this.silentInstallAsPossibleCheckBox);\r
216                         this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
217                         this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 219);\r
218                         this.flowLayoutPanel1.Name = "flowLayoutPanel1";\r
219                         this.flowLayoutPanel1.Size = new System.Drawing.Size(386, 22);\r
220                         this.flowLayoutPanel1.TabIndex = 3;\r
221                         // \r
222                         // selectAllCheckBox\r
223                         // \r
224                         this.selectAllCheckBox.AutoSize = true;\r
225                         this.selectAllCheckBox.Location = new System.Drawing.Point(3, 3);\r
226                         this.selectAllCheckBox.Name = "selectAllCheckBox";\r
227                         this.selectAllCheckBox.Size = new System.Drawing.Size(133, 16);\r
228                         this.selectAllCheckBox.TabIndex = 0;\r
229                         this.selectAllCheckBox.Text = "すべて選択/非選択(&L)";\r
230                         this.selectAllCheckBox.CheckedChanged += new System.EventHandler(this.SelectAllCheckBoxCheckedChanged);\r
231                         // \r
232                         // silentInstallAsPossibleCheckBox\r
233                         // \r
234                         this.silentInstallAsPossibleCheckBox.AutoSize = true;\r
235                         this.silentInstallAsPossibleCheckBox.Location = new System.Drawing.Point(142, 3);\r
236                         this.silentInstallAsPossibleCheckBox.Name = "silentInstallAsPossibleCheckBox";\r
237                         this.silentInstallAsPossibleCheckBox.Size = new System.Drawing.Size(193, 16);\r
238                         this.silentInstallAsPossibleCheckBox.TabIndex = 1;\r
239                         this.silentInstallAsPossibleCheckBox.Text = "サイレントインストールする/しない(&S)";\r
240                         this.silentInstallAsPossibleCheckBox.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;\r
241                         this.silentInstallAsPossibleCheckBox.CheckedChanged += new System.EventHandler(this.SilentInstallAsPossibleCheckBoxCheckedChanged);\r
242                         // \r
243                         // instListViewSilentInstallImageList\r
244                         // \r
245                         this.instListViewSilentInstallImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("instListViewSilentInstallImageList.ImageStream")));\r
246                         this.instListViewSilentInstallImageList.TransparentColor = System.Drawing.Color.Transparent;\r
247                         this.instListViewSilentInstallImageList.Images.SetKeyName(0, "automatic-install.png");\r
248                         // \r
249                         // InstallationConfirmForm\r
250                         // \r
251                         this.AcceptButton = this.okButton;\r
252                         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
253                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
254                         this.CancelButton = this.cancelButton;\r
255                         this.ClientSize = new System.Drawing.Size(392, 279);\r
256                         this.Controls.Add(this.tableLayoutPanel1);\r
257                         this.MaximizeBox = false;\r
258                         this.Name = "InstallationConfirmForm";\r
259                         this.ShowIcon = false;\r
260                         this.ShowInTaskbar = false;\r
261                         this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
262                         this.Text = "ソフトのインストール";\r
263                         this.Shown += new System.EventHandler(this.InstallationConfirmFormShown);\r
264                         this.tableLayoutPanel1.ResumeLayout(false);\r
265                         this.tableLayoutPanel1.PerformLayout();\r
266                         this.btnPanel.ResumeLayout(false);\r
267                         this.btnPanel.PerformLayout();\r
268                         this.instListViewContextMenuStrip.ResumeLayout(false);\r
269                         this.flowLayoutPanel1.ResumeLayout(false);\r
270                         this.flowLayoutPanel1.PerformLayout();\r
271                         this.ResumeLayout(false);\r
272                 }\r
273                 private System.Windows.Forms.CheckBox silentInstallAsPossibleCheckBox;\r
274                 private System.Windows.Forms.CheckBox selectAllCheckBox;\r
275                 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;\r
276                 private System.Windows.Forms.ColumnHeader pkgListNameColumnHeader;\r
277                 private System.Windows.Forms.ImageList instListViewSilentInstallImageList;\r
278                 private System.Windows.Forms.ColumnHeader silentInstColumnHeader;\r
279                 private System.Windows.Forms.ToolStripMenuItem silentInstallStripMenuItem;\r
280                 private System.Windows.Forms.ContextMenuStrip instListViewContextMenuStrip;\r
281                 private System.Windows.Forms.CheckBox runasCheckBox;\r
282                 private System.Windows.Forms.ColumnHeader currentVersionColumnHeader;\r
283                 private System.Windows.Forms.ColumnHeader versionColumnHeader;\r
284                 private System.Windows.Forms.ColumnHeader nameColumnHeader;\r
285                 private System.Windows.Forms.ListView instsListView;\r
286                 private System.Windows.Forms.Label label;\r
287                 private System.Windows.Forms.Button cancelButton;\r
288                 private System.Windows.Forms.Button okButton;\r
289                 private System.Windows.Forms.FlowLayoutPanel btnPanel;\r
290                 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;\r
291         }\r
292 }\r