namespace SystemX.Product.ALIS.UI.Subs { partial class ConnectForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectForm)); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton(); this.panel1 = new System.Windows.Forms.Panel(); this.simpleButtonAdvanced = new DevExpress.XtraEditors.SimpleButton(); this.panel2 = new System.Windows.Forms.Panel(); this.panelAdvanced = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.maskedTextBoxPW = new System.Windows.Forms.MaskedTextBox(); this.maskedTextBoxUID = new System.Windows.Forms.MaskedTextBox(); this.maskedTextBoxCN = new System.Windows.Forms.MaskedTextBox(); this.maskedComboIP = new DevExpress.XtraEditors.ComboBoxEdit(); this.panel1.SuspendLayout(); this.panelAdvanced.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.maskedComboIP.Properties)).BeginInit(); this.SuspendLayout(); // // labelControl1 // this.labelControl1.Appearance.BackColor = System.Drawing.Color.Transparent; this.labelControl1.Appearance.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl1.Appearance.Options.UseBackColor = true; this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.AutoEllipsis = true; this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.labelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.labelControl1.Location = new System.Drawing.Point(0, 0); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(156, 23); this.labelControl1.TabIndex = 2; this.labelControl1.Text = "Input - IP Address"; // // simpleButtonOK // this.simpleButtonOK.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); this.simpleButtonOK.Appearance.Options.UseFont = true; this.simpleButtonOK.Dock = System.Windows.Forms.DockStyle.Right; this.simpleButtonOK.Location = new System.Drawing.Point(323, 0); this.simpleButtonOK.Name = "simpleButtonOK"; this.simpleButtonOK.Size = new System.Drawing.Size(75, 23); this.simpleButtonOK.TabIndex = 2; this.simpleButtonOK.Text = "OK"; this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.Controls.Add(this.simpleButtonAdvanced); this.panel1.Controls.Add(this.simpleButtonOK); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 245); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(398, 23); this.panel1.TabIndex = 5; // // simpleButtonAdvanced // this.simpleButtonAdvanced.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); this.simpleButtonAdvanced.Appearance.Options.UseFont = true; this.simpleButtonAdvanced.Dock = System.Windows.Forms.DockStyle.Left; this.simpleButtonAdvanced.Location = new System.Drawing.Point(0, 0); this.simpleButtonAdvanced.Name = "simpleButtonAdvanced"; this.simpleButtonAdvanced.Size = new System.Drawing.Size(75, 23); this.simpleButtonAdvanced.TabIndex = 3; this.simpleButtonAdvanced.Text = "Advanced"; this.simpleButtonAdvanced.Click += new System.EventHandler(this.simpleButtonAdvanced_Click); // // panel2 // this.panel2.BackColor = System.Drawing.Color.Transparent; this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 23); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(398, 15); this.panel2.TabIndex = 6; // // panelAdvanced // this.panelAdvanced.BackColor = System.Drawing.Color.Silver; this.panelAdvanced.Controls.Add(this.label3); this.panelAdvanced.Controls.Add(this.label2); this.panelAdvanced.Controls.Add(this.label1); this.panelAdvanced.Controls.Add(this.maskedTextBoxPW); this.panelAdvanced.Controls.Add(this.maskedTextBoxUID); this.panelAdvanced.Controls.Add(this.maskedTextBoxCN); this.panelAdvanced.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelAdvanced.Location = new System.Drawing.Point(0, 159); this.panelAdvanced.Name = "panelAdvanced"; this.panelAdvanced.Size = new System.Drawing.Size(398, 86); this.panelAdvanced.TabIndex = 7; this.panelAdvanced.Visible = false; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(88, 60); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(68, 16); this.label3.TabIndex = 9; this.label3.Text = "Password"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(103, 33); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 16); this.label2.TabIndex = 8; this.label2.Text = "User ID"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(61, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(95, 16); this.label1.TabIndex = 7; this.label1.Text = "Catalog Name"; // // maskedTextBoxPW // this.maskedTextBoxPW.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); this.maskedTextBoxPW.Location = new System.Drawing.Point(186, 57); this.maskedTextBoxPW.Name = "maskedTextBoxPW"; this.maskedTextBoxPW.PasswordChar = '*'; this.maskedTextBoxPW.Size = new System.Drawing.Size(209, 21); this.maskedTextBoxPW.TabIndex = 6; this.maskedTextBoxPW.Text = "Kefico!@34"; this.maskedTextBoxPW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.maskedTextBoxPW.UseSystemPasswordChar = true; // // maskedTextBoxUID // this.maskedTextBoxUID.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); this.maskedTextBoxUID.Location = new System.Drawing.Point(186, 30); this.maskedTextBoxUID.Name = "maskedTextBoxUID"; this.maskedTextBoxUID.Size = new System.Drawing.Size(209, 21); this.maskedTextBoxUID.TabIndex = 5; this.maskedTextBoxUID.Text = "Alis"; this.maskedTextBoxUID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // maskedTextBoxCN // this.maskedTextBoxCN.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); this.maskedTextBoxCN.Location = new System.Drawing.Point(186, 3); this.maskedTextBoxCN.Name = "maskedTextBoxCN"; this.maskedTextBoxCN.Size = new System.Drawing.Size(209, 21); this.maskedTextBoxCN.TabIndex = 4; this.maskedTextBoxCN.Text = "CPX"; this.maskedTextBoxCN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // maskedComboIP // this.maskedComboIP.Dock = System.Windows.Forms.DockStyle.Top; this.maskedComboIP.EditValue = "If you do not enter the ip, will be connected to the local area."; this.maskedComboIP.Location = new System.Drawing.Point(0, 38); this.maskedComboIP.Name = "maskedComboIP"; this.maskedComboIP.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.maskedComboIP.Size = new System.Drawing.Size(398, 22); this.maskedComboIP.TabIndex = 9; this.maskedComboIP.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.maskedComboIP_PreviewKeyDown); // // ConnectForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Stretch; this.BackgroundImageStore = global::SystemX.Product.PTS.Properties.Resources.IpAddress; this.ClientSize = new System.Drawing.Size(398, 268); this.Controls.Add(this.maskedComboIP); this.Controls.Add(this.panelAdvanced); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.labelControl1); this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("ConnectForm.IconOptions.Icon"))); this.IconOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("ConnectForm.IconOptions.SvgImage"))); this.MaximumSize = new System.Drawing.Size(400, 300); this.MinimumSize = new System.Drawing.Size(400, 300); this.Name = "ConnectForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Connect CP-ALIS"; this.TopMost = true; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConnectForm_FormClosing); this.panel1.ResumeLayout(false); this.panelAdvanced.ResumeLayout(false); this.panelAdvanced.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.maskedComboIP.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton simpleButtonOK; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panelAdvanced; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.MaskedTextBox maskedTextBoxPW; private System.Windows.Forms.MaskedTextBox maskedTextBoxUID; private System.Windows.Forms.MaskedTextBox maskedTextBoxCN; private DevExpress.XtraEditors.SimpleButton simpleButtonAdvanced; private DevExpress.XtraEditors.ComboBoxEdit maskedComboIP; } }