[성현모] CPXV2 Init
This commit is contained in:
214
CPXV2 PTS/SystemX.Product.CP.PTS/UI/Subs/InputCopyReleaseNoForm.Designer.cs
generated
Normal file
214
CPXV2 PTS/SystemX.Product.CP.PTS/UI/Subs/InputCopyReleaseNoForm.Designer.cs
generated
Normal file
@ -0,0 +1,214 @@
|
||||
|
||||
using DevExpress.XtraEditors;
|
||||
|
||||
namespace SystemX.Product.ALIS.UI.Subs
|
||||
{
|
||||
partial class InputCopyReleaseNoForm
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InputCopyReleaseNoForm));
|
||||
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.textBoxProductNo = new System.Windows.Forms.TextBox();
|
||||
this.labelControlInfo2 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.labelControlInfo3 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.labelControlInfo4 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.labelControlInfo5 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.panel1.SuspendLayout();
|
||||
this.panel3.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// labelControl1
|
||||
//
|
||||
this.labelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||||
this.labelControl1.Appearance.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
|
||||
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(149, 19);
|
||||
this.labelControl1.TabIndex = 2;
|
||||
this.labelControl1.Text = "Input Product Number";
|
||||
//
|
||||
// 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(332, 0);
|
||||
this.simpleButtonOK.Name = "simpleButtonOK";
|
||||
this.simpleButtonOK.Size = new System.Drawing.Size(66, 22);
|
||||
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.simpleButtonOK);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 146);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(398, 22);
|
||||
this.panel1.TabIndex = 5;
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel2.Location = new System.Drawing.Point(0, 19);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(398, 14);
|
||||
this.panel2.TabIndex = 6;
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
this.panel3.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panel3.Controls.Add(this.textBoxProductNo);
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel3.Location = new System.Drawing.Point(0, 33);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(398, 22);
|
||||
this.panel3.TabIndex = 9;
|
||||
//
|
||||
// textBoxProductNo
|
||||
//
|
||||
this.textBoxProductNo.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.textBoxProductNo.Location = new System.Drawing.Point(0, 0);
|
||||
this.textBoxProductNo.Name = "textBoxProductNo";
|
||||
this.textBoxProductNo.Size = new System.Drawing.Size(398, 22);
|
||||
this.textBoxProductNo.TabIndex = 0;
|
||||
//
|
||||
// labelControlInfo2
|
||||
//
|
||||
this.labelControlInfo2.Appearance.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.labelControlInfo2.Appearance.Options.UseFont = true;
|
||||
this.labelControlInfo2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
||||
this.labelControlInfo2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.labelControlInfo2.Location = new System.Drawing.Point(0, 55);
|
||||
this.labelControlInfo2.Name = "labelControlInfo2";
|
||||
this.labelControlInfo2.Size = new System.Drawing.Size(398, 16);
|
||||
this.labelControlInfo2.TabIndex = 10;
|
||||
this.labelControlInfo2.Text = "-";
|
||||
//
|
||||
// labelControlInfo3
|
||||
//
|
||||
this.labelControlInfo3.Appearance.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.labelControlInfo3.Appearance.Options.UseFont = true;
|
||||
this.labelControlInfo3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
||||
this.labelControlInfo3.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.labelControlInfo3.Location = new System.Drawing.Point(0, 71);
|
||||
this.labelControlInfo3.Name = "labelControlInfo3";
|
||||
this.labelControlInfo3.Size = new System.Drawing.Size(398, 16);
|
||||
this.labelControlInfo3.TabIndex = 11;
|
||||
this.labelControlInfo3.Text = "-";
|
||||
//
|
||||
// labelControlInfo4
|
||||
//
|
||||
this.labelControlInfo4.Appearance.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.labelControlInfo4.Appearance.Options.UseFont = true;
|
||||
this.labelControlInfo4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
||||
this.labelControlInfo4.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.labelControlInfo4.Location = new System.Drawing.Point(0, 87);
|
||||
this.labelControlInfo4.Name = "labelControlInfo4";
|
||||
this.labelControlInfo4.Size = new System.Drawing.Size(398, 16);
|
||||
this.labelControlInfo4.TabIndex = 12;
|
||||
this.labelControlInfo4.Text = "-";
|
||||
//
|
||||
// labelControlInfo5
|
||||
//
|
||||
this.labelControlInfo5.Appearance.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.labelControlInfo5.Appearance.Options.UseFont = true;
|
||||
this.labelControlInfo5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
||||
this.labelControlInfo5.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.labelControlInfo5.Location = new System.Drawing.Point(0, 103);
|
||||
this.labelControlInfo5.Name = "labelControlInfo5";
|
||||
this.labelControlInfo5.Size = new System.Drawing.Size(398, 16);
|
||||
this.labelControlInfo5.TabIndex = 13;
|
||||
this.labelControlInfo5.Text = "-";
|
||||
//
|
||||
// InputCopyReleaseNoForm
|
||||
//
|
||||
this.Appearance.BackColor = System.Drawing.Color.Black;
|
||||
this.Appearance.ForeColor = System.Drawing.Color.White;
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.Appearance.Options.UseForeColor = true;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(398, 168);
|
||||
this.Controls.Add(this.labelControlInfo5);
|
||||
this.Controls.Add(this.labelControlInfo4);
|
||||
this.Controls.Add(this.labelControlInfo3);
|
||||
this.Controls.Add(this.labelControlInfo2);
|
||||
this.Controls.Add(this.panel3);
|
||||
this.Controls.Add(this.panel2);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Controls.Add(this.labelControl1);
|
||||
this.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("InputCopyReleaseNoForm.IconOptions.Icon")));
|
||||
this.IconOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("InputCopyReleaseNoForm.IconOptions.SvgImage")));
|
||||
this.MaximumSize = new System.Drawing.Size(400, 200);
|
||||
this.MinimumSize = new System.Drawing.Size(400, 200);
|
||||
this.Name = "InputCopyReleaseNoForm";
|
||||
this.ShowInTaskbar = false;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Input ...";
|
||||
this.TopMost = true;
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConnectForm_FormClosing);
|
||||
this.Shown += new System.EventHandler(this.SelectTestListForm_Shown);
|
||||
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.InputCopyReleaseNoForm_KeyDown);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel3.ResumeLayout(false);
|
||||
this.panel3.PerformLayout();
|
||||
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 panel3;
|
||||
private LabelControl labelControlInfo2;
|
||||
private LabelControl labelControlInfo3;
|
||||
private LabelControl labelControlInfo4;
|
||||
private LabelControl labelControlInfo5;
|
||||
private System.Windows.Forms.TextBox textBoxProductNo;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user