ajust width
This commit is contained in:
10
client/Reader/MainForm.Designer.cs
generated
10
client/Reader/MainForm.Designer.cs
generated
@@ -71,18 +71,18 @@ namespace Reader
|
||||
Filename.FillWeight = 300F;
|
||||
Filename.Frozen = true;
|
||||
Filename.HeaderText = "文件名";
|
||||
Filename.MinimumWidth = 400;
|
||||
Filename.MinimumWidth = 500;
|
||||
Filename.Name = "Filename";
|
||||
Filename.ReadOnly = true;
|
||||
Filename.Width = 400;
|
||||
Filename.Width = 500;
|
||||
//
|
||||
// eryi_ID
|
||||
//
|
||||
eryi_ID.AutoSizeMode = DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||||
eryi_ID.HeaderText = "二一资料ID";
|
||||
eryi_ID.HeaderText = "二一暗码(资料ID)";
|
||||
eryi_ID.Name = "eryi_ID";
|
||||
eryi_ID.ReadOnly = true;
|
||||
eryi_ID.Width = 94;
|
||||
eryi_ID.Width = 100;
|
||||
//
|
||||
// 下载者用户名
|
||||
//
|
||||
@@ -90,7 +90,7 @@ namespace Reader
|
||||
下载者用户名.HeaderText = "下载者用户名";
|
||||
下载者用户名.Name = "下载者用户名";
|
||||
下载者用户名.ReadOnly = true;
|
||||
下载者用户名.Width = 105;
|
||||
下载者用户名.Width = 100;
|
||||
//
|
||||
// MainForm
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user