OSDN Git Service

AppliStation-GUI,レポジトリリスト編集ダイアログのデザイン配置を変更
[applistation/AppliStation.git] / AppliStation / UserPrefForm.Designer.cs
1 namespace AppliStation\r
2 {\r
3         partial class UserPrefForm\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                         this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
32                         this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();\r
33                         this.okButton = new System.Windows.Forms.Button();\r
34                         this.cancelButton = new System.Windows.Forms.Button();\r
35                         this.tabControl = new System.Windows.Forms.TabControl();\r
36                         this.reposListTabPage = new System.Windows.Forms.TabPage();\r
37                         this.repoTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
38                         this.repoListCheckedListBox = new System.Windows.Forms.CheckedListBox();\r
39                         this.repoBtnsFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();\r
40                         this.addRepoButton = new System.Windows.Forms.Button();\r
41                         this.removeRepoButton = new System.Windows.Forms.Button();\r
42                         this.upRepoButton = new System.Windows.Forms.Button();\r
43                         this.downRepoButton = new System.Windows.Forms.Button();\r
44                         this.repoUrlTextBox = new System.Windows.Forms.TextBox();\r
45                         this.repoUrlLabel = new System.Windows.Forms.Label();\r
46                         this.repoListLabel = new System.Windows.Forms.Label();\r
47                         this.tableLayoutPanel.SuspendLayout();\r
48                         this.flowLayoutPanel1.SuspendLayout();\r
49                         this.tabControl.SuspendLayout();\r
50                         this.reposListTabPage.SuspendLayout();\r
51                         this.repoTableLayoutPanel.SuspendLayout();\r
52                         this.repoBtnsFlowLayoutPanel.SuspendLayout();\r
53                         this.SuspendLayout();\r
54                         // \r
55                         // tableLayoutPanel\r
56                         // \r
57                         this.tableLayoutPanel.ColumnCount = 1;\r
58                         this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
59                         this.tableLayoutPanel.Controls.Add(this.flowLayoutPanel1, 0, 1);\r
60                         this.tableLayoutPanel.Controls.Add(this.tabControl, 0, 0);\r
61                         this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
62                         this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);\r
63                         this.tableLayoutPanel.Name = "tableLayoutPanel";\r
64                         this.tableLayoutPanel.RowCount = 1;\r
65                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
66                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
67                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
68                         this.tableLayoutPanel.Size = new System.Drawing.Size(464, 283);\r
69                         this.tableLayoutPanel.TabIndex = 0;\r
70                         // \r
71                         // flowLayoutPanel1\r
72                         // \r
73                         this.flowLayoutPanel1.AutoSize = true;\r
74                         this.flowLayoutPanel1.Controls.Add(this.okButton);\r
75                         this.flowLayoutPanel1.Controls.Add(this.cancelButton);\r
76                         this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Right;\r
77                         this.flowLayoutPanel1.Location = new System.Drawing.Point(294, 250);\r
78                         this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);\r
79                         this.flowLayoutPanel1.Name = "flowLayoutPanel1";\r
80                         this.flowLayoutPanel1.Size = new System.Drawing.Size(170, 33);\r
81                         this.flowLayoutPanel1.TabIndex = 14;\r
82                         // \r
83                         // okButton\r
84                         // \r
85                         this.okButton.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
86                         this.okButton.AutoSize = true;\r
87                         this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;\r
88                         this.okButton.Location = new System.Drawing.Point(5, 5);\r
89                         this.okButton.Margin = new System.Windows.Forms.Padding(5);\r
90                         this.okButton.Name = "okButton";\r
91                         this.okButton.Size = new System.Drawing.Size(75, 23);\r
92                         this.okButton.TabIndex = 0;\r
93                         this.okButton.Text = "OK";\r
94                         this.okButton.Click += new System.EventHandler(this.OkButtonClick);\r
95                         // \r
96                         // cancelButton\r
97                         // \r
98                         this.cancelButton.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
99                         this.cancelButton.AutoSize = true;\r
100                         this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
101                         this.cancelButton.Location = new System.Drawing.Point(90, 5);\r
102                         this.cancelButton.Margin = new System.Windows.Forms.Padding(5);\r
103                         this.cancelButton.Name = "cancelButton";\r
104                         this.cancelButton.Size = new System.Drawing.Size(75, 23);\r
105                         this.cancelButton.TabIndex = 1;\r
106                         this.cancelButton.Text = "キャンセル";\r
107                         this.cancelButton.Click += new System.EventHandler(this.CancelButtonClick);\r
108                         // \r
109                         // tabControl\r
110                         // \r
111                         this.tabControl.Controls.Add(this.reposListTabPage);\r
112                         this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;\r
113                         this.tabControl.Location = new System.Drawing.Point(5, 5);\r
114                         this.tabControl.Margin = new System.Windows.Forms.Padding(5);\r
115                         this.tabControl.Multiline = true;\r
116                         this.tabControl.Name = "tabControl";\r
117                         this.tabControl.SelectedIndex = 0;\r
118                         this.tabControl.Size = new System.Drawing.Size(454, 240);\r
119                         this.tabControl.TabIndex = 1;\r
120                         // \r
121                         // reposListTabPage\r
122                         // \r
123                         this.reposListTabPage.Controls.Add(this.repoTableLayoutPanel);\r
124                         this.reposListTabPage.Location = new System.Drawing.Point(4, 22);\r
125                         this.reposListTabPage.Name = "reposListTabPage";\r
126                         this.reposListTabPage.Padding = new System.Windows.Forms.Padding(3);\r
127                         this.reposListTabPage.Size = new System.Drawing.Size(446, 214);\r
128                         this.reposListTabPage.TabIndex = 0;\r
129                         this.reposListTabPage.Text = "レポジトリ";\r
130                         // \r
131                         // repoTableLayoutPanel\r
132                         // \r
133                         this.repoTableLayoutPanel.ColumnCount = 3;\r
134                         this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
135                         this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
136                         this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
137                         this.repoTableLayoutPanel.Controls.Add(this.repoListCheckedListBox, 0, 1);\r
138                         this.repoTableLayoutPanel.Controls.Add(this.repoBtnsFlowLayoutPanel, 2, 1);\r
139                         this.repoTableLayoutPanel.Controls.Add(this.repoUrlTextBox, 1, 2);\r
140                         this.repoTableLayoutPanel.Controls.Add(this.repoUrlLabel, 0, 2);\r
141                         this.repoTableLayoutPanel.Controls.Add(this.repoListLabel, 0, 0);\r
142                         this.repoTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
143                         this.repoTableLayoutPanel.Location = new System.Drawing.Point(3, 3);\r
144                         this.repoTableLayoutPanel.Name = "repoTableLayoutPanel";\r
145                         this.repoTableLayoutPanel.RowCount = 3;\r
146                         this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
147                         this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
148                         this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
149                         this.repoTableLayoutPanel.Size = new System.Drawing.Size(440, 208);\r
150                         this.repoTableLayoutPanel.TabIndex = 1;\r
151                         // \r
152                         // repoListCheckedListBox\r
153                         // \r
154                         this.repoTableLayoutPanel.SetColumnSpan(this.repoListCheckedListBox, 2);\r
155                         this.repoListCheckedListBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
156                         this.repoListCheckedListBox.FormattingEnabled = true;\r
157                         this.repoListCheckedListBox.IntegralHeight = false;\r
158                         this.repoListCheckedListBox.Location = new System.Drawing.Point(3, 15);\r
159                         this.repoListCheckedListBox.Name = "repoListCheckedListBox";\r
160                         this.repoListCheckedListBox.ScrollAlwaysVisible = true;\r
161                         this.repoListCheckedListBox.Size = new System.Drawing.Size(347, 165);\r
162                         this.repoListCheckedListBox.TabIndex = 1;\r
163                         this.repoListCheckedListBox.SelectedIndexChanged += new System.EventHandler(this.RepoListCheckedListBoxSelectedIndexChanged);\r
164                         this.repoListCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.RepoListCheckedListBoxItemCheck);\r
165                         // \r
166                         // repoBtnsFlowLayoutPanel\r
167                         // \r
168                         this.repoBtnsFlowLayoutPanel.Anchor = System.Windows.Forms.AnchorStyles.Top;\r
169                         this.repoBtnsFlowLayoutPanel.AutoSize = true;\r
170                         this.repoBtnsFlowLayoutPanel.Controls.Add(this.addRepoButton);\r
171                         this.repoBtnsFlowLayoutPanel.Controls.Add(this.removeRepoButton);\r
172                         this.repoBtnsFlowLayoutPanel.Controls.Add(this.upRepoButton);\r
173                         this.repoBtnsFlowLayoutPanel.Controls.Add(this.downRepoButton);\r
174                         this.repoBtnsFlowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;\r
175                         this.repoBtnsFlowLayoutPanel.Location = new System.Drawing.Point(356, 15);\r
176                         this.repoBtnsFlowLayoutPanel.Name = "repoBtnsFlowLayoutPanel";\r
177                         this.repoBtnsFlowLayoutPanel.Size = new System.Drawing.Size(81, 116);\r
178                         this.repoBtnsFlowLayoutPanel.TabIndex = 1;\r
179                         // \r
180                         // addRepoButton\r
181                         // \r
182                         this.addRepoButton.Location = new System.Drawing.Point(3, 3);\r
183                         this.addRepoButton.Name = "addRepoButton";\r
184                         this.addRepoButton.Size = new System.Drawing.Size(75, 23);\r
185                         this.addRepoButton.TabIndex = 0;\r
186                         this.addRepoButton.Text = "新規(&N)";\r
187                         this.addRepoButton.Click += new System.EventHandler(this.AddRepoButtonClick);\r
188                         // \r
189                         // removeRepoButton\r
190                         // \r
191                         this.removeRepoButton.Enabled = false;\r
192                         this.removeRepoButton.Location = new System.Drawing.Point(3, 32);\r
193                         this.removeRepoButton.Name = "removeRepoButton";\r
194                         this.removeRepoButton.Size = new System.Drawing.Size(75, 23);\r
195                         this.removeRepoButton.TabIndex = 1;\r
196                         this.removeRepoButton.Text = "削除(&R)";\r
197                         this.removeRepoButton.Click += new System.EventHandler(this.RemoveRepoButtonClick);\r
198                         // \r
199                         // upRepoButton\r
200                         // \r
201                         this.upRepoButton.Enabled = false;\r
202                         this.upRepoButton.Location = new System.Drawing.Point(3, 61);\r
203                         this.upRepoButton.Name = "upRepoButton";\r
204                         this.upRepoButton.Size = new System.Drawing.Size(75, 23);\r
205                         this.upRepoButton.TabIndex = 2;\r
206                         this.upRepoButton.Text = "上へ(&U)";\r
207                         this.upRepoButton.Click += new System.EventHandler(this.UpRepoButtonClick);\r
208                         // \r
209                         // downRepoButton\r
210                         // \r
211                         this.downRepoButton.Enabled = false;\r
212                         this.downRepoButton.Location = new System.Drawing.Point(3, 90);\r
213                         this.downRepoButton.Name = "downRepoButton";\r
214                         this.downRepoButton.Size = new System.Drawing.Size(75, 23);\r
215                         this.downRepoButton.TabIndex = 3;\r
216                         this.downRepoButton.Text = "下へ(&D)";\r
217                         this.downRepoButton.Click += new System.EventHandler(this.DownRepoButtonClick);\r
218                         // \r
219                         // repoUrlTextBox\r
220                         // \r
221                         this.repoTableLayoutPanel.SetColumnSpan(this.repoUrlTextBox, 2);\r
222                         this.repoUrlTextBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
223                         this.repoUrlTextBox.Enabled = false;\r
224                         this.repoUrlTextBox.ImeMode = System.Windows.Forms.ImeMode.Off;\r
225                         this.repoUrlTextBox.Location = new System.Drawing.Point(122, 186);\r
226                         this.repoUrlTextBox.Name = "repoUrlTextBox";\r
227                         this.repoUrlTextBox.Size = new System.Drawing.Size(315, 19);\r
228                         this.repoUrlTextBox.TabIndex = 3;\r
229                         this.repoUrlTextBox.Leave += new System.EventHandler(this.RepoUrlTextBoxLeave);\r
230                         // \r
231                         // repoUrlLabel\r
232                         // \r
233                         this.repoUrlLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
234                         this.repoUrlLabel.AutoSize = true;\r
235                         this.repoUrlLabel.Enabled = false;\r
236                         this.repoUrlLabel.Location = new System.Drawing.Point(3, 189);\r
237                         this.repoUrlLabel.Name = "repoUrlLabel";\r
238                         this.repoUrlLabel.Size = new System.Drawing.Size(113, 12);\r
239                         this.repoUrlLabel.TabIndex = 2;\r
240                         this.repoUrlLabel.Text = "レポジトリのアドレス(&A):";\r
241                         // \r
242                         // repoListLabel\r
243                         // \r
244                         this.repoListLabel.AutoSize = true;\r
245                         this.repoTableLayoutPanel.SetColumnSpan(this.repoListLabel, 3);\r
246                         this.repoListLabel.Location = new System.Drawing.Point(3, 0);\r
247                         this.repoListLabel.Name = "repoListLabel";\r
248                         this.repoListLabel.Size = new System.Drawing.Size(170, 12);\r
249                         this.repoListLabel.TabIndex = 0;\r
250                         this.repoListLabel.Text = "ソフトリストを取得するレポジトリ(&L):";\r
251                         // \r
252                         // UserPrefForm\r
253                         // \r
254                         this.AcceptButton = this.okButton;\r
255                         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
256                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
257                         this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
258                         this.CancelButton = this.cancelButton;\r
259                         this.ClientSize = new System.Drawing.Size(464, 283);\r
260                         this.Controls.Add(this.tableLayoutPanel);\r
261                         this.MaximizeBox = false;\r
262                         this.MinimizeBox = false;\r
263                         this.Name = "UserPrefForm";\r
264                         this.ShowIcon = false;\r
265                         this.ShowInTaskbar = false;\r
266                         this.Text = "設定";\r
267                         this.tableLayoutPanel.ResumeLayout(false);\r
268                         this.tableLayoutPanel.PerformLayout();\r
269                         this.flowLayoutPanel1.ResumeLayout(false);\r
270                         this.flowLayoutPanel1.PerformLayout();\r
271                         this.tabControl.ResumeLayout(false);\r
272                         this.reposListTabPage.ResumeLayout(false);\r
273                         this.repoTableLayoutPanel.ResumeLayout(false);\r
274                         this.repoTableLayoutPanel.PerformLayout();\r
275                         this.repoBtnsFlowLayoutPanel.ResumeLayout(false);\r
276                         this.ResumeLayout(false);\r
277                 }\r
278                 private System.Windows.Forms.Label repoListLabel;\r
279                 private System.Windows.Forms.TextBox repoUrlTextBox;\r
280                 private System.Windows.Forms.Label repoUrlLabel;\r
281                 private System.Windows.Forms.Button downRepoButton;\r
282                 private System.Windows.Forms.Button upRepoButton;\r
283                 private System.Windows.Forms.Button removeRepoButton;\r
284                 private System.Windows.Forms.Button addRepoButton;\r
285                 private System.Windows.Forms.FlowLayoutPanel repoBtnsFlowLayoutPanel;\r
286                 private System.Windows.Forms.TableLayoutPanel repoTableLayoutPanel;\r
287                 private System.Windows.Forms.CheckedListBox repoListCheckedListBox;\r
288                 private System.Windows.Forms.TabPage reposListTabPage;\r
289                 private System.Windows.Forms.TabControl tabControl;\r
290                 private System.Windows.Forms.Button okButton;\r
291                 private System.Windows.Forms.Button cancelButton;\r
292                 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;\r
293                 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;\r
294         }\r
295 }\r