1 |
namespace AnywhereTS |
2 |
{ |
3 |
partial class frmConfigFreeServices |
4 |
{ |
5 |
/// <summary> |
6 |
/// Required designer variable. |
7 |
/// </summary> |
8 |
private System.ComponentModel.IContainer components = null; |
9 |
|
10 |
/// <summary> |
11 |
/// Clean up any resources being used. |
12 |
/// </summary> |
13 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
14 |
protected override void Dispose(bool disposing) |
15 |
{ |
16 |
if (disposing && (components != null)) |
17 |
{ |
18 |
components.Dispose(); |
19 |
} |
20 |
base.Dispose(disposing); |
21 |
} |
22 |
|
23 |
#region Windows Form Designer generated code |
24 |
|
25 |
/// <summary> |
26 |
/// Required method for Designer support - do not modify |
27 |
/// the contents of this method with the code editor. |
28 |
/// </summary> |
29 |
private void InitializeComponent() |
30 |
{ |
31 |
this.btnOkDHCP = new System.Windows.Forms.Button(); |
32 |
this.btnCancel = new System.Windows.Forms.Button(); |
33 |
this.chkTFTPnet = new System.Windows.Forms.CheckBox(); |
34 |
this.grbTFTP = new System.Windows.Forms.GroupBox(); |
35 |
this.chkDHCPon = new System.Windows.Forms.CheckBox(); |
36 |
this.chkTFTPon = new System.Windows.Forms.CheckBox(); |
37 |
this.cboTFTP = new System.Windows.Forms.ComboBox(); |
38 |
this.label6 = new System.Windows.Forms.Label(); |
39 |
this.btnBack = new System.Windows.Forms.Button(); |
40 |
this.helpProvider = new System.Windows.Forms.HelpProvider(); |
41 |
this.grbTFTP.SuspendLayout(); |
42 |
this.SuspendLayout(); |
43 |
// |
44 |
// btnOkDHCP |
45 |
// |
46 |
this.btnOkDHCP.Location = new System.Drawing.Point(433, 164); |
47 |
this.btnOkDHCP.Name = "btnOkDHCP"; |
48 |
this.btnOkDHCP.Size = new System.Drawing.Size(76, 23); |
49 |
this.btnOkDHCP.TabIndex = 7; |
50 |
this.btnOkDHCP.Text = "Finish"; |
51 |
this.btnOkDHCP.UseVisualStyleBackColor = true; |
52 |
this.btnOkDHCP.Click += new System.EventHandler(this.btnOkDHCP_Click); |
53 |
// |
54 |
// btnCancel |
55 |
// |
56 |
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
57 |
this.btnCancel.Location = new System.Drawing.Point(267, 164); |
58 |
this.btnCancel.Name = "btnCancel"; |
59 |
this.btnCancel.Size = new System.Drawing.Size(75, 23); |
60 |
this.btnCancel.TabIndex = 8; |
61 |
this.btnCancel.Text = "Cancel"; |
62 |
this.btnCancel.UseVisualStyleBackColor = true; |
63 |
// |
64 |
// chkTFTPnet |
65 |
// |
66 |
this.chkTFTPnet.AutoSize = true; |
67 |
this.chkTFTPnet.Checked = true; |
68 |
this.chkTFTPnet.CheckState = System.Windows.Forms.CheckState.Checked; |
69 |
this.chkTFTPnet.Location = new System.Drawing.Point(21, 19); |
70 |
this.chkTFTPnet.Name = "chkTFTPnet"; |
71 |
this.chkTFTPnet.Size = new System.Drawing.Size(153, 17); |
72 |
this.chkTFTPnet.TabIndex = 1; |
73 |
this.chkTFTPnet.Text = "Bind Services to a network"; |
74 |
this.chkTFTPnet.UseVisualStyleBackColor = true; |
75 |
this.chkTFTPnet.CheckedChanged += new System.EventHandler(this.chkTFTPnet_CheckedChanged); |
76 |
// |
77 |
// grbTFTP |
78 |
// |
79 |
this.grbTFTP.Controls.Add(this.chkDHCPon); |
80 |
this.grbTFTP.Controls.Add(this.chkTFTPon); |
81 |
this.grbTFTP.Controls.Add(this.cboTFTP); |
82 |
this.grbTFTP.Controls.Add(this.label6); |
83 |
this.grbTFTP.Controls.Add(this.chkTFTPnet); |
84 |
this.grbTFTP.Location = new System.Drawing.Point(57, 65); |
85 |
this.grbTFTP.Name = "grbTFTP"; |
86 |
this.grbTFTP.Size = new System.Drawing.Size(452, 93); |
87 |
this.grbTFTP.TabIndex = 18; |
88 |
this.grbTFTP.TabStop = false; |
89 |
this.grbTFTP.Text = "DHCP and TFTP Services"; |
90 |
// |
91 |
// chkDHCPon |
92 |
// |
93 |
this.chkDHCPon.AutoSize = true; |
94 |
this.chkDHCPon.Location = new System.Drawing.Point(311, 47); |
95 |
this.chkDHCPon.Name = "chkDHCPon"; |
96 |
this.chkDHCPon.Size = new System.Drawing.Size(135, 17); |
97 |
this.chkDHCPon.TabIndex = 15; |
98 |
this.chkDHCPon.Text = "Aktivate DHCP service"; |
99 |
this.chkDHCPon.UseVisualStyleBackColor = true; |
100 |
// |
101 |
// chkTFTPon |
102 |
// |
103 |
this.chkTFTPon.AutoSize = true; |
104 |
this.chkTFTPon.Location = new System.Drawing.Point(311, 19); |
105 |
this.chkTFTPon.Name = "chkTFTPon"; |
106 |
this.chkTFTPon.Size = new System.Drawing.Size(132, 17); |
107 |
this.chkTFTPon.TabIndex = 14; |
108 |
this.chkTFTPon.Text = "Aktivate TFTP service"; |
109 |
this.chkTFTPon.UseVisualStyleBackColor = true; |
110 |
// |
111 |
// cboTFTP |
112 |
// |
113 |
this.cboTFTP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
114 |
this.cboTFTP.FormattingEnabled = true; |
115 |
this.cboTFTP.Items.AddRange(new object[] { |
116 |
"255.255.255.255"}); |
117 |
this.cboTFTP.Location = new System.Drawing.Point(157, 45); |
118 |
this.cboTFTP.Name = "cboTFTP"; |
119 |
this.cboTFTP.Size = new System.Drawing.Size(110, 21); |
120 |
this.cboTFTP.TabIndex = 13; |
121 |
// |
122 |
// label6 |
123 |
// |
124 |
this.label6.AutoSize = true; |
125 |
this.label6.Location = new System.Drawing.Point(77, 48); |
126 |
this.label6.Name = "label6"; |
127 |
this.label6.Size = new System.Drawing.Size(74, 13); |
128 |
this.label6.TabIndex = 12; |
129 |
this.label6.Text = "IP for services"; |
130 |
// |
131 |
// btnBack |
132 |
// |
133 |
this.btnBack.DialogResult = System.Windows.Forms.DialogResult.No; |
134 |
this.btnBack.Location = new System.Drawing.Point(348, 164); |
135 |
this.btnBack.Name = "btnBack"; |
136 |
this.btnBack.Size = new System.Drawing.Size(79, 23); |
137 |
this.btnBack.TabIndex = 9; |
138 |
this.btnBack.Text = "< Back"; |
139 |
this.btnBack.UseVisualStyleBackColor = true; |
140 |
// |
141 |
// frmConfigFreeServices |
142 |
// |
143 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
144 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
145 |
this.ClientSize = new System.Drawing.Size(570, 223); |
146 |
this.Controls.Add(this.btnBack); |
147 |
this.Controls.Add(this.grbTFTP); |
148 |
this.Controls.Add(this.btnOkDHCP); |
149 |
this.Controls.Add(this.btnCancel); |
150 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
151 |
this.HelpButton = true; |
152 |
this.helpProvider.SetHelpKeyword(this, "configureanywheretsinternalservices.htm"); |
153 |
this.helpProvider.SetHelpNavigator(this, System.Windows.Forms.HelpNavigator.Topic); |
154 |
this.MaximizeBox = false; |
155 |
this.Name = "frmConfigFreeServices"; |
156 |
this.helpProvider.SetShowHelp(this, true); |
157 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
158 |
this.Text = "Configure AnywhereTS - Internal services"; |
159 |
this.Load += new System.EventHandler(this.frmDHCPoptions_Load); |
160 |
this.grbTFTP.ResumeLayout(false); |
161 |
this.grbTFTP.PerformLayout(); |
162 |
this.ResumeLayout(false); |
163 |
|
164 |
} |
165 |
|
166 |
#endregion |
167 |
|
168 |
private System.Windows.Forms.Button btnOkDHCP; |
169 |
private System.Windows.Forms.Button btnCancel; |
170 |
private System.Windows.Forms.CheckBox chkTFTPnet; |
171 |
private System.Windows.Forms.GroupBox grbTFTP; |
172 |
private System.Windows.Forms.Button btnBack; |
173 |
private System.Windows.Forms.Label label6; |
174 |
private System.Windows.Forms.ComboBox cboTFTP; |
175 |
private System.Windows.Forms.HelpProvider helpProvider; |
176 |
private System.Windows.Forms.CheckBox chkDHCPon; |
177 |
private System.Windows.Forms.CheckBox chkTFTPon; |
178 |
} |
179 |
} |