namespace Core.StlMes.Client.Mcp.Treatment.HeatTreatment
{
partial class FrmEntrustApply
{
///
/// 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.cmbType = 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();
((System.ComponentModel.ISupportInitialize)(this.cmbType)).BeginInit();
this.SuspendLayout();
//
// cmbType
//
this.cmbType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cmbType.Location = new System.Drawing.Point(122, 33);
this.cmbType.Margin = new System.Windows.Forms.Padding(4);
this.cmbType.Name = "cmbType";
this.cmbType.Size = new System.Drawing.Size(278, 24);
this.cmbType.TabIndex = 890;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(28, 37);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 15);
this.label1.TabIndex = 891;
this.label1.Text = "委托项目";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(28, 87);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(61, 15);
this.label2.TabIndex = 892;
this.label2.Text = "备 注";
//
// txtNote
//
this.txtNote.Location = new System.Drawing.Point(122, 84);
this.txtNote.Multiline = true;
this.txtNote.Name = "txtNote";
this.txtNote.Size = new System.Drawing.Size(278, 114);
this.txtNote.TabIndex = 893;
//
// ultraButton2
//
this.ultraButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.ultraButton2.Location = new System.Drawing.Point(300, 223);
this.ultraButton2.Margin = new System.Windows.Forms.Padding(4);
this.ultraButton2.Name = "ultraButton2";
this.ultraButton2.Size = new System.Drawing.Size(100, 29);
this.ultraButton2.TabIndex = 1;
this.ultraButton2.Text = "取消";
//
// ultraButton1
//
this.ultraButton1.Location = new System.Drawing.Point(122, 223);
this.ultraButton1.Margin = new System.Windows.Forms.Padding(4);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.Size = new System.Drawing.Size(100, 29);
this.ultraButton1.TabIndex = 0;
this.ultraButton1.Text = "确认";
this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
//
// FrmEntrustApply
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(448, 294);
this.Controls.Add(this.ultraButton2);
this.Controls.Add(this.ultraButton1);
this.Controls.Add(this.txtNote);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.cmbType);
this.Name = "FrmEntrustApply";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "委托申请";
((System.ComponentModel.ISupportInitialize)(this.cmbType)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbType;
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;
}
}