/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.usersbindingSource = new System.Windows.Forms.BindingSource();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.gridSplitContainer1 = new DevExpress.XtraGrid.GridSplitContainer();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridUserListView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colConsolidate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repConsolidate = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
     this.colDelete = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repDelete = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemHyperLinkEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
     this.colUsername = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFirstName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLastName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsActive = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLastLogin = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAllowedAccounts = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAllowedStores = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAllowedGroups = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnAddNewUser = new DevExpress.XtraEditors.SimpleButton();
     this.brnRefresh = new DevExpress.XtraEditors.SimpleButton();
     this.txtFilterUserName = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
     ((System.ComponentModel.ISupportInitialize)(this.usersbindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridSplitContainer1)).BeginInit();
     this.gridSplitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUserListView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repConsolidate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDelete)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFilterUserName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
     this.SuspendLayout();
     //
     // usersbindingSource
     //
     this.usersbindingSource.DataSource = typeof(HCMIS.Security.UserManagement.ViewModels.UserViewModel);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.gridSplitContainer1);
     this.layoutControl1.Controls.Add(this.btnAddNewUser);
     this.layoutControl1.Controls.Add(this.brnRefresh);
     this.layoutControl1.Controls.Add(this.txtFilterUserName);
     this.layoutControl1.Controls.Add(this.labelControl1);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem3});
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(284, 175, 250, 350);
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1035, 544);
     this.layoutControl1.TabIndex = 9;
     this.layoutControl1.Text = "layoutControl1";
     //
     // gridSplitContainer1
     //
     this.gridSplitContainer1.Grid = this.gridControl1;
     this.gridSplitContainer1.Location = new System.Drawing.Point(12, 38);
     this.gridSplitContainer1.Name = "gridSplitContainer1";
     this.gridSplitContainer1.Panel1.Controls.Add(this.gridControl1);
     this.gridSplitContainer1.Size = new System.Drawing.Size(1011, 468);
     this.gridSplitContainer1.TabIndex = 17;
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.usersbindingSource;
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.gridUserListView;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemHyperLinkEdit1,
     this.repDelete,
     this.repConsolidate});
     this.gridControl1.Size = new System.Drawing.Size(1011, 468);
     this.gridControl1.TabIndex = 5;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridUserListView});
     //
     // gridUserListView
     //
     this.gridUserListView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colConsolidate,
     this.colDelete,
     this.gridColumn1,
     this.colUsername,
     this.colFirstName,
     this.colLastName,
     this.colIsActive,
     this.colLastLogin,
     this.colAllowedAccounts,
     this.colAllowedStores,
     this.colAllowedGroups,
     this.gridColumn2});
     this.gridUserListView.GridControl = this.gridControl1;
     this.gridUserListView.Name = "gridUserListView";
     this.gridUserListView.OptionsView.ShowAutoFilterRow = true;
     this.gridUserListView.OptionsView.ShowGroupPanel = false;
     //
     // colConsolidate
     //
     this.colConsolidate.Caption = "Consolidate";
     this.colConsolidate.ColumnEdit = this.repConsolidate;
     this.colConsolidate.Name = "colConsolidate";
     this.colConsolidate.Width = 50;
     //
     // repConsolidate
     //
     this.repConsolidate.AutoHeight = false;
     this.repConsolidate.Caption = "Consolidate";
     this.repConsolidate.Name = "repConsolidate";
     this.repConsolidate.NullText = "Consolidate";
     this.repConsolidate.NullValuePrompt = "Consolidate";
     this.repConsolidate.Click += new System.EventHandler(this.repConsolidate_Click);
     //
     // colDelete
     //
     this.colDelete.Caption = "Delete";
     this.colDelete.ColumnEdit = this.repDelete;
     this.colDelete.Name = "colDelete";
     this.colDelete.Width = 50;
     //
     // repDelete
     //
     this.repDelete.AutoHeight = false;
     this.repDelete.Caption = "Delete";
     this.repDelete.Name = "repDelete";
     this.repDelete.NullText = "Delete";
     this.repDelete.NullValuePrompt = "Delete";
     this.repDelete.Click += new System.EventHandler(this.repDelete_Click);
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.gridColumn1.Caption = "Action";
     this.gridColumn1.ColumnEdit = this.repositoryItemHyperLinkEdit1;
     this.gridColumn1.FieldName = "UserID";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 50;
     //
     // repositoryItemHyperLinkEdit1
     //
     this.repositoryItemHyperLinkEdit1.AutoHeight = false;
     this.repositoryItemHyperLinkEdit1.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.repositoryItemHyperLinkEdit1.Caption = "View Detail";
     this.repositoryItemHyperLinkEdit1.HideSelection = false;
     this.repositoryItemHyperLinkEdit1.ImageAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.repositoryItemHyperLinkEdit1.LinkColor = System.Drawing.Color.Blue;
     this.repositoryItemHyperLinkEdit1.Name = "repositoryItemHyperLinkEdit1";
     this.repositoryItemHyperLinkEdit1.SingleClick = true;
     this.repositoryItemHyperLinkEdit1.StartKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.repositoryItemHyperLinkEdit1.Click += new System.EventHandler(this.repositoryItemHyperLinkEdit1_Click);
     //
     // colUsername
     //
     this.colUsername.Caption = "User Name";
     this.colUsername.FieldName = "Username";
     this.colUsername.Name = "colUsername";
     this.colUsername.OptionsColumn.AllowEdit = false;
     this.colUsername.Visible = true;
     this.colUsername.VisibleIndex = 1;
     this.colUsername.Width = 137;
     //
     // colFirstName
     //
     this.colFirstName.FieldName = "FirstName";
     this.colFirstName.Name = "colFirstName";
     this.colFirstName.OptionsColumn.AllowEdit = false;
     this.colFirstName.Visible = true;
     this.colFirstName.VisibleIndex = 2;
     this.colFirstName.Width = 137;
     //
     // colLastName
     //
     this.colLastName.FieldName = "LastName";
     this.colLastName.Name = "colLastName";
     this.colLastName.OptionsColumn.AllowEdit = false;
     this.colLastName.OptionsFilter.AllowAutoFilter = false;
     this.colLastName.Visible = true;
     this.colLastName.VisibleIndex = 3;
     this.colLastName.Width = 137;
     //
     // colIsActive
     //
     this.colIsActive.FieldName = "IsActive";
     this.colIsActive.Name = "colIsActive";
     this.colIsActive.OptionsColumn.AllowEdit = false;
     this.colIsActive.OptionsFilter.AllowAutoFilter = false;
     this.colIsActive.Visible = true;
     this.colIsActive.VisibleIndex = 4;
     this.colIsActive.Width = 137;
     //
     // colLastLogin
     //
     this.colLastLogin.DisplayFormat.FormatString = "dd-MMM-yyyy hh:MM ss tt";
     this.colLastLogin.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colLastLogin.FieldName = "LastLogin";
     this.colLastLogin.Name = "colLastLogin";
     this.colLastLogin.OptionsColumn.AllowEdit = false;
     this.colLastLogin.OptionsFilter.AllowAutoFilter = false;
     this.colLastLogin.Visible = true;
     this.colLastLogin.VisibleIndex = 6;
     this.colLastLogin.Width = 158;
     //
     // colAllowedAccounts
     //
     this.colAllowedAccounts.AppearanceCell.Options.UseTextOptions = true;
     this.colAllowedAccounts.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.colAllowedAccounts.FieldName = "AllowedAccounts";
     this.colAllowedAccounts.Name = "colAllowedAccounts";
     this.colAllowedAccounts.OptionsColumn.AllowEdit = false;
     this.colAllowedAccounts.OptionsColumn.ReadOnly = true;
     this.colAllowedAccounts.OptionsFilter.AllowAutoFilter = false;
     //
     // colAllowedStores
     //
     this.colAllowedStores.AppearanceCell.Options.UseTextOptions = true;
     this.colAllowedStores.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.colAllowedStores.FieldName = "AllowedStores";
     this.colAllowedStores.Name = "colAllowedStores";
     this.colAllowedStores.OptionsColumn.AllowEdit = false;
     this.colAllowedStores.OptionsColumn.ReadOnly = true;
     this.colAllowedStores.OptionsFilter.AllowAutoFilter = false;
     //
     // colAllowedGroups
     //
     this.colAllowedGroups.AppearanceCell.Options.UseTextOptions = true;
     this.colAllowedGroups.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.colAllowedGroups.FieldName = "AllowedGroups";
     this.colAllowedGroups.Name = "colAllowedGroups";
     this.colAllowedGroups.OptionsColumn.AllowEdit = false;
     this.colAllowedGroups.OptionsColumn.ReadOnly = true;
     this.colAllowedGroups.OptionsFilter.AllowAutoFilter = false;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Created Date";
     this.gridColumn2.DisplayFormat.FormatString = "d";
     this.gridColumn2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn2.FieldName = "CreatedDate";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 5;
     this.gridColumn2.Width = 137;
     //
     // btnAddNewUser
     //
     this.btnAddNewUser.Image = global::HCMIS.Security.UserManagement.Properties.Resources.AddNewTab;
     this.btnAddNewUser.Location = new System.Drawing.Point(874, 510);
     this.btnAddNewUser.Name = "btnAddNewUser";
     this.btnAddNewUser.Size = new System.Drawing.Size(77, 22);
     this.btnAddNewUser.StyleController = this.layoutControl1;
     this.btnAddNewUser.TabIndex = 7;
     this.btnAddNewUser.Text = "Add User ";
     this.btnAddNewUser.Click += new System.EventHandler(this.BtnAddNewUserClick);
     //
     // brnRefresh
     //
     this.brnRefresh.Image = global::HCMIS.Security.UserManagement.Properties.Resources.Refresh_16x16;
     this.brnRefresh.Location = new System.Drawing.Point(955, 510);
     this.brnRefresh.Name = "brnRefresh";
     this.brnRefresh.Size = new System.Drawing.Size(68, 22);
     this.brnRefresh.StyleController = this.layoutControl1;
     this.brnRefresh.TabIndex = 8;
     this.brnRefresh.Text = "Refresh";
     this.brnRefresh.Click += new System.EventHandler(this.BrnRefreshClick);
     //
     // txtFilterUserName
     //
     this.txtFilterUserName.EditValue = global::HCMIS.Security.UserManagement.Properties.Resources.SUCCESS_MESSAGE;
     this.txtFilterUserName.Location = new System.Drawing.Point(185, 12);
     this.txtFilterUserName.Name = "txtFilterUserName";
     this.txtFilterUserName.Properties.NullText = "Username ,FirstName";
     this.txtFilterUserName.Properties.ValidateOnEnterKey = true;
     this.txtFilterUserName.Size = new System.Drawing.Size(230, 20);
     this.txtFilterUserName.StyleController = this.layoutControl1;
     this.txtFilterUserName.TabIndex = 10;
     this.txtFilterUserName.EditValueChanged += new System.EventHandler(this.txtFilterUserName_EditValueChanged);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(22, 12);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(36, 13);
     this.labelControl1.StyleController = this.layoutControl1;
     this.labelControl1.TabIndex = 11;
     this.labelControl1.Text = "Search ";
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.labelControl1;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(10, 0);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(40, 26);
     this.layoutControlItem3.Text = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.emptySpaceItem3,
     this.layoutControlItem2,
     this.layoutControlItem4,
     this.layoutControlItem5,
     this.emptySpaceItem1,
     this.emptySpaceItem4});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Size = new System.Drawing.Size(1035, 544);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.gridSplitContainer1;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem1.MinSize = new System.Drawing.Size(50, 25);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(1015, 472);
     this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem1.Text = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible = false;
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
     this.emptySpaceItem3.Location = new System.Drawing.Point(407, 0);
     this.emptySpaceItem3.Name = "emptySpaceItem3";
     this.emptySpaceItem3.Size = new System.Drawing.Size(608, 26);
     this.emptySpaceItem3.Text = "emptySpaceItem3";
     this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.txtFilterUserName;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.MaxSize = new System.Drawing.Size(407, 26);
     this.layoutControlItem2.MinSize = new System.Drawing.Size(407, 26);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(407, 26);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.Text = "Search By User Name or First Name";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(170, 13);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.btnAddNewUser;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(862, 498);
     this.layoutControlItem4.MaxSize = new System.Drawing.Size(81, 26);
     this.layoutControlItem4.MinSize = new System.Drawing.Size(81, 26);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(81, 26);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.Text = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible = false;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.brnRefresh;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(943, 498);
     this.layoutControlItem5.MaxSize = new System.Drawing.Size(72, 26);
     this.layoutControlItem5.MinSize = new System.Drawing.Size(72, 26);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(72, 26);
     this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.Text = "layoutControlItem5";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(181, 498);
     this.emptySpaceItem1.MinSize = new System.Drawing.Size(104, 24);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(681, 26);
     this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem4
     //
     this.emptySpaceItem4.AllowHotTrack = false;
     this.emptySpaceItem4.CustomizationFormText = "emptySpaceItem4";
     this.emptySpaceItem4.Location = new System.Drawing.Point(0, 498);
     this.emptySpaceItem4.Name = "emptySpaceItem4";
     this.emptySpaceItem4.Size = new System.Drawing.Size(181, 26);
     this.emptySpaceItem4.Text = "emptySpaceItem4";
     this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
     //
     // UsersListView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1035, 544);
     this.Controls.Add(this.layoutControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "UsersListView";
     this.Text = "Users";
     ((System.ComponentModel.ISupportInitialize)(this.usersbindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridSplitContainer1)).EndInit();
     this.gridSplitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUserListView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repConsolidate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDelete)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFilterUserName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: rcw0125/vehic
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1                 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode2                 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode3                 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode4                 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode5                 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode6                 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode7                 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode8                 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode9                 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode10                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode11                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode12                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode13                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode14                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode15                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode16                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode17                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode18                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode19                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode20                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode21                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode22                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode23                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode24                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode25                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode26                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode27                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode28                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode29                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode30                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode31                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode32                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode33                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode34                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode35                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode36                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode37                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode38                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode39                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode40                = new DevExpress.XtraGrid.GridLevelNode();
     System.ComponentModel.ComponentResourceManager  resources        = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     DevExpress.XtraPrinting.BarCode.Code39Generator code39Generator1 = new DevExpress.XtraPrinting.BarCode.Code39Generator();
     this.gridView1                = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridControl1             = new DevExpress.XtraGrid.GridControl();
     this.qCSampleMixBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.cardView1                = new DevExpress.XtraGrid.Views.Card.CardView();
     this.colZyDanHao              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCardID                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.printDocument1           = new System.Drawing.Printing.PrintDocument();
     this.printPreviewDialog1      = new System.Windows.Forms.PrintPreviewDialog();
     this.printDialog1             = new System.Windows.Forms.PrintDialog();
     this.barCodeControl1          = new DevExpress.XtraEditors.BarCodeControl();
     this.button1             = new System.Windows.Forms.Button();
     this.panel1              = new System.Windows.Forms.Panel();
     this.label11             = new System.Windows.Forms.Label();
     this.label10             = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.panel2              = new System.Windows.Forms.Panel();
     this.label3              = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.panel3              = new System.Windows.Forms.Panel();
     this.label4              = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.panel4              = new System.Windows.Forms.Panel();
     this.label6              = new System.Windows.Forms.Label();
     this.label7              = new System.Windows.Forms.Label();
     this.panel5              = new System.Windows.Forms.Panel();
     this.label8              = new System.Windows.Forms.Label();
     this.label9              = new System.Windows.Forms.Label();
     this.panel6              = new System.Windows.Forms.Panel();
     this.button2             = new System.Windows.Forms.Button();
     this.gridSplitContainer1 = new DevExpress.XtraGrid.GridSplitContainer();
     this.barCodeControl2     = new DevExpress.XtraEditors.BarCodeControl();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.qCSampleMixBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cardView1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridSplitContainer1)).BeginInit();
     this.gridSplitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // gridView1
     //
     this.gridView1.GridControl          = this.gridControl1;
     this.gridView1.Name                 = "gridView1";
     this.gridView1.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.qCSampleMixBindingSource;
     this.gridControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     gridLevelNode1.RelationName  = "AddCheckItems";
     gridLevelNode2.RelationName  = "VehSamples";
     gridLevelNode3.RelationName  = "CheckItems";
     gridLevelNode4.LevelTemplate = this.gridView1;
     gridLevelNode4.RelationName  = "CheckVals";
     gridLevelNode6.RelationName  = "AddCheckItems";
     gridLevelNode7.RelationName  = "VehSamples";
     gridLevelNode8.RelationName  = "CheckItems";
     gridLevelNode9.RelationName  = "CheckVals";
     gridLevelNode11.RelationName = "AddCheckItems";
     gridLevelNode12.RelationName = "VehSamples";
     gridLevelNode13.RelationName = "CheckItems";
     gridLevelNode14.RelationName = "CheckVals";
     gridLevelNode16.RelationName = "AddCheckItems";
     gridLevelNode17.RelationName = "VehSamples";
     gridLevelNode18.RelationName = "CheckItems";
     gridLevelNode19.RelationName = "CheckVals";
     gridLevelNode21.RelationName = "AddCheckItems";
     gridLevelNode22.RelationName = "VehSamples";
     gridLevelNode23.RelationName = "CheckItems";
     gridLevelNode24.RelationName = "CheckVals";
     gridLevelNode26.RelationName = "AddCheckItems";
     gridLevelNode27.RelationName = "VehSamples";
     gridLevelNode28.RelationName = "CheckItems";
     gridLevelNode29.RelationName = "CheckVals";
     gridLevelNode31.RelationName = "AddCheckItems";
     gridLevelNode32.RelationName = "VehSamples";
     gridLevelNode33.RelationName = "CheckItems";
     gridLevelNode34.RelationName = "CheckVals";
     gridLevelNode36.RelationName = "AddCheckItems";
     gridLevelNode37.RelationName = "VehSamples";
     gridLevelNode38.RelationName = "CheckItems";
     gridLevelNode39.RelationName = "CheckVals";
     gridLevelNode40.RelationName = "InspectSamples";
     gridLevelNode35.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode36,
         gridLevelNode37,
         gridLevelNode38,
         gridLevelNode39,
         gridLevelNode40
     });
     gridLevelNode35.RelationName = "InspectSamples";
     gridLevelNode30.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode31,
         gridLevelNode32,
         gridLevelNode33,
         gridLevelNode34,
         gridLevelNode35
     });
     gridLevelNode30.RelationName = "InspectSamples";
     gridLevelNode25.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode26,
         gridLevelNode27,
         gridLevelNode28,
         gridLevelNode29,
         gridLevelNode30
     });
     gridLevelNode25.RelationName = "InspectSamples";
     gridLevelNode20.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode21,
         gridLevelNode22,
         gridLevelNode23,
         gridLevelNode24,
         gridLevelNode25
     });
     gridLevelNode20.RelationName = "InspectSamples";
     gridLevelNode15.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode16,
         gridLevelNode17,
         gridLevelNode18,
         gridLevelNode19,
         gridLevelNode20
     });
     gridLevelNode15.RelationName = "InspectSamples";
     gridLevelNode10.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode11,
         gridLevelNode12,
         gridLevelNode13,
         gridLevelNode14,
         gridLevelNode15
     });
     gridLevelNode10.RelationName = "InspectSamples";
     gridLevelNode5.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode6,
         gridLevelNode7,
         gridLevelNode8,
         gridLevelNode9,
         gridLevelNode10
     });
     gridLevelNode5.RelationName = "InspectSamples";
     this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode1,
         gridLevelNode2,
         gridLevelNode3,
         gridLevelNode4,
         gridLevelNode5
     });
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.cardView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(549, 300);
     this.gridControl1.TabIndex = 9;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.cardView1,
         this.gridView1
     });
     //
     // qCSampleMixBindingSource
     //
     this.qCSampleMixBindingSource.DataSource = typeof(Xg.Lab.Sample.QC_Sample_Mix);
     //
     // cardView1
     //
     this.cardView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colZyDanHao,
         this.colCardID
     });
     this.cardView1.FocusedCardTopFieldIndex = 0;
     this.cardView1.GridControl = this.gridControl1;
     this.cardView1.Name        = "cardView1";
     this.cardView1.OptionsView.ShowViewCaption = true;
     this.cardView1.VertScrollVisibility        = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Auto;
     //
     // colZyDanHao
     //
     this.colZyDanHao.Caption      = "制样单号";
     this.colZyDanHao.FieldName    = "ZyDanHao";
     this.colZyDanHao.Name         = "colZyDanHao";
     this.colZyDanHao.Visible      = true;
     this.colZyDanHao.VisibleIndex = 0;
     this.colZyDanHao.Width        = 200;
     //
     // colCardID
     //
     this.colCardID.Caption      = "检验项目";
     this.colCardID.FieldName    = "CheckItems.CheckItemName";
     this.colCardID.Name         = "colCardID";
     this.colCardID.Visible      = true;
     this.colCardID.VisibleIndex = 1;
     this.colCardID.Width        = 200;
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Document          = this.printDocument1;
     this.printPreviewDialog1.Enabled           = true;
     this.printPreviewDialog1.Icon    = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Name    = "printPreviewDialog1";
     this.printPreviewDialog1.Visible = false;
     //
     // printDialog1
     //
     this.printDialog1.Document    = this.printDocument1;
     this.printDialog1.UseEXDialog = true;
     //
     // barCodeControl1
     //
     this.barCodeControl1.AutoModule = true;
     this.barCodeControl1.Location   = new System.Drawing.Point(16, 137);
     this.barCodeControl1.Name       = "barCodeControl1";
     this.barCodeControl1.Padding    = new System.Windows.Forms.Padding(10, 2, 10, 0);
     this.barCodeControl1.ShowText   = false;
     this.barCodeControl1.Size       = new System.Drawing.Size(201, 193);
     qrCodeGenerator1.CompactionMode = DevExpress.XtraPrinting.BarCode.QRCodeCompactionMode.Byte;
     qrCodeGenerator1.Version        = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1;
     this.barCodeControl1.Symbology  = qrCodeGenerator1;
     this.barCodeControl1.TabIndex   = 0;
     this.barCodeControl1.Text       = "B03050101";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(12, 3);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 1;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.barCodeControl1);
     this.panel1.Location = new System.Drawing.Point(53, 62);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(240, 383);
     this.panel1.TabIndex = 2;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label11.Location = new System.Drawing.Point(48, 83);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(103, 29);
     this.label11.TabIndex = 5;
     this.label11.Text     = "B0601F";
     //
     // label10
     //
     this.label10.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label10.Location = new System.Drawing.Point(40, 345);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(143, 24);
     this.label10.TabIndex = 4;
     this.label10.Text     = "灰分/挥发份/S";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(48, 28);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(103, 29);
     this.label1.TabIndex = 1;
     this.label1.Text     = "B0601F";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Location = new System.Drawing.Point(13, 12);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(169, 88);
     this.panel2.TabIndex = 3;
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("宋体", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(15, 54);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(127, 24);
     this.label3.TabIndex = 3;
     this.label3.Text     = "201405/水分/化验/煤研/角质层";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(21, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 33);
     this.label2.TabIndex = 2;
     this.label2.Text     = "B0601";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.Controls.Add(this.label4);
     this.panel3.Controls.Add(this.label5);
     this.panel3.Location = new System.Drawing.Point(13, 210);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(169, 88);
     this.panel3.TabIndex = 4;
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(15, 54);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(143, 24);
     this.label4.TabIndex = 3;
     this.label4.Text     = "201405/灰分/挥发份/S";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(21, 16);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(103, 29);
     this.label5.TabIndex = 2;
     this.label5.Text     = "B0601F";
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.White;
     this.panel4.Controls.Add(this.label6);
     this.panel4.Controls.Add(this.label7);
     this.panel4.Location = new System.Drawing.Point(13, 111);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(169, 88);
     this.panel4.TabIndex = 5;
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(15, 54);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(143, 24);
     this.label6.TabIndex = 3;
     this.label6.Text     = "201405/水分";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(21, 16);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(103, 29);
     this.label7.TabIndex = 2;
     this.label7.Text     = "B0601S";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.White;
     this.panel5.Controls.Add(this.label8);
     this.panel5.Controls.Add(this.label9);
     this.panel5.Location = new System.Drawing.Point(13, 309);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(169, 88);
     this.panel5.TabIndex = 6;
     //
     // label8
     //
     this.label8.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(15, 54);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(143, 24);
     this.label8.TabIndex = 3;
     this.label8.Text     = "201405/G";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(21, 16);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(130, 24);
     this.label9.TabIndex = 2;
     this.label9.Text     = "B0601G_3-1";
     //
     // panel6
     //
     this.panel6.Controls.Add(this.panel2);
     this.panel6.Controls.Add(this.panel5);
     this.panel6.Controls.Add(this.panel3);
     this.panel6.Controls.Add(this.panel4);
     this.panel6.Location = new System.Drawing.Point(330, 34);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(200, 411);
     this.panel6.TabIndex = 7;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(144, 12);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 8;
     this.button2.Text     = "button2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // gridSplitContainer1
     //
     this.gridSplitContainer1.Grid     = this.gridControl1;
     this.gridSplitContainer1.Location = new System.Drawing.Point(548, 46);
     this.gridSplitContainer1.Name     = "gridSplitContainer1";
     this.gridSplitContainer1.Panel1.Controls.Add(this.gridControl1);
     this.gridSplitContainer1.Size     = new System.Drawing.Size(549, 300);
     this.gridSplitContainer1.TabIndex = 9;
     //
     // barCodeControl2
     //
     this.barCodeControl2.Location    = new System.Drawing.Point(602, 380);
     this.barCodeControl2.Name        = "barCodeControl2";
     this.barCodeControl2.Padding     = new System.Windows.Forms.Padding(10, 2, 10, 0);
     this.barCodeControl2.ShowText    = false;
     this.barCodeControl2.Size        = new System.Drawing.Size(223, 65);
     code39Generator1.WideNarrowRatio = 3F;
     this.barCodeControl2.Symbology   = code39Generator1;
     this.barCodeControl2.TabIndex    = 10;
     this.barCodeControl2.Text        = "01";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1168, 553);
     this.Controls.Add(this.barCodeControl2);
     this.Controls.Add(this.gridSplitContainer1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.panel6);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.button1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.qCSampleMixBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cardView1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.panel6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridSplitContainer1)).EndInit();
     this.gridSplitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmQueryCheckInfo));
     this.colApplyNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colExecTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colInstID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSampleType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTechNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCureNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCardNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHospNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPatName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colImeCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSex = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBirthday = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAge = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAgeUnit = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colChargeType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colWardOrReg = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colWard = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBedNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colApplyDept = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colApplyDeptName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colApplyTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colApplyRequset = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colClinicDesc = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSample = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSampleTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colReceiveTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colExecDept = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colReportTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOrgApplyNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPatPropNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colToDocCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colToDocName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRegisterCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRegisterName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colExecDocCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colExecDocName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colVerifierCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colVerifierName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSampleDesc = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPrintStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colExamResult = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNoPassReason = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colComment = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colChargeStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRedo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colM_Phone = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMobileStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPubDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPrintCount = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHospID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPubCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPubName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colResFlag = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPatientID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUserFingerMark = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colInvoice = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDocMobileStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridSplitContainer1 = new DevExpress.XtraGrid.GridSplitContainer();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.sharedImageCollection1 = new DevExpress.Utils.SharedImageCollection(this.components);
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.lISLISTBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colIsChecked = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.colApplyNo1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colExecTime1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colInstID1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSampleType1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTechNo1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCureNo1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCardNo1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHospNo1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPatName1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colImeCode1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSex1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.colBirthday1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAge1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAgeUnit1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colChargeType1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colWardOrReg1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colWard1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBedNo1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colApplyDept1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colApplyDeptName1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colApplyTime1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colApplyRequset1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colClinicDesc1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSample1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSampleTime1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colReceiveTime1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colExecDept1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colReportTime1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOrgApplyNo1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPatPropNo1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colToDocCode1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colToDocName1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRegisterCode1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRegisterName1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colExecDocCode1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colExecDocName1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colVerifierCode1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colVerifierName1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSampleDesc1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStatus1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPrintStatus1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colExamResult1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNoPassReason1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colComment1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colChargeStatus1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRedo1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colM_Phone1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMobileStatus1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPubDateTime1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPrintCount1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHospID1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPubCode1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPubName1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colResFlag1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPatientID1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUserFingerMark1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colInvoice1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDocMobileStatus1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.gridSplitContainer1)).BeginInit();
     this.gridSplitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1.ImageSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lISLISTBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     this.SuspendLayout();
     //
     // colApplyNo
     //
     this.colApplyNo.FieldName = "ApplyNo";
     this.colApplyNo.Name = "colApplyNo";
     //
     // colExecTime
     //
     this.colExecTime.FieldName = "ExecTime";
     this.colExecTime.Name = "colExecTime";
     //
     // colInstID
     //
     this.colInstID.FieldName = "InstID";
     this.colInstID.Name = "colInstID";
     //
     // colSampleType
     //
     this.colSampleType.FieldName = "SampleType";
     this.colSampleType.Name = "colSampleType";
     //
     // colTechNo
     //
     this.colTechNo.FieldName = "TechNo";
     this.colTechNo.Name = "colTechNo";
     //
     // colCureNo
     //
     this.colCureNo.FieldName = "CureNo";
     this.colCureNo.Name = "colCureNo";
     //
     // colCardNo
     //
     this.colCardNo.FieldName = "CardNo";
     this.colCardNo.Name = "colCardNo";
     //
     // colHospNo
     //
     this.colHospNo.FieldName = "HospNo";
     this.colHospNo.Name = "colHospNo";
     //
     // colPatName
     //
     this.colPatName.FieldName = "PatName";
     this.colPatName.Name = "colPatName";
     //
     // colImeCode
     //
     this.colImeCode.FieldName = "ImeCode";
     this.colImeCode.Name = "colImeCode";
     //
     // colSex
     //
     this.colSex.FieldName = "Sex";
     this.colSex.Name = "colSex";
     //
     // colBirthday
     //
     this.colBirthday.FieldName = "Birthday";
     this.colBirthday.Name = "colBirthday";
     //
     // colAge
     //
     this.colAge.FieldName = "Age";
     this.colAge.Name = "colAge";
     //
     // colAgeUnit
     //
     this.colAgeUnit.FieldName = "AgeUnit";
     this.colAgeUnit.Name = "colAgeUnit";
     //
     // colChargeType
     //
     this.colChargeType.FieldName = "ChargeType";
     this.colChargeType.Name = "colChargeType";
     //
     // colWardOrReg
     //
     this.colWardOrReg.FieldName = "WardOrReg";
     this.colWardOrReg.Name = "colWardOrReg";
     //
     // colWard
     //
     this.colWard.FieldName = "Ward";
     this.colWard.Name = "colWard";
     //
     // colBedNo
     //
     this.colBedNo.FieldName = "BedNo";
     this.colBedNo.Name = "colBedNo";
     //
     // colApplyDept
     //
     this.colApplyDept.FieldName = "ApplyDept";
     this.colApplyDept.Name = "colApplyDept";
     //
     // colApplyDeptName
     //
     this.colApplyDeptName.FieldName = "ApplyDeptName";
     this.colApplyDeptName.Name = "colApplyDeptName";
     //
     // colApplyTime
     //
     this.colApplyTime.FieldName = "ApplyTime";
     this.colApplyTime.Name = "colApplyTime";
     //
     // colApplyRequset
     //
     this.colApplyRequset.FieldName = "ApplyRequset";
     this.colApplyRequset.Name = "colApplyRequset";
     //
     // colClinicDesc
     //
     this.colClinicDesc.FieldName = "ClinicDesc";
     this.colClinicDesc.Name = "colClinicDesc";
     //
     // colSample
     //
     this.colSample.FieldName = "Sample";
     this.colSample.Name = "colSample";
     //
     // colSampleTime
     //
     this.colSampleTime.FieldName = "SampleTime";
     this.colSampleTime.Name = "colSampleTime";
     //
     // colReceiveTime
     //
     this.colReceiveTime.FieldName = "ReceiveTime";
     this.colReceiveTime.Name = "colReceiveTime";
     //
     // colExecDept
     //
     this.colExecDept.FieldName = "ExecDept";
     this.colExecDept.Name = "colExecDept";
     //
     // colReportTime
     //
     this.colReportTime.FieldName = "ReportTime";
     this.colReportTime.Name = "colReportTime";
     //
     // colOrgApplyNo
     //
     this.colOrgApplyNo.FieldName = "OrgApplyNo";
     this.colOrgApplyNo.Name = "colOrgApplyNo";
     //
     // colPatPropNo
     //
     this.colPatPropNo.FieldName = "PatPropNo";
     this.colPatPropNo.Name = "colPatPropNo";
     //
     // colToDocCode
     //
     this.colToDocCode.FieldName = "ToDocCode";
     this.colToDocCode.Name = "colToDocCode";
     //
     // colToDocName
     //
     this.colToDocName.FieldName = "ToDocName";
     this.colToDocName.Name = "colToDocName";
     //
     // colRegisterCode
     //
     this.colRegisterCode.FieldName = "RegisterCode";
     this.colRegisterCode.Name = "colRegisterCode";
     //
     // colRegisterName
     //
     this.colRegisterName.FieldName = "RegisterName";
     this.colRegisterName.Name = "colRegisterName";
     //
     // colExecDocCode
     //
     this.colExecDocCode.FieldName = "ExecDocCode";
     this.colExecDocCode.Name = "colExecDocCode";
     //
     // colExecDocName
     //
     this.colExecDocName.FieldName = "ExecDocName";
     this.colExecDocName.Name = "colExecDocName";
     //
     // colVerifierCode
     //
     this.colVerifierCode.FieldName = "VerifierCode";
     this.colVerifierCode.Name = "colVerifierCode";
     //
     // colVerifierName
     //
     this.colVerifierName.FieldName = "VerifierName";
     this.colVerifierName.Name = "colVerifierName";
     //
     // colSampleDesc
     //
     this.colSampleDesc.FieldName = "SampleDesc";
     this.colSampleDesc.Name = "colSampleDesc";
     //
     // colStatus
     //
     this.colStatus.FieldName = "Status";
     this.colStatus.Name = "colStatus";
     //
     // colPrintStatus
     //
     this.colPrintStatus.FieldName = "PrintStatus";
     this.colPrintStatus.Name = "colPrintStatus";
     //
     // colExamResult
     //
     this.colExamResult.FieldName = "ExamResult";
     this.colExamResult.Name = "colExamResult";
     //
     // colNoPassReason
     //
     this.colNoPassReason.FieldName = "NoPassReason";
     this.colNoPassReason.Name = "colNoPassReason";
     //
     // colComment
     //
     this.colComment.FieldName = "Comment";
     this.colComment.Name = "colComment";
     //
     // colChargeStatus
     //
     this.colChargeStatus.FieldName = "ChargeStatus";
     this.colChargeStatus.Name = "colChargeStatus";
     //
     // colRedo
     //
     this.colRedo.FieldName = "Redo";
     this.colRedo.Name = "colRedo";
     //
     // colM_Phone
     //
     this.colM_Phone.FieldName = "M_Phone";
     this.colM_Phone.Name = "colM_Phone";
     //
     // colMobileStatus
     //
     this.colMobileStatus.FieldName = "MobileStatus";
     this.colMobileStatus.Name = "colMobileStatus";
     //
     // colPubDateTime
     //
     this.colPubDateTime.FieldName = "PubDateTime";
     this.colPubDateTime.Name = "colPubDateTime";
     //
     // colPrintCount
     //
     this.colPrintCount.FieldName = "PrintCount";
     this.colPrintCount.Name = "colPrintCount";
     //
     // colHospID
     //
     this.colHospID.FieldName = "HospID";
     this.colHospID.Name = "colHospID";
     //
     // colPubCode
     //
     this.colPubCode.FieldName = "PubCode";
     this.colPubCode.Name = "colPubCode";
     //
     // colPubName
     //
     this.colPubName.FieldName = "PubName";
     this.colPubName.Name = "colPubName";
     //
     // colResFlag
     //
     this.colResFlag.FieldName = "ResFlag";
     this.colResFlag.Name = "colResFlag";
     //
     // colPatientID
     //
     this.colPatientID.FieldName = "PatientID";
     this.colPatientID.Name = "colPatientID";
     //
     // colUserFingerMark
     //
     this.colUserFingerMark.FieldName = "UserFingerMark";
     this.colUserFingerMark.Name = "colUserFingerMark";
     //
     // colInvoice
     //
     this.colInvoice.FieldName = "Invoice";
     this.colInvoice.Name = "colInvoice";
     //
     // colDocMobileStatus
     //
     this.colDocMobileStatus.FieldName = "DocMobileStatus";
     this.colDocMobileStatus.Name = "colDocMobileStatus";
     //
     // gridSplitContainer1
     //
     this.gridSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridSplitContainer1.Grid = null;
     this.gridSplitContainer1.Location = new System.Drawing.Point(0, 0);
     this.gridSplitContainer1.Name = "gridSplitContainer1";
     this.gridSplitContainer1.Size = new System.Drawing.Size(839, 299);
     this.gridSplitContainer1.TabIndex = 0;
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Images = this.sharedImageCollection1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItem1});
     this.barManager1.MaxItemId = 1;
     //
     // bar1
     //
     this.bar1.BarName = "Tools";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
     this.bar1.Text = "Tools";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "保存并退出";
     this.barButtonItem1.Id = 0;
     this.barButtonItem1.ImageIndex = 88;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(979, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 454);
     this.barDockControlBottom.Size = new System.Drawing.Size(979, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 31);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 423);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(979, 31);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 423);
     //
     // sharedImageCollection1
     //
     //
     //
     //
     this.sharedImageCollection1.ImageSource.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("sharedImageCollection1.ImageSource.ImageStream")));
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._1, "_1", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 0);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(0, "_1");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._10, "_10", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 1);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(1, "_10");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._100, "_100", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 2);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(2, "_100");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._101, "_101", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 3);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(3, "_101");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._102, "_102", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 4);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(4, "_102");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._103, "_103", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 5);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(5, "_103");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._104, "_104", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 6);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(6, "_104");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._105, "_105", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 7);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(7, "_105");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._106, "_106", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 8);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(8, "_106");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._107, "_107", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 9);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(9, "_107");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._108, "_108", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 10);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(10, "_108");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._11, "_11", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 11);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(11, "_11");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._12, "_12", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 12);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(12, "_12");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._13, "_13", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 13);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(13, "_13");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._14, "_14", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 14);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(14, "_14");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._15, "_15", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 15);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(15, "_15");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._16, "_16", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 16);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(16, "_16");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._17, "_17", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 17);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(17, "_17");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._18, "_18", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 18);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(18, "_18");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._19, "_19", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 19);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(19, "_19");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._2, "_2", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 20);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(20, "_2");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._20, "_20", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 21);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(21, "_20");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._21, "_21", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 22);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(22, "_21");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._22, "_22", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 23);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(23, "_22");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._23, "_23", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 24);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(24, "_23");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._24, "_24", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 25);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(25, "_24");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._25, "_25", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 26);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(26, "_25");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._26, "_26", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 27);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(27, "_26");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._27, "_27", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 28);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(28, "_27");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._28, "_28", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 29);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(29, "_28");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._29, "_29", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 30);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(30, "_29");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._3, "_3", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 31);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(31, "_3");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._30, "_30", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 32);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(32, "_30");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._31, "_31", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 33);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(33, "_31");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._32, "_32", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 34);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(34, "_32");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._33, "_33", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 35);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(35, "_33");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._34, "_34", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 36);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(36, "_34");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._35, "_35", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 37);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(37, "_35");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._36, "_36", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 38);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(38, "_36");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._37, "_37", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 39);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(39, "_37");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._38, "_38", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 40);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(40, "_38");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._39, "_39", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 41);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(41, "_39");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._4, "_4", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 42);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(42, "_4");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._40, "_40", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 43);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(43, "_40");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._41, "_41", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 44);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(44, "_41");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._42, "_42", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 45);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(45, "_42");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._43, "_43", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 46);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(46, "_43");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._44, "_44", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 47);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(47, "_44");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._45, "_45", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 48);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(48, "_45");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._46, "_46", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 49);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(49, "_46");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._47, "_47", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 50);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(50, "_47");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._48, "_48", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 51);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(51, "_48");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._49, "_49", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 52);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(52, "_49");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._5, "_5", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 53);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(53, "_5");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._50, "_50", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 54);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(54, "_50");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._51, "_51", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 55);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(55, "_51");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._52, "_52", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 56);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(56, "_52");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._53, "_53", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 57);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(57, "_53");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._54, "_54", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 58);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(58, "_54");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._55, "_55", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 59);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(59, "_55");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._56, "_56", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 60);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(60, "_56");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._57, "_57", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 61);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(61, "_57");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._58, "_58", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 62);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(62, "_58");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._59, "_59", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 63);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(63, "_59");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._6, "_6", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 64);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(64, "_6");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._60, "_60", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 65);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(65, "_60");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._61, "_61", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 66);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(66, "_61");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._62, "_62", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 67);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(67, "_62");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._63, "_63", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 68);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(68, "_63");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._64, "_64", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 69);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(69, "_64");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._65, "_65", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 70);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(70, "_65");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._66, "_66", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 71);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(71, "_66");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._67, "_67", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 72);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(72, "_67");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._68, "_68", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 73);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(73, "_68");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._69, "_69", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 74);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(74, "_69");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._7, "_7", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 75);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(75, "_7");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._70, "_70", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 76);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(76, "_70");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._71, "_71", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 77);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(77, "_71");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._72, "_72", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 78);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(78, "_72");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._73, "_73", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 79);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(79, "_73");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._74, "_74", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 80);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(80, "_74");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._75, "_75", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 81);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(81, "_75");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._76, "_76", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 82);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(82, "_76");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._77, "_77", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 83);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(83, "_77");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._78, "_78", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 84);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(84, "_78");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._79, "_79", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 85);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(85, "_79");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._8, "_8", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 86);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(86, "_8");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._80, "_80", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 87);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(87, "_80");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._81, "_81", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 88);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(88, "_81");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._82, "_82", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 89);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(89, "_82");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._83, "_83", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 90);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(90, "_83");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._84, "_84", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 91);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(91, "_84");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._85, "_85", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 92);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(92, "_85");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._86, "_86", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 93);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(93, "_86");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._87, "_87", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 94);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(94, "_87");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._88, "_88", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 95);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(95, "_88");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._89, "_89", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 96);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(96, "_89");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._9, "_9", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 97);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(97, "_9");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._90, "_90", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 98);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(98, "_90");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._91, "_91", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 99);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(99, "_91");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._92, "_92", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 100);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(100, "_92");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._93, "_93", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 101);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(101, "_93");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._94, "_94", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 102);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(102, "_94");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._95, "_95", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 103);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(103, "_95");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._96, "_96", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 104);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(104, "_96");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._97, "_97", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 105);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(105, "_97");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._98, "_98", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 106);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(106, "_98");
     this.sharedImageCollection1.ImageSource.InsertImage(global::BloodInfo_MngPlatform.Properties.Resources._99, "_99", typeof(global::BloodInfo_MngPlatform.Properties.Resources), 107);
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(107, "_99");
     this.sharedImageCollection1.ParentControl = this;
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.lISLISTBindingSource;
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 31);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1,
     this.repositoryItemComboBox1,
     this.repositoryItemLookUpEdit1});
     this.gridControl1.Size = new System.Drawing.Size(979, 423);
     this.gridControl1.TabIndex = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // lISLISTBindingSource
     //
     this.lISLISTBindingSource.DataSource = typeof(CommonServiceLibrary.LISDBModels.LIS_LIST);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colIsChecked,
     this.colApplyNo1,
     this.colExecTime1,
     this.colInstID1,
     this.colSampleType1,
     this.colTechNo1,
     this.colCureNo1,
     this.colCardNo1,
     this.colHospNo1,
     this.colPatName1,
     this.colImeCode1,
     this.colSex1,
     this.colBirthday1,
     this.colAge1,
     this.colAgeUnit1,
     this.colChargeType1,
     this.colWardOrReg1,
     this.colWard1,
     this.colBedNo1,
     this.colApplyDept1,
     this.colApplyDeptName1,
     this.colApplyTime1,
     this.colApplyRequset1,
     this.colClinicDesc1,
     this.colSample1,
     this.colSampleTime1,
     this.colReceiveTime1,
     this.colExecDept1,
     this.colReportTime1,
     this.colOrgApplyNo1,
     this.colPatPropNo1,
     this.colToDocCode1,
     this.colToDocName1,
     this.colRegisterCode1,
     this.colRegisterName1,
     this.colExecDocCode1,
     this.colExecDocName1,
     this.colVerifierCode1,
     this.colVerifierName1,
     this.colSampleDesc1,
     this.colStatus1,
     this.colPrintStatus1,
     this.colExamResult1,
     this.colNoPassReason1,
     this.colComment1,
     this.colChargeStatus1,
     this.colRedo1,
     this.colM_Phone1,
     this.colMobileStatus1,
     this.colPubDateTime1,
     this.colPrintCount1,
     this.colHospID1,
     this.colPubCode1,
     this.colPubName1,
     this.colResFlag1,
     this.colPatientID1,
     this.colUserFingerMark1,
     this.colInvoice1,
     this.colDocMobileStatus1});
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
     //
     // colIsChecked
     //
     this.colIsChecked.Caption = "选择";
     this.colIsChecked.ColumnEdit = this.repositoryItemCheckEdit1;
     this.colIsChecked.FieldName = "IsChecked";
     this.colIsChecked.ImageAlignment = System.Drawing.StringAlignment.Center;
     this.colIsChecked.Name = "colIsChecked";
     this.colIsChecked.Visible = true;
     this.colIsChecked.VisibleIndex = 0;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.ValueGrayed = "";
     //
     // colApplyNo1
     //
     this.colApplyNo1.Caption = "申请号";
     this.colApplyNo1.FieldName = "ApplyNo";
     this.colApplyNo1.Name = "colApplyNo1";
     this.colApplyNo1.OptionsColumn.AllowEdit = false;
     this.colApplyNo1.Visible = true;
     this.colApplyNo1.VisibleIndex = 1;
     //
     // colExecTime1
     //
     this.colExecTime1.Caption = "检查时间";
     this.colExecTime1.FieldName = "ExecTime";
     this.colExecTime1.Name = "colExecTime1";
     this.colExecTime1.OptionsColumn.AllowEdit = false;
     this.colExecTime1.Visible = true;
     this.colExecTime1.VisibleIndex = 2;
     //
     // colInstID1
     //
     this.colInstID1.FieldName = "InstID";
     this.colInstID1.Name = "colInstID1";
     this.colInstID1.OptionsColumn.AllowEdit = false;
     //
     // colSampleType1
     //
     this.colSampleType1.FieldName = "SampleType";
     this.colSampleType1.Name = "colSampleType1";
     this.colSampleType1.OptionsColumn.AllowEdit = false;
     //
     // colTechNo1
     //
     this.colTechNo1.FieldName = "TechNo";
     this.colTechNo1.Name = "colTechNo1";
     this.colTechNo1.OptionsColumn.AllowEdit = false;
     //
     // colCureNo1
     //
     this.colCureNo1.FieldName = "CureNo";
     this.colCureNo1.Name = "colCureNo1";
     this.colCureNo1.OptionsColumn.AllowEdit = false;
     //
     // colCardNo1
     //
     this.colCardNo1.FieldName = "CardNo";
     this.colCardNo1.Name = "colCardNo1";
     this.colCardNo1.OptionsColumn.AllowEdit = false;
     //
     // colHospNo1
     //
     this.colHospNo1.FieldName = "HospNo";
     this.colHospNo1.Name = "colHospNo1";
     this.colHospNo1.OptionsColumn.AllowEdit = false;
     //
     // colPatName1
     //
     this.colPatName1.Caption = "姓名";
     this.colPatName1.FieldName = "PatName";
     this.colPatName1.Name = "colPatName1";
     this.colPatName1.OptionsColumn.AllowEdit = false;
     this.colPatName1.Visible = true;
     this.colPatName1.VisibleIndex = 3;
     //
     // colImeCode1
     //
     this.colImeCode1.FieldName = "ImeCode";
     this.colImeCode1.Name = "colImeCode1";
     this.colImeCode1.OptionsColumn.AllowEdit = false;
     //
     // colSex1
     //
     this.colSex1.Caption = "性别";
     this.colSex1.ColumnEdit = this.repositoryItemLookUpEdit1;
     this.colSex1.FieldName = "Sex";
     this.colSex1.Name = "colSex1";
     this.colSex1.OptionsColumn.AllowEdit = false;
     this.colSex1.Visible = true;
     this.colSex1.VisibleIndex = 4;
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     //
     // colBirthday1
     //
     this.colBirthday1.Caption = "出生年月";
     this.colBirthday1.FieldName = "Birthday";
     this.colBirthday1.Name = "colBirthday1";
     this.colBirthday1.OptionsColumn.AllowEdit = false;
     this.colBirthday1.Visible = true;
     this.colBirthday1.VisibleIndex = 5;
     //
     // colAge1
     //
     this.colAge1.Caption = "年龄";
     this.colAge1.FieldName = "Age";
     this.colAge1.Name = "colAge1";
     this.colAge1.OptionsColumn.AllowEdit = false;
     this.colAge1.Visible = true;
     this.colAge1.VisibleIndex = 6;
     //
     // colAgeUnit1
     //
     this.colAgeUnit1.Caption = "年龄单位";
     this.colAgeUnit1.FieldName = "AgeUnit";
     this.colAgeUnit1.Name = "colAgeUnit1";
     this.colAgeUnit1.OptionsColumn.AllowEdit = false;
     this.colAgeUnit1.Visible = true;
     this.colAgeUnit1.VisibleIndex = 7;
     //
     // colChargeType1
     //
     this.colChargeType1.FieldName = "ChargeType";
     this.colChargeType1.Name = "colChargeType1";
     this.colChargeType1.OptionsColumn.AllowEdit = false;
     //
     // colWardOrReg1
     //
     this.colWardOrReg1.FieldName = "WardOrReg";
     this.colWardOrReg1.Name = "colWardOrReg1";
     this.colWardOrReg1.OptionsColumn.AllowEdit = false;
     //
     // colWard1
     //
     this.colWard1.FieldName = "Ward";
     this.colWard1.Name = "colWard1";
     this.colWard1.OptionsColumn.AllowEdit = false;
     //
     // colBedNo1
     //
     this.colBedNo1.Caption = "床号";
     this.colBedNo1.FieldName = "BedNo";
     this.colBedNo1.Name = "colBedNo1";
     this.colBedNo1.OptionsColumn.AllowEdit = false;
     this.colBedNo1.Visible = true;
     this.colBedNo1.VisibleIndex = 8;
     //
     // colApplyDept1
     //
     this.colApplyDept1.FieldName = "ApplyDept";
     this.colApplyDept1.Name = "colApplyDept1";
     this.colApplyDept1.OptionsColumn.AllowEdit = false;
     //
     // colApplyDeptName1
     //
     this.colApplyDeptName1.FieldName = "ApplyDeptName";
     this.colApplyDeptName1.Name = "colApplyDeptName1";
     this.colApplyDeptName1.OptionsColumn.AllowEdit = false;
     //
     // colApplyTime1
     //
     this.colApplyTime1.FieldName = "ApplyTime";
     this.colApplyTime1.Name = "colApplyTime1";
     this.colApplyTime1.OptionsColumn.AllowEdit = false;
     //
     // colApplyRequset1
     //
     this.colApplyRequset1.FieldName = "ApplyRequset";
     this.colApplyRequset1.Name = "colApplyRequset1";
     this.colApplyRequset1.OptionsColumn.AllowEdit = false;
     //
     // colClinicDesc1
     //
     this.colClinicDesc1.FieldName = "ClinicDesc";
     this.colClinicDesc1.Name = "colClinicDesc1";
     this.colClinicDesc1.OptionsColumn.AllowEdit = false;
     //
     // colSample1
     //
     this.colSample1.FieldName = "Sample";
     this.colSample1.Name = "colSample1";
     this.colSample1.OptionsColumn.AllowEdit = false;
     //
     // colSampleTime1
     //
     this.colSampleTime1.FieldName = "SampleTime";
     this.colSampleTime1.Name = "colSampleTime1";
     this.colSampleTime1.OptionsColumn.AllowEdit = false;
     //
     // colReceiveTime1
     //
     this.colReceiveTime1.FieldName = "ReceiveTime";
     this.colReceiveTime1.Name = "colReceiveTime1";
     this.colReceiveTime1.OptionsColumn.AllowEdit = false;
     //
     // colExecDept1
     //
     this.colExecDept1.FieldName = "ExecDept";
     this.colExecDept1.Name = "colExecDept1";
     this.colExecDept1.OptionsColumn.AllowEdit = false;
     //
     // colReportTime1
     //
     this.colReportTime1.FieldName = "ReportTime";
     this.colReportTime1.Name = "colReportTime1";
     this.colReportTime1.OptionsColumn.AllowEdit = false;
     //
     // colOrgApplyNo1
     //
     this.colOrgApplyNo1.FieldName = "OrgApplyNo";
     this.colOrgApplyNo1.Name = "colOrgApplyNo1";
     this.colOrgApplyNo1.OptionsColumn.AllowEdit = false;
     //
     // colPatPropNo1
     //
     this.colPatPropNo1.FieldName = "PatPropNo";
     this.colPatPropNo1.Name = "colPatPropNo1";
     this.colPatPropNo1.OptionsColumn.AllowEdit = false;
     //
     // colToDocCode1
     //
     this.colToDocCode1.FieldName = "ToDocCode";
     this.colToDocCode1.Name = "colToDocCode1";
     this.colToDocCode1.OptionsColumn.AllowEdit = false;
     //
     // colToDocName1
     //
     this.colToDocName1.FieldName = "ToDocName";
     this.colToDocName1.Name = "colToDocName1";
     this.colToDocName1.OptionsColumn.AllowEdit = false;
     //
     // colRegisterCode1
     //
     this.colRegisterCode1.FieldName = "RegisterCode";
     this.colRegisterCode1.Name = "colRegisterCode1";
     this.colRegisterCode1.OptionsColumn.AllowEdit = false;
     //
     // colRegisterName1
     //
     this.colRegisterName1.FieldName = "RegisterName";
     this.colRegisterName1.Name = "colRegisterName1";
     this.colRegisterName1.OptionsColumn.AllowEdit = false;
     //
     // colExecDocCode1
     //
     this.colExecDocCode1.FieldName = "ExecDocCode";
     this.colExecDocCode1.Name = "colExecDocCode1";
     this.colExecDocCode1.OptionsColumn.AllowEdit = false;
     //
     // colExecDocName1
     //
     this.colExecDocName1.FieldName = "ExecDocName";
     this.colExecDocName1.Name = "colExecDocName1";
     this.colExecDocName1.OptionsColumn.AllowEdit = false;
     //
     // colVerifierCode1
     //
     this.colVerifierCode1.FieldName = "VerifierCode";
     this.colVerifierCode1.Name = "colVerifierCode1";
     this.colVerifierCode1.OptionsColumn.AllowEdit = false;
     //
     // colVerifierName1
     //
     this.colVerifierName1.FieldName = "VerifierName";
     this.colVerifierName1.Name = "colVerifierName1";
     this.colVerifierName1.OptionsColumn.AllowEdit = false;
     //
     // colSampleDesc1
     //
     this.colSampleDesc1.FieldName = "SampleDesc";
     this.colSampleDesc1.Name = "colSampleDesc1";
     this.colSampleDesc1.OptionsColumn.AllowEdit = false;
     //
     // colStatus1
     //
     this.colStatus1.FieldName = "Status";
     this.colStatus1.Name = "colStatus1";
     this.colStatus1.OptionsColumn.AllowEdit = false;
     //
     // colPrintStatus1
     //
     this.colPrintStatus1.FieldName = "PrintStatus";
     this.colPrintStatus1.Name = "colPrintStatus1";
     this.colPrintStatus1.OptionsColumn.AllowEdit = false;
     //
     // colExamResult1
     //
     this.colExamResult1.FieldName = "ExamResult";
     this.colExamResult1.Name = "colExamResult1";
     this.colExamResult1.OptionsColumn.AllowEdit = false;
     //
     // colNoPassReason1
     //
     this.colNoPassReason1.FieldName = "NoPassReason";
     this.colNoPassReason1.Name = "colNoPassReason1";
     this.colNoPassReason1.OptionsColumn.AllowEdit = false;
     //
     // colComment1
     //
     this.colComment1.FieldName = "Comment";
     this.colComment1.Name = "colComment1";
     this.colComment1.OptionsColumn.AllowEdit = false;
     //
     // colChargeStatus1
     //
     this.colChargeStatus1.FieldName = "ChargeStatus";
     this.colChargeStatus1.Name = "colChargeStatus1";
     this.colChargeStatus1.OptionsColumn.AllowEdit = false;
     //
     // colRedo1
     //
     this.colRedo1.FieldName = "Redo";
     this.colRedo1.Name = "colRedo1";
     this.colRedo1.OptionsColumn.AllowEdit = false;
     //
     // colM_Phone1
     //
     this.colM_Phone1.FieldName = "M_Phone";
     this.colM_Phone1.Name = "colM_Phone1";
     this.colM_Phone1.OptionsColumn.AllowEdit = false;
     //
     // colMobileStatus1
     //
     this.colMobileStatus1.FieldName = "MobileStatus";
     this.colMobileStatus1.Name = "colMobileStatus1";
     this.colMobileStatus1.OptionsColumn.AllowEdit = false;
     //
     // colPubDateTime1
     //
     this.colPubDateTime1.FieldName = "PubDateTime";
     this.colPubDateTime1.Name = "colPubDateTime1";
     this.colPubDateTime1.OptionsColumn.AllowEdit = false;
     //
     // colPrintCount1
     //
     this.colPrintCount1.FieldName = "PrintCount";
     this.colPrintCount1.Name = "colPrintCount1";
     this.colPrintCount1.OptionsColumn.AllowEdit = false;
     //
     // colHospID1
     //
     this.colHospID1.FieldName = "HospID";
     this.colHospID1.Name = "colHospID1";
     this.colHospID1.OptionsColumn.AllowEdit = false;
     //
     // colPubCode1
     //
     this.colPubCode1.FieldName = "PubCode";
     this.colPubCode1.Name = "colPubCode1";
     this.colPubCode1.OptionsColumn.AllowEdit = false;
     //
     // colPubName1
     //
     this.colPubName1.FieldName = "PubName";
     this.colPubName1.Name = "colPubName1";
     this.colPubName1.OptionsColumn.AllowEdit = false;
     //
     // colResFlag1
     //
     this.colResFlag1.FieldName = "ResFlag";
     this.colResFlag1.Name = "colResFlag1";
     this.colResFlag1.OptionsColumn.AllowEdit = false;
     //
     // colPatientID1
     //
     this.colPatientID1.FieldName = "PatientID";
     this.colPatientID1.Name = "colPatientID1";
     this.colPatientID1.OptionsColumn.AllowEdit = false;
     //
     // colUserFingerMark1
     //
     this.colUserFingerMark1.FieldName = "UserFingerMark";
     this.colUserFingerMark1.Name = "colUserFingerMark1";
     this.colUserFingerMark1.OptionsColumn.AllowEdit = false;
     //
     // colInvoice1
     //
     this.colInvoice1.FieldName = "Invoice";
     this.colInvoice1.Name = "colInvoice1";
     this.colInvoice1.OptionsColumn.AllowEdit = false;
     //
     // colDocMobileStatus1
     //
     this.colDocMobileStatus1.FieldName = "DocMobileStatus";
     this.colDocMobileStatus1.Name = "colDocMobileStatus1";
     this.colDocMobileStatus1.OptionsColumn.AllowEdit = false;
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AutoHeight = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     //
     // FrmQueryCheckInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(979, 454);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.MaximizeBox = false;
     this.Name = "FrmQueryCheckInfo";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "患者检查历史信息";
     this.Load += new System.EventHandler(this.FrmQueryCheckInfo_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridSplitContainer1)).EndInit();
     this.gridSplitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1.ImageSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lISLISTBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     this.ResumeLayout(false);
 }