namespace HL_FristAidPlatform_ChestPain { partial class Form_InformedConsent { /// /// 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.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.panel_Content = new DevExpress.XtraEditors.PanelControl(); this.tablePanel3 = new DevExpress.Utils.Layout.TablePanel(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panel_Content)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel3)).BeginInit(); this.tablePanel3.SuspendLayout(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(249))))); this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.panelControl3); this.panelControl1.Controls.Add(this.panelControl2); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1035, 44); this.panelControl1.TabIndex = 0; // // panelControl3 // this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Controls.Add(this.labelControl1); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Left; this.panelControl3.Location = new System.Drawing.Point(222, 0); this.panelControl3.Name = "panelControl3"; this.panelControl3.Padding = new System.Windows.Forms.Padding(10); this.panelControl3.Size = new System.Drawing.Size(204, 44); this.panelControl3.TabIndex = 2; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); 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(10, 10); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(184, 24); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "静脉溶栓知情同意书"; this.labelControl1.Click += new System.EventHandler(this.labelControl1_Click); // // panelControl2 // this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.labelControl2); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Left; this.panelControl2.Location = new System.Drawing.Point(0, 0); this.panelControl2.Name = "panelControl2"; this.panelControl2.Padding = new System.Windows.Forms.Padding(10); this.panelControl2.Size = new System.Drawing.Size(222, 44); this.panelControl2.TabIndex = 1; // // labelControl2 // this.labelControl2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(140)))), ((int)(((byte)(240))))); this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl2.Appearance.Options.UseBackColor = true; this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Appearance.Options.UseForeColor = true; this.labelControl2.Appearance.Options.UseTextOptions = true; this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl2.Location = new System.Drawing.Point(10, 10); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(202, 24); this.labelControl2.TabIndex = 1; this.labelControl2.Text = "冠状动脉介入诊疗知情同意书"; this.labelControl2.Click += new System.EventHandler(this.labelControl2_Click); // // panel_Content // this.panel_Content.Dock = System.Windows.Forms.DockStyle.Fill; this.panel_Content.Location = new System.Drawing.Point(0, 44); this.panel_Content.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.panel_Content.LookAndFeel.UseDefaultLookAndFeel = false; this.panel_Content.Name = "panel_Content"; this.panel_Content.Size = new System.Drawing.Size(1035, 502); this.panel_Content.TabIndex = 2; // // tablePanel3 // this.tablePanel3.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 40F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 40F)}); this.tablePanel3.Controls.Add(this.simpleButton2); this.tablePanel3.Controls.Add(this.simpleButton1); this.tablePanel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.tablePanel3.Location = new System.Drawing.Point(0, 502); this.tablePanel3.Name = "tablePanel3"; this.tablePanel3.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)}); this.tablePanel3.Size = new System.Drawing.Size(1035, 44); this.tablePanel3.TabIndex = 42; // // simpleButton2 // this.simpleButton2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(190)))), ((int)(((byte)(107))))); this.simpleButton2.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.simpleButton2.Appearance.Options.UseBackColor = true; this.simpleButton2.Appearance.Options.UseFont = true; this.tablePanel3.SetColumn(this.simpleButton2, 2); this.simpleButton2.Dock = System.Windows.Forms.DockStyle.Fill; this.simpleButton2.Location = new System.Drawing.Point(521, 3); this.simpleButton2.Name = "simpleButton2"; this.tablePanel3.SetRow(this.simpleButton2, 0); this.simpleButton2.Size = new System.Drawing.Size(167, 38); this.simpleButton2.TabIndex = 1; this.simpleButton2.Text = "保存并打印"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // simpleButton1 // this.simpleButton1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(140)))), ((int)(((byte)(240))))); this.simpleButton1.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.simpleButton1.Appearance.Options.UseBackColor = true; this.simpleButton1.Appearance.Options.UseFont = true; this.tablePanel3.SetColumn(this.simpleButton1, 1); this.simpleButton1.Dock = System.Windows.Forms.DockStyle.Fill; this.simpleButton1.Location = new System.Drawing.Point(348, 3); this.simpleButton1.Name = "simpleButton1"; this.tablePanel3.SetRow(this.simpleButton1, 0); this.simpleButton1.Size = new System.Drawing.Size(167, 38); this.simpleButton1.TabIndex = 0; this.simpleButton1.Text = "保存告知书信息"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // Form_InformedConsent // this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(1035, 546); this.Controls.Add(this.tablePanel3); this.Controls.Add(this.panel_Content); this.Controls.Add(this.panelControl1); this.Font = new System.Drawing.Font("Tahoma", 11F); this.Name = "Form_InformedConsent"; this.Load += new System.EventHandler(this.Form_InformedConsent_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panel_Content)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel3)).EndInit(); this.tablePanel3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.PanelControl panel_Content; private DevExpress.Utils.Layout.TablePanel tablePanel3; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.SimpleButton simpleButton1; } }