StableVersion4.3/HL_FristAidPlatform_Base/Form_ConfigMain.Designer.cs

510 lines
27 KiB
C#

namespace HL_FristAidPlatform_Base
{
partial class Form_ConfigMain
{
/// <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_ConfigMain));
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.txt_Key = new DevExpress.XtraEditors.TextEdit();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.barManager = new DevExpress.XtraBars.BarManager();
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_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.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.txt_CreationDate = new DevExpress.XtraEditors.TextEdit();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.C_Config = new DevExpress.XtraGrid.Columns.GridColumn();
this.group_List = new DevExpress.XtraEditors.GroupControl();
this.grid_Config = new DevExpress.XtraGrid.GridControl();
this.grv_Config = new DevExpress.XtraGrid.Views.Grid.GridView();
this.C_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.C_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.C_Note = new DevExpress.XtraGrid.Columns.GridColumn();
this.C_IsPublicCase = new DevExpress.XtraGrid.Columns.GridColumn();
this.C_CreationDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.userControlForPage = new HL_FristAidPlatform_Public.UserControlForPage();
this.group_Detail = new DevExpress.XtraEditors.GroupControl();
this.ckb_IsPublic = new DevExpress.XtraEditors.CheckEdit();
this.txt_ID = new DevExpress.XtraEditors.TextEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.txt_Note = new DevExpress.XtraEditors.MemoEdit();
this.txt_Config = new DevExpress.XtraEditors.MemoEdit();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_CreationDate.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.group_List)).BeginInit();
this.group_List.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grid_Config)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Config)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.group_Detail)).BeginInit();
this.group_Detail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ckb_IsPublic.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Note.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Config.Properties)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Controls.Add(this.txt_Key);
this.panelControl1.Controls.Add(this.labelControl6);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(2, 22);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(762, 61);
this.panelControl1.TabIndex = 14;
//
// txt_Key
//
this.txt_Key.Location = new System.Drawing.Point(71, 17);
this.txt_Key.Name = "txt_Key";
this.txt_Key.Size = new System.Drawing.Size(547, 22);
this.txt_Key.TabIndex = 11;
this.txt_Key.TextChanged += new System.EventHandler(this.txt_Key_TextChanged);
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(16, 21);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(48, 15);
this.labelControl6.TabIndex = 12;
this.labelControl6.Text = "关键词:";
//
// 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_Save,
this.btn_Exit});
this.barManager.MainMenu = this.bar2;
this.barManager.MaxItemId = 6;
//
// 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_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_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 = 5;
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(1182, 62);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 745);
this.barDockControlBottom.Manager = this.barManager;
this.barDockControlBottom.Size = new System.Drawing.Size(1182, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 62);
this.barDockControlLeft.Manager = this.barManager;
this.barDockControlLeft.Size = new System.Drawing.Size(0, 683);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(1182, 62);
this.barDockControlRight.Manager = this.barManager;
this.barDockControlRight.Size = new System.Drawing.Size(0, 683);
//
// txt_CreationDate
//
this.txt_CreationDate.Location = new System.Drawing.Point(84, 449);
this.txt_CreationDate.Name = "txt_CreationDate";
this.txt_CreationDate.Properties.ReadOnly = true;
this.txt_CreationDate.Size = new System.Drawing.Size(307, 22);
this.txt_CreationDate.TabIndex = 5;
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(15, 452);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(60, 15);
this.labelControl4.TabIndex = 1;
this.labelControl4.Text = "创建时间:";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(15, 82);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(60, 15);
this.labelControl2.TabIndex = 1;
this.labelControl2.Text = "参数内容:";
//
// C_Config
//
this.C_Config.Caption = "参数内容";
this.C_Config.FieldName = "Config";
this.C_Config.MinWidth = 175;
this.C_Config.Name = "C_Config";
this.C_Config.Visible = true;
this.C_Config.VisibleIndex = 1;
this.C_Config.Width = 175;
//
// group_List
//
this.group_List.Controls.Add(this.grid_Config);
this.group_List.Controls.Add(this.userControlForPage);
this.group_List.Controls.Add(this.panelControl1);
this.group_List.Dock = System.Windows.Forms.DockStyle.Fill;
this.group_List.Location = new System.Drawing.Point(0, 62);
this.group_List.Name = "group_List";
this.group_List.Size = new System.Drawing.Size(766, 683);
this.group_List.TabIndex = 23;
this.group_List.Text = "参数列表";
//
// grid_Config
//
this.grid_Config.Dock = System.Windows.Forms.DockStyle.Fill;
this.grid_Config.Location = new System.Drawing.Point(2, 83);
this.grid_Config.MainView = this.grv_Config;
this.grid_Config.Name = "grid_Config";
this.grid_Config.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemCheckEdit1});
this.grid_Config.Size = new System.Drawing.Size(762, 564);
this.grid_Config.TabIndex = 6;
this.grid_Config.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grv_Config});
this.grid_Config.MouseClick += new System.Windows.Forms.MouseEventHandler(this.grid_Config_MouseClick);
//
// grv_Config
//
this.grv_Config.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.C_ID,
this.C_GUID,
this.C_Config,
this.C_Note,
this.C_IsPublicCase,
this.C_CreationDate});
this.grv_Config.CustomizationFormBounds = new System.Drawing.Rectangle(702, 342, 353, 352);
this.grv_Config.DetailHeight = 510;
this.grv_Config.GridControl = this.grid_Config;
this.grv_Config.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
this.grv_Config.Name = "grv_Config";
this.grv_Config.OptionsBehavior.Editable = false;
this.grv_Config.OptionsView.ShowGroupPanel = false;
this.grv_Config.Tag = "";
this.grv_Config.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.grv_Config_RowCellStyle);
//
// C_ID
//
this.C_ID.Caption = "参数编号";
this.C_ID.FieldName = "ID";
this.C_ID.MinWidth = 23;
this.C_ID.Name = "C_ID";
this.C_ID.Visible = true;
this.C_ID.VisibleIndex = 0;
this.C_ID.Width = 87;
//
// C_GUID
//
this.C_GUID.Caption = "GUID";
this.C_GUID.FieldName = "GUID";
this.C_GUID.MinWidth = 27;
this.C_GUID.Name = "C_GUID";
this.C_GUID.Width = 101;
//
// C_Note
//
this.C_Note.Caption = "参数说明";
this.C_Note.FieldName = "Note";
this.C_Note.MinWidth = 23;
this.C_Note.Name = "C_Note";
this.C_Note.Visible = true;
this.C_Note.VisibleIndex = 2;
this.C_Note.Width = 87;
//
// C_IsPublicCase
//
this.C_IsPublicCase.Caption = "是否公有";
this.C_IsPublicCase.FieldName = "IsPublicCase";
this.C_IsPublicCase.Name = "C_IsPublicCase";
this.C_IsPublicCase.Visible = true;
this.C_IsPublicCase.VisibleIndex = 3;
//
// C_CreationDate
//
this.C_CreationDate.Caption = "创建时间";
this.C_CreationDate.FieldName = "CreationDate";
this.C_CreationDate.MinWidth = 117;
this.C_CreationDate.Name = "C_CreationDate";
this.C_CreationDate.Visible = true;
this.C_CreationDate.VisibleIndex = 4;
this.C_CreationDate.Width = 117;
//
// repositoryItemCheckEdit1
//
this.repositoryItemCheckEdit1.AutoHeight = false;
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
this.repositoryItemCheckEdit1.ReadOnly = true;
//
// userControlForPage
//
this.userControlForPage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.userControlForPage.Location = new System.Drawing.Point(2, 647);
this.userControlForPage.Name = "userControlForPage";
this.userControlForPage.Size = new System.Drawing.Size(762, 34);
this.userControlForPage.TabIndex = 16;
this.userControlForPage.myPagerEvents += new HL_FristAidPlatform_Public.UserControlForPage.MyPagerEvents(this.userControlForPage_myPagerEvents);
this.userControlForPage.exportEvents += new HL_FristAidPlatform_Public.UserControlForPage.ExportEvents(this.userControlForPage_exportEvents);
//
// group_Detail
//
this.group_Detail.Controls.Add(this.ckb_IsPublic);
this.group_Detail.Controls.Add(this.txt_CreationDate);
this.group_Detail.Controls.Add(this.txt_ID);
this.group_Detail.Controls.Add(this.labelControl3);
this.group_Detail.Controls.Add(this.txt_Note);
this.group_Detail.Controls.Add(this.txt_Config);
this.group_Detail.Controls.Add(this.labelControl4);
this.group_Detail.Controls.Add(this.labelControl7);
this.group_Detail.Controls.Add(this.labelControl2);
this.group_Detail.Controls.Add(this.labelControl1);
this.group_Detail.Dock = System.Windows.Forms.DockStyle.Right;
this.group_Detail.Location = new System.Drawing.Point(766, 62);
this.group_Detail.Name = "group_Detail";
this.group_Detail.Size = new System.Drawing.Size(416, 683);
this.group_Detail.TabIndex = 22;
this.group_Detail.Text = "参数配置详情";
//
// ckb_IsPublic
//
this.ckb_IsPublic.Location = new System.Drawing.Point(84, 489);
this.ckb_IsPublic.Name = "ckb_IsPublic";
this.ckb_IsPublic.Properties.Caption = "公有";
this.ckb_IsPublic.Size = new System.Drawing.Size(52, 19);
this.ckb_IsPublic.TabIndex = 6;
//
// txt_ID
//
this.txt_ID.Location = new System.Drawing.Point(86, 40);
this.txt_ID.Name = "txt_ID";
this.txt_ID.Size = new System.Drawing.Size(307, 22);
this.txt_ID.TabIndex = 2;
//
// labelControl3
//
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl3.Appearance.Options.UseForeColor = true;
this.labelControl3.Location = new System.Drawing.Point(399, 43);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(5, 15);
this.labelControl3.TabIndex = 1;
this.labelControl3.Text = "*";
//
// txt_Note
//
this.txt_Note.Location = new System.Drawing.Point(84, 265);
this.txt_Note.Name = "txt_Note";
this.txt_Note.Size = new System.Drawing.Size(307, 164);
this.txt_Note.TabIndex = 4;
//
// txt_Config
//
this.txt_Config.Location = new System.Drawing.Point(86, 78);
this.txt_Config.Name = "txt_Config";
this.txt_Config.Size = new System.Drawing.Size(307, 164);
this.txt_Config.TabIndex = 3;
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(15, 269);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(60, 15);
this.labelControl7.TabIndex = 1;
this.labelControl7.Text = "参数说明:";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(15, 44);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(60, 15);
this.labelControl1.TabIndex = 1;
this.labelControl1.Text = "参数编号:";
//
// Form_ConfigMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1182, 745);
this.Controls.Add(this.group_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_ConfigMain";
this.Text = "参数配置管理";
this.Load += new System.EventHandler(this.Form_ConfigMain_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_CreationDate.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.group_List)).EndInit();
this.group_List.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grid_Config)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Config)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.group_Detail)).EndInit();
this.group_Detail.ResumeLayout(false);
this.group_Detail.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ckb_IsPublic.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Note.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Config.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
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_Save;
private DevExpress.XtraBars.BarLargeButtonItem btn_Exit;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraEditors.GroupControl group_List;
private DevExpress.XtraGrid.GridControl grid_Config;
private DevExpress.XtraGrid.Views.Grid.GridView grv_Config;
private DevExpress.XtraGrid.Columns.GridColumn C_GUID;
private DevExpress.XtraGrid.Columns.GridColumn C_Config;
private DevExpress.XtraGrid.Columns.GridColumn C_Note;
private DevExpress.XtraGrid.Columns.GridColumn C_CreationDate;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
private DevExpress.XtraEditors.GroupControl group_Detail;
private DevExpress.XtraEditors.TextEdit txt_CreationDate;
private DevExpress.XtraEditors.TextEdit txt_ID;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.TextEdit txt_Key;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.MemoEdit txt_Config;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.MemoEdit txt_Note;
private DevExpress.XtraGrid.Columns.GridColumn C_ID;
private HL_FristAidPlatform_Public.UserControlForPage userControlForPage;
private DevExpress.XtraEditors.CheckEdit ckb_IsPublic;
private DevExpress.XtraGrid.Columns.GridColumn C_IsPublicCase;
}
}