namespace AnywhereTS { partial class frmConfigFreeServices { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.btnOkDHCP = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.chkTFTPnet = new System.Windows.Forms.CheckBox(); this.grbTFTP = new System.Windows.Forms.GroupBox(); this.chkDHCPon = new System.Windows.Forms.CheckBox(); this.chkTFTPon = new System.Windows.Forms.CheckBox(); this.cboTFTP = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.btnBack = new System.Windows.Forms.Button(); this.helpProvider = new System.Windows.Forms.HelpProvider(); this.grbTFTP.SuspendLayout(); this.SuspendLayout(); // // btnOkDHCP // this.btnOkDHCP.Location = new System.Drawing.Point(433, 164); this.btnOkDHCP.Name = "btnOkDHCP"; this.btnOkDHCP.Size = new System.Drawing.Size(76, 23); this.btnOkDHCP.TabIndex = 7; this.btnOkDHCP.Text = "Finish"; this.btnOkDHCP.UseVisualStyleBackColor = true; this.btnOkDHCP.Click += new System.EventHandler(this.btnOkDHCP_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(267, 164); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 8; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; // // chkTFTPnet // this.chkTFTPnet.AutoSize = true; this.chkTFTPnet.Checked = true; this.chkTFTPnet.CheckState = System.Windows.Forms.CheckState.Checked; this.chkTFTPnet.Location = new System.Drawing.Point(21, 19); this.chkTFTPnet.Name = "chkTFTPnet"; this.chkTFTPnet.Size = new System.Drawing.Size(153, 17); this.chkTFTPnet.TabIndex = 1; this.chkTFTPnet.Text = "Bind Services to a network"; this.chkTFTPnet.UseVisualStyleBackColor = true; this.chkTFTPnet.CheckedChanged += new System.EventHandler(this.chkTFTPnet_CheckedChanged); // // grbTFTP // this.grbTFTP.Controls.Add(this.chkDHCPon); this.grbTFTP.Controls.Add(this.chkTFTPon); this.grbTFTP.Controls.Add(this.cboTFTP); this.grbTFTP.Controls.Add(this.label6); this.grbTFTP.Controls.Add(this.chkTFTPnet); this.grbTFTP.Location = new System.Drawing.Point(57, 65); this.grbTFTP.Name = "grbTFTP"; this.grbTFTP.Size = new System.Drawing.Size(452, 93); this.grbTFTP.TabIndex = 18; this.grbTFTP.TabStop = false; this.grbTFTP.Text = "DHCP and TFTP Services"; // // chkDHCPon // this.chkDHCPon.AutoSize = true; this.chkDHCPon.Location = new System.Drawing.Point(311, 47); this.chkDHCPon.Name = "chkDHCPon"; this.chkDHCPon.Size = new System.Drawing.Size(135, 17); this.chkDHCPon.TabIndex = 15; this.chkDHCPon.Text = "Aktivate DHCP service"; this.chkDHCPon.UseVisualStyleBackColor = true; // // chkTFTPon // this.chkTFTPon.AutoSize = true; this.chkTFTPon.Location = new System.Drawing.Point(311, 19); this.chkTFTPon.Name = "chkTFTPon"; this.chkTFTPon.Size = new System.Drawing.Size(132, 17); this.chkTFTPon.TabIndex = 14; this.chkTFTPon.Text = "Aktivate TFTP service"; this.chkTFTPon.UseVisualStyleBackColor = true; // // cboTFTP // this.cboTFTP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboTFTP.FormattingEnabled = true; this.cboTFTP.Items.AddRange(new object[] { "255.255.255.255"}); this.cboTFTP.Location = new System.Drawing.Point(157, 45); this.cboTFTP.Name = "cboTFTP"; this.cboTFTP.Size = new System.Drawing.Size(110, 21); this.cboTFTP.TabIndex = 13; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(77, 48); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(74, 13); this.label6.TabIndex = 12; this.label6.Text = "IP for services"; // // btnBack // this.btnBack.DialogResult = System.Windows.Forms.DialogResult.No; this.btnBack.Location = new System.Drawing.Point(348, 164); this.btnBack.Name = "btnBack"; this.btnBack.Size = new System.Drawing.Size(79, 23); this.btnBack.TabIndex = 9; this.btnBack.Text = "< Back"; this.btnBack.UseVisualStyleBackColor = true; // // frmConfigFreeServices // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(570, 223); this.Controls.Add(this.btnBack); this.Controls.Add(this.grbTFTP); this.Controls.Add(this.btnOkDHCP); this.Controls.Add(this.btnCancel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.HelpButton = true; this.helpProvider.SetHelpKeyword(this, "configureanywheretsinternalservices.htm"); this.helpProvider.SetHelpNavigator(this, System.Windows.Forms.HelpNavigator.Topic); this.MaximizeBox = false; this.Name = "frmConfigFreeServices"; this.helpProvider.SetShowHelp(this, true); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Configure AnywhereTS - Internal services"; this.Load += new System.EventHandler(this.frmDHCPoptions_Load); this.grbTFTP.ResumeLayout(false); this.grbTFTP.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnOkDHCP; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.CheckBox chkTFTPnet; private System.Windows.Forms.GroupBox grbTFTP; private System.Windows.Forms.Button btnBack; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox cboTFTP; private System.Windows.Forms.HelpProvider helpProvider; private System.Windows.Forms.CheckBox chkDHCPon; private System.Windows.Forms.CheckBox chkTFTPon; } }