StableVersion4.3/HL_FristAidPlatform_Base/Form_DiseaseTemplateMain.De...

628 lines
33 KiB
C#

namespace HL_FristAidPlatform_Base
{
partial class Form_DiseaseTemplateMain
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_DiseaseTemplateMain));
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.barManager = new DevExpress.XtraBars.BarManager(this.components);
this.bar2 = new DevExpress.XtraBars.Bar();
this.btn_Select = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Insert = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Update = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Delete = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Save = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Exit = new DevExpress.XtraBars.BarLargeButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.grb_List = new DevExpress.XtraEditors.GroupControl();
this.grid_Template = new DevExpress.XtraGrid.GridControl();
this.grv_Template = new DevExpress.XtraGrid.Views.Grid.GridView();
this.T_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.T_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.T_Content = new DevExpress.XtraGrid.Columns.GridColumn();
this.T_Keywords = new DevExpress.XtraGrid.Columns.GridColumn();
this.T_PymCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.T_WbmCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.T_DeleteFlagCase = new DevExpress.XtraGrid.Columns.GridColumn();
this.T_CreationDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.T_Orderby = new DevExpress.XtraGrid.Columns.GridColumn();
this.userControlForPage = new HL_FristAidPlatform_Public.UserControlForPage();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.cmb_DeleteFlag = new DevExpress.XtraEditors.ComboBoxEdit();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.txt_Key = new DevExpress.XtraEditors.TextEdit();
this.tabbedView = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.txt_WbmCode = new DevExpress.XtraEditors.TextEdit();
this.txt_PymCode = new DevExpress.XtraEditors.TextEdit();
this.txt_OrderBy = new DevExpress.XtraEditors.TextEdit();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.ckb_DeleteFlag = new DevExpress.XtraEditors.CheckEdit();
this.txt_Keywords = new DevExpress.XtraEditors.TextEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.group_Detail = new DevExpress.XtraEditors.GroupControl();
this.txt_Content = new DevExpress.XtraEditors.MemoEdit();
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grb_List)).BeginInit();
this.grb_List.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grid_Template)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Template)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cmb_DeleteFlag.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tabbedView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_WbmCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_PymCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_OrderBy.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ckb_DeleteFlag.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Keywords.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.group_Detail)).BeginInit();
this.group_Detail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Content.Properties)).BeginInit();
this.SuspendLayout();
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(1050, 57);
this.barDockControlRight.Manager = this.barManager;
this.barDockControlRight.Size = new System.Drawing.Size(0, 488);
//
// barManager
//
this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar2});
this.barManager.DockControls.Add(this.barDockControlTop);
this.barManager.DockControls.Add(this.barDockControlBottom);
this.barManager.DockControls.Add(this.barDockControlLeft);
this.barManager.DockControls.Add(this.barDockControlRight);
this.barManager.Form = this;
this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.btn_Select,
this.btn_Insert,
this.btn_Update,
this.btn_Delete,
this.btn_Save,
this.barButtonItem1,
this.btn_Exit});
this.barManager.MainMenu = this.bar2;
this.barManager.MaxItemId = 7;
//
// bar2
//
this.bar2.BarName = "Main menu";
this.bar2.DockCol = 0;
this.bar2.DockRow = 0;
this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Select, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Insert, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Update, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Delete, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Save, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Exit, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
this.bar2.OptionsBar.DrawBorder = false;
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
this.bar2.Text = "Main menu";
//
// btn_Select
//
this.btn_Select.Caption = "查询";
this.btn_Select.Id = 0;
this.btn_Select.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Select.ImageOptions.Image")));
this.btn_Select.Name = "btn_Select";
this.btn_Select.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Select_ItemClick);
//
// btn_Insert
//
this.btn_Insert.Caption = "新增";
this.btn_Insert.Id = 1;
this.btn_Insert.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Insert.ImageOptions.Image")));
this.btn_Insert.Name = "btn_Insert";
this.btn_Insert.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Insert_ItemClick);
//
// btn_Update
//
this.btn_Update.Caption = "修改";
this.btn_Update.Id = 2;
this.btn_Update.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Update.ImageOptions.Image")));
this.btn_Update.Name = "btn_Update";
this.btn_Update.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Update_ItemClick);
//
// btn_Delete
//
this.btn_Delete.Caption = "删除";
this.btn_Delete.Id = 3;
this.btn_Delete.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Delete.ImageOptions.Image")));
this.btn_Delete.Name = "btn_Delete";
this.btn_Delete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Delete_ItemClick);
//
// btn_Save
//
this.btn_Save.Caption = "保存";
this.btn_Save.Id = 4;
this.btn_Save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Save.ImageOptions.Image")));
this.btn_Save.Name = "btn_Save";
this.btn_Save.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Save_ItemClick);
//
// btn_Exit
//
this.btn_Exit.Caption = "退出";
this.btn_Exit.Id = 6;
this.btn_Exit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Exit.ImageOptions.Image")));
this.btn_Exit.Name = "btn_Exit";
this.btn_Exit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Exit_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.Manager = this.barManager;
this.barDockControlTop.Size = new System.Drawing.Size(1050, 57);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 545);
this.barDockControlBottom.Manager = this.barManager;
this.barDockControlBottom.Size = new System.Drawing.Size(1050, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 57);
this.barDockControlLeft.Manager = this.barManager;
this.barDockControlLeft.Size = new System.Drawing.Size(0, 488);
//
// barButtonItem1
//
this.barButtonItem1.Caption = "关闭";
this.barButtonItem1.Id = 5;
this.barButtonItem1.Name = "barButtonItem1";
//
// grb_List
//
this.grb_List.Controls.Add(this.grid_Template);
this.grb_List.Controls.Add(this.userControlForPage);
this.grb_List.Controls.Add(this.panelControl1);
this.grb_List.Dock = System.Windows.Forms.DockStyle.Fill;
this.grb_List.Location = new System.Drawing.Point(0, 57);
this.grb_List.Name = "grb_List";
this.grb_List.Size = new System.Drawing.Size(623, 488);
this.grb_List.TabIndex = 17;
this.grb_List.Text = "病情模板列表";
//
// grid_Template
//
this.grid_Template.Dock = System.Windows.Forms.DockStyle.Fill;
this.grid_Template.Location = new System.Drawing.Point(2, 62);
this.grid_Template.MainView = this.grv_Template;
this.grid_Template.Name = "grid_Template";
this.grid_Template.Size = new System.Drawing.Size(619, 386);
this.grid_Template.TabIndex = 6;
this.grid_Template.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grv_Template});
this.grid_Template.MouseClick += new System.Windows.Forms.MouseEventHandler(this.grid_Template_MouseClick);
//
// grv_Template
//
this.grv_Template.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.T_ID,
this.T_GUID,
this.T_Content,
this.T_Keywords,
this.T_PymCode,
this.T_WbmCode,
this.T_DeleteFlagCase,
this.T_CreationDate,
this.T_Orderby});
this.grv_Template.CustomizationFormBounds = new System.Drawing.Rectangle(702, 342, 303, 282);
this.grv_Template.DetailHeight = 408;
this.grv_Template.GridControl = this.grid_Template;
this.grv_Template.Name = "grv_Template";
this.grv_Template.OptionsBehavior.Editable = false;
this.grv_Template.OptionsView.ShowGroupPanel = false;
this.grv_Template.Tag = "";
//
// T_ID
//
this.T_ID.Caption = "编号";
this.T_ID.FieldName = "ID";
this.T_ID.MinWidth = 23;
this.T_ID.Name = "T_ID";
this.T_ID.Visible = true;
this.T_ID.VisibleIndex = 0;
this.T_ID.Width = 87;
//
// T_GUID
//
this.T_GUID.Caption = "GUID";
this.T_GUID.FieldName = "GUID";
this.T_GUID.MinWidth = 23;
this.T_GUID.Name = "T_GUID";
this.T_GUID.Width = 87;
//
// T_Content
//
this.T_Content.Caption = "模板内容";
this.T_Content.FieldName = "Content";
this.T_Content.MinWidth = 23;
this.T_Content.Name = "T_Content";
this.T_Content.Visible = true;
this.T_Content.VisibleIndex = 1;
this.T_Content.Width = 87;
//
// T_Keywords
//
this.T_Keywords.Caption = "关键词";
this.T_Keywords.FieldName = "Keywords";
this.T_Keywords.MinWidth = 23;
this.T_Keywords.Name = "T_Keywords";
this.T_Keywords.Visible = true;
this.T_Keywords.VisibleIndex = 2;
this.T_Keywords.Width = 87;
//
// T_PymCode
//
this.T_PymCode.Caption = "拼音码";
this.T_PymCode.FieldName = "PymCode";
this.T_PymCode.MinWidth = 23;
this.T_PymCode.Name = "T_PymCode";
this.T_PymCode.Width = 87;
//
// T_WbmCode
//
this.T_WbmCode.Caption = "五笔码";
this.T_WbmCode.FieldName = "WbmCode";
this.T_WbmCode.MinWidth = 23;
this.T_WbmCode.Name = "T_WbmCode";
this.T_WbmCode.Width = 87;
//
// T_DeleteFlagCase
//
this.T_DeleteFlagCase.Caption = "是否启用";
this.T_DeleteFlagCase.FieldName = "DeleteFlagCase";
this.T_DeleteFlagCase.MinWidth = 23;
this.T_DeleteFlagCase.Name = "T_DeleteFlagCase";
this.T_DeleteFlagCase.Visible = true;
this.T_DeleteFlagCase.VisibleIndex = 3;
this.T_DeleteFlagCase.Width = 87;
//
// T_CreationDate
//
this.T_CreationDate.Caption = "创建时间";
this.T_CreationDate.FieldName = "CreationDate";
this.T_CreationDate.MinWidth = 23;
this.T_CreationDate.Name = "T_CreationDate";
this.T_CreationDate.Visible = true;
this.T_CreationDate.VisibleIndex = 4;
this.T_CreationDate.Width = 87;
//
// T_Orderby
//
this.T_Orderby.Caption = "排序";
this.T_Orderby.FieldName = "OrderBy";
this.T_Orderby.MinWidth = 23;
this.T_Orderby.Name = "T_Orderby";
this.T_Orderby.Visible = true;
this.T_Orderby.VisibleIndex = 5;
this.T_Orderby.Width = 87;
//
// userControlForPage
//
this.userControlForPage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.userControlForPage.Location = new System.Drawing.Point(2, 448);
this.userControlForPage.Name = "userControlForPage";
this.userControlForPage.Size = new System.Drawing.Size(619, 38);
this.userControlForPage.TabIndex = 15;
this.userControlForPage.myPagerEvents += new HL_FristAidPlatform_Public.UserControlForPage.MyPagerEvents(this.userControlForPage_myPagerEvents);
this.userControlForPage.exportEvents += new HL_FristAidPlatform_Public.UserControlForPage.ExportEvents(this.userControlForPage_exportEvents);
//
// panelControl1
//
this.panelControl1.Controls.Add(this.cmb_DeleteFlag);
this.panelControl1.Controls.Add(this.labelControl8);
this.panelControl1.Controls.Add(this.labelControl6);
this.panelControl1.Controls.Add(this.txt_Key);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(2, 23);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(619, 39);
this.panelControl1.TabIndex = 14;
//
// cmb_DeleteFlag
//
this.cmb_DeleteFlag.Location = new System.Drawing.Point(377, 9);
this.cmb_DeleteFlag.MenuManager = this.barManager;
this.cmb_DeleteFlag.Name = "cmb_DeleteFlag";
this.cmb_DeleteFlag.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cmb_DeleteFlag.Properties.Items.AddRange(new object[] {
"全部",
"启用",
"禁用"});
this.cmb_DeleteFlag.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.cmb_DeleteFlag.Size = new System.Drawing.Size(146, 20);
this.cmb_DeleteFlag.TabIndex = 17;
this.cmb_DeleteFlag.SelectedIndexChanged += new System.EventHandler(this.cmb_DeleteFlag_SelectedIndexChanged);
//
// labelControl8
//
this.labelControl8.Location = new System.Drawing.Point(309, 12);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(60, 14);
this.labelControl8.TabIndex = 16;
this.labelControl8.Text = "启用状态:";
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(9, 12);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(48, 14);
this.labelControl6.TabIndex = 12;
this.labelControl6.Text = "关键词:";
//
// txt_Key
//
this.txt_Key.Location = new System.Drawing.Point(61, 9);
this.txt_Key.Name = "txt_Key";
this.txt_Key.Size = new System.Drawing.Size(234, 20);
this.txt_Key.TabIndex = 11;
this.txt_Key.EditValueChanged += new System.EventHandler(this.txt_Key_EditValueChanged);
//
// gridColumn1
//
this.gridColumn1.Caption = "gridColumn1";
this.gridColumn1.FieldName = "ID";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 0;
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(31, 184);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(36, 14);
this.labelControl5.TabIndex = 1;
this.labelControl5.Text = "排序:";
//
// txt_WbmCode
//
this.txt_WbmCode.Location = new System.Drawing.Point(71, 390);
this.txt_WbmCode.Name = "txt_WbmCode";
this.txt_WbmCode.Size = new System.Drawing.Size(340, 20);
this.txt_WbmCode.TabIndex = 2;
this.txt_WbmCode.Visible = false;
//
// txt_PymCode
//
this.txt_PymCode.Location = new System.Drawing.Point(71, 351);
this.txt_PymCode.Name = "txt_PymCode";
this.txt_PymCode.Size = new System.Drawing.Size(340, 20);
this.txt_PymCode.TabIndex = 2;
this.txt_PymCode.Visible = false;
//
// txt_OrderBy
//
this.txt_OrderBy.Location = new System.Drawing.Point(71, 182);
this.txt_OrderBy.Name = "txt_OrderBy";
this.txt_OrderBy.Size = new System.Drawing.Size(340, 20);
this.txt_OrderBy.TabIndex = 2;
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(19, 394);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(48, 14);
this.labelControl4.TabIndex = 1;
this.labelControl4.Text = "五笔码:";
this.labelControl4.Visible = false;
//
// ckb_DeleteFlag
//
this.ckb_DeleteFlag.Location = new System.Drawing.Point(71, 219);
this.ckb_DeleteFlag.Name = "ckb_DeleteFlag";
this.ckb_DeleteFlag.Properties.Caption = "是否启用";
this.ckb_DeleteFlag.Size = new System.Drawing.Size(87, 20);
this.ckb_DeleteFlag.TabIndex = 3;
//
// txt_Keywords
//
this.txt_Keywords.Location = new System.Drawing.Point(71, 146);
this.txt_Keywords.Name = "txt_Keywords";
this.txt_Keywords.Size = new System.Drawing.Size(340, 20);
this.txt_Keywords.TabIndex = 2;
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(19, 354);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(48, 14);
this.labelControl3.TabIndex = 1;
this.labelControl3.Text = "拼音码:";
this.labelControl3.Visible = false;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(19, 150);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(48, 14);
this.labelControl2.TabIndex = 1;
this.labelControl2.Text = "关键词:";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(7, 34);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(60, 14);
this.labelControl1.TabIndex = 1;
this.labelControl1.Text = "模板内容:";
//
// labelControl11
//
this.labelControl11.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl11.Appearance.Options.UseForeColor = true;
this.labelControl11.Location = new System.Drawing.Point(415, 32);
this.labelControl11.Name = "labelControl11";
this.labelControl11.Size = new System.Drawing.Size(7, 14);
this.labelControl11.TabIndex = 20;
this.labelControl11.Text = "*";
//
// group_Detail
//
this.group_Detail.Controls.Add(this.labelControl11);
this.group_Detail.Controls.Add(this.labelControl1);
this.group_Detail.Controls.Add(this.labelControl2);
this.group_Detail.Controls.Add(this.labelControl3);
this.group_Detail.Controls.Add(this.txt_Keywords);
this.group_Detail.Controls.Add(this.ckb_DeleteFlag);
this.group_Detail.Controls.Add(this.labelControl4);
this.group_Detail.Controls.Add(this.txt_OrderBy);
this.group_Detail.Controls.Add(this.txt_PymCode);
this.group_Detail.Controls.Add(this.txt_WbmCode);
this.group_Detail.Controls.Add(this.labelControl5);
this.group_Detail.Controls.Add(this.txt_Content);
this.group_Detail.Dock = System.Windows.Forms.DockStyle.Right;
this.group_Detail.Location = new System.Drawing.Point(623, 57);
this.group_Detail.Name = "group_Detail";
this.group_Detail.Size = new System.Drawing.Size(427, 488);
this.group_Detail.TabIndex = 16;
this.group_Detail.Text = "病情模板详情";
//
// txt_Content
//
this.txt_Content.Location = new System.Drawing.Point(71, 31);
this.txt_Content.Name = "txt_Content";
this.txt_Content.Size = new System.Drawing.Size(340, 108);
this.txt_Content.TabIndex = 2;
this.txt_Content.EditValueChanged += new System.EventHandler(this.txt_Content_EditValueChanged);
//
// Form_DiseaseTemplateMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1050, 545);
this.Controls.Add(this.grb_List);
this.Controls.Add(this.group_Detail);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "Form_DiseaseTemplateMain";
this.Text = "病情模板管理";
this.Load += new System.EventHandler(this.Form_DiseaseTemplateMain_Load);
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grb_List)).EndInit();
this.grb_List.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grid_Template)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Template)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cmb_DeleteFlag.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tabbedView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_WbmCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_PymCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_OrderBy.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ckb_DeleteFlag.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Keywords.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.group_Detail)).EndInit();
this.group_Detail.ResumeLayout(false);
this.group_Detail.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Content.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.BarManager barManager;
private DevExpress.XtraBars.Bar bar2;
private DevExpress.XtraBars.BarLargeButtonItem btn_Select;
private DevExpress.XtraBars.BarLargeButtonItem btn_Insert;
private DevExpress.XtraBars.BarLargeButtonItem btn_Update;
private DevExpress.XtraBars.BarLargeButtonItem btn_Delete;
private DevExpress.XtraBars.BarLargeButtonItem btn_Save;
private DevExpress.XtraBars.BarLargeButtonItem btn_Exit;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraEditors.GroupControl grb_List;
private DevExpress.XtraGrid.GridControl grid_Template;
private DevExpress.XtraGrid.Views.Grid.GridView grv_Template;
private DevExpress.XtraGrid.Columns.GridColumn T_ID;
private DevExpress.XtraGrid.Columns.GridColumn T_GUID;
private DevExpress.XtraGrid.Columns.GridColumn T_Content;
private DevExpress.XtraGrid.Columns.GridColumn T_Keywords;
private DevExpress.XtraGrid.Columns.GridColumn T_PymCode;
private DevExpress.XtraGrid.Columns.GridColumn T_WbmCode;
private DevExpress.XtraGrid.Columns.GridColumn T_DeleteFlagCase;
private DevExpress.XtraGrid.Columns.GridColumn T_CreationDate;
private DevExpress.XtraGrid.Columns.GridColumn T_Orderby;
private HL_FristAidPlatform_Public.UserControlForPage userControlForPage;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.TextEdit txt_Key;
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraEditors.ComboBoxEdit cmb_DeleteFlag;
private DevExpress.XtraEditors.LabelControl labelControl8;
private DevExpress.XtraEditors.GroupControl group_Detail;
private DevExpress.XtraEditors.LabelControl labelControl11;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.TextEdit txt_Keywords;
private DevExpress.XtraEditors.CheckEdit ckb_DeleteFlag;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.TextEdit txt_OrderBy;
private DevExpress.XtraEditors.TextEdit txt_PymCode;
private DevExpress.XtraEditors.TextEdit txt_WbmCode;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.MemoEdit txt_Content;
}
}