StableVersion4.3/HL_FristAidPlatform_Base/Form_InpatientDepartmentInf...

128 lines
6.0 KiB
C#
Raw Permalink Normal View History

2024-03-11 09:47:34 +08:00

namespace HL_FristAidPlatform_Base
{
partial class Form_InpatientDepartmentInfo
{
/// <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_InpatientDepartmentInfo));
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit();
this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// textEdit1
//
this.textEdit1.Location = new System.Drawing.Point(81, 33);
this.textEdit1.Name = "textEdit1";
this.textEdit1.Size = new System.Drawing.Size(126, 20);
this.textEdit1.TabIndex = 3;
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(23, 36);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(52, 14);
this.labelControl1.TabIndex = 2;
this.labelControl1.Text = "科室名称:";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(235, 36);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(76, 14);
this.labelControl2.TabIndex = 4;
this.labelControl2.Text = "科室所属系统:";
//
// lookUpEdit1
//
this.lookUpEdit1.Location = new System.Drawing.Point(317, 33);
this.lookUpEdit1.Name = "lookUpEdit1";
this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lookUpEdit1.Size = new System.Drawing.Size(150, 20);
this.lookUpEdit1.TabIndex = 5;
//
// 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(267, 89);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(113, 34);
this.btn_Cancel.TabIndex = 10;
this.btn_Cancel.Text = "取消";
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
//
// 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(125, 89);
this.btn_Save.Name = "btn_Save";
this.btn_Save.Size = new System.Drawing.Size(109, 34);
this.btn_Save.TabIndex = 9;
this.btn_Save.Text = "保存";
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
//
// Form_InpatientDepartmentInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(494, 152);
this.Controls.Add(this.btn_Cancel);
this.Controls.Add(this.btn_Save);
this.Controls.Add(this.lookUpEdit1);
this.Controls.Add(this.labelControl2);
this.Controls.Add(this.textEdit1);
this.Controls.Add(this.labelControl1);
this.Name = "Form_InpatientDepartmentInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "科室信息";
this.Load += new System.EventHandler(this.Form_InpatientDepartmentInfo_Load);
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.TextEdit textEdit1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LookUpEdit lookUpEdit1;
private DevExpress.XtraEditors.SimpleButton btn_Cancel;
private DevExpress.XtraEditors.SimpleButton btn_Save;
}
}