namespace SOH.ShouFei { partial class frmTJJXMX { /// /// 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.lbTitle = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.gvTJXX = new System.Windows.Forms.DataGridView(); this.gvJXXX = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gvTJXX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvJXXX)).BeginInit(); this.SuspendLayout(); // // lbTitle // this.lbTitle.AutoSize = true; this.lbTitle.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbTitle.Location = new System.Drawing.Point(416, 15); this.lbTitle.Name = "lbTitle"; this.lbTitle.Size = new System.Drawing.Size(98, 15); this.lbTitle.TabIndex = 0; this.lbTitle.Text = "加 项 明 细"; // // panel1 // this.panel1.Controls.Add(this.lbTitle); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(848, 41); this.panel1.TabIndex = 1; // // panel2 // this.panel2.Controls.Add(this.gvJXXX); this.panel2.Controls.Add(this.gvTJXX); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 41); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(848, 317); this.panel2.TabIndex = 2; // // gvTJXX // this.gvTJXX.AllowUserToAddRows = false; this.gvTJXX.AllowUserToDeleteRows = false; this.gvTJXX.AllowUserToResizeRows = false; this.gvTJXX.BackgroundColor = System.Drawing.Color.White; this.gvTJXX.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.gvTJXX.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3, this.Column4, this.Column5, this.Column6, this.Column7}); this.gvTJXX.Dock = System.Windows.Forms.DockStyle.Left; this.gvTJXX.Location = new System.Drawing.Point(0, 0); this.gvTJXX.Name = "gvTJXX"; this.gvTJXX.ReadOnly = true; this.gvTJXX.RowHeadersVisible = false; this.gvTJXX.RowTemplate.Height = 23; this.gvTJXX.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.gvTJXX.Size = new System.Drawing.Size(625, 317); this.gvTJXX.TabIndex = 0; this.gvTJXX.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gvTJXX_CellClick); // // gvJXXX // this.gvJXXX.AllowUserToAddRows = false; this.gvJXXX.AllowUserToDeleteRows = false; this.gvJXXX.AllowUserToResizeRows = false; this.gvJXXX.BackgroundColor = System.Drawing.Color.White; this.gvJXXX.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.gvJXXX.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column8, this.Column9}); this.gvJXXX.Dock = System.Windows.Forms.DockStyle.Right; this.gvJXXX.Location = new System.Drawing.Point(632, 0); this.gvJXXX.Name = "gvJXXX"; this.gvJXXX.ReadOnly = true; this.gvJXXX.RowHeadersVisible = false; this.gvJXXX.RowTemplate.Height = 23; this.gvJXXX.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.gvJXXX.Size = new System.Drawing.Size(216, 317); this.gvJXXX.TabIndex = 1; // // Column1 // this.Column1.DataPropertyName = "htfzmc"; this.Column1.HeaderText = "分组名称"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; // // Column2 // this.Column2.DataPropertyName = "tm"; this.Column2.HeaderText = "条码号"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; // // Column3 // this.Column3.DataPropertyName = "xm"; this.Column3.HeaderText = "姓名"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Width = 80; // // Column4 // this.Column4.DataPropertyName = "xbmc"; this.Column4.HeaderText = "性别"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; this.Column4.Width = 80; // // Column5 // this.Column5.DataPropertyName = "nl"; this.Column5.HeaderText = "年龄"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Width = 80; // // Column6 // this.Column6.DataPropertyName = "hyzkmc"; this.Column6.HeaderText = "婚姻"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Width = 80; // // Column7 // this.Column7.DataPropertyName = "tjrq"; this.Column7.HeaderText = "体检日期"; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; // // Column8 // this.Column8.DataPropertyName = "zhmc"; this.Column8.HeaderText = "项目名称"; this.Column8.Name = "Column8"; this.Column8.ReadOnly = true; this.Column8.Width = 120; // // Column9 // this.Column9.DataPropertyName = "gzfmc"; this.Column9.HeaderText = "公/自费"; this.Column9.Name = "Column9"; this.Column9.ReadOnly = true; this.Column9.Width = 90; // // frmTJJXMX // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(848, 358); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmTJJXMX"; this.Text = "加项明细"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gvTJXX)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvJXXX)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lbTitle; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.DataGridView gvTJXX; private System.Windows.Forms.DataGridView gvJXXX; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; private System.Windows.Forms.DataGridViewTextBoxColumn Column9; } }