namespace AIMS.OperationAfter.UI
{
partial class frmPhysiologyLargeScreen
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPhysiologyLargeScreen));
this.tabControl = new System.Windows.Forms.TabControl();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.cboRoom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.label22 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// tabControl
//
this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl.Location = new System.Drawing.Point(0, 0);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(1264, 730);
this.tabControl.TabIndex = 0;
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 2000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// cboRoom
//
this.cboRoom.DisplayMember = "Text";
this.cboRoom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cboRoom.FormattingEnabled = true;
this.cboRoom.ItemHeight = 20;
this.cboRoom.Location = new System.Drawing.Point(578, 2);
this.cboRoom.Name = "cboRoom";
this.cboRoom.Size = new System.Drawing.Size(150, 26);
this.cboRoom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.cboRoom.TabIndex = 32;
this.cboRoom.Visible = false;
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(529, 6);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(41, 12);
this.label22.TabIndex = 31;
this.label22.Text = "手术间";
this.label22.Visible = false;
//
// frmPhysiologyLargeScreen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1264, 730);
this.Controls.Add(this.cboRoom);
this.Controls.Add(this.label22);
this.Controls.Add(this.tabControl);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmPhysiologyLargeScreen";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "中央监护";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.frmPhysiologyLargeScreen_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.Timer timer1;
private DevComponents.DotNetBar.Controls.ComboBoxEx cboRoom;
private System.Windows.Forms.Label label22;
}
}