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