OSDN Git Service

2a1562f951a2d54869e4d7ee95bce0feb60428be
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / ProxyDialog.Designer.cs
1 namespace KancolleSniffer\r
2 {\r
3     partial class ProxyDialog\r
4     {\r
5         /// <summary>\r
6         /// Required designer variable.\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary>\r
11         /// Clean up any resources being used.\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 && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Windows Form Designer generated code\r
24 \r
25         /// <summary>\r
26         /// Required method for Designer support - do not modify\r
27         /// the contents of this method with the code editor.\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             this.components = new System.ComponentModel.Container();\r
32             this.labelListen = new System.Windows.Forms.Label();\r
33             this.textBoxListen = new System.Windows.Forms.TextBox();\r
34             this.groupBoxAutoConfig = new System.Windows.Forms.GroupBox();\r
35             this.radioButtonAutoConfigOff = new System.Windows.Forms.RadioButton();\r
36             this.radioButtonAutoConfigOn = new System.Windows.Forms.RadioButton();\r
37             this.groupBoxUpstream = new System.Windows.Forms.GroupBox();\r
38             this.radioButtonUpstreamOff = new System.Windows.Forms.RadioButton();\r
39             this.radioButtonUpstreamOn = new System.Windows.Forms.RadioButton();\r
40             this.textBoxPort = new System.Windows.Forms.TextBox();\r
41             this.labelPort = new System.Windows.Forms.Label();\r
42             this.buttonOk = new System.Windows.Forms.Button();\r
43             this.buttonCancel = new System.Windows.Forms.Button();\r
44             this.toolTipError = new System.Windows.Forms.ToolTip(this.components);\r
45             this.groupBoxAutoConfig.SuspendLayout();\r
46             this.groupBoxUpstream.SuspendLayout();\r
47             this.SuspendLayout();\r
48             // \r
49             // labelListen\r
50             // \r
51             this.labelListen.AutoSize = true;\r
52             this.labelListen.Location = new System.Drawing.Point(114, 21);\r
53             this.labelListen.Name = "labelListen";\r
54             this.labelListen.Size = new System.Drawing.Size(59, 12);\r
55             this.labelListen.TabIndex = 2;\r
56             this.labelListen.Text = "受信ポート:";\r
57             // \r
58             // textBoxListen\r
59             // \r
60             this.textBoxListen.Location = new System.Drawing.Point(175, 18);\r
61             this.textBoxListen.Name = "textBoxListen";\r
62             this.textBoxListen.Size = new System.Drawing.Size(36, 19);\r
63             this.textBoxListen.TabIndex = 3;\r
64             this.textBoxListen.Enter += new System.EventHandler(this.textBox_Enter);\r
65             // \r
66             // groupBoxAutoConfig\r
67             // \r
68             this.groupBoxAutoConfig.Controls.Add(this.radioButtonAutoConfigOff);\r
69             this.groupBoxAutoConfig.Controls.Add(this.radioButtonAutoConfigOn);\r
70             this.groupBoxAutoConfig.Controls.Add(this.textBoxListen);\r
71             this.groupBoxAutoConfig.Controls.Add(this.labelListen);\r
72             this.groupBoxAutoConfig.Location = new System.Drawing.Point(6, 6);\r
73             this.groupBoxAutoConfig.Name = "groupBoxAutoConfig";\r
74             this.groupBoxAutoConfig.Size = new System.Drawing.Size(218, 48);\r
75             this.groupBoxAutoConfig.TabIndex = 0;\r
76             this.groupBoxAutoConfig.TabStop = false;\r
77             this.groupBoxAutoConfig.Text = "自動設定";\r
78             // \r
79             // radioButtonAutoConfigOff\r
80             // \r
81             this.radioButtonAutoConfigOff.AutoSize = true;\r
82             this.radioButtonAutoConfigOff.Location = new System.Drawing.Point(59, 19);\r
83             this.radioButtonAutoConfigOff.Name = "radioButtonAutoConfigOff";\r
84             this.radioButtonAutoConfigOff.Size = new System.Drawing.Size(47, 16);\r
85             this.radioButtonAutoConfigOff.TabIndex = 1;\r
86             this.radioButtonAutoConfigOff.TabStop = true;\r
87             this.radioButtonAutoConfigOff.Text = "無効";\r
88             this.radioButtonAutoConfigOff.UseVisualStyleBackColor = true;\r
89             // \r
90             // radioButtonAutoConfigOn\r
91             // \r
92             this.radioButtonAutoConfigOn.AutoSize = true;\r
93             this.radioButtonAutoConfigOn.Location = new System.Drawing.Point(6, 19);\r
94             this.radioButtonAutoConfigOn.Name = "radioButtonAutoConfigOn";\r
95             this.radioButtonAutoConfigOn.Size = new System.Drawing.Size(47, 16);\r
96             this.radioButtonAutoConfigOn.TabIndex = 0;\r
97             this.radioButtonAutoConfigOn.TabStop = true;\r
98             this.radioButtonAutoConfigOn.Text = "有効";\r
99             this.radioButtonAutoConfigOn.UseVisualStyleBackColor = true;\r
100             this.radioButtonAutoConfigOn.CheckedChanged += new System.EventHandler(this.radioButtonAutoConfigOn_CheckedChanged);\r
101             // \r
102             // groupBoxUpstream\r
103             // \r
104             this.groupBoxUpstream.Controls.Add(this.radioButtonUpstreamOff);\r
105             this.groupBoxUpstream.Controls.Add(this.radioButtonUpstreamOn);\r
106             this.groupBoxUpstream.Controls.Add(this.textBoxPort);\r
107             this.groupBoxUpstream.Controls.Add(this.labelPort);\r
108             this.groupBoxUpstream.Location = new System.Drawing.Point(6, 60);\r
109             this.groupBoxUpstream.Name = "groupBoxUpstream";\r
110             this.groupBoxUpstream.Size = new System.Drawing.Size(218, 48);\r
111             this.groupBoxUpstream.TabIndex = 1;\r
112             this.groupBoxUpstream.TabStop = false;\r
113             this.groupBoxUpstream.Text = "ツール連携";\r
114             // \r
115             // radioButtonUpstreamOff\r
116             // \r
117             this.radioButtonUpstreamOff.AutoSize = true;\r
118             this.radioButtonUpstreamOff.Location = new System.Drawing.Point(59, 18);\r
119             this.radioButtonUpstreamOff.Name = "radioButtonUpstreamOff";\r
120             this.radioButtonUpstreamOff.Size = new System.Drawing.Size(47, 16);\r
121             this.radioButtonUpstreamOff.TabIndex = 1;\r
122             this.radioButtonUpstreamOff.Text = "無効";\r
123             this.radioButtonUpstreamOff.UseVisualStyleBackColor = true;\r
124             this.radioButtonUpstreamOff.CheckedChanged += new System.EventHandler(this.radioButtonUpstreamOff_CheckedChanged);\r
125             // \r
126             // radioButtonUpstreamOn\r
127             // \r
128             this.radioButtonUpstreamOn.AutoSize = true;\r
129             this.radioButtonUpstreamOn.Location = new System.Drawing.Point(6, 18);\r
130             this.radioButtonUpstreamOn.Name = "radioButtonUpstreamOn";\r
131             this.radioButtonUpstreamOn.Size = new System.Drawing.Size(47, 16);\r
132             this.radioButtonUpstreamOn.TabIndex = 0;\r
133             this.radioButtonUpstreamOn.TabStop = true;\r
134             this.radioButtonUpstreamOn.Text = "有効";\r
135             this.radioButtonUpstreamOn.UseVisualStyleBackColor = true;\r
136             // \r
137             // textBoxPort\r
138             // \r
139             this.textBoxPort.Location = new System.Drawing.Point(175, 17);\r
140             this.textBoxPort.Name = "textBoxPort";\r
141             this.textBoxPort.Size = new System.Drawing.Size(36, 19);\r
142             this.textBoxPort.TabIndex = 3;\r
143             this.textBoxPort.Enter += new System.EventHandler(this.textBox_Enter);\r
144             // \r
145             // labelPort\r
146             // \r
147             this.labelPort.AutoSize = true;\r
148             this.labelPort.Location = new System.Drawing.Point(114, 20);\r
149             this.labelPort.Name = "labelPort";\r
150             this.labelPort.Size = new System.Drawing.Size(59, 12);\r
151             this.labelPort.TabIndex = 2;\r
152             this.labelPort.Text = "送信ポート:";\r
153             // \r
154             // buttonOk\r
155             // \r
156             this.buttonOk.Location = new System.Drawing.Point(68, 114);\r
157             this.buttonOk.Name = "buttonOk";\r
158             this.buttonOk.Size = new System.Drawing.Size(75, 23);\r
159             this.buttonOk.TabIndex = 2;\r
160             this.buttonOk.Text = "OK";\r
161             this.buttonOk.UseVisualStyleBackColor = true;\r
162             this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);\r
163             // \r
164             // buttonCancel\r
165             // \r
166             this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
167             this.buttonCancel.Location = new System.Drawing.Point(149, 114);\r
168             this.buttonCancel.Name = "buttonCancel";\r
169             this.buttonCancel.Size = new System.Drawing.Size(75, 23);\r
170             this.buttonCancel.TabIndex = 3;\r
171             this.buttonCancel.Text = "キャンセル";\r
172             this.buttonCancel.UseVisualStyleBackColor = true;\r
173             // \r
174             // toolTipError\r
175             // \r
176             this.toolTipError.AutomaticDelay = 0;\r
177             this.toolTipError.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Error;\r
178             this.toolTipError.ToolTipTitle = "入力エラー";\r
179             // \r
180             // ProxyDialog\r
181             // \r
182             this.AcceptButton = this.buttonOk;\r
183             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
184             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
185             this.CancelButton = this.buttonCancel;\r
186             this.ClientSize = new System.Drawing.Size(230, 146);\r
187             this.Controls.Add(this.buttonCancel);\r
188             this.Controls.Add(this.buttonOk);\r
189             this.Controls.Add(this.groupBoxUpstream);\r
190             this.Controls.Add(this.groupBoxAutoConfig);\r
191             this.MaximizeBox = false;\r
192             this.MinimizeBox = false;\r
193             this.Name = "ProxyDialog";\r
194             this.ShowIcon = false;\r
195             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
196             this.Text = "プロキシ設定";\r
197             this.Load += new System.EventHandler(this.ProxyDialog_Load);\r
198             this.groupBoxAutoConfig.ResumeLayout(false);\r
199             this.groupBoxAutoConfig.PerformLayout();\r
200             this.groupBoxUpstream.ResumeLayout(false);\r
201             this.groupBoxUpstream.PerformLayout();\r
202             this.ResumeLayout(false);\r
203 \r
204         }\r
205 \r
206         #endregion\r
207 \r
208         private System.Windows.Forms.Label labelListen;\r
209         private System.Windows.Forms.TextBox textBoxListen;\r
210         private System.Windows.Forms.GroupBox groupBoxAutoConfig;\r
211         private System.Windows.Forms.RadioButton radioButtonAutoConfigOff;\r
212         private System.Windows.Forms.RadioButton radioButtonAutoConfigOn;\r
213         private System.Windows.Forms.GroupBox groupBoxUpstream;\r
214         private System.Windows.Forms.TextBox textBoxPort;\r
215         private System.Windows.Forms.Label labelPort;\r
216         private System.Windows.Forms.Button buttonOk;\r
217         private System.Windows.Forms.Button buttonCancel;\r
218         private System.Windows.Forms.ToolTip toolTipError;\r
219         private System.Windows.Forms.RadioButton radioButtonUpstreamOff;\r
220         private System.Windows.Forms.RadioButton radioButtonUpstreamOn;\r
221 \r
222 \r
223     }\r
224 }