namespace Lskj.Main4.Control { partial class SimpleControl { /// /// 必需的设计器变量。 /// 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.picBox = new System.Windows.Forms.PictureBox(); this.label = new System.Windows.Forms.Label(); this.cornerLab = new Lskj.Main4.Control.CornerLab(); ((System.ComponentModel.ISupportInitialize)(this.picBox)).BeginInit(); this.SuspendLayout(); // // picBox // this.picBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.picBox.Dock = System.Windows.Forms.DockStyle.Left; this.picBox.Location = new System.Drawing.Point(0, 0); this.picBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.picBox.Name = "picBox"; this.picBox.Size = new System.Drawing.Size(31, 34); this.picBox.TabIndex = 0; this.picBox.TabStop = false; // // label // this.label.Dock = System.Windows.Forms.DockStyle.Fill; this.label.Location = new System.Drawing.Point(31, 0); this.label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label.Name = "label"; this.label.Size = new System.Drawing.Size(104, 34); this.label.TabIndex = 3; this.label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cornerLab // this.cornerLab.BackColor = System.Drawing.SystemColors.Control; this.cornerLab.Dock = System.Windows.Forms.DockStyle.Right; this.cornerLab.Location = new System.Drawing.Point(135, 0); this.cornerLab.Margin = new System.Windows.Forms.Padding(2); this.cornerLab.Name = "cornerLab"; this.cornerLab.Size = new System.Drawing.Size(18, 34); this.cornerLab.TabIndex = 2; // // SimpleControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.label); this.Controls.Add(this.cornerLab); this.Controls.Add(this.picBox); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "SimpleControl"; this.Size = new System.Drawing.Size(153, 34); ((System.ComponentModel.ISupportInitialize)(this.picBox)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox picBox; private CornerLab cornerLab; private System.Windows.Forms.Label label; } }