StableVersion4.3/HL_FristAidPlatform_FollowUp/Form_FollowUpTemplate_Chest...

644 lines
34 KiB
C#

namespace HL_FristAidPlatform_FollowUp
{
partial class Form_FollowUpTemplate_ChestPain
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_FollowUpTemplate_ChestPain));
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.F_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.F_Name = new DevExpress.XtraGrid.Columns.GridColumn();
this.F_Type = new DevExpress.XtraGrid.Columns.GridColumn();
this.F_Note = new DevExpress.XtraGrid.Columns.GridColumn();
this.userControlForPage = new HL_FristAidPlatform_Public.UserControlForPage();
this.groupControl_1 = new DevExpress.XtraEditors.GroupControl();
this.panel2 = new System.Windows.Forms.Panel();
this.groupControl_2 = new DevExpress.XtraEditors.GroupControl();
this.button_Query = new DevExpress.XtraEditors.SimpleButton();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.memoEdit_Note = new DevExpress.XtraEditors.MemoEdit();
this.simpleButton_apply = new DevExpress.XtraEditors.SimpleButton();
this.cmb_Classify = new DevExpress.XtraEditors.ComboBoxEdit();
this.textEdit_Name = new DevExpress.XtraEditors.TextEdit();
this.checkBox_DeleteFlag = new System.Windows.Forms.CheckBox();
this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.panel1 = new System.Windows.Forms.Panel();
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
this.simpleButton_New = new DevExpress.XtraEditors.SimpleButton();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton_save = new DevExpress.XtraEditors.SimpleButton();
this.comboBox_Unit = new System.Windows.Forms.ComboBox();
this.textEdit_Interval = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.textEdit_Cycle = new DevExpress.XtraEditors.TextEdit();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.checkBox_DeleteFlagChild = new System.Windows.Forms.CheckBox();
this.textEdit_Note = new DevExpress.XtraEditors.MemoEdit();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.gridControl2 = new DevExpress.XtraGrid.GridControl();
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_Cycle = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_Interval = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_Unit = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_Note = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_ParentGUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl_1)).BeginInit();
this.groupControl_1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl_2)).BeginInit();
this.groupControl_2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.memoEdit_Note.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmb_Classify.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_Name.Properties)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
this.groupControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit_Interval.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_Cycle.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_Note.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
this.SuspendLayout();
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.Location = new System.Drawing.Point(2, 23);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(811, 303);
this.gridControl1.TabIndex = 0;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
this.gridControl1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.gridControl1_MouseDoubleClick);
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.F_GUID,
this.F_Name,
this.F_Type,
this.F_Note});
this.gridView1.DetailHeight = 408;
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.Editable = false;
this.gridView1.OptionsView.ShowGroupPanel = false;
//
// F_GUID
//
this.F_GUID.Caption = "GUID";
this.F_GUID.FieldName = "GUID";
this.F_GUID.Name = "F_GUID";
//
// F_Name
//
this.F_Name.Caption = "总计划名称";
this.F_Name.FieldName = "Name";
this.F_Name.MinWidth = 23;
this.F_Name.Name = "F_Name";
this.F_Name.Visible = true;
this.F_Name.VisibleIndex = 0;
this.F_Name.Width = 87;
//
// F_Type
//
this.F_Type.Caption = "分类";
this.F_Type.FieldName = "Type";
this.F_Type.Name = "F_Type";
this.F_Type.Visible = true;
this.F_Type.VisibleIndex = 1;
//
// F_Note
//
this.F_Note.Caption = "备注";
this.F_Note.FieldName = "Note";
this.F_Note.Name = "F_Note";
this.F_Note.Visible = true;
this.F_Note.VisibleIndex = 2;
//
// userControlForPage
//
this.userControlForPage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.userControlForPage.Location = new System.Drawing.Point(2, 326);
this.userControlForPage.Name = "userControlForPage";
this.userControlForPage.Size = new System.Drawing.Size(811, 38);
this.userControlForPage.TabIndex = 1;
this.userControlForPage.myPagerEvents += new HL_FristAidPlatform_Public.UserControlForPage.MyPagerEvents(this.userControlForPage_myPagerEvents);
this.userControlForPage.exportEvents += new HL_FristAidPlatform_Public.UserControlForPage.ExportEvents(this.userControlForPage_exportEvents);
//
// groupControl_1
//
this.groupControl_1.Controls.Add(this.gridControl1);
this.groupControl_1.Controls.Add(this.userControlForPage);
this.groupControl_1.Dock = System.Windows.Forms.DockStyle.Left;
this.groupControl_1.Location = new System.Drawing.Point(0, 0);
this.groupControl_1.Name = "groupControl_1";
this.groupControl_1.Size = new System.Drawing.Size(815, 366);
this.groupControl_1.TabIndex = 12;
this.groupControl_1.Text = "计划列表";
//
// panel2
//
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel2.Controls.Add(this.groupControl_2);
this.panel2.Controls.Add(this.groupControl_1);
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1199, 366);
this.panel2.TabIndex = 14;
//
// groupControl_2
//
this.groupControl_2.Controls.Add(this.button_Query);
this.groupControl_2.Controls.Add(this.labelControl7);
this.groupControl_2.Controls.Add(this.memoEdit_Note);
this.groupControl_2.Controls.Add(this.simpleButton_apply);
this.groupControl_2.Controls.Add(this.cmb_Classify);
this.groupControl_2.Controls.Add(this.textEdit_Name);
this.groupControl_2.Controls.Add(this.checkBox_DeleteFlag);
this.groupControl_2.Controls.Add(this.btn_Save);
this.groupControl_2.Controls.Add(this.labelControl1);
this.groupControl_2.Controls.Add(this.labelControl12);
this.groupControl_2.Dock = System.Windows.Forms.DockStyle.Right;
this.groupControl_2.Location = new System.Drawing.Point(810, 0);
this.groupControl_2.Name = "groupControl_2";
this.groupControl_2.Size = new System.Drawing.Size(389, 366);
this.groupControl_2.TabIndex = 13;
this.groupControl_2.Text = "基本信息";
//
// button_Query
//
this.button_Query.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("button_Query.ImageOptions.Image")));
this.button_Query.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.button_Query.Location = new System.Drawing.Point(126, 209);
this.button_Query.Name = "button_Query";
this.button_Query.Size = new System.Drawing.Size(85, 46);
this.button_Query.TabIndex = 27;
this.button_Query.Text = "刷新";
this.button_Query.Click += new System.EventHandler(this.button_Query_Click);
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(30, 105);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(36, 14);
this.labelControl7.TabIndex = 25;
this.labelControl7.Text = "备注:";
//
// memoEdit_Note
//
this.memoEdit_Note.Location = new System.Drawing.Point(72, 83);
this.memoEdit_Note.Name = "memoEdit_Note";
this.memoEdit_Note.Size = new System.Drawing.Size(283, 71);
this.memoEdit_Note.TabIndex = 26;
//
// simpleButton_apply
//
this.simpleButton_apply.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_apply.ImageOptions.Image")));
this.simpleButton_apply.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.simpleButton_apply.Location = new System.Drawing.Point(126, 265);
this.simpleButton_apply.Name = "simpleButton_apply";
this.simpleButton_apply.Size = new System.Drawing.Size(237, 46);
this.simpleButton_apply.TabIndex = 12;
this.simpleButton_apply.Text = "当前病人使用选中的随访计划";
this.simpleButton_apply.Click += new System.EventHandler(this.simpleButton_apply_Click);
//
// cmb_Classify
//
this.cmb_Classify.Location = new System.Drawing.Point(72, 57);
this.cmb_Classify.Name = "cmb_Classify";
this.cmb_Classify.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cmb_Classify.Properties.Items.AddRange(new object[] {
"请选择",
"胸痛中心患者随访",
"卒中中心患者随访",
"创伤中心患者随访",
"心衰中心患者随访",
"其他患者随访"});
this.cmb_Classify.Size = new System.Drawing.Size(283, 20);
this.cmb_Classify.TabIndex = 11;
//
// textEdit_Name
//
this.textEdit_Name.Location = new System.Drawing.Point(72, 28);
this.textEdit_Name.Name = "textEdit_Name";
this.textEdit_Name.Size = new System.Drawing.Size(283, 20);
this.textEdit_Name.TabIndex = 7;
//
// checkBox_DeleteFlag
//
this.checkBox_DeleteFlag.AutoSize = true;
this.checkBox_DeleteFlag.Location = new System.Drawing.Point(275, 171);
this.checkBox_DeleteFlag.Name = "checkBox_DeleteFlag";
this.checkBox_DeleteFlag.Size = new System.Drawing.Size(74, 18);
this.checkBox_DeleteFlag.TabIndex = 9;
this.checkBox_DeleteFlag.Text = "是否启用";
this.checkBox_DeleteFlag.UseVisualStyleBackColor = true;
//
// btn_Save
//
this.btn_Save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Save.ImageOptions.Image")));
this.btn_Save.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btn_Save.Location = new System.Drawing.Point(217, 209);
this.btn_Save.Name = "btn_Save";
this.btn_Save.Size = new System.Drawing.Size(146, 46);
this.btn_Save.TabIndex = 0;
this.btn_Save.Text = "保存随访计划";
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(6, 31);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(60, 14);
this.labelControl1.TabIndex = 6;
this.labelControl1.Text = "计划名称:";
//
// labelControl12
//
this.labelControl12.Location = new System.Drawing.Point(6, 60);
this.labelControl12.Name = "labelControl12";
this.labelControl12.Size = new System.Drawing.Size(60, 14);
this.labelControl12.TabIndex = 6;
this.labelControl12.Text = "计划分类:";
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.Controls.Add(this.groupControl2);
this.panel1.Controls.Add(this.groupControl1);
this.panel1.Location = new System.Drawing.Point(0, 370);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1199, 259);
this.panel1.TabIndex = 15;
//
// groupControl2
//
this.groupControl2.Controls.Add(this.simpleButton_New);
this.groupControl2.Controls.Add(this.labelControl6);
this.groupControl2.Controls.Add(this.labelControl4);
this.groupControl2.Controls.Add(this.labelControl3);
this.groupControl2.Controls.Add(this.simpleButton_save);
this.groupControl2.Controls.Add(this.comboBox_Unit);
this.groupControl2.Controls.Add(this.textEdit_Interval);
this.groupControl2.Controls.Add(this.labelControl2);
this.groupControl2.Controls.Add(this.textEdit_Cycle);
this.groupControl2.Controls.Add(this.labelControl5);
this.groupControl2.Controls.Add(this.checkBox_DeleteFlagChild);
this.groupControl2.Controls.Add(this.textEdit_Note);
this.groupControl2.Dock = System.Windows.Forms.DockStyle.Right;
this.groupControl2.Location = new System.Drawing.Point(810, 0);
this.groupControl2.Name = "groupControl2";
this.groupControl2.Size = new System.Drawing.Size(389, 259);
this.groupControl2.TabIndex = 14;
this.groupControl2.Text = "计划详情";
//
// simpleButton_New
//
this.simpleButton_New.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_New.ImageOptions.Image")));
this.simpleButton_New.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.simpleButton_New.Location = new System.Drawing.Point(62, 220);
this.simpleButton_New.Name = "simpleButton_New";
this.simpleButton_New.Size = new System.Drawing.Size(146, 46);
this.simpleButton_New.TabIndex = 25;
this.simpleButton_New.Text = "新增随访周期";
this.simpleButton_New.Click += new System.EventHandler(this.simpleButton_New_Click);
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(23, 120);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(36, 14);
this.labelControl6.TabIndex = 23;
this.labelControl6.Text = "备注:";
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(275, 57);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(5, 14);
this.labelControl4.TabIndex = 22;
this.labelControl4.Text = "/";
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(126, 57);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(12, 14);
this.labelControl3.TabIndex = 21;
this.labelControl3.Text = "次";
//
// simpleButton_save
//
this.simpleButton_save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_save.ImageOptions.Image")));
this.simpleButton_save.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.simpleButton_save.Location = new System.Drawing.Point(215, 220);
this.simpleButton_save.Name = "simpleButton_save";
this.simpleButton_save.Size = new System.Drawing.Size(146, 46);
this.simpleButton_save.TabIndex = 20;
this.simpleButton_save.Text = "修改随访周期";
this.simpleButton_save.Click += new System.EventHandler(this.simpleButton_save_Click);
//
// comboBox_Unit
//
this.comboBox_Unit.FormattingEnabled = true;
this.comboBox_Unit.Items.AddRange(new object[] {
"天",
"月"});
this.comboBox_Unit.Location = new System.Drawing.Point(287, 53);
this.comboBox_Unit.Name = "comboBox_Unit";
this.comboBox_Unit.Size = new System.Drawing.Size(74, 22);
this.comboBox_Unit.TabIndex = 19;
//
// textEdit_Interval
//
this.textEdit_Interval.Location = new System.Drawing.Point(203, 54);
this.textEdit_Interval.Name = "textEdit_Interval";
this.textEdit_Interval.Size = new System.Drawing.Size(69, 20);
this.textEdit_Interval.TabIndex = 18;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(175, 57);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(24, 14);
this.labelControl2.TabIndex = 17;
this.labelControl2.Text = "间隔";
//
// textEdit_Cycle
//
this.textEdit_Cycle.Location = new System.Drawing.Point(62, 54);
this.textEdit_Cycle.Name = "textEdit_Cycle";
this.textEdit_Cycle.Size = new System.Drawing.Size(60, 20);
this.textEdit_Cycle.TabIndex = 14;
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(47, 57);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(12, 14);
this.labelControl5.TabIndex = 13;
this.labelControl5.Text = "第";
//
// checkBox_DeleteFlagChild
//
this.checkBox_DeleteFlagChild.AutoSize = true;
this.checkBox_DeleteFlagChild.Location = new System.Drawing.Point(287, 184);
this.checkBox_DeleteFlagChild.Name = "checkBox_DeleteFlagChild";
this.checkBox_DeleteFlagChild.Size = new System.Drawing.Size(74, 18);
this.checkBox_DeleteFlagChild.TabIndex = 9;
this.checkBox_DeleteFlagChild.Text = "是否启用";
this.checkBox_DeleteFlagChild.UseVisualStyleBackColor = true;
//
// textEdit_Note
//
this.textEdit_Note.Location = new System.Drawing.Point(62, 98);
this.textEdit_Note.Name = "textEdit_Note";
this.textEdit_Note.Size = new System.Drawing.Size(299, 71);
this.textEdit_Note.TabIndex = 24;
//
// groupControl1
//
this.groupControl1.Controls.Add(this.gridControl2);
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Left;
this.groupControl1.Location = new System.Drawing.Point(0, 0);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(815, 259);
this.groupControl1.TabIndex = 12;
this.groupControl1.Text = "周期列表";
//
// gridControl2
//
this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl2.Location = new System.Drawing.Point(2, 23);
this.gridControl2.MainView = this.gridView2;
this.gridControl2.Name = "gridControl2";
this.gridControl2.Size = new System.Drawing.Size(811, 234);
this.gridControl2.TabIndex = 0;
this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView2});
this.gridControl2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.gridControl2_MouseDoubleClick);
//
// gridView2
//
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn_GUID,
this.gridColumn_Cycle,
this.gridColumn_Interval,
this.gridColumn_Unit,
this.gridColumn_Note,
this.gridColumn_ParentGUID});
this.gridView2.DetailHeight = 408;
this.gridView2.GridControl = this.gridControl2;
this.gridView2.Name = "gridView2";
this.gridView2.OptionsBehavior.Editable = false;
this.gridView2.OptionsView.ShowGroupPanel = false;
//
// gridColumn_GUID
//
this.gridColumn_GUID.Caption = "GUID";
this.gridColumn_GUID.FieldName = "GUID";
this.gridColumn_GUID.Name = "gridColumn_GUID";
//
// gridColumn_Cycle
//
this.gridColumn_Cycle.Caption = "随访次数";
this.gridColumn_Cycle.FieldName = "Cycle";
this.gridColumn_Cycle.MinWidth = 23;
this.gridColumn_Cycle.Name = "gridColumn_Cycle";
this.gridColumn_Cycle.Visible = true;
this.gridColumn_Cycle.VisibleIndex = 0;
this.gridColumn_Cycle.Width = 87;
//
// gridColumn_Interval
//
this.gridColumn_Interval.Caption = "随访间隔";
this.gridColumn_Interval.FieldName = "Interval";
this.gridColumn_Interval.Name = "gridColumn_Interval";
this.gridColumn_Interval.Visible = true;
this.gridColumn_Interval.VisibleIndex = 1;
//
// gridColumn_Unit
//
this.gridColumn_Unit.Caption = "间隔单位";
this.gridColumn_Unit.FieldName = "Unit";
this.gridColumn_Unit.Name = "gridColumn_Unit";
this.gridColumn_Unit.Visible = true;
this.gridColumn_Unit.VisibleIndex = 2;
//
// gridColumn_Note
//
this.gridColumn_Note.Caption = "备注";
this.gridColumn_Note.FieldName = "Note";
this.gridColumn_Note.Name = "gridColumn_Note";
this.gridColumn_Note.Visible = true;
this.gridColumn_Note.VisibleIndex = 3;
//
// gridColumn_ParentGUID
//
this.gridColumn_ParentGUID.Caption = "父GUID";
this.gridColumn_ParentGUID.FieldName = "ParentGUID";
this.gridColumn_ParentGUID.Name = "gridColumn_ParentGUID";
//
// gridColumn5
//
this.gridColumn5.Caption = "gridColumn5";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 3;
//
// gridColumn6
//
this.gridColumn6.Caption = "间隔单位";
this.gridColumn6.FieldName = "CreateTime";
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 2;
//
// gridColumn7
//
this.gridColumn7.Caption = "间隔单位";
this.gridColumn7.FieldName = "CreateTime";
this.gridColumn7.Name = "gridColumn7";
this.gridColumn7.Visible = true;
this.gridColumn7.VisibleIndex = 2;
//
// gridColumn8
//
this.gridColumn8.Caption = "间隔单位";
this.gridColumn8.FieldName = "CreateTime";
this.gridColumn8.Name = "gridColumn8";
this.gridColumn8.Visible = true;
this.gridColumn8.VisibleIndex = 2;
//
// Form_FollowUpTemplate_ChestPain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1199, 629);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form_FollowUpTemplate_ChestPain.IconOptions.Icon")));
this.Name = "Form_FollowUpTemplate_ChestPain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "随访计划制定";
this.Load += new System.EventHandler(this.Form_FollowUpTemplate_Load);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl_1)).EndInit();
this.groupControl_1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.groupControl_2)).EndInit();
this.groupControl_2.ResumeLayout(false);
this.groupControl_2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.memoEdit_Note.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmb_Classify.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_Name.Properties)).EndInit();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
this.groupControl2.ResumeLayout(false);
this.groupControl2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit_Interval.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_Cycle.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_Note.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn F_Name;
private HL_FristAidPlatform_Public.UserControlForPage userControlForPage;
private DevExpress.XtraEditors.GroupControl groupControl_1;
private DevExpress.XtraGrid.Columns.GridColumn F_Type;
private DevExpress.XtraGrid.Columns.GridColumn F_Note;
private DevExpress.XtraGrid.Columns.GridColumn F_GUID;
private System.Windows.Forms.Panel panel2;
private DevExpress.XtraEditors.GroupControl groupControl_2;
private DevExpress.XtraEditors.SimpleButton simpleButton_apply;
private DevExpress.XtraEditors.ComboBoxEdit cmb_Classify;
private DevExpress.XtraEditors.TextEdit textEdit_Name;
private System.Windows.Forms.CheckBox checkBox_DeleteFlag;
private DevExpress.XtraEditors.SimpleButton btn_Save;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl12;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.GroupControl groupControl2;
private DevExpress.XtraEditors.SimpleButton simpleButton_save;
private System.Windows.Forms.ComboBox comboBox_Unit;
private DevExpress.XtraEditors.TextEdit textEdit_Interval;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.TextEdit textEdit_Cycle;
private DevExpress.XtraEditors.LabelControl labelControl5;
private System.Windows.Forms.CheckBox checkBox_DeleteFlagChild;
private DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraGrid.GridControl gridControl2;
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_GUID;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Cycle;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Interval;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Unit;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.MemoEdit textEdit_Note;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Note;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.MemoEdit memoEdit_Note;
private DevExpress.XtraEditors.SimpleButton button_Query;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_ParentGUID;
private DevExpress.XtraEditors.SimpleButton simpleButton_New;
}
}