OSDN Git Service

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