【发布时间】:2014-04-07 10:32:57
【问题描述】:
我有问题。 当我创建面板并询问尺寸 (150;150) 并执行程序时,我没有合适的尺寸。 所以如果问我得到的 witdh 和 heigth (112;122)..
你有什么想法吗?
谢谢
this.Zone_Impression.BackColor = System.Drawing.Color.White;
this.Zone_Impression.Location = new System.Drawing.Point(10, 10);
this.Zone_Impression.Margin = new System.Windows.Forms.Padding(0);
this.Zone_Impression.MinimumSize = new System.Drawing.Size(150, 150);
this.Zone_Impression.Name = "Zone_Impression";
this.Zone_Impression.Size = new System.Drawing.Size(150, 150);
this.Zone_Impression.TabIndex = 0;
【问题讨论】:
-
给出你试过的代码..cs和aspx