namespace SOH.ShouFei { partial class frmTJZXQK { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.lbTitle = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.gvHTFZ = new System.Windows.Forms.DataGridView(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.djyj = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.wdjyj = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel2 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.tbzqk = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.tbhkhj = new System.Windows.Forms.TextBox(); this.tbjxhj = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.tbyshj = new System.Windows.Forms.TextBox(); this.tbfzhj = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.btnTJMX = new System.Windows.Forms.Button(); this.btnJXMX = new System.Windows.Forms.Button(); this.btnWJRY = new System.Windows.Forms.Button(); this.btnHTJZ = new System.Windows.Forms.Button(); this.btnHTFJ = new System.Windows.Forms.Button(); this.panel5 = new System.Windows.Forms.Panel(); this.btnDelete = new System.Windows.Forms.Button(); this.btnUpdate = new System.Windows.Forms.Button(); this.btnAdd = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.tbSM = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.dtpRQ = new System.Windows.Forms.DateTimePicker(); this.label12 = new System.Windows.Forms.Label(); this.tbJFJE = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.cbJFFS = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.cbJFR = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.gvYJF = new System.Windows.Forms.DataGridView(); this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 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.groupBox2 = new System.Windows.Forms.GroupBox(); this.tbyjhj = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gvHTFZ)).BeginInit(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); this.panel5.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gvYJF)).BeginInit(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // 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(947, 38); this.panel1.TabIndex = 0; // // 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(363, 11); this.lbTitle.Name = "lbTitle"; this.lbTitle.Size = new System.Drawing.Size(221, 15); this.lbTitle.TabIndex = 0; this.lbTitle.Text = "XX公司2015年度团检合同结算"; this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // groupBox1 // this.groupBox1.Controls.Add(this.gvHTFZ); this.groupBox1.Location = new System.Drawing.Point(3, 6); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(944, 175); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "合同执行情况"; // // gvHTFZ // this.gvHTFZ.AllowUserToAddRows = false; this.gvHTFZ.AllowUserToDeleteRows = false; this.gvHTFZ.AllowUserToResizeRows = false; this.gvHTFZ.BackgroundColor = System.Drawing.Color.White; this.gvHTFZ.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.gvHTFZ.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column7, this.Column8, this.Column9, this.Column10, this.Column11, this.Column12, this.Column13, this.Column14, this.djyj, this.Column15, this.Column16, this.wdjyj, this.Column17, this.Column18}); this.gvHTFZ.Dock = System.Windows.Forms.DockStyle.Fill; this.gvHTFZ.Location = new System.Drawing.Point(3, 17); this.gvHTFZ.Name = "gvHTFZ"; this.gvHTFZ.ReadOnly = true; this.gvHTFZ.RowHeadersVisible = false; this.gvHTFZ.RowHeadersWidth = 51; this.gvHTFZ.RowTemplate.Height = 23; this.gvHTFZ.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.gvHTFZ.Size = new System.Drawing.Size(938, 155); this.gvHTFZ.TabIndex = 0; // // Column7 // this.Column7.DataPropertyName = "htfzmc"; this.Column7.HeaderText = "分组名称"; this.Column7.MinimumWidth = 6; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; this.Column7.Width = 125; // // Column8 // this.Column8.DataPropertyName = "fzjg"; this.Column8.HeaderText = "分组原价"; this.Column8.MinimumWidth = 6; this.Column8.Name = "Column8"; this.Column8.ReadOnly = true; this.Column8.Width = 125; // // Column9 // this.Column9.DataPropertyName = "fzzl"; this.Column9.HeaderText = "折率"; this.Column9.MinimumWidth = 6; this.Column9.Name = "Column9"; this.Column9.ReadOnly = true; this.Column9.Width = 125; // // Column10 // this.Column10.DataPropertyName = "ssjg"; this.Column10.HeaderText = "实收价格"; this.Column10.MinimumWidth = 6; this.Column10.Name = "Column10"; this.Column10.ReadOnly = true; this.Column10.Width = 125; // // Column11 // this.Column11.DataPropertyName = "gzfbjmc"; this.Column11.HeaderText = "交费方式"; this.Column11.MinimumWidth = 6; this.Column11.Name = "Column11"; this.Column11.ReadOnly = true; this.Column11.Width = 125; // // Column12 // this.Column12.DataPropertyName = "jxgzfbjmc"; this.Column12.HeaderText = "加项交费"; this.Column12.MinimumWidth = 6; this.Column12.Name = "Column12"; this.Column12.ReadOnly = true; this.Column12.Width = 125; // // Column13 // this.Column13.DataPropertyName = "sjrs"; this.Column13.HeaderText = "实收人数"; this.Column13.MinimumWidth = 6; this.Column13.Name = "Column13"; this.Column13.ReadOnly = true; this.Column13.Width = 125; // // Column14 // this.Column14.DataPropertyName = "sjje"; this.Column14.HeaderText = "实收金额"; this.Column14.MinimumWidth = 6; this.Column14.Name = "Column14"; this.Column14.ReadOnly = true; this.Column14.Width = 125; // // djyj // this.djyj.DataPropertyName = "djyj"; this.djyj.HeaderText = "到检原价合计"; this.djyj.MinimumWidth = 6; this.djyj.Name = "djyj"; this.djyj.ReadOnly = true; this.djyj.Width = 135; // // Column15 // this.Column15.DataPropertyName = "wjrs"; this.Column15.HeaderText = "未检人数"; this.Column15.MinimumWidth = 6; this.Column15.Name = "Column15"; this.Column15.ReadOnly = true; this.Column15.Width = 125; // // Column16 // this.Column16.DataPropertyName = "wjje"; this.Column16.HeaderText = "未检金额"; this.Column16.MinimumWidth = 6; this.Column16.Name = "Column16"; this.Column16.ReadOnly = true; this.Column16.Width = 125; // // wdjyj // this.wdjyj.DataPropertyName = "wdjyj"; this.wdjyj.HeaderText = "未到检原价合计"; this.wdjyj.MinimumWidth = 6; this.wdjyj.Name = "wdjyj"; this.wdjyj.ReadOnly = true; this.wdjyj.Width = 145; // // Column17 // this.Column17.DataPropertyName = "gfjx"; this.Column17.HeaderText = "公费加项"; this.Column17.MinimumWidth = 6; this.Column17.Name = "Column17"; this.Column17.ReadOnly = true; this.Column17.Width = 125; // // Column18 // this.Column18.DataPropertyName = "xj"; this.Column18.HeaderText = "小计"; this.Column18.MinimumWidth = 6; this.Column18.Name = "Column18"; this.Column18.ReadOnly = true; this.Column18.Width = 125; // // panel2 // this.panel2.Controls.Add(this.panel3); this.panel2.Controls.Add(this.groupBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 38); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(947, 220); this.panel2.TabIndex = 1; // // panel3 // this.panel3.Controls.Add(this.tbyjhj); this.panel3.Controls.Add(this.label2); this.panel3.Controls.Add(this.tbzqk); this.panel3.Controls.Add(this.label9); this.panel3.Controls.Add(this.tbhkhj); this.panel3.Controls.Add(this.tbjxhj); this.panel3.Controls.Add(this.label7); this.panel3.Controls.Add(this.label8); this.panel3.Controls.Add(this.label5); this.panel3.Controls.Add(this.tbyshj); this.panel3.Controls.Add(this.tbfzhj); this.panel3.Controls.Add(this.label4); this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel3.Location = new System.Drawing.Point(0, 181); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(947, 39); this.panel3.TabIndex = 2; // // tbzqk // this.tbzqk.Location = new System.Drawing.Point(649, 11); this.tbzqk.Name = "tbzqk"; this.tbzqk.ReadOnly = true; this.tbzqk.Size = new System.Drawing.Size(68, 21); this.tbzqk.TabIndex = 19; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(590, 15); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 18; this.label9.Text = "总欠款:"; // // tbhkhj // this.tbhkhj.Location = new System.Drawing.Point(516, 11); this.tbhkhj.Name = "tbhkhj"; this.tbhkhj.ReadOnly = true; this.tbhkhj.Size = new System.Drawing.Size(68, 21); this.tbhkhj.TabIndex = 17; // // tbjxhj // this.tbjxhj.Location = new System.Drawing.Point(226, 11); this.tbjxhj.Name = "tbjxhj"; this.tbjxhj.ReadOnly = true; this.tbjxhj.Size = new System.Drawing.Size(68, 21); this.tbjxhj.TabIndex = 5; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(300, 15); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(65, 12); this.label7.TabIndex = 14; this.label7.Text = "应收合计:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(445, 15); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(65, 12); this.label8.TabIndex = 16; this.label8.Text = "回款合计:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(155, 15); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 4; this.label5.Text = "加项合计:"; // // tbyshj // this.tbyshj.Location = new System.Drawing.Point(371, 11); this.tbyshj.Name = "tbyshj"; this.tbyshj.ReadOnly = true; this.tbyshj.Size = new System.Drawing.Size(68, 21); this.tbyshj.TabIndex = 15; // // tbfzhj // this.tbfzhj.Location = new System.Drawing.Point(81, 11); this.tbfzhj.Name = "tbfzhj"; this.tbfzhj.ReadOnly = true; this.tbfzhj.Size = new System.Drawing.Size(68, 21); this.tbfzhj.TabIndex = 3; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(10, 15); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 2; this.label4.Text = "分组合计:"; // // btnTJMX // this.btnTJMX.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnTJMX.Location = new System.Drawing.Point(191, 266); this.btnTJMX.Name = "btnTJMX"; this.btnTJMX.Size = new System.Drawing.Size(75, 27); this.btnTJMX.TabIndex = 3; this.btnTJMX.Text = "体检明细"; this.btnTJMX.UseVisualStyleBackColor = true; this.btnTJMX.Visible = false; this.btnTJMX.Click += new System.EventHandler(this.btnTJMX_Click); // // btnJXMX // this.btnJXMX.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnJXMX.Location = new System.Drawing.Point(292, 266); this.btnJXMX.Name = "btnJXMX"; this.btnJXMX.Size = new System.Drawing.Size(75, 27); this.btnJXMX.TabIndex = 4; this.btnJXMX.Text = "加项明细"; this.btnJXMX.UseVisualStyleBackColor = true; this.btnJXMX.Click += new System.EventHandler(this.btnJXMX_Click); // // btnWJRY // this.btnWJRY.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnWJRY.Location = new System.Drawing.Point(393, 266); this.btnWJRY.Name = "btnWJRY"; this.btnWJRY.Size = new System.Drawing.Size(75, 27); this.btnWJRY.TabIndex = 5; this.btnWJRY.Text = "未检人员"; this.btnWJRY.UseVisualStyleBackColor = true; this.btnWJRY.Click += new System.EventHandler(this.btnWJRY_Click); // // btnHTJZ // this.btnHTJZ.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnHTJZ.Location = new System.Drawing.Point(494, 266); this.btnHTJZ.Name = "btnHTJZ"; this.btnHTJZ.Size = new System.Drawing.Size(75, 27); this.btnHTJZ.TabIndex = 6; this.btnHTJZ.Text = "合同结账"; this.btnHTJZ.UseVisualStyleBackColor = true; this.btnHTJZ.Click += new System.EventHandler(this.btnHTJZ_Click); // // btnHTFJ // this.btnHTFJ.Enabled = false; this.btnHTFJ.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnHTFJ.Location = new System.Drawing.Point(595, 266); this.btnHTFJ.Name = "btnHTFJ"; this.btnHTFJ.Size = new System.Drawing.Size(75, 27); this.btnHTFJ.TabIndex = 7; this.btnHTFJ.Text = "合同反结"; this.btnHTFJ.UseVisualStyleBackColor = true; this.btnHTFJ.Click += new System.EventHandler(this.btnHTFJ_Click); // // panel5 // this.panel5.BackColor = System.Drawing.Color.White; this.panel5.Controls.Add(this.btnDelete); this.panel5.Controls.Add(this.btnUpdate); this.panel5.Controls.Add(this.btnAdd); this.panel5.Controls.Add(this.groupBox3); this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel5.Location = new System.Drawing.Point(0, 459); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(947, 165); this.panel5.TabIndex = 8; // // btnDelete // this.btnDelete.BackColor = System.Drawing.Color.Gainsboro; this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnDelete.Location = new System.Drawing.Point(827, 102); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(90, 23); this.btnDelete.TabIndex = 3; this.btnDelete.Text = "删除交费记录"; this.btnDelete.UseVisualStyleBackColor = false; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // btnUpdate // this.btnUpdate.BackColor = System.Drawing.Color.Gainsboro; this.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnUpdate.Location = new System.Drawing.Point(827, 71); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(90, 23); this.btnUpdate.TabIndex = 2; this.btnUpdate.Text = "修改交费记录"; this.btnUpdate.UseVisualStyleBackColor = false; this.btnUpdate.Visible = false; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // btnAdd // this.btnAdd.BackColor = System.Drawing.Color.Gainsboro; this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnAdd.Location = new System.Drawing.Point(827, 39); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(90, 23); this.btnAdd.TabIndex = 1; this.btnAdd.Text = "提交交费记录"; this.btnAdd.UseVisualStyleBackColor = false; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // groupBox3 // this.groupBox3.BackColor = System.Drawing.Color.White; this.groupBox3.Controls.Add(this.tbSM); this.groupBox3.Controls.Add(this.label13); this.groupBox3.Controls.Add(this.dtpRQ); this.groupBox3.Controls.Add(this.label12); this.groupBox3.Controls.Add(this.tbJFJE); this.groupBox3.Controls.Add(this.label11); this.groupBox3.Controls.Add(this.cbJFFS); this.groupBox3.Controls.Add(this.label10); this.groupBox3.Controls.Add(this.cbJFR); this.groupBox3.Controls.Add(this.label1); this.groupBox3.Location = new System.Drawing.Point(10, 12); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(791, 139); this.groupBox3.TabIndex = 0; this.groupBox3.TabStop = false; this.groupBox3.Text = "本次交费"; // // tbSM // this.tbSM.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tbSM.Location = new System.Drawing.Point(63, 56); this.tbSM.Multiline = true; this.tbSM.Name = "tbSM"; this.tbSM.Size = new System.Drawing.Size(514, 67); this.tbSM.TabIndex = 9; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(22, 59); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(41, 12); this.label13.TabIndex = 8; this.label13.Text = "说明:"; // // dtpRQ // this.dtpRQ.Location = new System.Drawing.Point(635, 24); this.dtpRQ.Name = "dtpRQ"; this.dtpRQ.Size = new System.Drawing.Size(141, 21); this.dtpRQ.TabIndex = 7; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(568, 28); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(65, 12); this.label12.TabIndex = 6; this.label12.Text = "交费日期:"; // // tbJFJE // this.tbJFJE.Location = new System.Drawing.Point(459, 24); this.tbJFJE.Name = "tbJFJE"; this.tbJFJE.Size = new System.Drawing.Size(100, 21); this.tbJFJE.TabIndex = 5; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(397, 28); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(65, 12); this.label11.TabIndex = 4; this.label11.Text = "交费金额:"; // // cbJFFS // this.cbJFFS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbJFFS.FormattingEnabled = true; this.cbJFFS.Items.AddRange(new object[] { "现金", "银行卡", "支票", "医疗保险", "免费"}); this.cbJFFS.Location = new System.Drawing.Point(263, 24); this.cbJFFS.Name = "cbJFFS"; this.cbJFFS.Size = new System.Drawing.Size(121, 20); this.cbJFFS.TabIndex = 3; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(201, 28); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(65, 12); this.label10.TabIndex = 2; this.label10.Text = "交费方式:"; // // cbJFR // this.cbJFR.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbJFR.FormattingEnabled = true; this.cbJFR.Location = new System.Drawing.Point(63, 24); this.cbJFR.Name = "cbJFR"; this.cbJFR.Size = new System.Drawing.Size(121, 20); this.cbJFR.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 0; this.label1.Text = "交费人:"; // // gvYJF // this.gvYJF.AllowUserToAddRows = false; this.gvYJF.AllowUserToDeleteRows = false; this.gvYJF.AllowUserToResizeRows = false; this.gvYJF.BackgroundColor = System.Drawing.Color.White; this.gvYJF.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.gvYJF.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column19, this.Column1, this.Column2, this.Column3, this.Column4, this.Column5, this.Column6}); this.gvYJF.Dock = System.Windows.Forms.DockStyle.Fill; this.gvYJF.Location = new System.Drawing.Point(3, 17); this.gvYJF.Name = "gvYJF"; this.gvYJF.ReadOnly = true; this.gvYJF.RowHeadersVisible = false; this.gvYJF.RowHeadersWidth = 51; this.gvYJF.RowTemplate.Height = 23; this.gvYJF.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.gvYJF.Size = new System.Drawing.Size(935, 135); this.gvYJF.TabIndex = 0; // // Column19 // this.Column19.DataPropertyName = "xh"; this.Column19.HeaderText = "序号"; this.Column19.MinimumWidth = 6; this.Column19.Name = "Column19"; this.Column19.ReadOnly = true; this.Column19.Width = 80; // // Column1 // this.Column1.DataPropertyName = "rq"; this.Column1.HeaderText = "交费日期"; this.Column1.MinimumWidth = 6; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Width = 125; // // Column2 // this.Column2.DataPropertyName = "jffsmc"; this.Column2.HeaderText = "交费方式"; this.Column2.MinimumWidth = 6; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Width = 125; // // Column3 // this.Column3.DataPropertyName = "jg_v"; this.Column3.HeaderText = "交费金额"; this.Column3.MinimumWidth = 6; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Width = 125; // // Column4 // this.Column4.DataPropertyName = "jfr"; this.Column4.HeaderText = "交费人"; this.Column4.MinimumWidth = 6; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; this.Column4.Width = 125; // // Column5 // this.Column5.DataPropertyName = "jsr"; this.Column5.HeaderText = "经手人"; this.Column5.MinimumWidth = 6; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Width = 125; // // Column6 // this.Column6.DataPropertyName = "sm"; this.Column6.HeaderText = "说明"; this.Column6.MinimumWidth = 6; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Width = 200; // // groupBox2 // this.groupBox2.Controls.Add(this.gvYJF); this.groupBox2.Location = new System.Drawing.Point(6, 297); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(941, 155); this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; this.groupBox2.Text = "已交费情况"; // // tbyjhj // this.tbyjhj.Location = new System.Drawing.Point(801, 11); this.tbyjhj.Name = "tbyjhj"; this.tbyjhj.ReadOnly = true; this.tbyjhj.Size = new System.Drawing.Size(68, 21); this.tbyjhj.TabIndex = 21; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(733, 15); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 20; this.label2.Text = "原价合计:"; // // frmTJZXQK // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(947, 624); this.Controls.Add(this.groupBox2); this.Controls.Add(this.panel5); this.Controls.Add(this.btnHTFJ); this.Controls.Add(this.btnHTJZ); this.Controls.Add(this.btnWJRY); this.Controls.Add(this.btnJXMX); this.Controls.Add(this.btnTJMX); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmTJZXQK"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "团体收费记录"; this.Load += new System.EventHandler(this.frmTJZXQK_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gvHTFZ)).EndInit(); this.panel2.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel5.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.gvYJF)).EndInit(); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lbTitle; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.DataGridView gvHTFZ; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.TextBox tbzqk; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox tbhkhj; private System.Windows.Forms.TextBox tbjxhj; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox tbyshj; private System.Windows.Forms.TextBox tbfzhj; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnTJMX; private System.Windows.Forms.Button btnJXMX; private System.Windows.Forms.Button btnWJRY; private System.Windows.Forms.Button btnHTJZ; private System.Windows.Forms.Button btnHTFJ; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.DataGridView gvYJF; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.ComboBox cbJFR; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label11; private System.Windows.Forms.ComboBox cbJFFS; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox tbJFJE; private System.Windows.Forms.DateTimePicker dtpRQ; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox tbSM; private System.Windows.Forms.Label label13; private System.Windows.Forms.Button btnDelete; private System.Windows.Forms.Button btnUpdate; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.DataGridViewTextBoxColumn Column19; 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; private System.Windows.Forms.DataGridViewTextBoxColumn Column10; private System.Windows.Forms.DataGridViewTextBoxColumn Column11; private System.Windows.Forms.DataGridViewTextBoxColumn Column12; private System.Windows.Forms.DataGridViewTextBoxColumn Column13; private System.Windows.Forms.DataGridViewTextBoxColumn Column14; private System.Windows.Forms.DataGridViewTextBoxColumn djyj; private System.Windows.Forms.DataGridViewTextBoxColumn Column15; private System.Windows.Forms.DataGridViewTextBoxColumn Column16; private System.Windows.Forms.DataGridViewTextBoxColumn wdjyj; private System.Windows.Forms.DataGridViewTextBoxColumn Column17; private System.Windows.Forms.DataGridViewTextBoxColumn Column18; private System.Windows.Forms.TextBox tbyjhj; private System.Windows.Forms.Label label2; } }