|
|
@ -0,0 +1,227 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace PEIS.View.Exam |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
partial class CareerHisInqStmForm |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
|
|
|
/// Required designer variable. |
|
|
|
|
|
|
|
/// </summary> |
|
|
|
|
|
|
|
private System.ComponentModel.IContainer components = null; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
|
|
|
/// Clean up any resources being used. |
|
|
|
|
|
|
|
/// </summary> |
|
|
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
if (disposing && (components != null)) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
components.Dispose(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
base.Dispose(disposing); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
|
|
|
/// Required method for Designer support - do not modify |
|
|
|
|
|
|
|
/// the contents of this method with the code editor. |
|
|
|
|
|
|
|
/// </summary> |
|
|
|
|
|
|
|
private void InitializeComponent() |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CareerHisInqStmForm)); |
|
|
|
|
|
|
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl(); |
|
|
|
|
|
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
|
|
|
|
|
|
|
this.check = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
|
|
|
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); |
|
|
|
|
|
|
|
this.ID = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
|
|
|
this.Name1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
|
|
|
this.Value = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
|
|
|
this.repositoryItemCheckedComboBoxEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit(); |
|
|
|
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel(); |
|
|
|
|
|
|
|
this.CancelBtn = new System.Windows.Forms.Button(); |
|
|
|
|
|
|
|
this.ConfirmBtn = new System.Windows.Forms.Button(); |
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); |
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); |
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); |
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit1)).BeginInit(); |
|
|
|
|
|
|
|
this.panel2.SuspendLayout(); |
|
|
|
|
|
|
|
this.SuspendLayout(); |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// gridControl1 |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
|
|
|
this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
|
|
|
|
this.gridControl1.Location = new System.Drawing.Point(0, 0); |
|
|
|
|
|
|
|
this.gridControl1.MainView = this.gridView1; |
|
|
|
|
|
|
|
this.gridControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
|
|
|
|
this.gridControl1.Name = "gridControl1"; |
|
|
|
|
|
|
|
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { |
|
|
|
|
|
|
|
this.repositoryItemCheckEdit1, |
|
|
|
|
|
|
|
this.repositoryItemCheckedComboBoxEdit1}); |
|
|
|
|
|
|
|
this.gridControl1.Size = new System.Drawing.Size(558, 312); |
|
|
|
|
|
|
|
this.gridControl1.TabIndex = 0; |
|
|
|
|
|
|
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
|
|
|
|
|
|
|
this.gridView1}); |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// gridView1 |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
|
|
|
|
|
|
|
this.check, |
|
|
|
|
|
|
|
this.ID, |
|
|
|
|
|
|
|
this.Name1, |
|
|
|
|
|
|
|
this.Value}); |
|
|
|
|
|
|
|
this.gridView1.GridControl = this.gridControl1; |
|
|
|
|
|
|
|
this.gridView1.Name = "gridView1"; |
|
|
|
|
|
|
|
this.gridView1.OptionsSelection.MultiSelect = true; |
|
|
|
|
|
|
|
this.gridView1.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
|
|
|
this.gridView1.OptionsSelection.ShowCheckBoxSelectorInGroupRow = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
|
|
|
this.gridView1.OptionsSelection.ShowCheckBoxSelectorInPrintExport = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
|
|
|
this.gridView1.OptionsView.ShowGroupPanel = false; |
|
|
|
|
|
|
|
this.gridView1.OptionsView.ShowIndicator = false; |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// check |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.check.AppearanceCell.Options.UseTextOptions = true; |
|
|
|
|
|
|
|
this.check.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; |
|
|
|
|
|
|
|
this.check.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; |
|
|
|
|
|
|
|
this.check.AppearanceHeader.Options.UseTextOptions = true; |
|
|
|
|
|
|
|
this.check.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; |
|
|
|
|
|
|
|
this.check.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; |
|
|
|
|
|
|
|
this.check.Caption = "选择"; |
|
|
|
|
|
|
|
this.check.ColumnEdit = this.repositoryItemCheckEdit1; |
|
|
|
|
|
|
|
this.check.FieldName = "check"; |
|
|
|
|
|
|
|
this.check.Name = "check"; |
|
|
|
|
|
|
|
this.check.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
|
|
|
this.check.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
|
|
|
this.check.OptionsFilter.AllowFilter = false; |
|
|
|
|
|
|
|
this.check.Visible = true; |
|
|
|
|
|
|
|
this.check.VisibleIndex = 0; |
|
|
|
|
|
|
|
this.check.Width = 60; |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// repositoryItemCheckEdit1 |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.repositoryItemCheckEdit1.AutoHeight = false; |
|
|
|
|
|
|
|
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// ID |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.ID.Caption = "主键"; |
|
|
|
|
|
|
|
this.ID.FieldName = "ID"; |
|
|
|
|
|
|
|
this.ID.Name = "ID"; |
|
|
|
|
|
|
|
this.ID.OptionsColumn.AllowEdit = false; |
|
|
|
|
|
|
|
this.ID.OptionsColumn.AllowFocus = false; |
|
|
|
|
|
|
|
this.ID.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
|
|
|
this.ID.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
|
|
|
this.ID.OptionsFilter.AllowFilter = false; |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// Name1 |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.Name1.Caption = "名字"; |
|
|
|
|
|
|
|
this.Name1.FieldName = "Name"; |
|
|
|
|
|
|
|
this.Name1.Name = "Name1"; |
|
|
|
|
|
|
|
this.Name1.OptionsColumn.AllowEdit = false; |
|
|
|
|
|
|
|
this.Name1.OptionsColumn.AllowFocus = false; |
|
|
|
|
|
|
|
this.Name1.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
|
|
|
this.Name1.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
|
|
|
this.Name1.OptionsFilter.AllowFilter = false; |
|
|
|
|
|
|
|
this.Name1.Visible = true; |
|
|
|
|
|
|
|
this.Name1.VisibleIndex = 1; |
|
|
|
|
|
|
|
this.Name1.Width = 372; |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// Value |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.Value.Caption = "值"; |
|
|
|
|
|
|
|
this.Value.FieldName = "Value"; |
|
|
|
|
|
|
|
this.Value.Name = "Value"; |
|
|
|
|
|
|
|
this.Value.OptionsColumn.AllowEdit = false; |
|
|
|
|
|
|
|
this.Value.OptionsColumn.AllowFocus = false; |
|
|
|
|
|
|
|
this.Value.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
|
|
|
this.Value.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
|
|
|
this.Value.OptionsFilter.AllowFilter = false; |
|
|
|
|
|
|
|
this.Value.Visible = true; |
|
|
|
|
|
|
|
this.Value.VisibleIndex = 2; |
|
|
|
|
|
|
|
this.Value.Width = 373; |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// repositoryItemCheckedComboBoxEdit1 |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.repositoryItemCheckedComboBoxEdit1.AutoHeight = false; |
|
|
|
|
|
|
|
this.repositoryItemCheckedComboBoxEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
|
|
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
|
|
|
|
|
|
|
this.repositoryItemCheckedComboBoxEdit1.Name = "repositoryItemCheckedComboBoxEdit1"; |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// panel2 |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.panel2.BackColor = System.Drawing.Color.White; |
|
|
|
|
|
|
|
this.panel2.Controls.Add(this.CancelBtn); |
|
|
|
|
|
|
|
this.panel2.Controls.Add(this.ConfirmBtn); |
|
|
|
|
|
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; |
|
|
|
|
|
|
|
this.panel2.Location = new System.Drawing.Point(0, 312); |
|
|
|
|
|
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
|
|
|
|
this.panel2.Name = "panel2"; |
|
|
|
|
|
|
|
this.panel2.Size = new System.Drawing.Size(558, 38); |
|
|
|
|
|
|
|
this.panel2.TabIndex = 11; |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// CancelBtn |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.CancelBtn.Image = ((System.Drawing.Image)(resources.GetObject("CancelBtn.Image"))); |
|
|
|
|
|
|
|
this.CancelBtn.Location = new System.Drawing.Point(332, 0); |
|
|
|
|
|
|
|
this.CancelBtn.Margin = new System.Windows.Forms.Padding(2, 6, 2, 6); |
|
|
|
|
|
|
|
this.CancelBtn.Name = "CancelBtn"; |
|
|
|
|
|
|
|
this.CancelBtn.Size = new System.Drawing.Size(106, 36); |
|
|
|
|
|
|
|
this.CancelBtn.TabIndex = 20; |
|
|
|
|
|
|
|
this.CancelBtn.Text = "取消"; |
|
|
|
|
|
|
|
this.CancelBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
|
|
|
|
|
|
|
this.CancelBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
|
|
|
|
|
|
|
this.CancelBtn.UseVisualStyleBackColor = true; |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// ConfirmBtn |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.ConfirmBtn.Image = ((System.Drawing.Image)(resources.GetObject("ConfirmBtn.Image"))); |
|
|
|
|
|
|
|
this.ConfirmBtn.Location = new System.Drawing.Point(123, 0); |
|
|
|
|
|
|
|
this.ConfirmBtn.Margin = new System.Windows.Forms.Padding(2, 6, 2, 6); |
|
|
|
|
|
|
|
this.ConfirmBtn.Name = "ConfirmBtn"; |
|
|
|
|
|
|
|
this.ConfirmBtn.Size = new System.Drawing.Size(105, 36); |
|
|
|
|
|
|
|
this.ConfirmBtn.TabIndex = 19; |
|
|
|
|
|
|
|
this.ConfirmBtn.Text = "确认"; |
|
|
|
|
|
|
|
this.ConfirmBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
|
|
|
|
|
|
|
this.ConfirmBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
|
|
|
|
|
|
|
this.ConfirmBtn.UseVisualStyleBackColor = true; |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// CareerHisInqStmForm |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); |
|
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
|
|
|
|
this.BackColor = System.Drawing.Color.White; |
|
|
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(558, 350); |
|
|
|
|
|
|
|
this.Controls.Add(this.gridControl1); |
|
|
|
|
|
|
|
this.Controls.Add(this.panel2); |
|
|
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; |
|
|
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
|
|
|
|
this.Name = "CareerHisInqStmForm"; |
|
|
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; |
|
|
|
|
|
|
|
this.Text = "症状"; |
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); |
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); |
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); |
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit1)).EndInit(); |
|
|
|
|
|
|
|
this.panel2.ResumeLayout(false); |
|
|
|
|
|
|
|
this.ResumeLayout(false); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endregion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraGrid.GridControl gridControl1; |
|
|
|
|
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1; |
|
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn ID; |
|
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn Name1; |
|
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn Value; |
|
|
|
|
|
|
|
private System.Windows.Forms.Panel panel2; |
|
|
|
|
|
|
|
private System.Windows.Forms.Button CancelBtn; |
|
|
|
|
|
|
|
private System.Windows.Forms.Button ConfirmBtn; |
|
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn check; |
|
|
|
|
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; |
|
|
|
|
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |