| | |
| | | colFileSuffix = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colUploadTime = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colUploadUserName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colStorageHouse = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colStorageCode = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | |
| | | // |
| | | txtSuffix.Location = new Point(808, 24); |
| | | txtSuffix.Name = "txtSuffix"; |
| | | txtSuffix.Properties.AutoHeight = false; |
| | | txtSuffix.Size = new Size(82, 22); |
| | | txtSuffix.Size = new Size(82, 20); |
| | | txtSuffix.StyleController = layoutControl1; |
| | | txtSuffix.TabIndex = 5; |
| | | // |
| | |
| | | // |
| | | txtUploadUserName.Location = new Point(958, 24); |
| | | txtUploadUserName.Name = "txtUploadUserName"; |
| | | txtUploadUserName.Properties.AutoHeight = false; |
| | | txtUploadUserName.Size = new Size(112, 22); |
| | | txtUploadUserName.Size = new Size(112, 20); |
| | | txtUploadUserName.StyleController = layoutControl1; |
| | | txtUploadUserName.TabIndex = 6; |
| | | // |
| | |
| | | // |
| | | txtFileCode.Location = new Point(628, 24); |
| | | txtFileCode.Name = "txtFileCode"; |
| | | txtFileCode.Properties.AutoHeight = false; |
| | | txtFileCode.Size = new Size(112, 22); |
| | | txtFileCode.Size = new Size(112, 20); |
| | | txtFileCode.StyleController = layoutControl1; |
| | | txtFileCode.TabIndex = 4; |
| | | // |
| | |
| | | // |
| | | txtFileName.Location = new Point(448, 24); |
| | | txtFileName.Name = "txtFileName"; |
| | | txtFileName.Properties.AutoHeight = false; |
| | | txtFileName.Size = new Size(112, 22); |
| | | txtFileName.Size = new Size(112, 20); |
| | | txtFileName.StyleController = layoutControl1; |
| | | txtFileName.TabIndex = 3; |
| | | // |
| | |
| | | dtEnd.EditValue = null; |
| | | dtEnd.Location = new Point(268, 24); |
| | | dtEnd.Name = "dtEnd"; |
| | | dtEnd.Properties.AutoHeight = false; |
| | | dtEnd.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) }); |
| | | dtEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) }); |
| | | dtEnd.Size = new Size(112, 22); |
| | | dtEnd.Size = new Size(112, 20); |
| | | dtEnd.StyleController = layoutControl1; |
| | | dtEnd.TabIndex = 2; |
| | | // |
| | |
| | | dtStart.EditValue = null; |
| | | dtStart.Location = new Point(88, 24); |
| | | dtStart.Name = "dtStart"; |
| | | dtStart.Properties.AutoHeight = false; |
| | | dtStart.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) }); |
| | | dtStart.Properties.CalendarTimeProperties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) }); |
| | | dtStart.Size = new Size(112, 22); |
| | | dtStart.Size = new Size(112, 20); |
| | | dtStart.StyleController = layoutControl1; |
| | | dtStart.TabIndex = 0; |
| | | // |
| | |
| | | // |
| | | // gridView1 |
| | | // |
| | | gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colFileName, colFileCode, colFileSize, colFileSuffix, colUploadTime, colUploadUserName, colStorageHouse, colStorageCode, colDescription }); |
| | | gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colFileName, colFileCode, colFileSize, colFileSuffix, colUploadTime, colUploadUserName, colDescription }); |
| | | gridView1.GridControl = gridControl1; |
| | | gridView1.Name = "gridView1"; |
| | | // |
| | | // colFileName |
| | | // |
| | | colFileName.FieldName = "FileName"; |
| | | colFileName.MinWidth = 120; |
| | | colFileName.MinWidth = 150; |
| | | colFileName.Name = "colFileName"; |
| | | colFileName.Visible = true; |
| | | colFileName.VisibleIndex = 0; |
| | | colFileName.Width = 120; |
| | | colFileName.Width = 150; |
| | | // |
| | | // colFileCode |
| | | // |
| | | colFileCode.FieldName = "FileCode"; |
| | | colFileCode.MaxWidth = 200; |
| | | colFileCode.MinWidth = 100; |
| | | colFileCode.Name = "colFileCode"; |
| | | colFileCode.Visible = true; |
| | |
| | | // colFileSuffix |
| | | // |
| | | colFileSuffix.FieldName = "FileSuffix"; |
| | | colFileSuffix.MaxWidth = 60; |
| | | colFileSuffix.MinWidth = 60; |
| | | colFileSuffix.MaxWidth = 80; |
| | | colFileSuffix.MinWidth = 80; |
| | | colFileSuffix.Name = "colFileSuffix"; |
| | | colFileSuffix.Visible = true; |
| | | colFileSuffix.VisibleIndex = 3; |
| | | colFileSuffix.Width = 60; |
| | | colFileSuffix.Width = 80; |
| | | // |
| | | // colUploadTime |
| | | // |
| | |
| | | colUploadUserName.VisibleIndex = 5; |
| | | colUploadUserName.Width = 100; |
| | | // |
| | | // colStorageHouse |
| | | // |
| | | colStorageHouse.FieldName = "StorageHouse"; |
| | | colStorageHouse.MinWidth = 100; |
| | | colStorageHouse.Name = "colStorageHouse"; |
| | | colStorageHouse.Visible = true; |
| | | colStorageHouse.VisibleIndex = 6; |
| | | colStorageHouse.Width = 100; |
| | | // |
| | | // colStorageCode |
| | | // |
| | | colStorageCode.FieldName = "StorageCode"; |
| | | colStorageCode.MinWidth = 100; |
| | | colStorageCode.Name = "colStorageCode"; |
| | | colStorageCode.Visible = true; |
| | | colStorageCode.VisibleIndex = 7; |
| | | colStorageCode.Width = 100; |
| | | // |
| | | // colDescription |
| | | // |
| | | colDescription.FieldName = "Description"; |
| | | colDescription.MinWidth = 100; |
| | | colDescription.Name = "colDescription"; |
| | | colDescription.Visible = true; |
| | | colDescription.VisibleIndex = 8; |
| | | colDescription.VisibleIndex = 6; |
| | | colDescription.Width = 100; |
| | | // |
| | | // Root |
| | |
| | | // |
| | | // layoutControlItem2 |
| | | // |
| | | layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; |
| | | layoutControlItem2.Control = dtStart; |
| | | layoutControlItem2.Location = new Point(0, 0); |
| | | layoutControlItem2.MaxSize = new Size(180, 0); |
| | |
| | | // |
| | | // layoutControlItem3 |
| | | // |
| | | layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; |
| | | layoutControlItem3.Control = dtEnd; |
| | | layoutControlItem3.Location = new Point(180, 0); |
| | | layoutControlItem3.MaxSize = new Size(180, 0); |
| | |
| | | // |
| | | // layoutControlItem4 |
| | | // |
| | | layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; |
| | | layoutControlItem4.Control = txtFileName; |
| | | layoutControlItem4.Location = new Point(360, 0); |
| | | layoutControlItem4.MaxSize = new Size(180, 0); |
| | |
| | | // |
| | | // layoutControlItem5 |
| | | // |
| | | layoutControlItem5.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; |
| | | layoutControlItem5.Control = txtFileCode; |
| | | layoutControlItem5.Location = new Point(540, 0); |
| | | layoutControlItem5.MaxSize = new Size(180, 0); |
| | |
| | | // |
| | | // layoutControlItem6 |
| | | // |
| | | layoutControlItem6.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; |
| | | layoutControlItem6.Control = txtUploadUserName; |
| | | layoutControlItem6.Location = new Point(870, 0); |
| | | layoutControlItem6.MaxSize = new Size(180, 0); |
| | |
| | | // |
| | | // layoutControlItem10 |
| | | // |
| | | layoutControlItem10.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; |
| | | layoutControlItem10.Control = btnSearch; |
| | | layoutControlItem10.Location = new Point(1050, 0); |
| | | layoutControlItem10.MaxSize = new Size(89, 26); |
| | |
| | | // |
| | | // layoutControlItem7 |
| | | // |
| | | layoutControlItem7.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; |
| | | layoutControlItem7.Control = txtSuffix; |
| | | layoutControlItem7.Location = new Point(720, 0); |
| | | layoutControlItem7.MaxSize = new Size(150, 0); |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn colFileSuffix; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colUploadTime; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colUploadUserName; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colStorageHouse; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colStorageCode; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colDescription; |
| | | private TextEdit txtSuffix; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |