|
|
|
@ -0,0 +1,323 @@ |
|
|
|
|
namespace PEIS.View.Enrollment |
|
|
|
|
{ |
|
|
|
|
partial class EnrollmentSearchForm |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// 必需的设计器变量。 |
|
|
|
|
/// </summary> |
|
|
|
|
private System.ComponentModel.IContainer components = null; |
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
/// 清理所有正在使用的资源。 |
|
|
|
|
/// </summary> |
|
|
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> |
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
if (disposing && (components != null)) |
|
|
|
|
{ |
|
|
|
|
components.Dispose(); |
|
|
|
|
} |
|
|
|
|
base.Dispose(disposing); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#region Windows 窗体设计器生成的代码 |
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
/// 设计器支持所需的方法 - 不要修改 |
|
|
|
|
/// 使用代码编辑器修改此方法的内容。 |
|
|
|
|
/// </summary> |
|
|
|
|
private void InitializeComponent() |
|
|
|
|
{ |
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel(); |
|
|
|
|
this.NameSearch = new System.Windows.Forms.TextBox(); |
|
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
|
this.DgcRegItem = new DevExpress.XtraGrid.GridControl(); |
|
|
|
|
this.DgvRegItem = new DevExpress.XtraGrid.Views.Grid.GridView(); |
|
|
|
|
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.panel1.SuspendLayout(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DgcRegItem)).BeginInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DgvRegItem)).BeginInit(); |
|
|
|
|
this.SuspendLayout(); |
|
|
|
|
// |
|
|
|
|
// panel1 |
|
|
|
|
// |
|
|
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
|
this.panel1.Controls.Add(this.NameSearch); |
|
|
|
|
this.panel1.Controls.Add(this.label1); |
|
|
|
|
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.TabIndex = 0; |
|
|
|
|
// |
|
|
|
|
// NameSearch |
|
|
|
|
// |
|
|
|
|
this.NameSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
|
this.NameSearch.Font = new System.Drawing.Font("微软雅黑", 9F); |
|
|
|
|
this.NameSearch.Location = new System.Drawing.Point(91, 8); |
|
|
|
|
this.NameSearch.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); |
|
|
|
|
this.NameSearch.Name = "NameSearch"; |
|
|
|
|
this.NameSearch.Size = new System.Drawing.Size(506, 23); |
|
|
|
|
this.NameSearch.TabIndex = 7; |
|
|
|
|
// |
|
|
|
|
// label1 |
|
|
|
|
// |
|
|
|
|
this.label1.AutoSize = true; |
|
|
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.label1.Location = new System.Drawing.Point(11, 8); |
|
|
|
|
this.label1.Name = "label1"; |
|
|
|
|
this.label1.Size = new System.Drawing.Size(90, 21); |
|
|
|
|
this.label1.TabIndex = 1; |
|
|
|
|
this.label1.Text = "模糊检索:"; |
|
|
|
|
// |
|
|
|
|
// DgcRegItem |
|
|
|
|
// |
|
|
|
|
this.DgcRegItem.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
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.TabIndex = 135; |
|
|
|
|
this.DgcRegItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
|
|
|
|
this.DgvRegItem}); |
|
|
|
|
// |
|
|
|
|
// DgvRegItem |
|
|
|
|
// |
|
|
|
|
this.DgvRegItem.Appearance.FooterPanel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold); |
|
|
|
|
this.DgvRegItem.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Red; |
|
|
|
|
this.DgvRegItem.Appearance.FooterPanel.Options.UseFont = true; |
|
|
|
|
this.DgvRegItem.Appearance.FooterPanel.Options.UseForeColor = true; |
|
|
|
|
this.DgvRegItem.Appearance.GroupRow.Font = new System.Drawing.Font("微软雅黑", 10.5F); |
|
|
|
|
this.DgvRegItem.Appearance.GroupRow.Options.UseFont = true; |
|
|
|
|
this.DgvRegItem.Appearance.Row.Font = new System.Drawing.Font("微软雅黑", 10F); |
|
|
|
|
this.DgvRegItem.Appearance.Row.Options.UseFont = true; |
|
|
|
|
this.DgvRegItem.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
|
|
|
|
this.gridColumn10, |
|
|
|
|
this.gridColumn1, |
|
|
|
|
this.gridColumn2, |
|
|
|
|
this.gridColumn9, |
|
|
|
|
this.gridColumn5, |
|
|
|
|
this.gridColumn6, |
|
|
|
|
this.gridColumn3, |
|
|
|
|
this.gridColumn4, |
|
|
|
|
this.gridColumn7, |
|
|
|
|
this.gridColumn8}); |
|
|
|
|
this.DgvRegItem.GridControl = this.DgcRegItem; |
|
|
|
|
this.DgvRegItem.GroupCount = 1; |
|
|
|
|
this.DgvRegItem.GroupFormat = ""; |
|
|
|
|
this.DgvRegItem.Name = "DgvRegItem"; |
|
|
|
|
this.DgvRegItem.OptionsFilter.AllowFilterEditor = false; |
|
|
|
|
this.DgvRegItem.OptionsMenu.EnableColumnMenu = false; |
|
|
|
|
this.DgvRegItem.OptionsSelection.MultiSelect = true; |
|
|
|
|
this.DgvRegItem.OptionsView.ColumnAutoWidth = false; |
|
|
|
|
this.DgvRegItem.OptionsView.ShowGroupPanel = false; |
|
|
|
|
this.DgvRegItem.RowHeight = 35; |
|
|
|
|
this.DgvRegItem.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { |
|
|
|
|
new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn10, DevExpress.Data.ColumnSortOrder.Ascending)}); |
|
|
|
|
// |
|
|
|
|
// gridColumn10 |
|
|
|
|
// |
|
|
|
|
this.gridColumn10.Caption = "gridColumn10"; |
|
|
|
|
this.gridColumn10.FieldName = "Tel2"; |
|
|
|
|
this.gridColumn10.Name = "gridColumn10"; |
|
|
|
|
// |
|
|
|
|
// gridColumn1 |
|
|
|
|
// |
|
|
|
|
this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn1.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn1.Caption = "体检号"; |
|
|
|
|
this.gridColumn1.FieldName = "ID"; |
|
|
|
|
this.gridColumn1.Name = "gridColumn1"; |
|
|
|
|
this.gridColumn1.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn1.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn1.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn1.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn1.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn1.Visible = true; |
|
|
|
|
this.gridColumn1.VisibleIndex = 0; |
|
|
|
|
this.gridColumn1.Width = 87; |
|
|
|
|
// |
|
|
|
|
// gridColumn2 |
|
|
|
|
// |
|
|
|
|
this.gridColumn2.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn2.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn2.Caption = "姓名"; |
|
|
|
|
this.gridColumn2.FieldName = "Name"; |
|
|
|
|
this.gridColumn2.Name = "gridColumn2"; |
|
|
|
|
this.gridColumn2.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn2.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn2.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn2.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn2.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn2.Visible = true; |
|
|
|
|
this.gridColumn2.VisibleIndex = 1; |
|
|
|
|
this.gridColumn2.Width = 87; |
|
|
|
|
// |
|
|
|
|
// gridColumn9 |
|
|
|
|
// |
|
|
|
|
this.gridColumn9.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn9.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn9.Caption = "证件号"; |
|
|
|
|
this.gridColumn9.FieldName = "CardNo"; |
|
|
|
|
this.gridColumn9.Name = "gridColumn9"; |
|
|
|
|
this.gridColumn9.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn9.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn9.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn9.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn9.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn9.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn9.Visible = true; |
|
|
|
|
this.gridColumn9.VisibleIndex = 2; |
|
|
|
|
this.gridColumn9.Width = 99; |
|
|
|
|
// |
|
|
|
|
// gridColumn5 |
|
|
|
|
// |
|
|
|
|
this.gridColumn5.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn5.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn5.Caption = "性别"; |
|
|
|
|
this.gridColumn5.FieldName = "Sex"; |
|
|
|
|
this.gridColumn5.Name = "gridColumn5"; |
|
|
|
|
this.gridColumn5.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn5.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn5.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn5.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn5.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn5.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn5.Visible = true; |
|
|
|
|
this.gridColumn5.VisibleIndex = 3; |
|
|
|
|
this.gridColumn5.Width = 66; |
|
|
|
|
// |
|
|
|
|
// gridColumn6 |
|
|
|
|
// |
|
|
|
|
this.gridColumn6.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn6.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn6.Caption = "年龄"; |
|
|
|
|
this.gridColumn6.FieldName = "AgeClass"; |
|
|
|
|
this.gridColumn6.Name = "gridColumn6"; |
|
|
|
|
this.gridColumn6.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn6.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn6.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn6.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn6.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn6.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn6.Visible = true; |
|
|
|
|
this.gridColumn6.VisibleIndex = 4; |
|
|
|
|
this.gridColumn6.Width = 62; |
|
|
|
|
// |
|
|
|
|
// gridColumn3 |
|
|
|
|
// |
|
|
|
|
this.gridColumn3.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn3.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn3.Caption = "登记日期"; |
|
|
|
|
this.gridColumn3.DisplayFormat.FormatString = "yyyy-MM-dd"; |
|
|
|
|
this.gridColumn3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; |
|
|
|
|
this.gridColumn3.FieldName = "CreateTime"; |
|
|
|
|
this.gridColumn3.Name = "gridColumn3"; |
|
|
|
|
this.gridColumn3.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn3.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn3.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn3.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn3.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn3.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn3.Visible = true; |
|
|
|
|
this.gridColumn3.VisibleIndex = 5; |
|
|
|
|
this.gridColumn3.Width = 109; |
|
|
|
|
// |
|
|
|
|
// gridColumn4 |
|
|
|
|
// |
|
|
|
|
this.gridColumn4.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn4.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn4.Caption = "签到日期"; |
|
|
|
|
this.gridColumn4.DisplayFormat.FormatString = "yyyy-MM-dd"; |
|
|
|
|
this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; |
|
|
|
|
this.gridColumn4.FieldName = "SignTime"; |
|
|
|
|
this.gridColumn4.Name = "gridColumn4"; |
|
|
|
|
this.gridColumn4.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn4.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn4.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn4.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn4.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn4.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn4.Visible = true; |
|
|
|
|
this.gridColumn4.VisibleIndex = 6; |
|
|
|
|
this.gridColumn4.Width = 109; |
|
|
|
|
// |
|
|
|
|
// gridColumn7 |
|
|
|
|
// |
|
|
|
|
this.gridColumn7.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn7.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn7.Caption = "团体号"; |
|
|
|
|
this.gridColumn7.FieldName = "OEID"; |
|
|
|
|
this.gridColumn7.Name = "gridColumn7"; |
|
|
|
|
this.gridColumn7.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn7.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn7.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn7.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn7.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn7.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn7.Visible = true; |
|
|
|
|
this.gridColumn7.VisibleIndex = 7; |
|
|
|
|
this.gridColumn7.Width = 69; |
|
|
|
|
// |
|
|
|
|
// gridColumn8 |
|
|
|
|
// |
|
|
|
|
this.gridColumn8.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn8.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn8.Caption = "团体名称"; |
|
|
|
|
this.gridColumn8.FieldName = "OrgName"; |
|
|
|
|
this.gridColumn8.Name = "gridColumn8"; |
|
|
|
|
this.gridColumn8.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn8.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn8.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn8.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn8.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn8.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn8.Visible = true; |
|
|
|
|
this.gridColumn8.VisibleIndex = 8; |
|
|
|
|
this.gridColumn8.Width = 271; |
|
|
|
|
// |
|
|
|
|
// EnrollmentSearchForm |
|
|
|
|
// |
|
|
|
|
this.BackColor = System.Drawing.Color.White; |
|
|
|
|
this.ClientSize = new System.Drawing.Size(1520, 959); |
|
|
|
|
this.Controls.Add(this.DgcRegItem); |
|
|
|
|
this.Controls.Add(this.panel1); |
|
|
|
|
this.Name = "EnrollmentSearchForm"; |
|
|
|
|
this.panel1.ResumeLayout(false); |
|
|
|
|
this.panel1.PerformLayout(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DgcRegItem)).EndInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DgvRegItem)).EndInit(); |
|
|
|
|
this.ResumeLayout(false); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#endregion |
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Panel panel1; |
|
|
|
|
private System.Windows.Forms.Label label1; |
|
|
|
|
private System.Windows.Forms.TextBox NameSearch; |
|
|
|
|
private DevExpress.XtraGrid.GridControl DgcRegItem; |
|
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView DgvRegItem; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; |
|
|
|
|
} |
|
|
|
|
} |