namespace ZJ_BYD
{
partial class BindOrder
{
///
/// 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(BindOrder));
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.txtOrderNo = new DevExpress.XtraEditors.TextEdit();
this.label1 = new System.Windows.Forms.Label();
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtOrderNo.Properties)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.labelControl4);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(728, 43);
this.panelControl1.TabIndex = 4;
//
// labelControl4
//
this.labelControl4.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelControl4.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl4.Appearance.Options.UseFont = true;
this.labelControl4.Appearance.Options.UseForeColor = true;
this.labelControl4.Location = new System.Drawing.Point(13, 5);
this.labelControl4.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(64, 21);
this.labelControl4.TabIndex = 1;
this.labelControl4.Text = "工单绑定";
//
// txtOrderNo
//
this.txtOrderNo.Location = new System.Drawing.Point(158, 102);
this.txtOrderNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtOrderNo.Name = "txtOrderNo";
this.txtOrderNo.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtOrderNo.Properties.Appearance.Options.UseFont = true;
this.txtOrderNo.Properties.Appearance.Options.UseTextOptions = true;
this.txtOrderNo.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.txtOrderNo.Properties.AutoHeight = false;
this.txtOrderNo.Size = new System.Drawing.Size(405, 51);
this.txtOrderNo.TabIndex = 9;
this.txtOrderNo.Tag = "NotNull&单号&True";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(73, 116);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(72, 27);
this.label1.TabIndex = 10;
this.label1.Text = "单号:";
//
// btnOk
//
this.btnOk.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(135)))), ((int)(((byte)(208)))));
this.btnOk.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btnOk.Appearance.ForeColor = System.Drawing.Color.White;
this.btnOk.Appearance.Options.UseBackColor = true;
this.btnOk.Appearance.Options.UseFont = true;
this.btnOk.Appearance.Options.UseForeColor = true;
this.btnOk.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOk.BackgroundImage")));
this.btnOk.Location = new System.Drawing.Point(441, 284);
this.btnOk.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnOk.Name = "btnOk";
this.btnOk.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
this.btnOk.Size = new System.Drawing.Size(109, 40);
this.btnOk.TabIndex = 11;
this.btnOk.Text = "确定";
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// btnCancel
//
this.btnCancel.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btnCancel.Appearance.Options.UseFont = true;
this.btnCancel.Location = new System.Drawing.Point(595, 284);
this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(109, 40);
this.btnCancel.TabIndex = 12;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// BindOrder
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Tile;
this.BackgroundImageStore = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImageStore")));
this.ClientSize = new System.Drawing.Size(728, 355);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtOrderNo);
this.Controls.Add(this.panelControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "BindOrder";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "BindOrder";
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtOrderNo.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.TextEdit txtOrderNo;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraEditors.SimpleButton btnCancel;
}
}