namespace HL_FristAidPlatform_Public
{
partial class Form_BedsideCard
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_BedsideCard));
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.tablePanel4 = new DevExpress.Utils.Layout.TablePanel();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.textBox1 = new System.Windows.Forms.TextBox();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
this.tablePanel3 = new DevExpress.Utils.Layout.TablePanel();
this.checkedListBoxControl2 = new DevExpress.XtraEditors.CheckedListBoxControl();
this.checkedListBoxControl1 = new DevExpress.XtraEditors.CheckedListBoxControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
this.tablePanel2 = new DevExpress.Utils.Layout.TablePanel();
this.textBox4 = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
this.labelControl_Age = new DevExpress.XtraEditors.LabelControl();
this.labelControl_Gender = new DevExpress.XtraEditors.LabelControl();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.labelControl_Name = new DevExpress.XtraEditors.LabelControl();
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.panelControl7 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton_Print = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tablePanel4)).BeginInit();
this.tablePanel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
this.panelControl6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tablePanel3)).BeginInit();
this.tablePanel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
this.panelControl5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tablePanel2)).BeginInit();
this.tablePanel2.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
this.panelControl4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
this.tablePanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
this.panelControl7.SuspendLayout();
this.SuspendLayout();
//
// layoutControl1
//
this.layoutControl1.BackColor = System.Drawing.Color.White;
this.layoutControl1.Controls.Add(this.panelControl1);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.layoutControl1.LookAndFeel.UseDefaultLookAndFeel = false;
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(734, 300);
this.layoutControl1.TabIndex = 1;
this.layoutControl1.Text = "layoutControl1";
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.Controls.Add(this.panelControl2);
this.panelControl1.Controls.Add(this.panelControl6);
this.panelControl1.Controls.Add(this.panelControl5);
this.panelControl1.Controls.Add(this.panelControl4);
this.panelControl1.Controls.Add(this.panelControl3);
this.panelControl1.Location = new System.Drawing.Point(5, 5);
this.panelControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.panelControl1.LookAndFeel.UseDefaultLookAndFeel = false;
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(724, 290);
this.panelControl1.TabIndex = 4;
//
// panelControl2
//
this.panelControl2.Controls.Add(this.tablePanel4);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl2.Location = new System.Drawing.Point(3, 231);
this.panelControl2.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.panelControl2.LookAndFeel.UseDefaultLookAndFeel = false;
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(718, 57);
this.panelControl2.TabIndex = 24;
//
// tablePanel4
//
this.tablePanel4.Appearance.BackColor = System.Drawing.Color.White;
this.tablePanel4.Appearance.Options.UseBackColor = true;
this.tablePanel4.AutoTabOrder = false;
this.tablePanel4.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 35.16F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 64.84F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 32.92F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 67.08F)});
this.tablePanel4.Controls.Add(this.dateTimePicker1);
this.tablePanel4.Controls.Add(this.textBox1);
this.tablePanel4.Controls.Add(this.labelControl5);
this.tablePanel4.Controls.Add(this.labelControl20);
this.tablePanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.tablePanel4.Location = new System.Drawing.Point(3, 3);
this.tablePanel4.Name = "tablePanel4";
this.tablePanel4.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)});
this.tablePanel4.Size = new System.Drawing.Size(712, 51);
this.tablePanel4.TabIndex = 22;
//
// dateTimePicker1
//
this.dateTimePicker1.CalendarFont = new System.Drawing.Font("Tahoma", 18F);
this.tablePanel4.SetColumn(this.dateTimePicker1, 1);
this.dateTimePicker1.Font = new System.Drawing.Font("Tahoma", 18F);
this.dateTimePicker1.Location = new System.Drawing.Point(128, 7);
this.dateTimePicker1.Name = "dateTimePicker1";
this.tablePanel4.SetRow(this.dateTimePicker1, 0);
this.dateTimePicker1.Size = new System.Drawing.Size(225, 36);
this.dateTimePicker1.TabIndex = 26;
//
// textBox1
//
this.tablePanel4.SetColumn(this.textBox1, 3);
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBox1.Font = new System.Drawing.Font("Tahoma", 18F);
this.textBox1.Location = new System.Drawing.Point(476, 3);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.tablePanel4.SetRow(this.textBox1, 0);
this.textBox1.Size = new System.Drawing.Size(233, 45);
this.textBox1.TabIndex = 11;
//
// labelControl5
//
this.labelControl5.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.labelControl5.Appearance.Options.UseFont = true;
this.tablePanel4.SetColumn(this.labelControl5, 0);
this.labelControl5.Location = new System.Drawing.Point(3, 11);
this.labelControl5.Name = "labelControl5";
this.tablePanel4.SetRow(this.labelControl5, 0);
this.labelControl5.Size = new System.Drawing.Size(119, 29);
this.labelControl5.TabIndex = 4;
this.labelControl5.Text = "入院时间:";
//
// labelControl20
//
this.labelControl20.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.labelControl20.Appearance.Options.UseFont = true;
this.tablePanel4.SetColumn(this.labelControl20, 2);
this.labelControl20.Location = new System.Drawing.Point(359, 11);
this.labelControl20.Name = "labelControl20";
this.tablePanel4.SetRow(this.labelControl20, 0);
this.labelControl20.Size = new System.Drawing.Size(111, 29);
this.labelControl20.TabIndex = 6;
this.labelControl20.Text = "责任护士:";
//
// panelControl6
//
this.panelControl6.Controls.Add(this.tablePanel3);
this.panelControl6.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl6.Location = new System.Drawing.Point(3, 143);
this.panelControl6.Name = "panelControl6";
this.panelControl6.Size = new System.Drawing.Size(718, 88);
this.panelControl6.TabIndex = 23;
//
// tablePanel3
//
this.tablePanel3.Appearance.BackColor = System.Drawing.Color.White;
this.tablePanel3.Appearance.Options.UseBackColor = true;
this.tablePanel3.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10.42F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 49.58F)});
this.tablePanel3.Controls.Add(this.checkedListBoxControl2);
this.tablePanel3.Controls.Add(this.checkedListBoxControl1);
this.tablePanel3.Controls.Add(this.labelControl6);
this.tablePanel3.Controls.Add(this.labelControl4);
this.tablePanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tablePanel3.Location = new System.Drawing.Point(3, 3);
this.tablePanel3.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.tablePanel3.LookAndFeel.UseDefaultLookAndFeel = false;
this.tablePanel3.Name = "tablePanel3";
this.tablePanel3.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 42F),
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)});
this.tablePanel3.Size = new System.Drawing.Size(712, 82);
this.tablePanel3.TabIndex = 0;
//
// checkedListBoxControl2
//
this.checkedListBoxControl2.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.checkedListBoxControl2.Appearance.Options.UseFont = true;
this.tablePanel3.SetColumn(this.checkedListBoxControl2, 1);
this.checkedListBoxControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkedListBoxControl2.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null, "禁食"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null, "流食"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null, "普食"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null, "治疗饮食")});
this.checkedListBoxControl2.Location = new System.Drawing.Point(127, 45);
this.checkedListBoxControl2.MultiColumn = true;
this.checkedListBoxControl2.Name = "checkedListBoxControl2";
this.tablePanel3.SetRow(this.checkedListBoxControl2, 1);
this.checkedListBoxControl2.Size = new System.Drawing.Size(582, 34);
this.checkedListBoxControl2.TabIndex = 26;
//
// checkedListBoxControl1
//
this.checkedListBoxControl1.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.checkedListBoxControl1.Appearance.Options.UseFont = true;
this.tablePanel3.SetColumn(this.checkedListBoxControl1, 1);
this.checkedListBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkedListBoxControl1.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null, "特级"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null, "一级"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null, "二级"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null, "三级")});
this.checkedListBoxControl1.Location = new System.Drawing.Point(127, 3);
this.checkedListBoxControl1.MultiColumn = true;
this.checkedListBoxControl1.Name = "checkedListBoxControl1";
this.tablePanel3.SetRow(this.checkedListBoxControl1, 0);
this.checkedListBoxControl1.Size = new System.Drawing.Size(582, 36);
this.checkedListBoxControl1.TabIndex = 25;
//
// labelControl6
//
this.labelControl6.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.labelControl6.Appearance.Options.UseFont = true;
this.tablePanel3.SetColumn(this.labelControl6, 0);
this.labelControl6.Location = new System.Drawing.Point(3, 6);
this.labelControl6.Name = "labelControl6";
this.tablePanel3.SetRow(this.labelControl6, 0);
this.labelControl6.Size = new System.Drawing.Size(118, 29);
this.labelControl6.TabIndex = 5;
this.labelControl6.Text = "护理级别:";
//
// labelControl4
//
this.labelControl4.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.labelControl4.Appearance.Options.UseFont = true;
this.tablePanel3.SetColumn(this.labelControl4, 0);
this.labelControl4.Location = new System.Drawing.Point(3, 47);
this.labelControl4.Name = "labelControl4";
this.tablePanel3.SetRow(this.labelControl4, 1);
this.labelControl4.Size = new System.Drawing.Size(118, 29);
this.labelControl4.TabIndex = 3;
this.labelControl4.Text = "饮 食:";
//
// panelControl5
//
this.panelControl5.Controls.Add(this.tablePanel2);
this.panelControl5.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl5.Location = new System.Drawing.Point(3, 98);
this.panelControl5.Name = "panelControl5";
this.panelControl5.Size = new System.Drawing.Size(718, 45);
this.panelControl5.TabIndex = 22;
//
// tablePanel2
//
this.tablePanel2.Appearance.BackColor = System.Drawing.Color.White;
this.tablePanel2.Appearance.Options.UseBackColor = true;
this.tablePanel2.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 35.16F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 64.84F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 23.96F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 76.04F)});
this.tablePanel2.Controls.Add(this.textBox4);
this.tablePanel2.Controls.Add(this.panel1);
this.tablePanel2.Controls.Add(this.labelControl2);
this.tablePanel2.Controls.Add(this.labelControl7);
this.tablePanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tablePanel2.Location = new System.Drawing.Point(3, 3);
this.tablePanel2.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.tablePanel2.LookAndFeel.UseDefaultLookAndFeel = false;
this.tablePanel2.Name = "tablePanel2";
this.tablePanel2.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 40F)});
this.tablePanel2.Size = new System.Drawing.Size(712, 39);
this.tablePanel2.TabIndex = 21;
//
// textBox4
//
this.tablePanel2.SetColumn(this.textBox4, 3);
this.textBox4.Font = new System.Drawing.Font("Tahoma", 18F);
this.textBox4.Location = new System.Drawing.Point(444, 3);
this.textBox4.Multiline = true;
this.textBox4.Name = "textBox4";
this.tablePanel2.SetRow(this.textBox4, 0);
this.textBox4.Size = new System.Drawing.Size(265, 33);
this.textBox4.TabIndex = 26;
//
// panel1
//
this.tablePanel2.SetColumn(this.panel1, 1);
this.panel1.Controls.Add(this.labelControl10);
this.panel1.Controls.Add(this.textBox3);
this.panel1.Controls.Add(this.textBox2);
this.panel1.Controls.Add(this.labelControl11);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(128, 3);
this.panel1.Name = "panel1";
this.tablePanel2.SetRow(this.panel1, 0);
this.panel1.Size = new System.Drawing.Size(225, 33);
this.panel1.TabIndex = 27;
//
// labelControl10
//
this.labelControl10.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.labelControl10.Appearance.Options.UseFont = true;
this.labelControl10.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl10.Location = new System.Drawing.Point(96, 0);
this.labelControl10.Name = "labelControl10";
this.labelControl10.Size = new System.Drawing.Size(24, 29);
this.labelControl10.TabIndex = 27;
this.labelControl10.Text = "房";
//
// textBox3
//
this.textBox3.Dock = System.Windows.Forms.DockStyle.Right;
this.textBox3.Font = new System.Drawing.Font("Tahoma", 18F);
this.textBox3.Location = new System.Drawing.Point(126, 0);
this.textBox3.Multiline = true;
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(75, 33);
this.textBox3.TabIndex = 28;
//
// textBox2
//
this.textBox2.Dock = System.Windows.Forms.DockStyle.Left;
this.textBox2.Font = new System.Drawing.Font("Tahoma", 18F);
this.textBox2.Location = new System.Drawing.Point(0, 0);
this.textBox2.Multiline = true;
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(96, 33);
this.textBox2.TabIndex = 26;
//
// labelControl11
//
this.labelControl11.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.labelControl11.Appearance.Options.UseFont = true;
this.labelControl11.Dock = System.Windows.Forms.DockStyle.Right;
this.labelControl11.Location = new System.Drawing.Point(201, 0);
this.labelControl11.Name = "labelControl11";
this.labelControl11.Size = new System.Drawing.Size(24, 29);
this.labelControl11.TabIndex = 29;
this.labelControl11.Text = "床";
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.labelControl2.Appearance.Options.UseFont = true;
this.tablePanel2.SetColumn(this.labelControl2, 0);
this.labelControl2.Location = new System.Drawing.Point(3, 5);
this.labelControl2.Name = "labelControl2";
this.tablePanel2.SetRow(this.labelControl2, 0);
this.labelControl2.Size = new System.Drawing.Size(119, 29);
this.labelControl2.TabIndex = 1;
this.labelControl2.Text = "床 位:";
//
// labelControl7
//
this.labelControl7.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.labelControl7.Appearance.Options.UseFont = true;
this.tablePanel2.SetColumn(this.labelControl7, 2);
this.labelControl7.Location = new System.Drawing.Point(359, 5);
this.labelControl7.Name = "labelControl7";
this.tablePanel2.SetRow(this.labelControl7, 0);
this.labelControl7.Size = new System.Drawing.Size(72, 29);
this.labelControl7.TabIndex = 6;
this.labelControl7.Text = "诊断:";
//
// panelControl4
//
this.panelControl4.Controls.Add(this.tablePanel1);
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl4.Location = new System.Drawing.Point(3, 48);
this.panelControl4.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.panelControl4.LookAndFeel.UseDefaultLookAndFeel = false;
this.panelControl4.Name = "panelControl4";
this.panelControl4.Size = new System.Drawing.Size(718, 50);
this.panelControl4.TabIndex = 20;
//
// tablePanel1
//
this.tablePanel1.Appearance.BackColor = System.Drawing.Color.White;
this.tablePanel1.Appearance.BorderColor = System.Drawing.Color.Black;
this.tablePanel1.Appearance.Options.UseBackColor = true;
this.tablePanel1.Appearance.Options.UseBorderColor = true;
this.tablePanel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 125F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 142F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 64F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 109F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 67F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 50F)});
this.tablePanel1.Controls.Add(this.labelControl_Age);
this.tablePanel1.Controls.Add(this.labelControl_Gender);
this.tablePanel1.Controls.Add(this.labelControl8);
this.tablePanel1.Controls.Add(this.labelControl_Name);
this.tablePanel1.Controls.Add(this.labelControl9);
this.tablePanel1.Controls.Add(this.labelControl3);
this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tablePanel1.Location = new System.Drawing.Point(3, 3);
this.tablePanel1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.tablePanel1.LookAndFeel.UseDefaultLookAndFeel = false;
this.tablePanel1.Name = "tablePanel1";
this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 26F)});
this.tablePanel1.Size = new System.Drawing.Size(712, 44);
this.tablePanel1.TabIndex = 21;
//
// labelControl_Age
//
this.labelControl_Age.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.labelControl_Age.Appearance.Options.UseFont = true;
this.tablePanel1.SetColumn(this.labelControl_Age, 5);
this.labelControl_Age.Location = new System.Drawing.Point(510, 7);
this.labelControl_Age.Name = "labelControl_Age";
this.tablePanel1.SetRow(this.labelControl_Age, 0);
this.labelControl_Age.Size = new System.Drawing.Size(26, 29);
this.labelControl_Age.TabIndex = 13;
this.labelControl_Age.Text = "18";
//
// labelControl_Gender
//
this.labelControl_Gender.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.labelControl_Gender.Appearance.Options.UseFont = true;
this.tablePanel1.SetColumn(this.labelControl_Gender, 3);
this.labelControl_Gender.Location = new System.Drawing.Point(334, 7);
this.labelControl_Gender.Name = "labelControl_Gender";
this.tablePanel1.SetRow(this.labelControl_Gender, 0);
this.labelControl_Gender.Size = new System.Drawing.Size(24, 29);
this.labelControl_Gender.TabIndex = 12;
this.labelControl_Gender.Text = "女";
//
// labelControl8
//
this.labelControl8.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.labelControl8.Appearance.Options.UseFont = true;
this.tablePanel1.SetColumn(this.labelControl8, 4);
this.labelControl8.Location = new System.Drawing.Point(443, 7);
this.labelControl8.Name = "labelControl8";
this.tablePanel1.SetRow(this.labelControl8, 0);
this.labelControl8.Size = new System.Drawing.Size(61, 29);
this.labelControl8.TabIndex = 7;
this.labelControl8.Text = "年龄:";
//
// labelControl_Name
//
this.labelControl_Name.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.labelControl_Name.Appearance.Options.UseFont = true;
this.tablePanel1.SetColumn(this.labelControl_Name, 1);
this.labelControl_Name.Location = new System.Drawing.Point(128, 7);
this.labelControl_Name.Name = "labelControl_Name";
this.tablePanel1.SetRow(this.labelControl_Name, 0);
this.labelControl_Name.Size = new System.Drawing.Size(72, 29);
this.labelControl_Name.TabIndex = 11;
this.labelControl_Name.Text = "肖佳丽";
//
// labelControl9
//
this.labelControl9.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.labelControl9.Appearance.Options.UseFont = true;
this.tablePanel1.SetColumn(this.labelControl9, 2);
this.labelControl9.Location = new System.Drawing.Point(270, 7);
this.labelControl9.Name = "labelControl9";
this.tablePanel1.SetRow(this.labelControl9, 0);
this.labelControl9.Size = new System.Drawing.Size(58, 29);
this.labelControl9.TabIndex = 8;
this.labelControl9.Text = "性别:";
//
// labelControl3
//
this.labelControl3.Appearance.BackColor = System.Drawing.Color.White;
this.labelControl3.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.labelControl3.Appearance.Options.UseBackColor = true;
this.labelControl3.Appearance.Options.UseFont = true;
this.tablePanel1.SetColumn(this.labelControl3, 0);
this.labelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelControl3.Location = new System.Drawing.Point(3, 3);
this.labelControl3.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.labelControl3.LookAndFeel.UseDefaultLookAndFeel = false;
this.labelControl3.Name = "labelControl3";
this.tablePanel1.SetRow(this.labelControl3, 0);
this.labelControl3.Size = new System.Drawing.Size(119, 38);
this.labelControl3.TabIndex = 2;
this.labelControl3.Text = "姓 名:";
//
// panelControl3
//
this.panelControl3.Controls.Add(this.labelControl1);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl3.Location = new System.Drawing.Point(3, 3);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(718, 45);
this.panelControl3.TabIndex = 19;
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F, System.Drawing.FontStyle.Bold);
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Appearance.Options.UseTextOptions = true;
this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelControl1.Location = new System.Drawing.Point(3, 3);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(712, 39);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "床头卡";
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1});
this.Root.Name = "Root";
this.Root.Size = new System.Drawing.Size(734, 300);
this.Root.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.panelControl1;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(734, 300);
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// panelControl7
//
this.panelControl7.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl7.Appearance.Options.UseBackColor = true;
this.panelControl7.Controls.Add(this.simpleButton_Print);
this.panelControl7.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl7.Location = new System.Drawing.Point(0, 300);
this.panelControl7.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.panelControl7.LookAndFeel.UseDefaultLookAndFeel = false;
this.panelControl7.Name = "panelControl7";
this.panelControl7.Size = new System.Drawing.Size(734, 47);
this.panelControl7.TabIndex = 2;
//
// simpleButton_Print
//
this.simpleButton_Print.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.simpleButton_Print.Appearance.Options.UseFont = true;
this.simpleButton_Print.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Print.ImageOptions.Image")));
this.simpleButton_Print.Location = new System.Drawing.Point(301, 5);
this.simpleButton_Print.Name = "simpleButton_Print";
this.simpleButton_Print.Size = new System.Drawing.Size(104, 42);
this.simpleButton_Print.TabIndex = 25;
this.simpleButton_Print.Text = "打印";
this.simpleButton_Print.Click += new System.EventHandler(this.simpleButton_Print_Click);
//
// Form_BedsideCard
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(734, 347);
this.Controls.Add(this.layoutControl1);
this.Controls.Add(this.panelControl7);
this.Name = "Form_BedsideCard";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "床头卡";
this.Load += new System.EventHandler(this.Form_BedsideCard_Load);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tablePanel4)).EndInit();
this.tablePanel4.ResumeLayout(false);
this.tablePanel4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
this.panelControl6.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tablePanel3)).EndInit();
this.tablePanel3.ResumeLayout(false);
this.tablePanel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
this.panelControl5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tablePanel2)).EndInit();
this.tablePanel2.ResumeLayout(false);
this.tablePanel2.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
this.panelControl4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
this.tablePanel1.ResumeLayout(false);
this.tablePanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
this.panelControl7.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.Utils.Layout.TablePanel tablePanel4;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LabelControl labelControl20;
private DevExpress.XtraEditors.PanelControl panelControl6;
private DevExpress.Utils.Layout.TablePanel tablePanel3;
private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl2;
private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl1;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.PanelControl panelControl5;
private DevExpress.Utils.Layout.TablePanel tablePanel2;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.PanelControl panelControl4;
private DevExpress.Utils.Layout.TablePanel tablePanel1;
private DevExpress.XtraEditors.LabelControl labelControl_Age;
private DevExpress.XtraEditors.LabelControl labelControl_Gender;
private DevExpress.XtraEditors.LabelControl labelControl8;
private DevExpress.XtraEditors.LabelControl labelControl_Name;
private DevExpress.XtraEditors.LabelControl labelControl9;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraEditors.PanelControl panelControl7;
private DevExpress.XtraEditors.SimpleButton simpleButton_Print;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.LabelControl labelControl11;
private System.Windows.Forms.TextBox textBox3;
private DevExpress.XtraEditors.LabelControl labelControl10;
private System.Windows.Forms.TextBox textBox4;
}
}