| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- namespace Dongke.IBOSS.PRD.Basics.BaseControls
- {
- partial class C_StatusCheckBox
- {
- /// <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.lblTitle = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.chkTrue = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.chkFalse = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.SuspendLayout();
- //
- // lblTitle
- //
- this.lblTitle.AutoSize = true;
- this.lblTitle.BackColor = System.Drawing.Color.Transparent;
- this.lblTitle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblTitle.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblTitle.Location = new System.Drawing.Point(3, 2);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(35, 12);
- this.lblTitle.TabIndex = 0;
- this.lblTitle.Text = "Title";
- //
- // chkTrue
- //
- this.chkTrue.AutoSize = true;
- this.chkTrue.BackgroundImage = global::Dongke.IBOSS.PRD.Basics.BaseControls.Resource.bg;
- this.chkTrue.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkTrue.Location = new System.Drawing.Point(41, 0);
- this.chkTrue.Name = "chkTrue";
- this.chkTrue.Size = new System.Drawing.Size(36, 16);
- this.chkTrue.TabIndex = 1;
- this.chkTrue.Text = "是";
- this.chkTrue.UseVisualStyleBackColor = true;
- //
- // chkFalse
- //
- this.chkFalse.AutoSize = true;
- this.chkFalse.BackgroundImage = global::Dongke.IBOSS.PRD.Basics.BaseControls.Resource.bg;
- this.chkFalse.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkFalse.Location = new System.Drawing.Point(86, 0);
- this.chkFalse.Name = "chkFalse";
- this.chkFalse.Size = new System.Drawing.Size(36, 16);
- this.chkFalse.TabIndex = 2;
- this.chkFalse.Text = "否";
- this.chkFalse.UseVisualStyleBackColor = true;
- //
- // C_StatusCheckBox
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Window;
- this.BackgroundImage = global::Dongke.IBOSS.PRD.Basics.BaseControls.Resource.bg;
- this.Controls.Add(this.chkFalse);
- this.Controls.Add(this.chkTrue);
- this.Controls.Add(this.lblTitle);
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.Name = "C_StatusCheckBox";
- this.Size = new System.Drawing.Size(124, 25);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private C_Label lblTitle;
- private C_CheckBox chkTrue;
- private C_CheckBox chkFalse;
- }
- }
|