namespace Lskj.BsMes.Controls { partial class LabelComboBoxEdit { /// /// 必需的设计器变量。 /// 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.imageLabel = new DevExpress.XtraEditors.LabelControl(); this.comboBoxEdit = new DevExpress.XtraEditors.ComboBoxEdit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit.Properties)).BeginInit(); this.SuspendLayout(); // // imageLabel // this.imageLabel.Appearance.BackColor = System.Drawing.Color.Transparent; this.imageLabel.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.imageLabel.Dock = System.Windows.Forms.DockStyle.Left; this.imageLabel.Location = new System.Drawing.Point(0, 0); this.imageLabel.Name = "imageLabel"; this.imageLabel.Size = new System.Drawing.Size(50, 50); this.imageLabel.TabIndex = 0; // // comboBoxEdit // this.comboBoxEdit.Dock = System.Windows.Forms.DockStyle.Fill; this.comboBoxEdit.Location = new System.Drawing.Point(50, 0); this.comboBoxEdit.Name = "comboBoxEdit"; this.comboBoxEdit.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.comboBoxEdit.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F); this.comboBoxEdit.Properties.Appearance.Options.UseBackColor = true; this.comboBoxEdit.Properties.Appearance.Options.UseFont = true; this.comboBoxEdit.Properties.AutoHeight = false; this.comboBoxEdit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.comboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit.Size = new System.Drawing.Size(352, 50); this.comboBoxEdit.TabIndex = 1; // // LabelComboBoxEdit // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.Transparent; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.comboBoxEdit); this.Controls.Add(this.imageLabel); this.Name = "LabelComboBoxEdit"; this.Size = new System.Drawing.Size(402, 50); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.LabelControl imageLabel; private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit; } }