namespace Core.StlMes.Client.YdmPipeManage
{
partial class FrmBlockReason
{
///
/// 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.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance121 = new Infragistics.Win.Appearance();
this.cmbLock = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.txtMENO = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.cmbLock)).BeginInit();
this.SuspendLayout();
//
// cmbLock
//
this.cmbLock.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cmbLock.Location = new System.Drawing.Point(61, 12);
this.cmbLock.Name = "cmbLock";
this.cmbLock.Size = new System.Drawing.Size(147, 21);
this.cmbLock.TabIndex = 1045;
//
// ultraLabel1
//
appearance1.TextHAlignAsString = "Right";
this.ultraLabel1.Appearance = appearance1;
this.ultraLabel1.AutoSize = true;
this.ultraLabel1.Location = new System.Drawing.Point(2, 17);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
this.ultraLabel1.TabIndex = 1044;
this.ultraLabel1.Text = "封锁原因";
//
// ultraLabel2
//
appearance121.TextHAlignAsString = "Right";
this.ultraLabel2.Appearance = appearance121;
this.ultraLabel2.AutoSize = true;
this.ultraLabel2.Location = new System.Drawing.Point(2, 51);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
this.ultraLabel2.TabIndex = 1046;
this.ultraLabel2.Text = "封锁备注";
//
// txtMENO
//
this.txtMENO.Location = new System.Drawing.Point(61, 46);
this.txtMENO.MaxLength = 100;
this.txtMENO.Multiline = true;
this.txtMENO.Name = "txtMENO";
this.txtMENO.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
this.txtMENO.Size = new System.Drawing.Size(147, 141);
this.txtMENO.TabIndex = 1047;
//
// button1
//
this.button1.Location = new System.Drawing.Point(214, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(58, 23);
this.button1.TabIndex = 1048;
this.button1.Text = "确认";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// FrmBlockReason
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 206);
this.Controls.Add(this.button1);
this.Controls.Add(this.txtMENO);
this.Controls.Add(this.ultraLabel2);
this.Controls.Add(this.cmbLock);
this.Controls.Add(this.ultraLabel1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmBlockReason";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "封锁原因";
this.Load += new System.EventHandler(this.FrmBlockReason_Load);
((System.ComponentModel.ISupportInitialize)(this.cmbLock)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbLock;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private System.Windows.Forms.TextBox txtMENO;
private System.Windows.Forms.Button button1;
}
}