StableVersion4.3/HL_FristAidPlatform_Base/Form_HospitalMain.Designer.cs

697 lines
37 KiB
C#

namespace HL_FristAidPlatform_Base
{
partial class Form_HospitalMain
{
/// <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_HospitalMain));
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_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.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.lookUp_Sel_ParentGUID = new DevExpress.XtraEditors.LookUpEdit();
this.lbl_Sel_ParentGUID = new DevExpress.XtraEditors.LabelControl();
this.LookUp_Sel_AttributeTag = new DevExpress.XtraEditors.LookUpEdit();
this.lbl_AttributeTag = new DevExpress.XtraEditors.LabelControl();
this.txt_Key = new DevExpress.XtraEditors.TextEdit();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.grid_Hospital = new DevExpress.XtraGrid.GridControl();
this.grv_Hospital = new DevExpress.XtraGrid.Views.Grid.GridView();
this.H_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_Name = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_AttributeTag = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_ShortName = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_EnglishName = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_AliasName = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_LogoUrl = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_BgImageUrl = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_Nature = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_Grade = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_ContactNumber = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_Fax = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_Website = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_ZipCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_ContactAddress = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_DeleteFlagCase = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_CreationDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.group_List = new DevExpress.XtraEditors.GroupControl();
this.userControlForPage = new HL_FristAidPlatform_Public.UserControlForPage();
this.group_HospitalRight = new DevExpress.XtraEditors.GroupControl();
this.xtraTabControl = new DevExpress.XtraTab.XtraTabControl();
this.xTabP_HospitalRight = new DevExpress.XtraTab.XtraTabPage();
this.treeList_HospitalRight = new DevExpress.XtraTreeList.TreeList();
this.treeListColumn_ID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.treeListColumn_systemName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.pan_Save = new DevExpress.XtraEditors.PanelControl();
this.btn_SaveHospitalRight = new DevExpress.XtraEditors.SimpleButton();
this.behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(this.components);
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.lookUp_Sel_ParentGUID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LookUp_Sel_AttributeTag.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grid_Hospital)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Hospital)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.group_List)).BeginInit();
this.group_List.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.group_HospitalRight)).BeginInit();
this.group_HospitalRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl)).BeginInit();
this.xtraTabControl.SuspendLayout();
this.xTabP_HospitalRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.treeList_HospitalRight)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pan_Save)).BeginInit();
this.pan_Save.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).BeginInit();
this.SuspendLayout();
//
// 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.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_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_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(1083, 57);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 694);
this.barDockControlBottom.Manager = this.barManager;
this.barDockControlBottom.Size = new System.Drawing.Size(1083, 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, 637);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(1083, 57);
this.barDockControlRight.Manager = this.barManager;
this.barDockControlRight.Size = new System.Drawing.Size(0, 637);
//
// barButtonItem1
//
this.barButtonItem1.Caption = "关闭";
this.barButtonItem1.Id = 5;
this.barButtonItem1.Name = "barButtonItem1";
//
// panelControl1
//
this.panelControl1.Controls.Add(this.lookUp_Sel_ParentGUID);
this.panelControl1.Controls.Add(this.lbl_Sel_ParentGUID);
this.panelControl1.Controls.Add(this.LookUp_Sel_AttributeTag);
this.panelControl1.Controls.Add(this.lbl_AttributeTag);
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, 21);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(751, 61);
this.panelControl1.TabIndex = 14;
//
// lookUp_Sel_ParentGUID
//
this.lookUp_Sel_ParentGUID.Location = new System.Drawing.Point(72, 5);
this.lookUp_Sel_ParentGUID.Name = "lookUp_Sel_ParentGUID";
this.lookUp_Sel_ParentGUID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lookUp_Sel_ParentGUID.Properties.NullText = "请选择";
this.lookUp_Sel_ParentGUID.Size = new System.Drawing.Size(240, 20);
this.lookUp_Sel_ParentGUID.TabIndex = 108;
this.lookUp_Sel_ParentGUID.EditValueChanged += new System.EventHandler(this.lookUp_Sel_ParentGUID_EditValueChanged);
//
// lbl_Sel_ParentGUID
//
this.lbl_Sel_ParentGUID.Location = new System.Drawing.Point(10, 8);
this.lbl_Sel_ParentGUID.Name = "lbl_Sel_ParentGUID";
this.lbl_Sel_ParentGUID.Size = new System.Drawing.Size(60, 14);
this.lbl_Sel_ParentGUID.TabIndex = 107;
this.lbl_Sel_ParentGUID.Text = "上级医院:";
//
// LookUp_Sel_AttributeTag
//
this.LookUp_Sel_AttributeTag.Location = new System.Drawing.Point(439, 5);
this.LookUp_Sel_AttributeTag.Name = "LookUp_Sel_AttributeTag";
this.LookUp_Sel_AttributeTag.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.LookUp_Sel_AttributeTag.Properties.NullText = "请选择";
this.LookUp_Sel_AttributeTag.Size = new System.Drawing.Size(227, 20);
this.LookUp_Sel_AttributeTag.TabIndex = 105;
this.LookUp_Sel_AttributeTag.EditValueChanged += new System.EventHandler(this.LookUp_Sel_AttributeTag_EditValueChanged);
//
// lbl_AttributeTag
//
this.lbl_AttributeTag.Location = new System.Drawing.Point(376, 8);
this.lbl_AttributeTag.Name = "lbl_AttributeTag";
this.lbl_AttributeTag.Size = new System.Drawing.Size(60, 14);
this.lbl_AttributeTag.TabIndex = 104;
this.lbl_AttributeTag.Text = "院区属性:";
//
// txt_Key
//
this.txt_Key.Location = new System.Drawing.Point(72, 34);
this.txt_Key.Name = "txt_Key";
this.txt_Key.Size = new System.Drawing.Size(240, 20);
this.txt_Key.TabIndex = 11;
this.txt_Key.EditValueChanged += new System.EventHandler(this.txt_Key_EditValueChanged);
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(21, 37);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(48, 14);
this.labelControl6.TabIndex = 12;
this.labelControl6.Text = "关键词:";
//
// grid_Hospital
//
this.grid_Hospital.Dock = System.Windows.Forms.DockStyle.Fill;
this.grid_Hospital.Location = new System.Drawing.Point(2, 82);
this.grid_Hospital.MainView = this.grv_Hospital;
this.grid_Hospital.Name = "grid_Hospital";
this.grid_Hospital.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemCheckEdit1});
this.grid_Hospital.Size = new System.Drawing.Size(751, 520);
this.grid_Hospital.TabIndex = 6;
this.grid_Hospital.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grv_Hospital,
this.gridView1});
this.grid_Hospital.MouseClick += new System.Windows.Forms.MouseEventHandler(this.grid_Hospital_MouseClick);
//
// grv_Hospital
//
this.grv_Hospital.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.H_ID,
this.H_GUID,
this.H_Name,
this.H_AttributeTag,
this.H_ShortName,
this.H_EnglishName,
this.H_AliasName,
this.H_LogoUrl,
this.H_BgImageUrl,
this.H_Nature,
this.H_Grade,
this.H_ContactNumber,
this.H_Fax,
this.H_Website,
this.H_ZipCode,
this.H_ContactAddress,
this.H_DeleteFlagCase,
this.H_CreationDate});
this.grv_Hospital.CustomizationFormBounds = new System.Drawing.Rectangle(702, 342, 353, 329);
this.grv_Hospital.DetailHeight = 476;
this.grv_Hospital.GridControl = this.grid_Hospital;
this.grv_Hospital.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
this.grv_Hospital.Name = "grv_Hospital";
this.grv_Hospital.OptionsBehavior.Editable = false;
this.grv_Hospital.OptionsView.ColumnAutoWidth = false;
this.grv_Hospital.OptionsView.ShowGroupPanel = false;
this.grv_Hospital.Tag = "";
this.grv_Hospital.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.grv_Hospital_CustomColumnDisplayText);
//
// H_ID
//
this.H_ID.Caption = "编号";
this.H_ID.FieldName = "ID";
this.H_ID.MinWidth = 23;
this.H_ID.Name = "H_ID";
this.H_ID.Visible = true;
this.H_ID.VisibleIndex = 0;
this.H_ID.Width = 87;
//
// H_GUID
//
this.H_GUID.Caption = "GUID";
this.H_GUID.FieldName = "GUID";
this.H_GUID.MinWidth = 27;
this.H_GUID.Name = "H_GUID";
this.H_GUID.Width = 101;
//
// H_Name
//
this.H_Name.Caption = "名称";
this.H_Name.FieldName = "Name";
this.H_Name.MinWidth = 175;
this.H_Name.Name = "H_Name";
this.H_Name.Visible = true;
this.H_Name.VisibleIndex = 1;
this.H_Name.Width = 175;
//
// H_AttributeTag
//
this.H_AttributeTag.Caption = "院区属性";
this.H_AttributeTag.FieldName = "AttributeTag";
this.H_AttributeTag.Name = "H_AttributeTag";
this.H_AttributeTag.Visible = true;
this.H_AttributeTag.VisibleIndex = 2;
//
// H_ShortName
//
this.H_ShortName.Caption = "简称";
this.H_ShortName.FieldName = "ShortName";
this.H_ShortName.Name = "H_ShortName";
this.H_ShortName.Visible = true;
this.H_ShortName.VisibleIndex = 3;
//
// H_EnglishName
//
this.H_EnglishName.Caption = "英文名";
this.H_EnglishName.FieldName = "EnglishName";
this.H_EnglishName.MinWidth = 23;
this.H_EnglishName.Name = "H_EnglishName";
this.H_EnglishName.Visible = true;
this.H_EnglishName.VisibleIndex = 4;
this.H_EnglishName.Width = 87;
//
// H_AliasName
//
this.H_AliasName.Caption = "别名";
this.H_AliasName.FieldName = "AliasName";
this.H_AliasName.Name = "H_AliasName";
this.H_AliasName.Visible = true;
this.H_AliasName.VisibleIndex = 5;
//
// H_LogoUrl
//
this.H_LogoUrl.Caption = "Logo地址";
this.H_LogoUrl.FieldName = "LogoUrl";
this.H_LogoUrl.Name = "H_LogoUrl";
this.H_LogoUrl.Visible = true;
this.H_LogoUrl.VisibleIndex = 6;
//
// H_BgImageUrl
//
this.H_BgImageUrl.Caption = "背景图片地址";
this.H_BgImageUrl.FieldName = "BgImageUrl";
this.H_BgImageUrl.Name = "H_BgImageUrl";
this.H_BgImageUrl.Visible = true;
this.H_BgImageUrl.VisibleIndex = 7;
//
// H_Nature
//
this.H_Nature.Caption = "医院性质";
this.H_Nature.FieldName = "Nature";
this.H_Nature.Name = "H_Nature";
this.H_Nature.Visible = true;
this.H_Nature.VisibleIndex = 8;
//
// H_Grade
//
this.H_Grade.Caption = "医院等级";
this.H_Grade.FieldName = "Grade";
this.H_Grade.Name = "H_Grade";
this.H_Grade.Visible = true;
this.H_Grade.VisibleIndex = 9;
//
// H_ContactNumber
//
this.H_ContactNumber.Caption = "联系电话";
this.H_ContactNumber.FieldName = "ContactNumber";
this.H_ContactNumber.Name = "H_ContactNumber";
this.H_ContactNumber.Visible = true;
this.H_ContactNumber.VisibleIndex = 10;
//
// H_Fax
//
this.H_Fax.Caption = "医院传真";
this.H_Fax.FieldName = "Fax";
this.H_Fax.Name = "H_Fax";
this.H_Fax.Visible = true;
this.H_Fax.VisibleIndex = 11;
//
// H_Website
//
this.H_Website.Caption = "医院网址";
this.H_Website.FieldName = "Website";
this.H_Website.Name = "H_Website";
this.H_Website.Visible = true;
this.H_Website.VisibleIndex = 12;
//
// H_ZipCode
//
this.H_ZipCode.Caption = "邮编";
this.H_ZipCode.FieldName = "ZipCode";
this.H_ZipCode.Name = "H_ZipCode";
this.H_ZipCode.Visible = true;
this.H_ZipCode.VisibleIndex = 13;
//
// H_ContactAddress
//
this.H_ContactAddress.Caption = "联系地址";
this.H_ContactAddress.FieldName = "ContactAddress";
this.H_ContactAddress.Name = "H_ContactAddress";
this.H_ContactAddress.Visible = true;
this.H_ContactAddress.VisibleIndex = 14;
//
// H_DeleteFlagCase
//
this.H_DeleteFlagCase.Caption = "是否删除";
this.H_DeleteFlagCase.FieldName = "DeleteFlagCase";
this.H_DeleteFlagCase.Name = "H_DeleteFlagCase";
this.H_DeleteFlagCase.Visible = true;
this.H_DeleteFlagCase.VisibleIndex = 15;
//
// H_CreationDate
//
this.H_CreationDate.Caption = "创建时间";
this.H_CreationDate.FieldName = "CreationDate";
this.H_CreationDate.Name = "H_CreationDate";
this.H_CreationDate.Visible = true;
this.H_CreationDate.VisibleIndex = 16;
//
// repositoryItemCheckEdit1
//
this.repositoryItemCheckEdit1.AutoHeight = false;
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
this.repositoryItemCheckEdit1.ReadOnly = true;
//
// gridView1
//
this.gridView1.GridControl = this.grid_Hospital;
this.gridView1.Name = "gridView1";
//
// group_List
//
this.group_List.Controls.Add(this.grid_Hospital);
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, 57);
this.group_List.Name = "group_List";
this.group_List.Size = new System.Drawing.Size(755, 637);
this.group_List.TabIndex = 26;
this.group_List.Text = "医院信息列表";
//
// userControlForPage
//
this.userControlForPage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.userControlForPage.Location = new System.Drawing.Point(2, 602);
this.userControlForPage.Name = "userControlForPage";
this.userControlForPage.Size = new System.Drawing.Size(751, 33);
this.userControlForPage.TabIndex = 19;
//
// group_HospitalRight
//
this.group_HospitalRight.Controls.Add(this.xtraTabControl);
this.group_HospitalRight.Controls.Add(this.pan_Save);
this.group_HospitalRight.Dock = System.Windows.Forms.DockStyle.Right;
this.group_HospitalRight.Location = new System.Drawing.Point(755, 57);
this.group_HospitalRight.Name = "group_HospitalRight";
this.group_HospitalRight.Size = new System.Drawing.Size(328, 637);
this.group_HospitalRight.TabIndex = 31;
this.group_HospitalRight.Text = "系统权限";
//
// xtraTabControl
//
this.xtraTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraTabControl.Location = new System.Drawing.Point(2, 21);
this.xtraTabControl.Name = "xtraTabControl";
this.xtraTabControl.SelectedTabPage = this.xTabP_HospitalRight;
this.xtraTabControl.Size = new System.Drawing.Size(324, 557);
this.xtraTabControl.TabIndex = 3;
this.xtraTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xTabP_HospitalRight});
//
// xTabP_HospitalRight
//
this.xTabP_HospitalRight.Controls.Add(this.treeList_HospitalRight);
this.xTabP_HospitalRight.Name = "xTabP_HospitalRight";
this.xTabP_HospitalRight.Size = new System.Drawing.Size(318, 528);
this.xTabP_HospitalRight.Text = "系统权限";
//
// treeList_HospitalRight
//
this.treeList_HospitalRight.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
this.treeListColumn_ID,
this.treeListColumn_systemName});
this.treeList_HospitalRight.CustomizationFormBounds = new System.Drawing.Rectangle(872, 304, 260, 242);
this.treeList_HospitalRight.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeList_HospitalRight.Location = new System.Drawing.Point(0, 0);
this.treeList_HospitalRight.MinWidth = 23;
this.treeList_HospitalRight.Name = "treeList_HospitalRight";
this.treeList_HospitalRight.OptionsBehavior.Editable = false;
this.treeList_HospitalRight.OptionsView.ShowCheckBoxes = true;
this.treeList_HospitalRight.OptionsView.ShowHorzLines = false;
this.treeList_HospitalRight.Size = new System.Drawing.Size(318, 528);
this.treeList_HospitalRight.TabIndex = 0;
this.treeList_HospitalRight.TreeLevelWidth = 21;
this.treeList_HospitalRight.AfterCheckNode += new DevExpress.XtraTreeList.NodeEventHandler(this.treeList_HospitalRight_AfterCheckNode);
//
// treeListColumn_ID
//
this.treeListColumn_ID.Caption = "编号";
this.treeListColumn_ID.FieldName = "ID";
this.treeListColumn_ID.MinWidth = 23;
this.treeListColumn_ID.Name = "treeListColumn_ID";
this.treeListColumn_ID.Width = 87;
//
// treeListColumn_systemName
//
this.treeListColumn_systemName.Caption = "系统名称";
this.treeListColumn_systemName.FieldName = "SystemName";
this.treeListColumn_systemName.MinWidth = 23;
this.treeListColumn_systemName.Name = "treeListColumn_systemName";
this.treeListColumn_systemName.Visible = true;
this.treeListColumn_systemName.VisibleIndex = 0;
this.treeListColumn_systemName.Width = 87;
//
// pan_Save
//
this.pan_Save.Controls.Add(this.btn_SaveHospitalRight);
this.pan_Save.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pan_Save.Location = new System.Drawing.Point(2, 578);
this.pan_Save.Name = "pan_Save";
this.pan_Save.Size = new System.Drawing.Size(324, 57);
this.pan_Save.TabIndex = 2;
//
// btn_SaveHospitalRight
//
this.btn_SaveHospitalRight.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_SaveHospitalRight.ImageOptions.Image")));
this.btn_SaveHospitalRight.Location = new System.Drawing.Point(99, 5);
this.btn_SaveHospitalRight.Name = "btn_SaveHospitalRight";
this.btn_SaveHospitalRight.Size = new System.Drawing.Size(147, 43);
this.btn_SaveHospitalRight.TabIndex = 0;
this.btn_SaveHospitalRight.Text = "保存系统权限分配";
this.btn_SaveHospitalRight.Click += new System.EventHandler(this.btn_SaveHospitalRight_Click);
//
// Form_HospitalMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1083, 694);
this.Controls.Add(this.group_List);
this.Controls.Add(this.group_HospitalRight);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "Form_HospitalMain";
this.Text = "医院信息管理";
this.Load += new System.EventHandler(this.Form_HospitalMain_Load);
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.lookUp_Sel_ParentGUID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LookUp_Sel_AttributeTag.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grid_Hospital)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Hospital)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.group_List)).EndInit();
this.group_List.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.group_HospitalRight)).EndInit();
this.group_HospitalRight.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl)).EndInit();
this.xtraTabControl.ResumeLayout(false);
this.xTabP_HospitalRight.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.treeList_HospitalRight)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pan_Save)).EndInit();
this.pan_Save.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
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_Exit;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
private DevExpress.XtraEditors.GroupControl group_List;
private DevExpress.XtraGrid.GridControl grid_Hospital;
private DevExpress.XtraGrid.Views.Grid.GridView grv_Hospital;
private DevExpress.XtraGrid.Columns.GridColumn H_ID;
private DevExpress.XtraGrid.Columns.GridColumn H_GUID;
private DevExpress.XtraGrid.Columns.GridColumn H_Name;
private DevExpress.XtraGrid.Columns.GridColumn H_ShortName;
private DevExpress.XtraGrid.Columns.GridColumn H_EnglishName;
private DevExpress.XtraGrid.Columns.GridColumn H_AliasName;
private DevExpress.XtraGrid.Columns.GridColumn H_LogoUrl;
private DevExpress.XtraGrid.Columns.GridColumn H_BgImageUrl;
private DevExpress.XtraGrid.Columns.GridColumn H_Nature;
private DevExpress.XtraGrid.Columns.GridColumn H_Grade;
private DevExpress.XtraGrid.Columns.GridColumn H_ContactNumber;
private DevExpress.XtraGrid.Columns.GridColumn H_Fax;
private DevExpress.XtraGrid.Columns.GridColumn H_Website;
private DevExpress.XtraGrid.Columns.GridColumn H_ZipCode;
private DevExpress.XtraGrid.Columns.GridColumn H_ContactAddress;
private DevExpress.XtraGrid.Columns.GridColumn H_DeleteFlagCase;
private DevExpress.XtraGrid.Columns.GridColumn H_CreationDate;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.TextEdit txt_Key;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private HL_FristAidPlatform_Public.UserControlForPage userControlForPage;
private DevExpress.XtraEditors.GroupControl group_HospitalRight;
private DevExpress.XtraTab.XtraTabControl xtraTabControl;
private DevExpress.XtraTab.XtraTabPage xTabP_HospitalRight;
private DevExpress.XtraTreeList.TreeList treeList_HospitalRight;
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn_ID;
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn_systemName;
private DevExpress.XtraEditors.PanelControl pan_Save;
private DevExpress.XtraEditors.SimpleButton btn_SaveHospitalRight;
private DevExpress.Utils.Behaviors.BehaviorManager behaviorManager1;
private DevExpress.XtraEditors.LabelControl lbl_AttributeTag;
private DevExpress.XtraEditors.LookUpEdit LookUp_Sel_AttributeTag;
private DevExpress.XtraGrid.Columns.GridColumn H_AttributeTag;
private DevExpress.XtraEditors.LookUpEdit lookUp_Sel_ParentGUID;
private DevExpress.XtraEditors.LabelControl lbl_Sel_ParentGUID;
}
}