128 lines
5.9 KiB
C#
128 lines
5.9 KiB
C#
|
|
namespace AIMS.OperationAanesthesia
|
|
{
|
|
partial class frmSeleteRoom
|
|
{
|
|
/// <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(frmSeleteRoom));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.btnDelete = new DevComponents.DotNetBar.ButtonX();
|
|
this.btnSave = new DevComponents.DotNetBar.ButtonX();
|
|
this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
this.labelSite = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Location = new System.Drawing.Point(15, 12);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(177, 256);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// btnDelete
|
|
//
|
|
this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnDelete.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.btnDelete.Location = new System.Drawing.Point(14, 274);
|
|
this.btnDelete.Name = "btnDelete";
|
|
this.btnDelete.Size = new System.Drawing.Size(86, 30);
|
|
this.btnDelete.TabIndex = 4;
|
|
this.btnDelete.Text = "确定";
|
|
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnSave.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.btnSave.Location = new System.Drawing.Point(106, 274);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(86, 30);
|
|
this.btnSave.TabIndex = 3;
|
|
this.btnSave.Text = "取消";
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// CboOperationSite
|
|
//
|
|
this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CboOperationSite.DisplayMember = "Text";
|
|
this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.CboOperationSite.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.CboOperationSite.FormattingEnabled = true;
|
|
this.CboOperationSite.ItemHeight = 19;
|
|
this.CboOperationSite.Location = new System.Drawing.Point(79, 5);
|
|
this.CboOperationSite.Name = "CboOperationSite";
|
|
this.CboOperationSite.Size = new System.Drawing.Size(115, 25);
|
|
this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.CboOperationSite.TabIndex = 506;
|
|
this.CboOperationSite.Visible = false;
|
|
//
|
|
// labelSite
|
|
//
|
|
this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.labelSite.AutoSize = true;
|
|
this.labelSite.BackColor = System.Drawing.SystemColors.Control;
|
|
this.labelSite.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.labelSite.Location = new System.Drawing.Point(13, 7);
|
|
this.labelSite.Name = "labelSite";
|
|
this.labelSite.Size = new System.Drawing.Size(65, 20);
|
|
this.labelSite.TabIndex = 507;
|
|
this.labelSite.Text = "手术地点";
|
|
this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.labelSite.Visible = false;
|
|
//
|
|
// frmSeleteRoom
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(210, 308);
|
|
this.Controls.Add(this.CboOperationSite);
|
|
this.Controls.Add(this.labelSite);
|
|
this.Controls.Add(this.btnDelete);
|
|
this.Controls.Add(this.btnSave);
|
|
this.Controls.Add(this.panel1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmSeleteRoom";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "选择要转入的手术间";
|
|
this.Load += new System.EventHandler(this.frmDeletePhysio_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevComponents.DotNetBar.ButtonX btnDelete;
|
|
private DevComponents.DotNetBar.ButtonX btnSave;
|
|
private DevComponents.DotNetBar.Controls.ComboBoxEx CboOperationSite;
|
|
private System.Windows.Forms.Label labelSite;
|
|
}
|
|
} |