namespace Lskj.Control { partial class LabelRadioButtonGroupEdit { /// /// 必需的设计器变量。 /// 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.plLeft = new System.Windows.Forms.Panel(); this.lblText = new System.Windows.Forms.Label(); this.plRight = new System.Windows.Forms.Panel(); this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup(); this.plLeft.SuspendLayout(); this.plRight.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit(); this.SuspendLayout(); // // plLeft // this.plLeft.Controls.Add(this.lblText); this.plLeft.Dock = System.Windows.Forms.DockStyle.Left; this.plLeft.Location = new System.Drawing.Point(0, 0); this.plLeft.Name = "plLeft"; this.plLeft.Size = new System.Drawing.Size(40, 21); this.plLeft.TabIndex = 4; // // lblText // this.lblText.AutoSize = true; this.lblText.Location = new System.Drawing.Point(5, 4); this.lblText.Name = "lblText"; this.lblText.Size = new System.Drawing.Size(29, 12); this.lblText.TabIndex = 1; this.lblText.Text = "名称"; // // plRight // this.plRight.Controls.Add(this.radioGroup1); this.plRight.Dock = System.Windows.Forms.DockStyle.Fill; this.plRight.Location = new System.Drawing.Point(40, 0); this.plRight.Name = "plRight"; this.plRight.Size = new System.Drawing.Size(499, 21); this.plRight.TabIndex = 5; // // radioGroup1 // this.radioGroup1.Dock = System.Windows.Forms.DockStyle.Fill; this.radioGroup1.Location = new System.Drawing.Point(0, 0); this.radioGroup1.Name = "radioGroup1"; this.radioGroup1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.radioGroup1.Properties.Appearance.Options.UseBackColor = true; this.radioGroup1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.radioGroup1.Properties.Columns = 5; this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Item1"), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Item2"), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Item3"), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Item4"), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Item5")}); this.radioGroup1.Size = new System.Drawing.Size(499, 21); this.radioGroup1.TabIndex = 0; // // LabelRadioButtonGroupEdit // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.plRight); this.Controls.Add(this.plLeft); this.Name = "LabelRadioButtonGroupEdit"; this.Size = new System.Drawing.Size(539, 21); this.plLeft.ResumeLayout(false); this.plLeft.PerformLayout(); this.plRight.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel plLeft; private System.Windows.Forms.Label lblText; private System.Windows.Forms.Panel plRight; private DevExpress.XtraEditors.RadioGroup radioGroup1; } }