namespace _1200Gxml心电图绘制 { partial class Form3 { /// /// 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(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.生成高精度打印报告ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cBoxSpeed = new System.Windows.Forms.ComboBox(); this.cBoxAmplitude = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.combo_reportModel = new System.Windows.Forms.ComboBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.txt_msg = new System.Windows.Forms.TextBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.contextMenuStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // contextMenuStrip1 // this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.生成高精度打印报告ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(280, 38); // // 生成高精度打印报告ToolStripMenuItem // this.生成高精度打印报告ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.生成高精度打印报告ToolStripMenuItem.Name = "生成高精度打印报告ToolStripMenuItem"; this.生成高精度打印报告ToolStripMenuItem.Size = new System.Drawing.Size(279, 34); this.生成高精度打印报告ToolStripMenuItem.Text = "生成高精度打印报告"; this.生成高精度打印报告ToolStripMenuItem.Click += new System.EventHandler(this.生成高精度打印报告ToolStripMenuItem_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.cBoxSpeed); this.groupBox1.Controls.Add(this.cBoxAmplitude); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.combo_reportModel); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Margin = new System.Windows.Forms.Padding(2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(2); this.groupBox1.Size = new System.Drawing.Size(1185, 67); this.groupBox1.TabIndex = 5; this.groupBox1.TabStop = false; this.groupBox1.Text = "操作"; // // cBoxSpeed // this.cBoxSpeed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cBoxSpeed.Font = new System.Drawing.Font("微软雅黑", 12F); this.cBoxSpeed.FormattingEnabled = true; this.cBoxSpeed.Items.AddRange(new object[] { "5mm/s", "10mm/s", "12.5mm/s", "25mm/s", "50mm/s"}); this.cBoxSpeed.Location = new System.Drawing.Point(422, 28); this.cBoxSpeed.Name = "cBoxSpeed"; this.cBoxSpeed.Size = new System.Drawing.Size(113, 29); this.cBoxSpeed.TabIndex = 4; this.cBoxSpeed.SelectedIndexChanged += new System.EventHandler(this.cBoxSpeed_SelectedIndexChanged); // // cBoxAmplitude // this.cBoxAmplitude.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cBoxAmplitude.Font = new System.Drawing.Font("微软雅黑", 12F); this.cBoxAmplitude.FormattingEnabled = true; this.cBoxAmplitude.Items.AddRange(new object[] { "2.5mm/mv", "5mm/mv", "10mm/mv", "20mm/mv", "40mm/mv"}); this.cBoxAmplitude.Location = new System.Drawing.Point(648, 28); this.cBoxAmplitude.Name = "cBoxAmplitude"; this.cBoxAmplitude.Size = new System.Drawing.Size(105, 29); this.cBoxAmplitude.TabIndex = 5; this.cBoxAmplitude.SelectedIndexChanged += new System.EventHandler(this.cBoxAmplitude_SelectedIndexChanged); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 12F); this.label3.Location = new System.Drawing.Point(586, 33); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(58, 21); this.label3.TabIndex = 3; this.label3.Text = "增益:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F); this.label2.Location = new System.Drawing.Point(360, 33); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(58, 21); this.label2.TabIndex = 3; this.label2.Text = "走速:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F); this.label1.Location = new System.Drawing.Point(32, 33); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(90, 21); this.label1.TabIndex = 3; this.label1.Text = "报告版式:"; // // combo_reportModel // this.combo_reportModel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.combo_reportModel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.combo_reportModel.FormattingEnabled = true; this.combo_reportModel.Items.AddRange(new object[] { "6x2报告模式", "6x2任意长两导联", "12x1报告模式", "4x3任意单长模式", "4x3任意长三导联"}); this.combo_reportModel.Location = new System.Drawing.Point(126, 28); this.combo_reportModel.Name = "combo_reportModel"; this.combo_reportModel.Size = new System.Drawing.Size(223, 29); this.combo_reportModel.TabIndex = 2; this.combo_reportModel.SelectedIndexChanged += new System.EventHandler(this.combo_reportModel_SelectedIndexChanged); // // groupBox2 // this.groupBox2.Controls.Add(this.tabControl1); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(0, 67); this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); this.groupBox2.Size = new System.Drawing.Size(1185, 574); this.groupBox2.TabIndex = 6; this.groupBox2.TabStop = false; // // tabControl1 // this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(5, 20); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1175, 554); this.tabControl1.TabIndex = 1; // // tabPage1 // this.tabPage1.Controls.Add(this.txt_msg); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(1167, 528); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "服务日志"; this.tabPage1.UseVisualStyleBackColor = true; // // txt_msg // this.txt_msg.BackColor = System.Drawing.Color.Black; this.txt_msg.Dock = System.Windows.Forms.DockStyle.Fill; this.txt_msg.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txt_msg.ForeColor = System.Drawing.Color.GreenYellow; this.txt_msg.Location = new System.Drawing.Point(3, 3); this.txt_msg.Margin = new System.Windows.Forms.Padding(2); this.txt_msg.Multiline = true; this.txt_msg.Name = "txt_msg"; this.txt_msg.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txt_msg.Size = new System.Drawing.Size(1161, 522); this.txt_msg.TabIndex = 1; // // tabPage2 // this.tabPage2.Controls.Add(this.pictureBox1); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(1167, 528); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "tabPage2"; this.tabPage2.UseVisualStyleBackColor = true; // // pictureBox1 // this.pictureBox1.ContextMenuStrip = this.contextMenuStrip1; this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox1.Location = new System.Drawing.Point(3, 3); this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(1161, 522); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // Form3 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1185, 641); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.Name = "Form3"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "心电图绘制"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form3_FormClosed); this.Load += new System.EventHandler(this.Form3_Load); this.contextMenuStrip1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 生成高精度打印报告ToolStripMenuItem; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox combo_reportModel; private System.Windows.Forms.ComboBox cBoxSpeed; private System.Windows.Forms.ComboBox cBoxAmplitude; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TextBox txt_msg; } }