namespace HL_FristAidPlatform_DynamicElectrocardiogram { partial class Form_CheckInECGPatient { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.XtraEditors.TableLayout.ItemTemplateBase itemTemplateBase1 = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase(); DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition1 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition(); DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition2 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition(); DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement1 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement(); DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement2 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement(); DevExpress.XtraEditors.TableLayout.TableRowDefinition tableRowDefinition1 = new DevExpress.XtraEditors.TableLayout.TableRowDefinition(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_CheckInECGPatient)); this.gridControl_List = new DevExpress.XtraGrid.GridControl(); this.gridView_List = new DevExpress.XtraGrid.Views.Grid.GridView(); this.E_Wid = new DevExpress.XtraGrid.Columns.GridColumn(); this.E_Devid = new DevExpress.XtraGrid.Columns.GridColumn(); this.E_Cname = new DevExpress.XtraGrid.Columns.GridColumn(); this.E_Sex = new DevExpress.XtraGrid.Columns.GridColumn(); this.E_Age = new DevExpress.XtraGrid.Columns.GridColumn(); this.E_Ccno = new DevExpress.XtraGrid.Columns.GridColumn(); this.E_Nid = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.groupControl = new DevExpress.XtraEditors.GroupControl(); this.groupBox = new System.Windows.Forms.GroupBox(); this.listBox_SystemModule = new DevExpress.XtraEditors.ListBoxControl(); this.labelControl17 = new DevExpress.XtraEditors.LabelControl(); this.lookUpEdit_Ambulance = new DevExpress.XtraEditors.LookUpEdit(); this.labelControl25 = new DevExpress.XtraEditors.LabelControl(); this.LUEdit_WristStrap = new DevExpress.XtraEditors.LookUpEdit(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.btn_CheckIn = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.gridControl_List)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_List)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl)).BeginInit(); this.groupControl.SuspendLayout(); this.groupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.listBox_SystemModule)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_Ambulance.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.LUEdit_WristStrap.Properties)).BeginInit(); this.SuspendLayout(); // // gridControl_List // this.gridControl_List.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl_List.Location = new System.Drawing.Point(0, 0); this.gridControl_List.MainView = this.gridView_List; this.gridControl_List.Name = "gridControl_List"; this.gridControl_List.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemButtonEdit1}); this.gridControl_List.Size = new System.Drawing.Size(731, 300); this.gridControl_List.TabIndex = 0; this.gridControl_List.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView_List}); this.gridControl_List.MouseClick += new System.Windows.Forms.MouseEventHandler(this.gridControl_List_MouseClick); // // gridView_List // this.gridView_List.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.E_Wid, this.E_Devid, this.E_Cname, this.E_Sex, this.E_Age, this.E_Ccno, this.E_Nid}); this.gridView_List.DetailHeight = 438; this.gridView_List.FixedLineWidth = 3; this.gridView_List.GridControl = this.gridControl_List; this.gridView_List.GroupPanelText = "操作提示:先选中患者,再选急救设备信息,最后点击确认签入按钮!"; this.gridView_List.Name = "gridView_List"; this.gridView_List.OptionsBehavior.Editable = false; // // E_Wid // this.E_Wid.Caption = "合同号"; this.E_Wid.FieldName = "wid"; this.E_Wid.Name = "E_Wid"; this.E_Wid.Visible = true; this.E_Wid.VisibleIndex = 0; this.E_Wid.Width = 120; // // E_Devid // this.E_Devid.Caption = "设备编号"; this.E_Devid.FieldName = "devid"; this.E_Devid.Name = "E_Devid"; this.E_Devid.Visible = true; this.E_Devid.VisibleIndex = 1; this.E_Devid.Width = 100; // // E_Cname // this.E_Cname.Caption = "患者姓名"; this.E_Cname.FieldName = "cname"; this.E_Cname.Name = "E_Cname"; this.E_Cname.Visible = true; this.E_Cname.VisibleIndex = 2; this.E_Cname.Width = 100; // // E_Sex // this.E_Sex.Caption = "性别"; this.E_Sex.FieldName = "sex"; this.E_Sex.Name = "E_Sex"; this.E_Sex.Visible = true; this.E_Sex.VisibleIndex = 3; // // E_Age // this.E_Age.Caption = "年龄"; this.E_Age.FieldName = "age"; this.E_Age.Name = "E_Age"; this.E_Age.Visible = true; this.E_Age.VisibleIndex = 4; // // E_Ccno // this.E_Ccno.Caption = "身份证号码"; this.E_Ccno.FieldName = "ccno"; this.E_Ccno.Name = "E_Ccno"; this.E_Ccno.Visible = true; this.E_Ccno.VisibleIndex = 5; this.E_Ccno.Width = 120; // // E_Nid // this.E_Nid.Caption = "标签号码"; this.E_Nid.FieldName = "nid"; this.E_Nid.Name = "E_Nid"; this.E_Nid.Visible = true; this.E_Nid.VisibleIndex = 6; // // repositoryItemButtonEdit1 // this.repositoryItemButtonEdit1.AutoHeight = false; serializableAppearanceObject2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); serializableAppearanceObject2.ForeColor = System.Drawing.Color.Green; serializableAppearanceObject2.Options.UseFont = true; serializableAppearanceObject2.Options.UseForeColor = true; this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "签入", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; // // groupControl // this.groupControl.Controls.Add(this.groupBox); this.groupControl.Controls.Add(this.labelControl17); this.groupControl.Controls.Add(this.lookUpEdit_Ambulance); this.groupControl.Controls.Add(this.labelControl25); this.groupControl.Controls.Add(this.LUEdit_WristStrap); this.groupControl.Controls.Add(this.labelControl6); this.groupControl.Controls.Add(this.btn_CheckIn); this.groupControl.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupControl.Location = new System.Drawing.Point(0, 300); this.groupControl.Name = "groupControl"; this.groupControl.Padding = new System.Windows.Forms.Padding(5); this.groupControl.Size = new System.Drawing.Size(731, 200); this.groupControl.TabIndex = 1; this.groupControl.Text = "绑定急救设备信息"; // // groupBox // this.groupBox.Controls.Add(this.listBox_SystemModule); this.groupBox.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox.Location = new System.Drawing.Point(7, 27); this.groupBox.Name = "groupBox"; this.groupBox.Size = new System.Drawing.Size(717, 79); this.groupBox.TabIndex = 52; this.groupBox.TabStop = false; this.groupBox.Text = "患者类型"; // // listBox_SystemModule // this.listBox_SystemModule.Appearance.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.listBox_SystemModule.Appearance.Options.UseFont = true; this.listBox_SystemModule.ContextButtonOptions.NormalStateOpacity = 0.4F; this.listBox_SystemModule.Dock = System.Windows.Forms.DockStyle.Fill; this.listBox_SystemModule.ItemHeight = 54; this.listBox_SystemModule.Location = new System.Drawing.Point(3, 17); this.listBox_SystemModule.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.listBox_SystemModule.MultiColumn = true; this.listBox_SystemModule.Name = "listBox_SystemModule"; this.listBox_SystemModule.Size = new System.Drawing.Size(711, 59); this.listBox_SystemModule.TabIndex = 51; tableColumnDefinition1.Length.Value = 94D; tableColumnDefinition2.Length.Value = 145D; itemTemplateBase1.Columns.Add(tableColumnDefinition1); itemTemplateBase1.Columns.Add(tableColumnDefinition2); templatedItemElement1.FieldName = "IconData"; templatedItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter; templatedItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside; templatedItemElement1.MaxWidth = 64; templatedItemElement1.Text = "IconData"; templatedItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter; templatedItemElement2.ColumnIndex = 1; templatedItemElement2.FieldName = "SystemName"; templatedItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter; templatedItemElement2.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside; templatedItemElement2.RowIndex = 1; templatedItemElement2.Text = "SystemName"; templatedItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft; templatedItemElement2.TextLocation = new System.Drawing.Point(5, 0); itemTemplateBase1.Elements.Add(templatedItemElement1); itemTemplateBase1.Elements.Add(templatedItemElement2); itemTemplateBase1.Name = "template1"; tableRowDefinition1.Length.Value = 16D; itemTemplateBase1.Rows.Add(tableRowDefinition1); this.listBox_SystemModule.Templates.Add(itemTemplateBase1); // // labelControl17 // this.labelControl17.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl17.Appearance.Options.UseForeColor = true; this.labelControl17.Location = new System.Drawing.Point(246, 122); this.labelControl17.Name = "labelControl17"; this.labelControl17.Size = new System.Drawing.Size(5, 15); this.labelControl17.TabIndex = 50; this.labelControl17.Text = "*"; this.labelControl17.Visible = false; // // lookUpEdit_Ambulance // this.lookUpEdit_Ambulance.Location = new System.Drawing.Point(91, 119); this.lookUpEdit_Ambulance.Name = "lookUpEdit_Ambulance"; this.lookUpEdit_Ambulance.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUpEdit_Ambulance.Properties.NullText = "请选择"; this.lookUpEdit_Ambulance.Size = new System.Drawing.Size(149, 22); this.lookUpEdit_Ambulance.TabIndex = 33; // // labelControl25 // this.labelControl25.Location = new System.Drawing.Point(15, 122); this.labelControl25.Name = "labelControl25"; this.labelControl25.Size = new System.Drawing.Size(72, 15); this.labelControl25.TabIndex = 34; this.labelControl25.Text = "急救车牌号:"; // // LUEdit_WristStrap // this.LUEdit_WristStrap.Location = new System.Drawing.Point(416, 119); this.LUEdit_WristStrap.Name = "LUEdit_WristStrap"; this.LUEdit_WristStrap.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.LUEdit_WristStrap.Properties.NullText = "请选择"; this.LUEdit_WristStrap.Size = new System.Drawing.Size(168, 22); this.LUEdit_WristStrap.TabIndex = 14; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(317, 122); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(96, 15); this.labelControl6.TabIndex = 13; this.labelControl6.Text = "时间跟踪标签卡:"; // // btn_CheckIn // this.btn_CheckIn.Anchor = System.Windows.Forms.AnchorStyles.None; this.btn_CheckIn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.btn_CheckIn.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_CheckIn.ImageOptions.Image"))); this.btn_CheckIn.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btn_CheckIn.Location = new System.Drawing.Point(282, 151); this.btn_CheckIn.Name = "btn_CheckIn"; this.btn_CheckIn.Size = new System.Drawing.Size(131, 43); this.btn_CheckIn.TabIndex = 0; this.btn_CheckIn.Text = "确认签入"; this.btn_CheckIn.Click += new System.EventHandler(this.btn_CheckIn_Click); // // Form_CheckInECGPatient // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(731, 500); this.Controls.Add(this.gridControl_List); this.Controls.Add(this.groupControl); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form_CheckInECGPatient"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "院前急救患者签入"; this.Load += new System.EventHandler(this.Form_CheckInECGPatient_Load); ((System.ComponentModel.ISupportInitialize)(this.gridControl_List)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_List)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl)).EndInit(); this.groupControl.ResumeLayout(false); this.groupControl.PerformLayout(); this.groupBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.listBox_SystemModule)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_Ambulance.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.LUEdit_WristStrap.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl_List; private DevExpress.XtraGrid.Views.Grid.GridView gridView_List; private DevExpress.XtraGrid.Columns.GridColumn E_Wid; private DevExpress.XtraGrid.Columns.GridColumn E_Devid; private DevExpress.XtraGrid.Columns.GridColumn E_Cname; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; private DevExpress.XtraEditors.GroupControl groupControl; private DevExpress.XtraEditors.SimpleButton btn_CheckIn; private DevExpress.XtraEditors.LookUpEdit LUEdit_WristStrap; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LookUpEdit lookUpEdit_Ambulance; private DevExpress.XtraEditors.LabelControl labelControl25; private DevExpress.XtraEditors.LabelControl labelControl17; private DevExpress.XtraEditors.ListBoxControl listBox_SystemModule; private System.Windows.Forms.GroupBox groupBox; private DevExpress.XtraGrid.Columns.GridColumn E_Sex; private DevExpress.XtraGrid.Columns.GridColumn E_Age; private DevExpress.XtraGrid.Columns.GridColumn E_Ccno; private DevExpress.XtraGrid.Columns.GridColumn E_Nid; } }