namespace Core.StlMes.Client.Mcp.Treatment.HeatTreatment
{
partial class FrmEntrustApproval
{
///
/// 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()
{
Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
this.cmbPline = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtNote = new System.Windows.Forms.TextBox();
this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
this.plPline = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.cmbTrans = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.chkFlag2 = new System.Windows.Forms.CheckBox();
this.chkFlag1 = new System.Windows.Forms.CheckBox();
this.panel2 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.cmbPline)).BeginInit();
this.plPline.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbTrans)).BeginInit();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// cmbPline
//
this.cmbPline.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cmbPline.Location = new System.Drawing.Point(92, 11);
this.cmbPline.Name = "cmbPline";
this.cmbPline.Size = new System.Drawing.Size(208, 21);
this.cmbPline.TabIndex = 890;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(21, 14);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 891;
this.label1.Text = "委托产线";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(21, 17);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 892;
this.label2.Text = "备 注";
//
// txtNote
//
this.txtNote.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtNote.Location = new System.Drawing.Point(92, 14);
this.txtNote.Margin = new System.Windows.Forms.Padding(2);
this.txtNote.Multiline = true;
this.txtNote.Name = "txtNote";
this.txtNote.Size = new System.Drawing.Size(229, 96);
this.txtNote.TabIndex = 893;
//
// ultraButton2
//
this.ultraButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ultraButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.ultraButton2.Location = new System.Drawing.Point(244, 130);
this.ultraButton2.Name = "ultraButton2";
this.ultraButton2.Size = new System.Drawing.Size(75, 23);
this.ultraButton2.TabIndex = 1;
this.ultraButton2.Text = "取消";
//
// ultraButton1
//
this.ultraButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ultraButton1.Location = new System.Drawing.Point(111, 130);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.Size = new System.Drawing.Size(75, 23);
this.ultraButton1.TabIndex = 0;
this.ultraButton1.Text = "确认";
this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
//
// plPline
//
this.plPline.Controls.Add(this.label3);
this.plPline.Controls.Add(this.cmbTrans);
this.plPline.Controls.Add(this.chkFlag2);
this.plPline.Controls.Add(this.chkFlag1);
this.plPline.Controls.Add(this.label1);
this.plPline.Controls.Add(this.cmbPline);
this.plPline.Dock = System.Windows.Forms.DockStyle.Top;
this.plPline.Location = new System.Drawing.Point(0, 0);
this.plPline.Margin = new System.Windows.Forms.Padding(2);
this.plPline.Name = "plPline";
this.plPline.Size = new System.Drawing.Size(355, 101);
this.plPline.TabIndex = 894;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(21, 41);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 896;
this.label3.Text = "用车方式";
//
// cmbTrans
//
this.cmbTrans.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
valueListItem1.DataValue = "1";
valueListItem1.DisplayText = "自提";
valueListItem3.DataValue = "2";
valueListItem3.DisplayText = "派车";
this.cmbTrans.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem1,
valueListItem3});
this.cmbTrans.Location = new System.Drawing.Point(92, 38);
this.cmbTrans.Name = "cmbTrans";
this.cmbTrans.Size = new System.Drawing.Size(208, 21);
this.cmbTrans.TabIndex = 895;
//
// chkFlag2
//
this.chkFlag2.AutoSize = true;
this.chkFlag2.Location = new System.Drawing.Point(218, 72);
this.chkFlag2.Margin = new System.Windows.Forms.Padding(2);
this.chkFlag2.Name = "chkFlag2";
this.chkFlag2.Size = new System.Drawing.Size(96, 16);
this.chkFlag2.TabIndex = 894;
this.chkFlag2.Text = "自动委托完成";
this.chkFlag2.UseVisualStyleBackColor = true;
//
// chkFlag1
//
this.chkFlag1.AutoSize = true;
this.chkFlag1.Location = new System.Drawing.Point(92, 72);
this.chkFlag1.Margin = new System.Windows.Forms.Padding(2);
this.chkFlag1.Name = "chkFlag1";
this.chkFlag1.Size = new System.Drawing.Size(108, 16);
this.chkFlag1.TabIndex = 892;
this.chkFlag1.Text = "质保部自动审批";
this.chkFlag1.UseVisualStyleBackColor = true;
//
// panel2
//
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.txtNote);
this.panel2.Controls.Add(this.ultraButton1);
this.panel2.Controls.Add(this.ultraButton2);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 101);
this.panel2.Margin = new System.Windows.Forms.Padding(2);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(355, 173);
this.panel2.TabIndex = 895;
//
// FrmEntrustApproval
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(355, 274);
this.Controls.Add(this.panel2);
this.Controls.Add(this.plPline);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "FrmEntrustApproval";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "委托审批";
((System.ComponentModel.ISupportInitialize)(this.cmbPline)).EndInit();
this.plPline.ResumeLayout(false);
this.plPline.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbTrans)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbPline;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtNote;
private Infragistics.Win.Misc.UltraButton ultraButton2;
private Infragistics.Win.Misc.UltraButton ultraButton1;
private System.Windows.Forms.Panel plPline;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.CheckBox chkFlag2;
private System.Windows.Forms.CheckBox chkFlag1;
private System.Windows.Forms.Label label3;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbTrans;
}
}