namespace WinformDevFramework.UserControls { partial class Label_ComBox { /// /// 必需的设计器变量。 /// 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.label = new System.Windows.Forms.Label(); this.comboBox = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // label // this.label.Location = new System.Drawing.Point(4, 4); this.label.Name = "label"; this.label.Size = new System.Drawing.Size(75, 18); this.label.TabIndex = 1; this.label.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboBox // this.comboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox.FormattingEnabled = true; this.comboBox.Location = new System.Drawing.Point(82, 1); this.comboBox.Name = "comboBox"; this.comboBox.Size = new System.Drawing.Size(121, 25); this.comboBox.TabIndex = 2; // // Label_ComBox // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.comboBox); this.Controls.Add(this.label); this.Name = "Label_ComBox"; this.Size = new System.Drawing.Size(208, 28); this.ResumeLayout(false); } #endregion private Label label; private ComboBox comboBox; } }