提交当前本机整理版本
This commit is contained in:
Generated
+30
-1
@@ -41,4 +41,33 @@ namespace Lskj.Control
|
||||
this.plLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.plLeft.Location = new System.Drawing.Point(0, 0);
|
||||
this.plLeft.Name = "plLeft";
|
||||
|
||||
this.plLeft.Size = new System.Drawing.Size(39, 20);
|
||||
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 = "名称";
|
||||
//
|
||||
// LabelPrompt
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.Controls.Add(this.plLeft);
|
||||
this.Name = "LabelPrompt";
|
||||
this.Size = new System.Drawing.Size(39, 20);
|
||||
this.plLeft.ResumeLayout(false);
|
||||
this.plLeft.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Panel plLeft;
|
||||
private System.Windows.Forms.Label lblText;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user