namespace Lskj.Control { partial class FrmBackSelectEx { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.btnOk = new DevExpress.XtraEditors.SimpleButton(); this.pl_bottom = new DevExpress.XtraEditors.PanelControl(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.txt_advice = new Lskj.Control.LabelRemarkEdit(); this.combox_returnStep = new Lskj.Control.LabelComboxEdit(); ((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit(); this.pl_bottom.SuspendLayout(); this.SuspendLayout(); // // btnOk // this.btnOk.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.btnOk.Appearance.Options.UseFont = true; this.btnOk.Location = new System.Drawing.Point(246, 6); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(72, 26); this.btnOk.TabIndex = 0; this.btnOk.Text = "确定"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // pl_bottom // this.pl_bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_bottom.Controls.Add(this.btnCancel); this.pl_bottom.Controls.Add(this.btnOk); this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.pl_bottom.Location = new System.Drawing.Point(0, 178); this.pl_bottom.Name = "pl_bottom"; this.pl_bottom.Size = new System.Drawing.Size(403, 40); this.pl_bottom.TabIndex = 9; // // btnCancel // this.btnCancel.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.btnCancel.Appearance.Options.UseFont = true; this.btnCancel.Location = new System.Drawing.Point(324, 6); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(72, 26); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // txt_advice // this.txt_advice.BackColor = System.Drawing.Color.Transparent; this.txt_advice.EditText = ""; this.txt_advice.FontSize = 0F; this.txt_advice.LabelText = "返退意见"; this.txt_advice.Location = new System.Drawing.Point(23, 30); this.txt_advice.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_advice.Model = null; this.txt_advice.Name = "txt_advice"; this.txt_advice.NullText = ""; this.txt_advice.ReadOnly = false; this.txt_advice.Required = false; this.txt_advice.Size = new System.Drawing.Size(374, 144); this.txt_advice.TabIndex = 11; // // combox_returnStep // this.combox_returnStep.BackColor = System.Drawing.Color.Transparent; this.combox_returnStep.EditText = ""; this.combox_returnStep.FontSize = 0F; this.combox_returnStep.LabelText = "选择反退步骤"; this.combox_returnStep.Location = new System.Drawing.Point(0, 4); this.combox_returnStep.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.combox_returnStep.Model = null; this.combox_returnStep.Name = "combox_returnStep"; this.combox_returnStep.NullText = ""; this.combox_returnStep.ReadOnly = false; this.combox_returnStep.Required = false; this.combox_returnStep.Size = new System.Drawing.Size(398, 21); this.combox_returnStep.TabIndex = 10; // // FrmBackSelectEx // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.txt_advice); this.Controls.Add(this.combox_returnStep); this.Controls.Add(this.pl_bottom); this.Name = "FrmBackSelectEx"; this.Size = new System.Drawing.Size(403, 218); ((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit(); this.pl_bottom.ResumeLayout(false); this.ResumeLayout(false); } #endregion private LabelRemarkEdit txt_advice; private DevExpress.XtraEditors.SimpleButton btnOk; private LabelComboxEdit combox_returnStep; private DevExpress.XtraEditors.PanelControl pl_bottom; private DevExpress.XtraEditors.SimpleButton btnCancel; } }