OSDN Git Service

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