提交当前本机整理版本
This commit is contained in:
+27
-1
@@ -67,4 +67,30 @@ namespace Lskj.Main.Control
|
||||
// label
|
||||
//
|
||||
this.label.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
thi
|
||||
this.label.Location = new System.Drawing.Point(41, 0);
|
||||
this.label.Name = "label";
|
||||
this.label.Size = new System.Drawing.Size(121, 42);
|
||||
this.label.TabIndex = 5;
|
||||
this.label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// SimpleControl
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.AutoSize = true;
|
||||
this.Controls.Add(this.label);
|
||||
this.Controls.Add(this.circleButton);
|
||||
this.Controls.Add(this.picBox);
|
||||
this.Name = "SimpleControl";
|
||||
this.Size = new System.Drawing.Size(204, 42);
|
||||
((System.ComponentModel.ISupportInitialize)(this.picBox)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.PictureBox picBox;
|
||||
private Lskj.Control.CircleButton circleButton;
|
||||
private System.Windows.Forms.Label label;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user