ab56a9bcf7
SVN-Revision: r240
109 lines
4.6 KiB
C#
109 lines
4.6 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class LabelCheckBoxGroupEdit
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
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 = 3;
|
|
//
|
|
// 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(468, 21);
|
|
this.plRight.TabIndex = 4;
|
|
//
|
|
// 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(468, 21);
|
|
this.radioGroup1.TabIndex = 0;
|
|
//
|
|
// LabelCheckBoxGroupEdit
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.plRight);
|
|
this.Controls.Add(this.plLeft);
|
|
this.Name = "LabelCheckBoxGroupEdit";
|
|
this.Size = new System.Drawing.Size(508, 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;
|
|
}
|
|
}
|