namespace SOH.KeFu { partial class frmDaYinBaoGao { /// /// 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.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.panel3 = new System.Windows.Forms.Panel(); this.dgvRight = new System.Windows.Forms.DataGridView(); this.tmh = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xm = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xb1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xb = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.nl = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tjrq = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dw = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.butDyyg = new System.Windows.Forms.Button(); this.butKsdybg = new System.Windows.Forms.Button(); this.butYldybg = new System.Windows.Forms.Button(); this.butSx = new System.Windows.Forms.Button(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.tiaoma = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xingming = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xingbie = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.nianling = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tijianriqi = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.danwei = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.chushengriqi = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel2 = new System.Windows.Forms.Panel(); this.cb4 = new System.Windows.Forms.CheckBox(); this.cb3 = new System.Windows.Forms.CheckBox(); this.cb2 = new System.Windows.Forms.CheckBox(); this.cb1 = new System.Windows.Forms.CheckBox(); this.button2 = new System.Windows.Forms.Button(); this.txtTmh = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.cb5 = new System.Windows.Forms.CheckBox(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvRight)).BeginInit(); this.panel1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Margin = new System.Windows.Forms.Padding(4); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1387, 698); this.tabControl1.TabIndex = 1; // // tabPage1 // this.tabPage1.Controls.Add(this.panel3); this.tabPage1.Controls.Add(this.panel1); this.tabPage1.Location = new System.Drawing.Point(4, 27); this.tabPage1.Margin = new System.Windows.Forms.Padding(4); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(4); this.tabPage1.Size = new System.Drawing.Size(1379, 667); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "待打印报告"; this.tabPage1.UseVisualStyleBackColor = true; // // panel3 // this.panel3.Controls.Add(this.dgvRight); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(4, 75); this.panel3.Margin = new System.Windows.Forms.Padding(4); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1371, 588); this.panel3.TabIndex = 2; // // dgvRight // this.dgvRight.AllowUserToAddRows = false; this.dgvRight.AllowUserToResizeColumns = false; this.dgvRight.AllowUserToResizeRows = false; this.dgvRight.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvRight.BackgroundColor = System.Drawing.Color.White; this.dgvRight.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvRight.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.tmh, this.xm, this.xb1, this.xb, this.nl, this.tjrq, this.dw}); this.dgvRight.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvRight.Location = new System.Drawing.Point(0, 0); this.dgvRight.Margin = new System.Windows.Forms.Padding(4); this.dgvRight.MultiSelect = false; this.dgvRight.Name = "dgvRight"; this.dgvRight.ReadOnly = true; this.dgvRight.RowTemplate.Height = 23; this.dgvRight.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvRight.Size = new System.Drawing.Size(1371, 588); this.dgvRight.TabIndex = 1; // // tmh // this.tmh.DataPropertyName = "tm"; this.tmh.HeaderText = "条码号"; this.tmh.Name = "tmh"; this.tmh.ReadOnly = true; // // xm // this.xm.DataPropertyName = "xm"; this.xm.HeaderText = "姓名"; this.xm.Name = "xm"; this.xm.ReadOnly = true; // // xb1 // this.xb1.DataPropertyName = "xb1"; this.xb1.HeaderText = "性别"; this.xb1.Name = "xb1"; this.xb1.ReadOnly = true; // // xb // this.xb.DataPropertyName = "xb"; this.xb.HeaderText = "性别"; this.xb.Name = "xb"; this.xb.ReadOnly = true; this.xb.Visible = false; // // nl // this.nl.DataPropertyName = "nl"; this.nl.HeaderText = "年龄"; this.nl.Name = "nl"; this.nl.ReadOnly = true; // // tjrq // this.tjrq.DataPropertyName = "tjrq"; this.tjrq.HeaderText = "体检日期"; this.tjrq.Name = "tjrq"; this.tjrq.ReadOnly = true; // // dw // this.dw.DataPropertyName = "dw"; this.dw.HeaderText = "单位"; this.dw.Name = "dw"; this.dw.ReadOnly = true; // // panel1 // this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.butDyyg); this.panel1.Controls.Add(this.butKsdybg); this.panel1.Controls.Add(this.butYldybg); this.panel1.Controls.Add(this.butSx); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(4, 4); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1371, 71); this.panel1.TabIndex = 0; // // button1 // this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button1.Location = new System.Drawing.Point(601, 22); this.button1.Margin = new System.Windows.Forms.Padding(4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(133, 31); this.button1.TabIndex = 4; this.button1.Text = "打印全部报告"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // butDyyg // this.butDyyg.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.butDyyg.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.butDyyg.Location = new System.Drawing.Point(456, 22); this.butDyyg.Margin = new System.Windows.Forms.Padding(4); this.butDyyg.Name = "butDyyg"; this.butDyyg.Size = new System.Drawing.Size(133, 31); this.butDyyg.TabIndex = 3; this.butDyyg.Text = "打印乙肝"; this.butDyyg.UseVisualStyleBackColor = true; this.butDyyg.Click += new System.EventHandler(this.butDyyg_Click); // // butKsdybg // this.butKsdybg.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.butKsdybg.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.butKsdybg.Location = new System.Drawing.Point(311, 22); this.butKsdybg.Margin = new System.Windows.Forms.Padding(4); this.butKsdybg.Name = "butKsdybg"; this.butKsdybg.Size = new System.Drawing.Size(133, 31); this.butKsdybg.TabIndex = 2; this.butKsdybg.Text = "打印选中报告"; this.butKsdybg.UseVisualStyleBackColor = true; this.butKsdybg.Click += new System.EventHandler(this.butKsdybg_Click); // // butYldybg // this.butYldybg.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.butYldybg.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.butYldybg.Location = new System.Drawing.Point(165, 22); this.butYldybg.Margin = new System.Windows.Forms.Padding(4); this.butYldybg.Name = "butYldybg"; this.butYldybg.Size = new System.Drawing.Size(133, 31); this.butYldybg.TabIndex = 1; this.butYldybg.Text = "预览打印报告"; this.butYldybg.UseVisualStyleBackColor = true; this.butYldybg.Click += new System.EventHandler(this.butYldybg_Click); // // butSx // this.butSx.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.butSx.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.butSx.Location = new System.Drawing.Point(21, 22); this.butSx.Margin = new System.Windows.Forms.Padding(4); this.butSx.Name = "butSx"; this.butSx.Size = new System.Drawing.Size(133, 31); this.butSx.TabIndex = 0; this.butSx.Text = "刷新"; this.butSx.UseVisualStyleBackColor = true; this.butSx.Click += new System.EventHandler(this.butSx_Click); // // tabPage2 // this.tabPage2.Controls.Add(this.dataGridView1); this.tabPage2.Controls.Add(this.panel2); this.tabPage2.Location = new System.Drawing.Point(4, 27); this.tabPage2.Margin = new System.Windows.Forms.Padding(4); this.tabPage2.Name = "tabPage2"; this.tabPage2.Size = new System.Drawing.Size(1379, 667); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "查询打印报告"; this.tabPage2.UseVisualStyleBackColor = true; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToResizeColumns = false; this.dataGridView1.AllowUserToResizeRows = false; this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView1.BackgroundColor = System.Drawing.Color.White; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.tiaoma, this.xingming, this.xingbie, this.nianling, this.tijianriqi, this.danwei, this.chushengriqi}); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 90); this.dataGridView1.Margin = new System.Windows.Forms.Padding(4); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(1379, 577); this.dataGridView1.TabIndex = 2; // // tiaoma // this.tiaoma.DataPropertyName = "tm"; this.tiaoma.HeaderText = "条码号"; this.tiaoma.Name = "tiaoma"; this.tiaoma.ReadOnly = true; // // xingming // this.xingming.DataPropertyName = "xm"; this.xingming.HeaderText = "姓名"; this.xingming.Name = "xingming"; this.xingming.ReadOnly = true; // // xingbie // this.xingbie.DataPropertyName = "xb1"; this.xingbie.HeaderText = "性别"; this.xingbie.Name = "xingbie"; this.xingbie.ReadOnly = true; this.xingbie.Visible = false; // // nianling // this.nianling.DataPropertyName = "nl"; this.nianling.HeaderText = "年龄"; this.nianling.Name = "nianling"; this.nianling.ReadOnly = true; // // tijianriqi // this.tijianriqi.DataPropertyName = "tjrq"; this.tijianriqi.HeaderText = "体检日期"; this.tijianriqi.Name = "tijianriqi"; this.tijianriqi.ReadOnly = true; // // danwei // this.danwei.DataPropertyName = "dw"; this.danwei.HeaderText = "单位"; this.danwei.Name = "danwei"; this.danwei.ReadOnly = true; // // chushengriqi // this.chushengriqi.DataPropertyName = "csrq"; this.chushengriqi.HeaderText = "出生日期"; this.chushengriqi.Name = "chushengriqi"; this.chushengriqi.ReadOnly = true; // // panel2 // this.panel2.Controls.Add(this.cb5); this.panel2.Controls.Add(this.cb4); this.panel2.Controls.Add(this.cb3); this.panel2.Controls.Add(this.cb2); this.panel2.Controls.Add(this.cb1); this.panel2.Controls.Add(this.button2); this.panel2.Controls.Add(this.txtTmh); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.button3); this.panel2.Controls.Add(this.button4); this.panel2.Controls.Add(this.button5); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Margin = new System.Windows.Forms.Padding(4); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1379, 90); this.panel2.TabIndex = 1; // // cb4 // this.cb4.AutoSize = true; this.cb4.Location = new System.Drawing.Point(1259, 25); this.cb4.Name = "cb4"; this.cb4.Size = new System.Drawing.Size(102, 22); this.cb4.TabIndex = 8; this.cb4.Text = "检验模板"; this.cb4.UseVisualStyleBackColor = true; // // cb3 // this.cb3.AutoSize = true; this.cb3.Location = new System.Drawing.Point(1150, 25); this.cb3.Name = "cb3"; this.cb3.Size = new System.Drawing.Size(84, 22); this.cb3.TabIndex = 7; this.cb3.Text = "模板三"; this.cb3.UseVisualStyleBackColor = true; // // cb2 // this.cb2.AutoSize = true; this.cb2.Location = new System.Drawing.Point(1036, 26); this.cb2.Name = "cb2"; this.cb2.Size = new System.Drawing.Size(84, 22); this.cb2.TabIndex = 6; this.cb2.Text = "模板二"; this.cb2.UseVisualStyleBackColor = true; // // cb1 // this.cb1.AutoSize = true; this.cb1.Location = new System.Drawing.Point(924, 27); this.cb1.Name = "cb1"; this.cb1.Size = new System.Drawing.Size(84, 22); this.cb1.TabIndex = 5; this.cb1.Text = "模板一"; this.cb1.UseVisualStyleBackColor = true; // // button2 // this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button2.Location = new System.Drawing.Point(759, 22); this.button2.Margin = new System.Windows.Forms.Padding(4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(133, 31); this.button2.TabIndex = 4; this.button2.Text = "批量打印"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // txtTmh // this.txtTmh.Location = new System.Drawing.Point(121, 22); this.txtTmh.Margin = new System.Windows.Forms.Padding(4); this.txtTmh.Name = "txtTmh"; this.txtTmh.Size = new System.Drawing.Size(171, 27); this.txtTmh.TabIndex = 3; this.txtTmh.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(11, 29); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(98, 18); this.label1.TabIndex = 3; this.label1.Text = "请扫描条码"; // // button3 // this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button3.Location = new System.Drawing.Point(613, 22); this.button3.Margin = new System.Windows.Forms.Padding(4); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(133, 31); this.button3.TabIndex = 3; this.button3.Text = "打印乙肝"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button4 // this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button4.Location = new System.Drawing.Point(468, 22); this.button4.Margin = new System.Windows.Forms.Padding(4); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(133, 31); this.button4.TabIndex = 2; this.button4.Text = "打印选中报告"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button5.Location = new System.Drawing.Point(323, 22); this.button5.Margin = new System.Windows.Forms.Padding(4); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(133, 31); this.button5.TabIndex = 1; this.button5.Text = "预览打印报告"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // cb5 // this.cb5.AutoSize = true; this.cb5.Location = new System.Drawing.Point(924, 61); this.cb5.Name = "cb5"; this.cb5.Size = new System.Drawing.Size(138, 22); this.cb5.TabIndex = 9; this.cb5.Text = "超声影像模板"; this.cb5.UseVisualStyleBackColor = true; // // frmDaYinBaoGao // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1387, 698); this.Controls.Add(this.tabControl1); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "frmDaYinBaoGao"; this.Text = "批量打印报告"; this.Load += new System.EventHandler(this.frmDaYinBaoGao_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvRight)).EndInit(); this.panel1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button butDyyg; private System.Windows.Forms.Button butKsdybg; private System.Windows.Forms.Button butYldybg; private System.Windows.Forms.Button butSx; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.DataGridView dgvRight; private System.Windows.Forms.Button button1; private System.Windows.Forms.DataGridViewTextBoxColumn tmh; private System.Windows.Forms.DataGridViewTextBoxColumn xm; private System.Windows.Forms.DataGridViewTextBoxColumn xb1; private System.Windows.Forms.DataGridViewTextBoxColumn xb; private System.Windows.Forms.DataGridViewTextBoxColumn nl; private System.Windows.Forms.DataGridViewTextBoxColumn tjrq; private System.Windows.Forms.DataGridViewTextBoxColumn dw; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.TextBox txtTmh; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.DataGridViewTextBoxColumn tiaoma; private System.Windows.Forms.DataGridViewTextBoxColumn xingming; private System.Windows.Forms.DataGridViewTextBoxColumn xingbie; private System.Windows.Forms.DataGridViewTextBoxColumn nianling; private System.Windows.Forms.DataGridViewTextBoxColumn tijianriqi; private System.Windows.Forms.DataGridViewTextBoxColumn danwei; private System.Windows.Forms.DataGridViewTextBoxColumn chushengriqi; private System.Windows.Forms.Button button2; private System.Windows.Forms.CheckBox cb2; private System.Windows.Forms.CheckBox cb1; private System.Windows.Forms.CheckBox cb3; private System.Windows.Forms.CheckBox cb4; private System.Windows.Forms.CheckBox cb5; } }