OSDN Git Service

AppliStation-GUI,アイコンを追加
[applistation/AppliStation.git] / AppliStation / PackageUninstallConfirmForm.Designer.cs
1 \r
2 namespace AppliStation\r
3 {\r
4         partial class PackageUninstallConfirmForm\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                         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PackageUninstallConfirmForm));\r
33                         this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
34                         this.label = new System.Windows.Forms.Label();\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.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();\r
40                         this.iconLabel = new System.Windows.Forms.Label();\r
41                         this.label2 = new System.Windows.Forms.Label();\r
42                         this.tableLayoutPanel1.SuspendLayout();\r
43                         this.btnPanel.SuspendLayout();\r
44                         this.flowLayoutPanel1.SuspendLayout();\r
45                         this.SuspendLayout();\r
46                         // \r
47                         // tableLayoutPanel1\r
48                         // \r
49                         this.tableLayoutPanel1.ColumnCount = 1;\r
50                         this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
51                         this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
52                         this.tableLayoutPanel1.Controls.Add(this.label, 0, 0);\r
53                         this.tableLayoutPanel1.Controls.Add(this.btnPanel, 0, 2);\r
54                         this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1);\r
55                         this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
56                         this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);\r
57                         this.tableLayoutPanel1.Name = "tableLayoutPanel1";\r
58                         this.tableLayoutPanel1.RowCount = 3;\r
59                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
60                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
61                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
62                         this.tableLayoutPanel1.Size = new System.Drawing.Size(392, 216);\r
63                         this.tableLayoutPanel1.TabIndex = 1;\r
64                         // \r
65                         // label\r
66                         // \r
67                         this.label.Dock = System.Windows.Forms.DockStyle.Fill;\r
68                         this.label.Location = new System.Drawing.Point(10, 10);\r
69                         this.label.Margin = new System.Windows.Forms.Padding(10, 10, 10, 0);\r
70                         this.label.Name = "label";\r
71                         this.label.Size = new System.Drawing.Size(372, 23);\r
72                         this.label.TabIndex = 1;\r
73                         this.label.Text = "以下のソフトをアンインストールしようとしています。よろしいですか?";\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(66, 184);\r
83                         this.btnPanel.Name = "btnPanel";\r
84                         this.btnPanel.Size = new System.Drawing.Size(323, 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(104, 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(245, 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                         // flowLayoutPanel1\r
124                         // \r
125                         this.flowLayoutPanel1.Controls.Add(this.iconLabel);\r
126                         this.flowLayoutPanel1.Controls.Add(this.label2);\r
127                         this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
128                         this.flowLayoutPanel1.Location = new System.Drawing.Point(10, 43);\r
129                         this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(10);\r
130                         this.flowLayoutPanel1.Name = "flowLayoutPanel1";\r
131                         this.flowLayoutPanel1.Size = new System.Drawing.Size(372, 128);\r
132                         this.flowLayoutPanel1.TabIndex = 2;\r
133                         // \r
134                         // iconLabel\r
135                         // \r
136                         this.iconLabel.Location = new System.Drawing.Point(3, 0);\r
137                         this.iconLabel.Name = "iconLabel";\r
138                         this.iconLabel.Size = new System.Drawing.Size(1, 1);\r
139                         this.iconLabel.TabIndex = 0;\r
140                         // \r
141                         // label2\r
142                         // \r
143                         this.label2.AutoSize = true;\r
144                         this.label2.Location = new System.Drawing.Point(10, 0);\r
145                         this.label2.Name = "label2";\r
146                         this.label2.Size = new System.Drawing.Size(0, 12);\r
147                         this.label2.TabIndex = 1;\r
148                         // \r
149                         // PackageUninstallConfirmForm\r
150                         // \r
151                         this.AcceptButton = this.okButton;\r
152                         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
153                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
154                         this.CancelButton = this.cancelButton;\r
155                         this.ClientSize = new System.Drawing.Size(392, 216);\r
156                         this.Controls.Add(this.tableLayoutPanel1);\r
157                         this.MaximizeBox = false;\r
158                         this.Name = "PackageUninstallConfirmForm";\r
159                         this.ShowIcon = false;\r
160                         this.ShowInTaskbar = false;\r
161                         this.Text = "ソフトのアンインストール";\r
162                         this.tableLayoutPanel1.ResumeLayout(false);\r
163                         this.tableLayoutPanel1.PerformLayout();\r
164                         this.btnPanel.ResumeLayout(false);\r
165                         this.btnPanel.PerformLayout();\r
166                         this.flowLayoutPanel1.ResumeLayout(false);\r
167                         this.flowLayoutPanel1.PerformLayout();\r
168                         this.ResumeLayout(false);\r
169                 }\r
170                 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;\r
171                 private System.Windows.Forms.Label iconLabel;\r
172                 private System.Windows.Forms.Label label2;\r
173                 private System.Windows.Forms.Label label;\r
174                 private System.Windows.Forms.Button cancelButton;\r
175                 private System.Windows.Forms.Button okButton;\r
176                 private System.Windows.Forms.CheckBox runasCheckBox;\r
177                 private System.Windows.Forms.FlowLayoutPanel btnPanel;\r
178                 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;\r
179         }\r
180 }\r