namespace Core.StlMes.Client.PlnSaleOrd { partial class FrmCancelPretreat { /// /// 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.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel(); this.ultraButton2 = new Infragistics.Win.Misc.UltraButton(); this.ultraButton1 = new Infragistics.Win.Misc.UltraButton(); this.ultraTextEditorReason = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.ultraPanel1.ClientArea.SuspendLayout(); this.ultraPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditorReason)).BeginInit(); this.SuspendLayout(); // // ultraPanel1 // // // ultraPanel1.ClientArea // this.ultraPanel1.ClientArea.Controls.Add(this.ultraButton2); this.ultraPanel1.ClientArea.Controls.Add(this.ultraButton1); this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.ultraPanel1.Location = new System.Drawing.Point(0, 126); this.ultraPanel1.Name = "ultraPanel1"; this.ultraPanel1.Size = new System.Drawing.Size(423, 36); this.ultraPanel1.TabIndex = 0; // // ultraButton2 // this.ultraButton2.Anchor = System.Windows.Forms.AnchorStyles.Right; this.ultraButton2.Location = new System.Drawing.Point(329, 6); this.ultraButton2.Name = "ultraButton2"; this.ultraButton2.Size = new System.Drawing.Size(75, 23); this.ultraButton2.TabIndex = 1; this.ultraButton2.Text = "关闭"; this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click); // // ultraButton1 // this.ultraButton1.Anchor = System.Windows.Forms.AnchorStyles.Right; this.ultraButton1.Location = new System.Drawing.Point(235, 6); 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); // // ultraTextEditorReason // this.ultraTextEditorReason.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraTextEditorReason.Location = new System.Drawing.Point(0, 0); this.ultraTextEditorReason.Multiline = true; this.ultraTextEditorReason.Name = "ultraTextEditorReason"; this.ultraTextEditorReason.Size = new System.Drawing.Size(423, 126); this.ultraTextEditorReason.TabIndex = 1; // // FrmCancelPretreat // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(423, 162); this.Controls.Add(this.ultraTextEditorReason); this.Controls.Add(this.ultraPanel1); this.Name = "FrmCancelPretreat"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "撤消原因"; this.Load += new System.EventHandler(this.CancelPretreat_Load); this.ultraPanel1.ClientArea.ResumeLayout(false); this.ultraPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditorReason)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Infragistics.Win.Misc.UltraPanel ultraPanel1; private Infragistics.Win.Misc.UltraButton ultraButton2; private Infragistics.Win.Misc.UltraButton ultraButton1; private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditorReason; } }