StableVersion4.3/HL_FristAidPlatform_SYS/Form_DepartmentsMain.Design...

592 lines
32 KiB
C#

namespace HL_FristAidPlatform_SYS
{
partial class Form_DepartmentsMain
{
/// <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_DepartmentsMain));
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.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.grb_List = new DevExpress.XtraEditors.GroupControl();
this.gridC_Departments = new DevExpress.XtraGrid.GridControl();
this.grv_Departments = new DevExpress.XtraGrid.Views.Grid.GridView();
this.D_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.D_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.D_DepartmentName = new DevExpress.XtraGrid.Columns.GridColumn();
this.D_ParentID = new DevExpress.XtraGrid.Columns.GridColumn();
this.D_ParentName = new DevExpress.XtraGrid.Columns.GridColumn();
this.D_Description = new DevExpress.XtraGrid.Columns.GridColumn();
this.D_OrderBy = new DevExpress.XtraGrid.Columns.GridColumn();
this.D_HospitalName = new DevExpress.XtraGrid.Columns.GridColumn();
this.userControlForPage = new HL_FristAidPlatform_Public.UserControlForPage();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.txt_Key = new DevExpress.XtraEditors.TextEdit();
this.groupD_Detail = new DevExpress.XtraEditors.GroupControl();
this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
this.LUEdit_Parent = new DevExpress.XtraEditors.LookUpEdit();
this.LUEdit_Hospital = new DevExpress.XtraEditors.LookUpEdit();
this.txt_Description = new DevExpress.XtraEditors.MemoEdit();
this.txt_DepartmentName = new DevExpress.XtraEditors.TextEdit();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.ckb_DeleteFlag = new DevExpress.XtraEditors.CheckEdit();
this.txt_OrderBy = new DevExpress.XtraEditors.TextEdit();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grb_List)).BeginInit();
this.grb_List.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridC_Departments)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Departments)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupD_Detail)).BeginInit();
this.groupD_Detail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LUEdit_Parent.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LUEdit_Hospital.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Description.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_DepartmentName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ckb_DeleteFlag.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_OrderBy.Properties)).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.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_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 = 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(1101, 57);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 661);
this.barDockControlBottom.Manager = this.barManager;
this.barDockControlBottom.Size = new System.Drawing.Size(1101, 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, 604);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(1101, 57);
this.barDockControlRight.Manager = this.barManager;
this.barDockControlRight.Size = new System.Drawing.Size(0, 604);
//
// grb_List
//
this.grb_List.Controls.Add(this.gridC_Departments);
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(768, 604);
this.grb_List.TabIndex = 17;
this.grb_List.Text = "科室列表";
//
// gridC_Departments
//
this.gridC_Departments.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridC_Departments.Location = new System.Drawing.Point(2, 75);
this.gridC_Departments.MainView = this.grv_Departments;
this.gridC_Departments.Name = "gridC_Departments";
this.gridC_Departments.Size = new System.Drawing.Size(764, 494);
this.gridC_Departments.TabIndex = 6;
this.gridC_Departments.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grv_Departments});
this.gridC_Departments.MouseClick += new System.Windows.Forms.MouseEventHandler(this.gridC_Departments_MouseClick);
//
// grv_Departments
//
this.grv_Departments.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.D_ID,
this.D_GUID,
this.D_DepartmentName,
this.D_ParentID,
this.D_ParentName,
this.D_Description,
this.D_OrderBy,
this.D_HospitalName});
this.grv_Departments.CustomizationFormBounds = new System.Drawing.Rectangle(702, 342, 260, 242);
this.grv_Departments.GridControl = this.gridC_Departments;
this.grv_Departments.Name = "grv_Departments";
this.grv_Departments.OptionsBehavior.Editable = false;
this.grv_Departments.OptionsView.ShowGroupPanel = false;
this.grv_Departments.Tag = "";
//
// D_ID
//
this.D_ID.Caption = "编号";
this.D_ID.FieldName = "ID";
this.D_ID.Name = "D_ID";
this.D_ID.Visible = true;
this.D_ID.VisibleIndex = 0;
//
// D_GUID
//
this.D_GUID.Caption = "GUID";
this.D_GUID.FieldName = "GUID";
this.D_GUID.Name = "D_GUID";
//
// D_DepartmentName
//
this.D_DepartmentName.Caption = "科室名称";
this.D_DepartmentName.FieldName = "DepartmentName";
this.D_DepartmentName.Name = "D_DepartmentName";
this.D_DepartmentName.Visible = true;
this.D_DepartmentName.VisibleIndex = 1;
//
// D_ParentID
//
this.D_ParentID.Caption = "ParentID";
this.D_ParentID.FieldName = "ParentID";
this.D_ParentID.Name = "D_ParentID";
//
// D_ParentName
//
this.D_ParentName.Caption = "上级科室";
this.D_ParentName.FieldName = "ParentName";
this.D_ParentName.Name = "D_ParentName";
this.D_ParentName.Visible = true;
this.D_ParentName.VisibleIndex = 2;
//
// D_Description
//
this.D_Description.Caption = "科室描述";
this.D_Description.FieldName = "Description";
this.D_Description.Name = "D_Description";
this.D_Description.Visible = true;
this.D_Description.VisibleIndex = 3;
//
// D_OrderBy
//
this.D_OrderBy.Caption = "排序";
this.D_OrderBy.FieldName = "OrderBy";
this.D_OrderBy.Name = "D_OrderBy";
this.D_OrderBy.Visible = true;
this.D_OrderBy.VisibleIndex = 4;
//
// D_HospitalName
//
this.D_HospitalName.Caption = "所属院区";
this.D_HospitalName.FieldName = "HospitalName";
this.D_HospitalName.Name = "D_HospitalName";
this.D_HospitalName.Visible = true;
this.D_HospitalName.VisibleIndex = 5;
//
// userControlForPage
//
this.userControlForPage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.userControlForPage.Location = new System.Drawing.Point(2, 569);
this.userControlForPage.Name = "userControlForPage";
this.userControlForPage.Size = new System.Drawing.Size(764, 33);
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.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(764, 52);
this.panelControl1.TabIndex = 14;
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(6, 17);
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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txt_Key.Location = new System.Drawing.Point(60, 14);
this.txt_Key.Name = "txt_Key";
this.txt_Key.Size = new System.Drawing.Size(699, 20);
this.txt_Key.TabIndex = 11;
this.txt_Key.TextChanged += new System.EventHandler(this.txt_Key_TextChanged);
//
// groupD_Detail
//
this.groupD_Detail.Controls.Add(this.checkEdit1);
this.groupD_Detail.Controls.Add(this.labelControl8);
this.groupD_Detail.Controls.Add(this.labelControl4);
this.groupD_Detail.Controls.Add(this.labelControl13);
this.groupD_Detail.Controls.Add(this.LUEdit_Parent);
this.groupD_Detail.Controls.Add(this.LUEdit_Hospital);
this.groupD_Detail.Controls.Add(this.txt_Description);
this.groupD_Detail.Controls.Add(this.txt_DepartmentName);
this.groupD_Detail.Controls.Add(this.labelControl7);
this.groupD_Detail.Controls.Add(this.labelControl1);
this.groupD_Detail.Controls.Add(this.labelControl2);
this.groupD_Detail.Controls.Add(this.labelControl3);
this.groupD_Detail.Controls.Add(this.ckb_DeleteFlag);
this.groupD_Detail.Controls.Add(this.txt_OrderBy);
this.groupD_Detail.Controls.Add(this.labelControl5);
this.groupD_Detail.Dock = System.Windows.Forms.DockStyle.Right;
this.groupD_Detail.Location = new System.Drawing.Point(768, 57);
this.groupD_Detail.Name = "groupD_Detail";
this.groupD_Detail.Size = new System.Drawing.Size(333, 604);
this.groupD_Detail.TabIndex = 16;
this.groupD_Detail.Text = "科室详情";
//
// checkEdit1
//
this.checkEdit1.Location = new System.Drawing.Point(167, 323);
this.checkEdit1.Name = "checkEdit1";
this.checkEdit1.Properties.Caption = "是否随访";
this.checkEdit1.Size = new System.Drawing.Size(75, 20);
this.checkEdit1.TabIndex = 21;
//
// labelControl8
//
this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl8.Appearance.Options.UseForeColor = true;
this.labelControl8.Location = new System.Drawing.Point(321, 128);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(7, 14);
this.labelControl8.TabIndex = 20;
this.labelControl8.Text = "*";
//
// labelControl4
//
this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl4.Appearance.Options.UseForeColor = true;
this.labelControl4.Location = new System.Drawing.Point(321, 85);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(7, 14);
this.labelControl4.TabIndex = 20;
this.labelControl4.Text = "*";
//
// labelControl13
//
this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl13.Appearance.Options.UseForeColor = true;
this.labelControl13.Location = new System.Drawing.Point(321, 44);
this.labelControl13.Name = "labelControl13";
this.labelControl13.Size = new System.Drawing.Size(7, 14);
this.labelControl13.TabIndex = 20;
this.labelControl13.Text = "*";
//
// LUEdit_Parent
//
this.LUEdit_Parent.Location = new System.Drawing.Point(71, 82);
this.LUEdit_Parent.Name = "LUEdit_Parent";
this.LUEdit_Parent.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.LUEdit_Parent.Properties.NullText = "请选择";
this.LUEdit_Parent.Size = new System.Drawing.Size(247, 20);
this.LUEdit_Parent.TabIndex = 7;
//
// LUEdit_Hospital
//
this.LUEdit_Hospital.Location = new System.Drawing.Point(71, 41);
this.LUEdit_Hospital.MenuManager = this.barManager;
this.LUEdit_Hospital.Name = "LUEdit_Hospital";
this.LUEdit_Hospital.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.LUEdit_Hospital.Properties.NullText = "请选择";
this.LUEdit_Hospital.Size = new System.Drawing.Size(247, 20);
this.LUEdit_Hospital.TabIndex = 7;
//
// txt_Description
//
this.txt_Description.Location = new System.Drawing.Point(71, 169);
this.txt_Description.MenuManager = this.barManager;
this.txt_Description.Name = "txt_Description";
this.txt_Description.Size = new System.Drawing.Size(247, 96);
this.txt_Description.TabIndex = 4;
//
// txt_DepartmentName
//
this.txt_DepartmentName.Location = new System.Drawing.Point(71, 125);
this.txt_DepartmentName.Name = "txt_DepartmentName";
this.txt_DepartmentName.Size = new System.Drawing.Size(247, 20);
this.txt_DepartmentName.TabIndex = 2;
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(8, 85);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(60, 14);
this.labelControl7.TabIndex = 1;
this.labelControl7.Text = "上级科室:";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(8, 126);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(60, 14);
this.labelControl1.TabIndex = 1;
this.labelControl1.Text = "科室名称:";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(8, 44);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(60, 14);
this.labelControl2.TabIndex = 1;
this.labelControl2.Text = "所属院区:";
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(8, 167);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(60, 14);
this.labelControl3.TabIndex = 1;
this.labelControl3.Text = "科室描述:";
//
// ckb_DeleteFlag
//
this.ckb_DeleteFlag.Location = new System.Drawing.Point(71, 323);
this.ckb_DeleteFlag.Name = "ckb_DeleteFlag";
this.ckb_DeleteFlag.Properties.Caption = "是否启用";
this.ckb_DeleteFlag.Size = new System.Drawing.Size(75, 20);
this.ckb_DeleteFlag.TabIndex = 3;
//
// txt_OrderBy
//
this.txt_OrderBy.EditValue = "0";
this.txt_OrderBy.Location = new System.Drawing.Point(71, 286);
this.txt_OrderBy.Name = "txt_OrderBy";
this.txt_OrderBy.Properties.Mask.EditMask = "[0-9]*";
this.txt_OrderBy.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
this.txt_OrderBy.Size = new System.Drawing.Size(247, 20);
this.txt_OrderBy.TabIndex = 2;
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(32, 289);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(36, 14);
this.labelControl5.TabIndex = 1;
this.labelControl5.Text = "排序:";
//
// Form_DepartmentsMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1101, 661);
this.Controls.Add(this.grb_List);
this.Controls.Add(this.groupD_Detail);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "Form_DepartmentsMain";
this.Text = "科室管理";
this.Load += new System.EventHandler(this.Form_DepartmentsMain_Load);
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grb_List)).EndInit();
this.grb_List.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridC_Departments)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Departments)).EndInit();
((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.groupD_Detail)).EndInit();
this.groupD_Detail.ResumeLayout(false);
this.groupD_Detail.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LUEdit_Parent.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LUEdit_Hospital.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Description.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_DepartmentName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ckb_DeleteFlag.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_OrderBy.Properties)).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_Save;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraEditors.GroupControl grb_List;
private DevExpress.XtraGrid.GridControl gridC_Departments;
private DevExpress.XtraGrid.Views.Grid.GridView grv_Departments;
private DevExpress.XtraGrid.Columns.GridColumn D_ID;
private DevExpress.XtraGrid.Columns.GridColumn D_GUID;
private DevExpress.XtraGrid.Columns.GridColumn D_ParentName;
private DevExpress.XtraGrid.Columns.GridColumn D_Description;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.TextEdit txt_Key;
private DevExpress.XtraEditors.GroupControl groupD_Detail;
private DevExpress.XtraEditors.TextEdit txt_DepartmentName;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.CheckEdit ckb_DeleteFlag;
private DevExpress.XtraEditors.TextEdit txt_OrderBy;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.MemoEdit txt_Description;
private DevExpress.XtraGrid.Columns.GridColumn D_OrderBy;
private DevExpress.XtraBars.BarLargeButtonItem btn_Exit;
private HL_FristAidPlatform_Public.UserControlForPage userControlForPage;
private DevExpress.XtraEditors.LookUpEdit LUEdit_Hospital;
private DevExpress.XtraEditors.LookUpEdit LUEdit_Parent;
private DevExpress.XtraGrid.Columns.GridColumn D_DepartmentName;
private DevExpress.XtraGrid.Columns.GridColumn D_ParentID;
private DevExpress.XtraGrid.Columns.GridColumn D_HospitalName;
private DevExpress.XtraEditors.LabelControl labelControl8;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.LabelControl labelControl13;
private DevExpress.XtraEditors.CheckEdit checkEdit1;
}
}