StableVersion4.3/HL_FristAidPlatform_Base/Form_Network_Hospital.Desig...

243 lines
13 KiB
C#

namespace HL_FristAidPlatform_Base
{
partial class Form_Network_Hospital
{
/// <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_Network_Hospital));
this.lookUpEdit_SystemModule = new DevExpress.XtraEditors.LookUpEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.lookUpEdit_HospitalGuid = new DevExpress.XtraEditors.LookUpEdit();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.txt_HospitalName = new DevExpress.XtraEditors.TextEdit();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.txt_PymCode = new DevExpress.XtraEditors.TextEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.txt_WbmCode = new DevExpress.XtraEditors.TextEdit();
this.ckb_IsEnable = new DevExpress.XtraEditors.CheckEdit();
this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
this.txt_OrderBy = new DevExpress.XtraEditors.TextEdit();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_SystemModule.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_HospitalGuid.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_HospitalName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_PymCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_WbmCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ckb_IsEnable.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_OrderBy.Properties)).BeginInit();
this.SuspendLayout();
//
// lookUpEdit_SystemModule
//
this.lookUpEdit_SystemModule.Location = new System.Drawing.Point(406, 19);
this.lookUpEdit_SystemModule.Name = "lookUpEdit_SystemModule";
this.lookUpEdit_SystemModule.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lookUpEdit_SystemModule.Properties.NullText = "请选择";
this.lookUpEdit_SystemModule.Size = new System.Drawing.Size(211, 20);
this.lookUpEdit_SystemModule.TabIndex = 1;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(315, 22);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(89, 14);
this.labelControl2.TabIndex = 24;
this.labelControl2.Text = "所属系统/模块:";
//
// lookUpEdit_HospitalGuid
//
this.lookUpEdit_HospitalGuid.Location = new System.Drawing.Point(83, 19);
this.lookUpEdit_HospitalGuid.Name = "lookUpEdit_HospitalGuid";
this.lookUpEdit_HospitalGuid.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lookUpEdit_HospitalGuid.Properties.NullText = "请选择";
this.lookUpEdit_HospitalGuid.Size = new System.Drawing.Size(213, 20);
this.lookUpEdit_HospitalGuid.TabIndex = 0;
//
// labelControl8
//
this.labelControl8.Location = new System.Drawing.Point(19, 22);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(60, 14);
this.labelControl8.TabIndex = 22;
this.labelControl8.Text = "所属院区:";
//
// txt_HospitalName
//
this.txt_HospitalName.Location = new System.Drawing.Point(83, 59);
this.txt_HospitalName.Name = "txt_HospitalName";
this.txt_HospitalName.Size = new System.Drawing.Size(534, 20);
this.txt_HospitalName.TabIndex = 2;
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(19, 63);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(60, 14);
this.labelControl6.TabIndex = 27;
this.labelControl6.Text = "医院名称:";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(28, 152);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(48, 14);
this.labelControl1.TabIndex = 27;
this.labelControl1.Text = "拼音码:";
this.labelControl1.Visible = false;
//
// txt_PymCode
//
this.txt_PymCode.Location = new System.Drawing.Point(80, 149);
this.txt_PymCode.Name = "txt_PymCode";
this.txt_PymCode.Size = new System.Drawing.Size(213, 20);
this.txt_PymCode.TabIndex = 3;
this.txt_PymCode.Visible = false;
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(353, 152);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(48, 14);
this.labelControl3.TabIndex = 27;
this.labelControl3.Text = "五笔码:";
this.labelControl3.Visible = false;
//
// txt_WbmCode
//
this.txt_WbmCode.Location = new System.Drawing.Point(403, 149);
this.txt_WbmCode.Name = "txt_WbmCode";
this.txt_WbmCode.Size = new System.Drawing.Size(211, 20);
this.txt_WbmCode.TabIndex = 4;
this.txt_WbmCode.Visible = false;
//
// ckb_IsEnable
//
this.ckb_IsEnable.Location = new System.Drawing.Point(83, 124);
this.ckb_IsEnable.Name = "ckb_IsEnable";
this.ckb_IsEnable.Properties.Caption = "是否启用";
this.ckb_IsEnable.Size = new System.Drawing.Size(87, 20);
this.ckb_IsEnable.TabIndex = 6;
//
// btn_Save
//
this.btn_Save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Save.ImageOptions.Image")));
this.btn_Save.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btn_Save.Location = new System.Drawing.Point(187, 186);
this.btn_Save.Name = "btn_Save";
this.btn_Save.Size = new System.Drawing.Size(111, 46);
this.btn_Save.TabIndex = 7;
this.btn_Save.Text = "保存";
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
//
// btn_Cancel
//
this.btn_Cancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Cancel.ImageOptions.Image")));
this.btn_Cancel.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btn_Cancel.Location = new System.Drawing.Point(329, 186);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(115, 46);
this.btn_Cancel.TabIndex = 8;
this.btn_Cancel.Text = "取消";
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
//
// txt_OrderBy
//
this.txt_OrderBy.Location = new System.Drawing.Point(81, 95);
this.txt_OrderBy.Name = "txt_OrderBy";
this.txt_OrderBy.Size = new System.Drawing.Size(213, 20);
this.txt_OrderBy.TabIndex = 5;
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(41, 97);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(36, 14);
this.labelControl5.TabIndex = 30;
this.labelControl5.Text = "排序:";
//
// Form_Network_Hospital
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(626, 242);
this.Controls.Add(this.txt_OrderBy);
this.Controls.Add(this.labelControl5);
this.Controls.Add(this.btn_Cancel);
this.Controls.Add(this.btn_Save);
this.Controls.Add(this.ckb_IsEnable);
this.Controls.Add(this.txt_WbmCode);
this.Controls.Add(this.labelControl3);
this.Controls.Add(this.txt_PymCode);
this.Controls.Add(this.labelControl1);
this.Controls.Add(this.txt_HospitalName);
this.Controls.Add(this.labelControl6);
this.Controls.Add(this.lookUpEdit_SystemModule);
this.Controls.Add(this.labelControl2);
this.Controls.Add(this.lookUpEdit_HospitalGuid);
this.Controls.Add(this.labelControl8);
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form_Network_Hospital.IconOptions.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_Network_Hospital";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "网络医院信息维护";
this.Load += new System.EventHandler(this.Form_Network_Hospital_Load);
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_SystemModule.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_HospitalGuid.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_HospitalName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_PymCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_WbmCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ckb_IsEnable.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_OrderBy.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.LookUpEdit lookUpEdit_SystemModule;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LookUpEdit lookUpEdit_HospitalGuid;
private DevExpress.XtraEditors.LabelControl labelControl8;
private DevExpress.XtraEditors.TextEdit txt_HospitalName;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.TextEdit txt_PymCode;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.TextEdit txt_WbmCode;
private DevExpress.XtraEditors.CheckEdit ckb_IsEnable;
private DevExpress.XtraEditors.SimpleButton btn_Save;
private DevExpress.XtraEditors.SimpleButton btn_Cancel;
private DevExpress.XtraEditors.TextEdit txt_OrderBy;
private DevExpress.XtraEditors.LabelControl labelControl5;
}
}