OSDN Git Service

チケット #38687 tar.gz 形式が 7-ZIP32.DLL がインストールされている環境下で正しく展開されない
[applistation/AppliStation.git] / AppliStation / AppliStation.Util / OptionDialog.Designer.cs
1 namespace AppliStation.Util\r
2 {\r
3         partial class OptionDialog\r
4         {\r
5                 /// <summary>\r
6                 /// Designer variable used to keep track of non-visual components.\r
7                 /// </summary>\r
8                 private System.ComponentModel.IContainer components = null;\r
9                 \r
10                 /// <summary>\r
11                 /// Disposes resources used by the form.\r
12                 /// </summary>\r
13                 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14                 protected override void Dispose(bool disposing)\r
15                 {\r
16                         if (disposing) {\r
17                                 if (components != null) {\r
18                                         components.Dispose();\r
19                                 }\r
20                         }\r
21                         base.Dispose(disposing);\r
22                 }\r
23                 \r
24                 /// <summary>\r
25                 /// This method is required for Windows Forms designer support.\r
26                 /// Do not change the method contents inside the source code editor. The Forms designer might\r
27                 /// not be able to load this method if it was changed manually.\r
28                 /// </summary>\r
29                 private void InitializeComponent()\r
30                 {\r
31                         System.Windows.Forms.TableLayoutPanel topTableLayoutPane;\r
32                         System.Windows.Forms.TableLayoutPanel btnsAreaTableLayoutPanel;\r
33                         this.iconPictureBox = new System.Windows.Forms.PictureBox();\r
34                         this.noButton = new System.Windows.Forms.Button();\r
35                         this.cancelButton = new System.Windows.Forms.Button();\r
36                         this.okButton = new System.Windows.Forms.Button();\r
37                         this.yesButton = new System.Windows.Forms.Button();\r
38                         this.mainInstLabel = new System.Windows.Forms.Label();\r
39                         this.contentLabel = new System.Windows.Forms.Label();\r
40                         this.contentFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();\r
41                         this.separatorLabel = new System.Windows.Forms.Label();\r
42                         topTableLayoutPane = new System.Windows.Forms.TableLayoutPanel();\r
43                         btnsAreaTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
44                         topTableLayoutPane.SuspendLayout();\r
45                         ((System.ComponentModel.ISupportInitialize)(this.iconPictureBox)).BeginInit();\r
46                         btnsAreaTableLayoutPanel.SuspendLayout();\r
47                         this.SuspendLayout();\r
48                         // \r
49                         // topTableLayoutPane\r
50                         // \r
51                         topTableLayoutPane.AutoSize = true;\r
52                         topTableLayoutPane.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
53                         topTableLayoutPane.ColumnCount = 2;\r
54                         topTableLayoutPane.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
55                         topTableLayoutPane.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
56                         topTableLayoutPane.Controls.Add(this.iconPictureBox, 0, 0);\r
57                         topTableLayoutPane.Controls.Add(btnsAreaTableLayoutPanel, 0, 4);\r
58                         topTableLayoutPane.Controls.Add(this.mainInstLabel, 1, 0);\r
59                         topTableLayoutPane.Controls.Add(this.contentLabel, 1, 1);\r
60                         topTableLayoutPane.Controls.Add(this.contentFlowLayoutPanel, 1, 2);\r
61                         topTableLayoutPane.Controls.Add(this.separatorLabel, 0, 3);\r
62                         topTableLayoutPane.Dock = System.Windows.Forms.DockStyle.Fill;\r
63                         topTableLayoutPane.Location = new System.Drawing.Point(0, 0);\r
64                         topTableLayoutPane.Name = "topTableLayoutPane";\r
65                         topTableLayoutPane.RowCount = 5;\r
66                         topTableLayoutPane.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
67                         topTableLayoutPane.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
68                         topTableLayoutPane.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
69                         topTableLayoutPane.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 2F));\r
70                         topTableLayoutPane.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
71                         topTableLayoutPane.Size = new System.Drawing.Size(392, 292);\r
72                         topTableLayoutPane.TabIndex = 0;\r
73                         // \r
74                         // iconPictureBox\r
75                         // \r
76                         this.iconPictureBox.Location = new System.Drawing.Point(8, 8);\r
77                         this.iconPictureBox.Margin = new System.Windows.Forms.Padding(8);\r
78                         this.iconPictureBox.Name = "iconPictureBox";\r
79                         topTableLayoutPane.SetRowSpan(this.iconPictureBox, 2);\r
80                         this.iconPictureBox.Size = new System.Drawing.Size(0, 0);\r
81                         this.iconPictureBox.TabIndex = 0;\r
82                         this.iconPictureBox.TabStop = false;\r
83                         // \r
84                         // btnsAreaTableLayoutPanel\r
85                         // \r
86                         btnsAreaTableLayoutPanel.AutoSize = true;\r
87                         btnsAreaTableLayoutPanel.BackColor = System.Drawing.SystemColors.Control;\r
88                         btnsAreaTableLayoutPanel.ColumnCount = 5;\r
89                         topTableLayoutPane.SetColumnSpan(btnsAreaTableLayoutPanel, 2);\r
90                         btnsAreaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
91                         btnsAreaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
92                         btnsAreaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
93                         btnsAreaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
94                         btnsAreaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
95                         btnsAreaTableLayoutPanel.Controls.Add(this.noButton, 3, 0);\r
96                         btnsAreaTableLayoutPanel.Controls.Add(this.cancelButton, 4, 0);\r
97                         btnsAreaTableLayoutPanel.Controls.Add(this.okButton, 1, 0);\r
98                         btnsAreaTableLayoutPanel.Controls.Add(this.yesButton, 2, 0);\r
99                         btnsAreaTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
100                         btnsAreaTableLayoutPanel.ForeColor = System.Drawing.SystemColors.ControlText;\r
101                         btnsAreaTableLayoutPanel.Location = new System.Drawing.Point(0, 255);\r
102                         btnsAreaTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);\r
103                         btnsAreaTableLayoutPanel.Name = "btnsAreaTableLayoutPanel";\r
104                         btnsAreaTableLayoutPanel.Padding = new System.Windows.Forms.Padding(4);\r
105                         btnsAreaTableLayoutPanel.RowCount = 1;\r
106                         btnsAreaTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
107                         btnsAreaTableLayoutPanel.Size = new System.Drawing.Size(392, 37);\r
108                         btnsAreaTableLayoutPanel.TabIndex = 2;\r
109                         // \r
110                         // noButton\r
111                         // \r
112                         this.noButton.DialogResult = System.Windows.Forms.DialogResult.No;\r
113                         this.noButton.Location = new System.Drawing.Point(229, 7);\r
114                         this.noButton.Name = "noButton";\r
115                         this.noButton.Size = new System.Drawing.Size(75, 23);\r
116                         this.noButton.TabIndex = 2;\r
117                         this.noButton.Text = "いいえ(&N)";\r
118                         this.noButton.Click += new System.EventHandler(this.SomeButtonClick);\r
119                         // \r
120                         // cancelButton\r
121                         // \r
122                         this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
123                         this.cancelButton.Location = new System.Drawing.Point(310, 7);\r
124                         this.cancelButton.Name = "cancelButton";\r
125                         this.cancelButton.Size = new System.Drawing.Size(75, 23);\r
126                         this.cancelButton.TabIndex = 3;\r
127                         this.cancelButton.Text = "キャンセル";\r
128                         this.cancelButton.Click += new System.EventHandler(this.SomeButtonClick);\r
129                         // \r
130                         // okButton\r
131                         // \r
132                         this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;\r
133                         this.okButton.Location = new System.Drawing.Point(67, 7);\r
134                         this.okButton.Name = "okButton";\r
135                         this.okButton.Size = new System.Drawing.Size(75, 23);\r
136                         this.okButton.TabIndex = 0;\r
137                         this.okButton.Text = "OK";\r
138                         this.okButton.Click += new System.EventHandler(this.SomeButtonClick);\r
139                         // \r
140                         // yesButton\r
141                         // \r
142                         this.yesButton.DialogResult = System.Windows.Forms.DialogResult.Yes;\r
143                         this.yesButton.Location = new System.Drawing.Point(148, 7);\r
144                         this.yesButton.Name = "yesButton";\r
145                         this.yesButton.Size = new System.Drawing.Size(75, 23);\r
146                         this.yesButton.TabIndex = 1;\r
147                         this.yesButton.Text = "はい(&Y)";\r
148                         this.yesButton.Click += new System.EventHandler(this.SomeButtonClick);\r
149                         // \r
150                         // mainInstLabel\r
151                         // \r
152                         this.mainInstLabel.AutoSize = true;\r
153                         this.mainInstLabel.Location = new System.Drawing.Point(24, 8);\r
154                         this.mainInstLabel.Margin = new System.Windows.Forms.Padding(8);\r
155                         this.mainInstLabel.Name = "mainInstLabel";\r
156                         this.mainInstLabel.Size = new System.Drawing.Size(0, 15);\r
157                         this.mainInstLabel.TabIndex = 0;\r
158                         this.mainInstLabel.UseCompatibleTextRendering = true;\r
159                         // \r
160                         // contentLabel\r
161                         // \r
162                         this.contentLabel.AutoSize = true;\r
163                         this.contentLabel.Location = new System.Drawing.Point(24, 31);\r
164                         this.contentLabel.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);\r
165                         this.contentLabel.Name = "contentLabel";\r
166                         this.contentLabel.Size = new System.Drawing.Size(0, 15);\r
167                         this.contentLabel.TabIndex = 1;\r
168                         this.contentLabel.UseCompatibleTextRendering = true;\r
169                         // \r
170                         // contentFlowLayoutPanel\r
171                         // \r
172                         this.contentFlowLayoutPanel.AutoSize = true;\r
173                         this.contentFlowLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
174                         this.contentFlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
175                         this.contentFlowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;\r
176                         this.contentFlowLayoutPanel.Location = new System.Drawing.Point(24, 54);\r
177                         this.contentFlowLayoutPanel.Margin = new System.Windows.Forms.Padding(8);\r
178                         this.contentFlowLayoutPanel.Name = "contentFlowLayoutPanel";\r
179                         this.contentFlowLayoutPanel.Size = new System.Drawing.Size(360, 191);\r
180                         this.contentFlowLayoutPanel.TabIndex = 1;\r
181                         // \r
182                         // separatorLabel\r
183                         // \r
184                         this.separatorLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;\r
185                         topTableLayoutPane.SetColumnSpan(this.separatorLabel, 2);\r
186                         this.separatorLabel.Dock = System.Windows.Forms.DockStyle.Bottom;\r
187                         this.separatorLabel.Location = new System.Drawing.Point(0, 253);\r
188                         this.separatorLabel.Margin = new System.Windows.Forms.Padding(0);\r
189                         this.separatorLabel.Name = "separatorLabel";\r
190                         this.separatorLabel.Size = new System.Drawing.Size(392, 2);\r
191                         this.separatorLabel.TabIndex = 3;\r
192                         // \r
193                         // OptionDialog\r
194                         // \r
195                         this.AcceptButton = this.okButton;\r
196                         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
197                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
198                         this.AutoSize = true;\r
199                         this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
200                         this.CancelButton = this.cancelButton;\r
201                         this.ClientSize = new System.Drawing.Size(392, 292);\r
202                         this.ControlBox = false;\r
203                         this.Controls.Add(topTableLayoutPane);\r
204                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;\r
205                         this.Name = "OptionDialog";\r
206                         this.ShowInTaskbar = false;\r
207                         this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
208                         this.StyleChanged += new System.EventHandler(this.OptionDialogStyleChanged);\r
209                         this.SystemColorsChanged += new System.EventHandler(this.OptionDialogStyleChanged);\r
210                         topTableLayoutPane.ResumeLayout(false);\r
211                         topTableLayoutPane.PerformLayout();\r
212                         ((System.ComponentModel.ISupportInitialize)(this.iconPictureBox)).EndInit();\r
213                         btnsAreaTableLayoutPanel.ResumeLayout(false);\r
214                         this.ResumeLayout(false);\r
215                         this.PerformLayout();\r
216                 }\r
217                 private System.Windows.Forms.Label separatorLabel;\r
218                 private System.Windows.Forms.Label contentLabel;\r
219                 private System.Windows.Forms.Button okButton;\r
220                 private System.Windows.Forms.Button cancelButton;\r
221                 private System.Windows.Forms.Button noButton;\r
222                 private System.Windows.Forms.Button yesButton;\r
223                 private System.Windows.Forms.Label mainInstLabel;\r
224                 private System.Windows.Forms.FlowLayoutPanel contentFlowLayoutPanel;\r
225                 private System.Windows.Forms.PictureBox iconPictureBox;\r
226         }\r
227 }\r