namespace CsHospital.UserControls { partial class UserFlagReason { /// /// 必需的设计器变量。 /// 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.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit(); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // lookUpEdit1 // this.lookUpEdit1.Dock = System.Windows.Forms.DockStyle.Left; this.lookUpEdit1.Location = new System.Drawing.Point(0, 0); this.lookUpEdit1.Name = "lookUpEdit1"; this.lookUpEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lookUpEdit1.Properties.Appearance.Options.UseFont = true; this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUpEdit1.Properties.DisplayMember = "判断"; this.lookUpEdit1.Properties.ImmediatePopup = true; this.lookUpEdit1.Properties.NullText = ""; this.lookUpEdit1.Properties.SearchMode = DevExpress.XtraEditors.Controls.SearchMode.OnlyInPopup; this.lookUpEdit1.Properties.ValueMember = "编号"; this.lookUpEdit1.Size = new System.Drawing.Size(31, 22); this.lookUpEdit1.TabIndex = 2; this.lookUpEdit1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // // textEdit1 // this.textEdit1.Dock = System.Windows.Forms.DockStyle.Fill; this.textEdit1.Location = new System.Drawing.Point(31, 0); this.textEdit1.Name = "textEdit1"; this.textEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.textEdit1.Properties.Appearance.Options.UseFont = true; this.textEdit1.Size = new System.Drawing.Size(103, 22); this.textEdit1.TabIndex = 3; this.textEdit1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // // UserFlagReason // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.textEdit1); this.Controls.Add(this.lookUpEdit1); this.Name = "UserFlagReason"; this.Size = new System.Drawing.Size(134, 22); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.LookUpEdit lookUpEdit1; private DevExpress.XtraEditors.TextEdit textEdit1; } }