StableVersion4.3/HL_FristAidPlatform_SYS/Form_HospitalSelect.Designe...

239 lines
11 KiB
C#

namespace HL_FristAidPlatform_SYS
{
partial class Form_HospitalSelect
{
/// <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_HospitalSelect));
this.grb_List = new DevExpress.XtraEditors.GroupControl();
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_ShortName = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_ContactAddress = new DevExpress.XtraGrid.Columns.GridColumn();
this.H_CreationDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.btn_Sure = new DevExpress.XtraEditors.SimpleButton();
this.txt_Key = new DevExpress.XtraEditors.TextEdit();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.grb_List)).BeginInit();
this.grb_List.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grid_Hospital)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Hospital)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).BeginInit();
this.SuspendLayout();
//
// grb_List
//
this.grb_List.Controls.Add(this.grid_Hospital);
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, 0);
this.grb_List.Name = "grb_List";
this.grb_List.Size = new System.Drawing.Size(588, 437);
this.grb_List.TabIndex = 20;
this.grb_List.Text = "院区列表";
//
// grid_Hospital
//
this.grid_Hospital.Dock = System.Windows.Forms.DockStyle.Fill;
this.grid_Hospital.Location = new System.Drawing.Point(2, 87);
this.grid_Hospital.MainView = this.grv_Hospital;
this.grid_Hospital.Name = "grid_Hospital";
this.grid_Hospital.Size = new System.Drawing.Size(584, 348);
this.grid_Hospital.TabIndex = 6;
this.grid_Hospital.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grv_Hospital,
this.gridView1});
//
// grv_Hospital
//
this.grv_Hospital.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.H_ID,
this.H_GUID,
this.H_Name,
this.H_ShortName,
this.H_ContactAddress,
this.H_CreationDate});
this.grv_Hospital.CustomizationFormBounds = new System.Drawing.Rectangle(702, 342, 303, 302);
this.grv_Hospital.DetailHeight = 437;
this.grv_Hospital.GridControl = this.grid_Hospital;
this.grv_Hospital.Name = "grv_Hospital";
this.grv_Hospital.OptionsBehavior.Editable = false;
this.grv_Hospital.OptionsView.ShowGroupPanel = false;
this.grv_Hospital.Tag = "";
//
// 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 = 23;
this.H_GUID.Name = "H_GUID";
this.H_GUID.Width = 87;
//
// H_Name
//
this.H_Name.Caption = "院区名称";
this.H_Name.FieldName = "Name";
this.H_Name.MinWidth = 23;
this.H_Name.Name = "H_Name";
this.H_Name.Visible = true;
this.H_Name.VisibleIndex = 1;
this.H_Name.Width = 87;
//
// H_ShortName
//
this.H_ShortName.Caption = "简称";
this.H_ShortName.FieldName = "ShortName";
this.H_ShortName.MinWidth = 23;
this.H_ShortName.Name = "H_ShortName";
this.H_ShortName.Visible = true;
this.H_ShortName.VisibleIndex = 2;
this.H_ShortName.Width = 87;
//
// H_ContactAddress
//
this.H_ContactAddress.Caption = "院区地址";
this.H_ContactAddress.FieldName = "ContactAddress";
this.H_ContactAddress.MinWidth = 23;
this.H_ContactAddress.Name = "H_ContactAddress";
this.H_ContactAddress.Visible = true;
this.H_ContactAddress.VisibleIndex = 4;
this.H_ContactAddress.Width = 87;
//
// H_CreationDate
//
this.H_CreationDate.Caption = "创建时间";
this.H_CreationDate.FieldName = "CreationDate";
this.H_CreationDate.MinWidth = 23;
this.H_CreationDate.Name = "H_CreationDate";
this.H_CreationDate.Visible = true;
this.H_CreationDate.VisibleIndex = 3;
this.H_CreationDate.Width = 87;
//
// gridView1
//
this.gridView1.DetailHeight = 437;
this.gridView1.GridControl = this.grid_Hospital;
this.gridView1.Name = "gridView1";
//
// panelControl1
//
this.panelControl1.Controls.Add(this.btn_Sure);
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(584, 65);
this.panelControl1.TabIndex = 14;
//
// btn_Sure
//
this.btn_Sure.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Sure.ImageOptions.Image")));
this.btn_Sure.Location = new System.Drawing.Point(454, 7);
this.btn_Sure.Name = "btn_Sure";
this.btn_Sure.Size = new System.Drawing.Size(104, 46);
this.btn_Sure.TabIndex = 15;
this.btn_Sure.Text = "确认选择";
this.btn_Sure.Click += new System.EventHandler(this.btn_Sure_Click);
//
// txt_Key
//
this.txt_Key.Location = new System.Drawing.Point(84, 17);
this.txt_Key.Name = "txt_Key";
this.txt_Key.Size = new System.Drawing.Size(335, 22);
this.txt_Key.TabIndex = 11;
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(15, 21);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(60, 15);
this.labelControl6.TabIndex = 12;
this.labelControl6.Text = "院区名称:";
//
// Form_HospitalSelect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(588, 437);
this.Controls.Add(this.grb_List);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_HospitalSelect";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "选择院区";
this.Load += new System.EventHandler(this.Form_HospitalSelect_Load);
((System.ComponentModel.ISupportInitialize)(this.grb_List)).EndInit();
this.grb_List.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grid_Hospital)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Hospital)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl grb_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_ContactAddress;
private DevExpress.XtraGrid.Columns.GridColumn H_CreationDate;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.TextEdit txt_Key;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.SimpleButton btn_Sure;
}
}