- 재질 check 기능 수정
- 리포트 맵 부분 수정
This commit is contained in:
4
PanelCompatibility.Designer.cs
generated
4
PanelCompatibility.Designer.cs
generated
@@ -57,9 +57,13 @@
|
||||
this.dgvMap.Location = new System.Drawing.Point(3, 32);
|
||||
this.dgvMap.Name = "dgvMap";
|
||||
this.dgvMap.RowTemplate.Height = 23;
|
||||
this.dgvMap.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
||||
this.dgvMap.Size = new System.Drawing.Size(817, 576);
|
||||
this.dgvMap.TabIndex = 0;
|
||||
this.dgvMap.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMap_CellClick);
|
||||
this.dgvMap.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMap_CellDoubleClick);
|
||||
this.dgvMap.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvMap_KeyDown);
|
||||
this.dgvMap.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgvMap_KeyUp);
|
||||
//
|
||||
// btPivot
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user