namespace Core.StlMes.Client.YdmPipeManage { partial class FrmUnBlockReason { /// /// 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 appearance121 = new Infragistics.Win.Appearance(); this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel(); this.txtMENO = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // ultraLabel2 // appearance121.TextHAlignAsString = "Right"; this.ultraLabel2.Appearance = appearance121; this.ultraLabel2.AutoSize = true; this.ultraLabel2.Location = new System.Drawing.Point(2, 17); 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, 12); 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); // // FrmUnBlockReason // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 170); this.Controls.Add(this.button1); this.Controls.Add(this.txtMENO); this.Controls.Add(this.ultraLabel2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmUnBlockReason"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "解锁原因"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private Infragistics.Win.Misc.UltraLabel ultraLabel2; private System.Windows.Forms.TextBox txtMENO; private System.Windows.Forms.Button button1; } }