namespace HL_FristAidPlatform_ChestPain { partial class Form_ChestPain_OutDrug { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ChestPain_OutDrug)); this.comboBox_Type = new DevExpress.XtraEditors.ComboBoxEdit(); this.lbl_Type = new DevExpress.XtraEditors.LabelControl(); this.txt_Dose = new DevExpress.XtraEditors.TextEdit(); this.lbl_Name = new DevExpress.XtraEditors.LabelControl(); this.lbl_Hint_Dose = new System.Windows.Forms.Label(); this.lbl_Hint_Type = new System.Windows.Forms.Label(); this.lbl_Dose = new DevExpress.XtraEditors.LabelControl(); this.lbl_Hint_Name = new System.Windows.Forms.Label(); this.lbl_Out_Drug_DAPT_Dose_Unit = new DevExpress.XtraEditors.LabelControl(); this.grid_List = new DevExpress.XtraGrid.GridControl(); this.grv_List = new DevExpress.XtraGrid.Views.Grid.GridView(); this.O_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.O_GUID = new DevExpress.XtraGrid.Columns.GridColumn(); this.O_Type = new DevExpress.XtraGrid.Columns.GridColumn(); this.O_NameText = new DevExpress.XtraGrid.Columns.GridColumn(); this.O_Dose = new DevExpress.XtraGrid.Columns.GridColumn(); this.O_Rete_Count = new DevExpress.XtraGrid.Columns.GridColumn(); this.O_Rete_Time = new DevExpress.XtraGrid.Columns.GridColumn(); this.O_Other_Drug_Name = new DevExpress.XtraGrid.Columns.GridColumn(); this.groupControl_Info = new DevExpress.XtraEditors.GroupControl(); this.txt_Other_Drug_Name = new DevExpress.XtraEditors.TextEdit(); this.comboBox_Rete_Time = new DevExpress.XtraEditors.ComboBoxEdit(); this.comboBox_Rete_Count = new DevExpress.XtraEditors.ComboBoxEdit(); this.lbl_Rete_Count = new DevExpress.XtraEditors.LabelControl(); this.lbl_Hint_Rete_Count = new System.Windows.Forms.Label(); this.lookUp_Name = new DevExpress.XtraEditors.LookUpEdit(); this.panel_Operate = new DevExpress.XtraEditors.PanelControl(); this.btn_Add = new DevExpress.XtraEditors.SimpleButton(); this.btn_Delete = new DevExpress.XtraEditors.SimpleButton(); this.btn_Update = new DevExpress.XtraEditors.SimpleButton(); this.btn_Save = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.comboBox_Type.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Dose.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grid_List)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grv_List)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl_Info)).BeginInit(); this.groupControl_Info.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_Other_Drug_Name.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBox_Rete_Time.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBox_Rete_Count.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Name.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panel_Operate)).BeginInit(); this.panel_Operate.SuspendLayout(); this.SuspendLayout(); // // comboBox_Type // this.comboBox_Type.EditValue = "请选择"; this.comboBox_Type.Location = new System.Drawing.Point(85, 26); this.comboBox_Type.Name = "comboBox_Type"; this.comboBox_Type.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBox_Type.Properties.Items.AddRange(new object[] { "请选择", "抗血小板药物", "ACEI/ARB", "调脂药物", "β受体阻滞剂"}); this.comboBox_Type.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comboBox_Type.Size = new System.Drawing.Size(148, 20); this.comboBox_Type.TabIndex = 0; this.comboBox_Type.SelectedIndexChanged += new System.EventHandler(this.comboBox_Type_SelectedIndexChanged); // // lbl_Type // this.lbl_Type.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.lbl_Type.Location = new System.Drawing.Point(22, 29); this.lbl_Type.Name = "lbl_Type"; this.lbl_Type.Size = new System.Drawing.Size(60, 14); this.lbl_Type.TabIndex = 70; this.lbl_Type.Text = "药物类型:"; // // txt_Dose // this.txt_Dose.Location = new System.Drawing.Point(352, 54); this.txt_Dose.Name = "txt_Dose"; this.txt_Dose.Properties.Mask.EditMask = "[0-9]+(.[0-9]{1,2})?"; this.txt_Dose.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.txt_Dose.Size = new System.Drawing.Size(146, 20); this.txt_Dose.TabIndex = 5; // // lbl_Name // this.lbl_Name.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.lbl_Name.Location = new System.Drawing.Point(289, 29); this.lbl_Name.Name = "lbl_Name"; this.lbl_Name.Size = new System.Drawing.Size(60, 14); this.lbl_Name.TabIndex = 70; this.lbl_Name.Text = "药物名称:"; // // lbl_Hint_Dose // this.lbl_Hint_Dose.BackColor = System.Drawing.Color.Transparent; this.lbl_Hint_Dose.ForeColor = System.Drawing.Color.Red; this.lbl_Hint_Dose.Location = new System.Drawing.Point(278, 59); this.lbl_Hint_Dose.Name = "lbl_Hint_Dose"; this.lbl_Hint_Dose.Size = new System.Drawing.Size(10, 10); this.lbl_Hint_Dose.TabIndex = 73; this.lbl_Hint_Dose.Text = "*"; this.lbl_Hint_Dose.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl_Hint_Type // this.lbl_Hint_Type.BackColor = System.Drawing.Color.Transparent; this.lbl_Hint_Type.ForeColor = System.Drawing.Color.Red; this.lbl_Hint_Type.Location = new System.Drawing.Point(11, 31); this.lbl_Hint_Type.Name = "lbl_Hint_Type"; this.lbl_Hint_Type.Size = new System.Drawing.Size(10, 10); this.lbl_Hint_Type.TabIndex = 74; this.lbl_Hint_Type.Text = "*"; this.lbl_Hint_Type.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl_Dose // this.lbl_Dose.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.lbl_Dose.Location = new System.Drawing.Point(289, 57); this.lbl_Dose.Name = "lbl_Dose"; this.lbl_Dose.Size = new System.Drawing.Size(60, 14); this.lbl_Dose.TabIndex = 71; this.lbl_Dose.Text = "单次剂量:"; // // lbl_Hint_Name // this.lbl_Hint_Name.BackColor = System.Drawing.Color.Transparent; this.lbl_Hint_Name.ForeColor = System.Drawing.Color.Red; this.lbl_Hint_Name.Location = new System.Drawing.Point(278, 31); this.lbl_Hint_Name.Name = "lbl_Hint_Name"; this.lbl_Hint_Name.Size = new System.Drawing.Size(10, 10); this.lbl_Hint_Name.TabIndex = 74; this.lbl_Hint_Name.Text = "*"; this.lbl_Hint_Name.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl_Out_Drug_DAPT_Dose_Unit // this.lbl_Out_Drug_DAPT_Dose_Unit.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.lbl_Out_Drug_DAPT_Dose_Unit.Location = new System.Drawing.Point(501, 57); this.lbl_Out_Drug_DAPT_Dose_Unit.Name = "lbl_Out_Drug_DAPT_Dose_Unit"; this.lbl_Out_Drug_DAPT_Dose_Unit.Size = new System.Drawing.Size(17, 14); this.lbl_Out_Drug_DAPT_Dose_Unit.TabIndex = 72; this.lbl_Out_Drug_DAPT_Dose_Unit.Text = "mg"; // // grid_List // this.grid_List.Dock = System.Windows.Forms.DockStyle.Fill; this.grid_List.Location = new System.Drawing.Point(0, 133); this.grid_List.MainView = this.grv_List; this.grid_List.Name = "grid_List"; this.grid_List.Size = new System.Drawing.Size(693, 326); this.grid_List.TabIndex = 1; this.grid_List.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grv_List}); this.grid_List.MouseClick += new System.Windows.Forms.MouseEventHandler(this.grid_List_MouseClick); // // grv_List // this.grv_List.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.O_ID, this.O_GUID, this.O_Type, this.O_NameText, this.O_Dose, this.O_Rete_Count, this.O_Rete_Time, this.O_Other_Drug_Name}); this.grv_List.GridControl = this.grid_List; this.grv_List.GroupPanelText = "双击列表中部位信息可以在上方编辑区域进行修改。"; this.grv_List.IndicatorWidth = 35; this.grv_List.Name = "grv_List"; this.grv_List.OptionsBehavior.Editable = false; this.grv_List.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grv_List_CustomDrawRowIndicator); this.grv_List.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.grv_List_CustomColumnDisplayText); // // O_ID // this.O_ID.Caption = "编号"; this.O_ID.FieldName = "ID"; this.O_ID.Name = "O_ID"; // // O_GUID // this.O_GUID.Caption = "GUID"; this.O_GUID.FieldName = "GUID"; this.O_GUID.Name = "O_GUID"; // // O_Type // this.O_Type.Caption = "类型"; this.O_Type.FieldName = "Type"; this.O_Type.Name = "O_Type"; this.O_Type.Visible = true; this.O_Type.VisibleIndex = 0; // // O_NameText // this.O_NameText.Caption = "药物名称"; this.O_NameText.FieldName = "NameText"; this.O_NameText.Name = "O_NameText"; this.O_NameText.Visible = true; this.O_NameText.VisibleIndex = 1; // // O_Dose // this.O_Dose.Caption = "剂量"; this.O_Dose.FieldName = "Dose"; this.O_Dose.Name = "O_Dose"; this.O_Dose.Visible = true; this.O_Dose.VisibleIndex = 2; // // O_Rete_Count // this.O_Rete_Count.Caption = "频次"; this.O_Rete_Count.FieldName = "Rete_Count"; this.O_Rete_Count.Name = "O_Rete_Count"; this.O_Rete_Count.Visible = true; this.O_Rete_Count.VisibleIndex = 3; // // O_Rete_Time // this.O_Rete_Time.Caption = "时间"; this.O_Rete_Time.FieldName = "Rete_Time"; this.O_Rete_Time.Name = "O_Rete_Time"; this.O_Rete_Time.Visible = true; this.O_Rete_Time.VisibleIndex = 4; // // O_Other_Drug_Name // this.O_Other_Drug_Name.Caption = "其他药物名称"; this.O_Other_Drug_Name.FieldName = "Other_Drug_Name"; this.O_Other_Drug_Name.Name = "O_Other_Drug_Name"; this.O_Other_Drug_Name.Visible = true; this.O_Other_Drug_Name.VisibleIndex = 5; // // groupControl_Info // this.groupControl_Info.Controls.Add(this.txt_Other_Drug_Name); this.groupControl_Info.Controls.Add(this.comboBox_Rete_Time); this.groupControl_Info.Controls.Add(this.comboBox_Rete_Count); this.groupControl_Info.Controls.Add(this.lbl_Rete_Count); this.groupControl_Info.Controls.Add(this.lbl_Hint_Rete_Count); this.groupControl_Info.Controls.Add(this.lookUp_Name); this.groupControl_Info.Controls.Add(this.comboBox_Type); this.groupControl_Info.Controls.Add(this.lbl_Out_Drug_DAPT_Dose_Unit); this.groupControl_Info.Controls.Add(this.lbl_Hint_Name); this.groupControl_Info.Controls.Add(this.lbl_Dose); this.groupControl_Info.Controls.Add(this.lbl_Hint_Type); this.groupControl_Info.Controls.Add(this.lbl_Type); this.groupControl_Info.Controls.Add(this.lbl_Hint_Dose); this.groupControl_Info.Controls.Add(this.txt_Dose); this.groupControl_Info.Controls.Add(this.lbl_Name); this.groupControl_Info.Dock = System.Windows.Forms.DockStyle.Top; this.groupControl_Info.Location = new System.Drawing.Point(0, 0); this.groupControl_Info.Name = "groupControl_Info"; this.groupControl_Info.Size = new System.Drawing.Size(693, 83); this.groupControl_Info.TabIndex = 75; this.groupControl_Info.Text = "出院带药信息"; // // txt_Other_Drug_Name // this.txt_Other_Drug_Name.Location = new System.Drawing.Point(501, 26); this.txt_Other_Drug_Name.Name = "txt_Other_Drug_Name"; this.txt_Other_Drug_Name.Size = new System.Drawing.Size(130, 20); this.txt_Other_Drug_Name.TabIndex = 2; this.txt_Other_Drug_Name.Visible = false; // // comboBox_Rete_Time // this.comboBox_Rete_Time.EditValue = "请选择"; this.comboBox_Rete_Time.Location = new System.Drawing.Point(174, 54); this.comboBox_Rete_Time.Name = "comboBox_Rete_Time"; this.comboBox_Rete_Time.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBox_Rete_Time.Properties.Items.AddRange(new object[] { "请选择", "每日", "每周", "每月"}); this.comboBox_Rete_Time.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comboBox_Rete_Time.Size = new System.Drawing.Size(83, 20); this.comboBox_Rete_Time.TabIndex = 4; // // comboBox_Rete_Count // this.comboBox_Rete_Count.EditValue = "请选择"; this.comboBox_Rete_Count.Location = new System.Drawing.Point(85, 54); this.comboBox_Rete_Count.Name = "comboBox_Rete_Count"; this.comboBox_Rete_Count.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBox_Rete_Count.Properties.Items.AddRange(new object[] { "请选择", "1次", "2次", "3次", "4次"}); this.comboBox_Rete_Count.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comboBox_Rete_Count.Size = new System.Drawing.Size(83, 20); this.comboBox_Rete_Count.TabIndex = 3; // // lbl_Rete_Count // this.lbl_Rete_Count.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.lbl_Rete_Count.Location = new System.Drawing.Point(26, 57); this.lbl_Rete_Count.Name = "lbl_Rete_Count"; this.lbl_Rete_Count.Size = new System.Drawing.Size(60, 14); this.lbl_Rete_Count.TabIndex = 104; this.lbl_Rete_Count.Text = "服用频次:"; // // lbl_Hint_Rete_Count // this.lbl_Hint_Rete_Count.BackColor = System.Drawing.Color.Transparent; this.lbl_Hint_Rete_Count.ForeColor = System.Drawing.Color.Red; this.lbl_Hint_Rete_Count.Location = new System.Drawing.Point(15, 59); this.lbl_Hint_Rete_Count.Name = "lbl_Hint_Rete_Count"; this.lbl_Hint_Rete_Count.Size = new System.Drawing.Size(10, 10); this.lbl_Hint_Rete_Count.TabIndex = 105; this.lbl_Hint_Rete_Count.Text = "*"; this.lbl_Hint_Rete_Count.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lookUp_Name // this.lookUp_Name.Location = new System.Drawing.Point(352, 26); this.lookUp_Name.Name = "lookUp_Name"; this.lookUp_Name.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUp_Name.Properties.NullText = "请选择"; this.lookUp_Name.Size = new System.Drawing.Size(146, 20); this.lookUp_Name.TabIndex = 1; this.lookUp_Name.EditValueChanged += new System.EventHandler(this.lookUp_Name_EditValueChanged); // // panel_Operate // this.panel_Operate.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panel_Operate.Controls.Add(this.btn_Add); this.panel_Operate.Controls.Add(this.btn_Delete); this.panel_Operate.Controls.Add(this.btn_Update); this.panel_Operate.Controls.Add(this.btn_Save); this.panel_Operate.Dock = System.Windows.Forms.DockStyle.Top; this.panel_Operate.Location = new System.Drawing.Point(0, 83); this.panel_Operate.Name = "panel_Operate"; this.panel_Operate.Size = new System.Drawing.Size(693, 50); this.panel_Operate.TabIndex = 76; // // btn_Add // this.btn_Add.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btn_Add.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.add_32x32; this.btn_Add.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btn_Add.Location = new System.Drawing.Point(203, 5); this.btn_Add.Name = "btn_Add"; this.btn_Add.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.btn_Add.Size = new System.Drawing.Size(100, 40); this.btn_Add.TabIndex = 1; this.btn_Add.Text = "新增"; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // btn_Delete // this.btn_Delete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btn_Delete.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.cancel_32x32; this.btn_Delete.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btn_Delete.Location = new System.Drawing.Point(409, 5); this.btn_Delete.Name = "btn_Delete"; this.btn_Delete.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.btn_Delete.Size = new System.Drawing.Size(100, 40); this.btn_Delete.TabIndex = 3; this.btn_Delete.Text = "删除"; this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click); // // btn_Update // this.btn_Update.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btn_Update.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.cleartablestyle_32x32; this.btn_Update.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btn_Update.Location = new System.Drawing.Point(306, 5); this.btn_Update.Name = "btn_Update"; this.btn_Update.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.btn_Update.Size = new System.Drawing.Size(100, 40); this.btn_Update.TabIndex = 2; this.btn_Update.Text = "修改"; this.btn_Update.Click += new System.EventHandler(this.btn_Update_Click); // // btn_Save // this.btn_Save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btn_Save.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.save_32x321; this.btn_Save.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btn_Save.Location = new System.Drawing.Point(100, 5); this.btn_Save.Name = "btn_Save"; this.btn_Save.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.btn_Save.Size = new System.Drawing.Size(100, 40); this.btn_Save.TabIndex = 0; this.btn_Save.Text = "保存"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // Form_ChestPain_OutDrug // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(693, 459); this.Controls.Add(this.grid_List); this.Controls.Add(this.panel_Operate); this.Controls.Add(this.groupControl_Info); this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form_ChestPain_OutDrug.IconOptions.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form_ChestPain_OutDrug"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "出院带药详情列表"; this.Load += new System.EventHandler(this.Form_ChestPain_OutDrug_Load); ((System.ComponentModel.ISupportInitialize)(this.comboBox_Type.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Dose.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grid_List)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grv_List)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl_Info)).EndInit(); this.groupControl_Info.ResumeLayout(false); this.groupControl_Info.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_Other_Drug_Name.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBox_Rete_Time.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBox_Rete_Count.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Name.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panel_Operate)).EndInit(); this.panel_Operate.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl grid_List; private DevExpress.XtraGrid.Views.Grid.GridView grv_List; private DevExpress.XtraGrid.Columns.GridColumn O_ID; private DevExpress.XtraGrid.Columns.GridColumn O_GUID; private DevExpress.XtraGrid.Columns.GridColumn O_Type; private DevExpress.XtraGrid.Columns.GridColumn O_NameText; private DevExpress.XtraGrid.Columns.GridColumn O_Dose; private DevExpress.XtraEditors.TextEdit txt_Dose; private DevExpress.XtraEditors.LabelControl lbl_Name; private System.Windows.Forms.Label lbl_Hint_Dose; private DevExpress.XtraEditors.LabelControl lbl_Dose; private System.Windows.Forms.Label lbl_Hint_Name; private DevExpress.XtraEditors.LabelControl lbl_Out_Drug_DAPT_Dose_Unit; private DevExpress.XtraEditors.ComboBoxEdit comboBox_Type; private DevExpress.XtraEditors.LabelControl lbl_Type; private System.Windows.Forms.Label lbl_Hint_Type; private DevExpress.XtraEditors.GroupControl groupControl_Info; private DevExpress.XtraEditors.PanelControl panel_Operate; private DevExpress.XtraEditors.SimpleButton btn_Add; private DevExpress.XtraEditors.SimpleButton btn_Delete; private DevExpress.XtraEditors.SimpleButton btn_Update; private DevExpress.XtraEditors.SimpleButton btn_Save; private DevExpress.XtraEditors.LookUpEdit lookUp_Name; private DevExpress.XtraEditors.ComboBoxEdit comboBox_Rete_Time; private DevExpress.XtraEditors.ComboBoxEdit comboBox_Rete_Count; private DevExpress.XtraEditors.LabelControl lbl_Rete_Count; private System.Windows.Forms.Label lbl_Hint_Rete_Count; private DevExpress.XtraEditors.TextEdit txt_Other_Drug_Name; private DevExpress.XtraGrid.Columns.GridColumn O_Rete_Count; private DevExpress.XtraGrid.Columns.GridColumn O_Rete_Time; private DevExpress.XtraGrid.Columns.GridColumn O_Other_Drug_Name; } }