| | |
| | | this.gridColumn1.Name = "gridColumn1"; |
| | | this.gridColumn1.Visible = true; |
| | | this.gridColumn1.VisibleIndex = 0; |
| | | this.gridColumn1.Width = 94; |
| | | this.gridColumn1.Width = 150; |
| | | // |
| | | // repositoryItemComboBox1 |
| | | // |
| | |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 1; |
| | | this.gridColumn2.Width = 94; |
| | | this.gridColumn2.Width = 80; |
| | | // |
| | | // repositoryItemComboBox2 |
| | | // |
| | |
| | | this.gridColumn3.Name = "gridColumn3"; |
| | | this.gridColumn3.Visible = true; |
| | | this.gridColumn3.VisibleIndex = 2; |
| | | this.gridColumn3.Width = 94; |
| | | this.gridColumn3.Width = 100; |
| | | // |
| | | // panel1 |
| | | // |
| | |
| | | this.Name = "ShowFilter"; |
| | | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
| | | this.Text = "请增加查询条件"; |
| | | this.TopMost = true; |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit(); |