|
|
|
|
@ -43,6 +43,7 @@ |
|
|
|
|
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.panel1.SuspendLayout(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DgcRegItem)).BeginInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DgvRegItem)).BeginInit(); |
|
|
|
|
@ -56,7 +57,7 @@ |
|
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top; |
|
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 0); |
|
|
|
|
this.panel1.Name = "panel1"; |
|
|
|
|
this.panel1.Size = new System.Drawing.Size(1520, 40); |
|
|
|
|
this.panel1.Size = new System.Drawing.Size(1184, 40); |
|
|
|
|
this.panel1.TabIndex = 0; |
|
|
|
|
// |
|
|
|
|
// NameSearch |
|
|
|
|
@ -85,7 +86,7 @@ |
|
|
|
|
this.DgcRegItem.Location = new System.Drawing.Point(0, 40); |
|
|
|
|
this.DgcRegItem.MainView = this.DgvRegItem; |
|
|
|
|
this.DgcRegItem.Name = "DgcRegItem"; |
|
|
|
|
this.DgcRegItem.Size = new System.Drawing.Size(1520, 919); |
|
|
|
|
this.DgcRegItem.Size = new System.Drawing.Size(1184, 321); |
|
|
|
|
this.DgcRegItem.TabIndex = 135; |
|
|
|
|
this.DgcRegItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
|
|
|
|
this.DgvRegItem}); |
|
|
|
|
@ -107,6 +108,7 @@ |
|
|
|
|
this.gridColumn9, |
|
|
|
|
this.gridColumn5, |
|
|
|
|
this.gridColumn6, |
|
|
|
|
this.gridColumn11, |
|
|
|
|
this.gridColumn3, |
|
|
|
|
this.gridColumn4, |
|
|
|
|
this.gridColumn7, |
|
|
|
|
@ -231,7 +233,7 @@ |
|
|
|
|
this.gridColumn3.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn3.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn3.Visible = true; |
|
|
|
|
this.gridColumn3.VisibleIndex = 5; |
|
|
|
|
this.gridColumn3.VisibleIndex = 6; |
|
|
|
|
this.gridColumn3.Width = 109; |
|
|
|
|
// |
|
|
|
|
// gridColumn4 |
|
|
|
|
@ -250,7 +252,7 @@ |
|
|
|
|
this.gridColumn4.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn4.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn4.Visible = true; |
|
|
|
|
this.gridColumn4.VisibleIndex = 6; |
|
|
|
|
this.gridColumn4.VisibleIndex = 7; |
|
|
|
|
this.gridColumn4.Width = 109; |
|
|
|
|
// |
|
|
|
|
// gridColumn7 |
|
|
|
|
@ -267,7 +269,7 @@ |
|
|
|
|
this.gridColumn7.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn7.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn7.Visible = true; |
|
|
|
|
this.gridColumn7.VisibleIndex = 7; |
|
|
|
|
this.gridColumn7.VisibleIndex = 8; |
|
|
|
|
this.gridColumn7.Width = 69; |
|
|
|
|
// |
|
|
|
|
// gridColumn8 |
|
|
|
|
@ -284,13 +286,29 @@ |
|
|
|
|
this.gridColumn8.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn8.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn8.Visible = true; |
|
|
|
|
this.gridColumn8.VisibleIndex = 8; |
|
|
|
|
this.gridColumn8.VisibleIndex = 9; |
|
|
|
|
this.gridColumn8.Width = 271; |
|
|
|
|
// |
|
|
|
|
// gridColumn11 |
|
|
|
|
// |
|
|
|
|
this.gridColumn11.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
|
|
this.gridColumn11.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn11.Caption = "联系电话"; |
|
|
|
|
this.gridColumn11.FieldName = "Tel1"; |
|
|
|
|
this.gridColumn11.Name = "gridColumn11"; |
|
|
|
|
this.gridColumn11.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn11.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn11.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn11.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn11.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn11.Visible = true; |
|
|
|
|
this.gridColumn11.VisibleIndex = 5; |
|
|
|
|
this.gridColumn11.Width = 117; |
|
|
|
|
// |
|
|
|
|
// EnrollmentSearchForm |
|
|
|
|
// |
|
|
|
|
this.BackColor = System.Drawing.Color.White; |
|
|
|
|
this.ClientSize = new System.Drawing.Size(1520, 959); |
|
|
|
|
this.ClientSize = new System.Drawing.Size(1184, 361); |
|
|
|
|
this.Controls.Add(this.DgcRegItem); |
|
|
|
|
this.Controls.Add(this.panel1); |
|
|
|
|
this.Name = "EnrollmentSearchForm"; |
|
|
|
|
@ -319,5 +337,6 @@ |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|