tijian_jichuang/Code/ShouFei/frmTJYSHKDJ.Designer.cs
2025-02-20 11:54:48 +08:00

571 lines
26 KiB
C#

namespace SOH.ShouFei
{
partial class frmTJYSHKDJ
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.panel4 = new System.Windows.Forms.Panel();
this.gv_KHHT = new System.Windows.Forms.DataGridView();
this.panel1 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.tbND = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.cbPX = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.tbHTTM = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.btnQB = new System.Windows.Forms.Button();
this.btnMH = new System.Windows.Forms.Button();
this.tbTJDW = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.dataGridView4 = new System.Windows.Forms.DataGridView();
this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel3 = new System.Windows.Forms.Panel();
this.button5 = new System.Windows.Forms.Button();
this.textBox6 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.button4 = new System.Windows.Forms.Button();
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.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gv_KHHT)).BeginInit();
this.panel1.SuspendLayout();
this.tabPage3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).BeginInit();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
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(1218, 579);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.panel4);
this.tabPage1.Controls.Add(this.panel1);
this.tabPage1.Location = new System.Drawing.Point(4, 25);
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(1210, 550);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "团检应收回款登记";
this.tabPage1.UseVisualStyleBackColor = true;
//
// panel4
//
this.panel4.Controls.Add(this.gv_KHHT);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(4, 65);
this.panel4.Margin = new System.Windows.Forms.Padding(4);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(1202, 481);
this.panel4.TabIndex = 10;
//
// gv_KHHT
//
this.gv_KHHT.AllowUserToAddRows = false;
this.gv_KHHT.AllowUserToResizeColumns = false;
this.gv_KHHT.AllowUserToResizeRows = false;
this.gv_KHHT.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.gv_KHHT.BackgroundColor = System.Drawing.Color.White;
this.gv_KHHT.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.gv_KHHT.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column2,
this.Column3,
this.Column4,
this.Column5,
this.Column6,
this.Column7,
this.Column8,
this.Column9});
this.gv_KHHT.Dock = System.Windows.Forms.DockStyle.Fill;
this.gv_KHHT.Location = new System.Drawing.Point(0, 0);
this.gv_KHHT.Margin = new System.Windows.Forms.Padding(4);
this.gv_KHHT.Name = "gv_KHHT";
this.gv_KHHT.ReadOnly = true;
this.gv_KHHT.RowHeadersWidth = 51;
this.gv_KHHT.RowTemplate.Height = 23;
this.gv_KHHT.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.gv_KHHT.Size = new System.Drawing.Size(1202, 481);
this.gv_KHHT.TabIndex = 8;
this.gv_KHHT.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gv_KHHT_CellDoubleClick);
//
// panel1
//
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.tbND);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.cbPX);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.tbHTTM);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.btnQB);
this.panel1.Controls.Add(this.btnMH);
this.panel1.Controls.Add(this.tbTJDW);
this.panel1.Controls.Add(this.label1);
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(1202, 61);
this.panel1.TabIndex = 9;
//
// button1
//
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(1013, 13);
this.button1.Margin = new System.Windows.Forms.Padding(4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(85, 29);
this.button1.TabIndex = 18;
this.button1.Text = "导出名单";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// tbND
//
this.tbND.Location = new System.Drawing.Point(532, 15);
this.tbND.Margin = new System.Windows.Forms.Padding(4);
this.tbND.MaxLength = 4;
this.tbND.Name = "tbND";
this.tbND.Size = new System.Drawing.Size(69, 25);
this.tbND.TabIndex = 17;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(455, 20);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(82, 15);
this.label10.TabIndex = 16;
this.label10.Text = "体检年度:";
//
// cbPX
//
this.cbPX.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbPX.FormattingEnabled = true;
this.cbPX.Items.AddRange(new object[] {
"合同编码",
"单位名称",
"体检年度",
"合同标记",
"业务代表"});
this.cbPX.Location = new System.Drawing.Point(668, 15);
this.cbPX.Margin = new System.Windows.Forms.Padding(4);
this.cbPX.Name = "cbPX";
this.cbPX.Size = new System.Drawing.Size(129, 23);
this.cbPX.TabIndex = 15;
this.cbPX.SelectionChangeCommitted += new System.EventHandler(this.cbPX_SelectionChangeCommitted);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(620, 20);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(52, 15);
this.label3.TabIndex = 14;
this.label3.Text = "排序:";
//
// tbHTTM
//
this.tbHTTM.Location = new System.Drawing.Point(335, 15);
this.tbHTTM.Margin = new System.Windows.Forms.Padding(4);
this.tbHTTM.MaxLength = 10;
this.tbHTTM.Name = "tbHTTM";
this.tbHTTM.Size = new System.Drawing.Size(111, 25);
this.tbHTTM.TabIndex = 13;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(256, 20);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(82, 15);
this.label2.TabIndex = 12;
this.label2.Text = "合同编码:";
//
// btnQB
//
this.btnQB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnQB.Location = new System.Drawing.Point(917, 14);
this.btnQB.Margin = new System.Windows.Forms.Padding(4);
this.btnQB.Name = "btnQB";
this.btnQB.Size = new System.Drawing.Size(85, 29);
this.btnQB.TabIndex = 11;
this.btnQB.Text = "显示全部";
this.btnQB.UseVisualStyleBackColor = true;
this.btnQB.Click += new System.EventHandler(this.btnQB_Click);
//
// btnMH
//
this.btnMH.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnMH.Location = new System.Drawing.Point(819, 14);
this.btnMH.Margin = new System.Windows.Forms.Padding(4);
this.btnMH.Name = "btnMH";
this.btnMH.Size = new System.Drawing.Size(85, 29);
this.btnMH.TabIndex = 10;
this.btnMH.Text = "模糊查询";
this.btnMH.UseVisualStyleBackColor = true;
this.btnMH.Click += new System.EventHandler(this.btnMH_Click);
//
// tbTJDW
//
this.tbTJDW.Location = new System.Drawing.Point(95, 15);
this.tbTJDW.Margin = new System.Windows.Forms.Padding(4);
this.tbTJDW.MaxLength = 20;
this.tbTJDW.Name = "tbTJDW";
this.tbTJDW.Size = new System.Drawing.Size(144, 25);
this.tbTJDW.TabIndex = 9;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 20);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 15);
this.label1.TabIndex = 8;
this.label1.Text = "体检单位:";
//
// tabPage3
//
this.tabPage3.Controls.Add(this.dataGridView4);
this.tabPage3.Controls.Add(this.panel3);
this.tabPage3.Location = new System.Drawing.Point(4, 25);
this.tabPage3.Margin = new System.Windows.Forms.Padding(4);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(1210, 550);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "团检欠费情况统计";
this.tabPage3.UseVisualStyleBackColor = true;
//
// dataGridView4
//
this.dataGridView4.AllowUserToAddRows = false;
this.dataGridView4.AllowUserToDeleteRows = false;
this.dataGridView4.AllowUserToResizeRows = false;
this.dataGridView4.BackgroundColor = System.Drawing.Color.White;
this.dataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column21,
this.Column22,
this.Column23,
this.Column24,
this.Column25,
this.Column26,
this.Column27});
this.dataGridView4.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView4.Location = new System.Drawing.Point(0, 68);
this.dataGridView4.Margin = new System.Windows.Forms.Padding(4);
this.dataGridView4.Name = "dataGridView4";
this.dataGridView4.ReadOnly = true;
this.dataGridView4.RowHeadersVisible = false;
this.dataGridView4.RowHeadersWidth = 51;
this.dataGridView4.RowTemplate.Height = 23;
this.dataGridView4.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView4.Size = new System.Drawing.Size(1210, 482);
this.dataGridView4.TabIndex = 2;
//
// Column21
//
this.Column21.HeaderText = "销售员";
this.Column21.MinimumWidth = 6;
this.Column21.Name = "Column21";
this.Column21.ReadOnly = true;
this.Column21.Width = 125;
//
// Column22
//
this.Column22.HeaderText = "客户名称";
this.Column22.MinimumWidth = 6;
this.Column22.Name = "Column22";
this.Column22.ReadOnly = true;
this.Column22.Width = 125;
//
// Column23
//
this.Column23.HeaderText = "年度";
this.Column23.MinimumWidth = 6;
this.Column23.Name = "Column23";
this.Column23.ReadOnly = true;
this.Column23.Width = 125;
//
// Column24
//
this.Column24.HeaderText = "合同标识";
this.Column24.MinimumWidth = 6;
this.Column24.Name = "Column24";
this.Column24.ReadOnly = true;
this.Column24.Width = 125;
//
// Column25
//
this.Column25.HeaderText = "应收金额";
this.Column25.MinimumWidth = 6;
this.Column25.Name = "Column25";
this.Column25.ReadOnly = true;
this.Column25.Width = 125;
//
// Column26
//
this.Column26.HeaderText = "回款金额";
this.Column26.MinimumWidth = 6;
this.Column26.Name = "Column26";
this.Column26.ReadOnly = true;
this.Column26.Width = 125;
//
// Column27
//
this.Column27.HeaderText = "未结回款";
this.Column27.MinimumWidth = 6;
this.Column27.Name = "Column27";
this.Column27.ReadOnly = true;
this.Column27.Width = 125;
//
// panel3
//
this.panel3.Controls.Add(this.button5);
this.panel3.Controls.Add(this.textBox6);
this.panel3.Controls.Add(this.label9);
this.panel3.Controls.Add(this.button4);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Margin = new System.Windows.Forms.Padding(4);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(1210, 68);
this.panel3.TabIndex = 1;
//
// button5
//
this.button5.Location = new System.Drawing.Point(364, 16);
this.button5.Margin = new System.Windows.Forms.Padding(4);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(143, 29);
this.button5.TabIndex = 3;
this.button5.Text = "导出到Excel";
this.button5.UseVisualStyleBackColor = true;
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(208, 19);
this.textBox6.Margin = new System.Windows.Forms.Padding(4);
this.textBox6.Name = "textBox6";
this.textBox6.ReadOnly = true;
this.textBox6.Size = new System.Drawing.Size(132, 25);
this.textBox6.TabIndex = 2;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.ForeColor = System.Drawing.Color.Blue;
this.label9.Location = new System.Drawing.Point(160, 22);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(55, 15);
this.label9.TabIndex = 1;
this.label9.Text = "合计:";
//
// button4
//
this.button4.Location = new System.Drawing.Point(27, 16);
this.button4.Margin = new System.Windows.Forms.Padding(4);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(100, 29);
this.button4.TabIndex = 0;
this.button4.Text = "统 计";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// Column2
//
this.Column2.DataPropertyName = "htbm";
this.Column2.HeaderText = "合同编码";
this.Column2.MinimumWidth = 6;
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.Width = 96;
//
// Column3
//
this.Column3.DataPropertyName = "khmc";
this.Column3.HeaderText = "单位名称";
this.Column3.MinimumWidth = 6;
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Width = 96;
//
// Column4
//
this.Column4.DataPropertyName = "nd";
this.Column4.HeaderText = "体检年度";
this.Column4.MinimumWidth = 6;
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
this.Column4.Width = 96;
//
// Column5
//
this.Column5.DataPropertyName = "htbj";
this.Column5.HeaderText = "合同标记";
this.Column5.MinimumWidth = 6;
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
this.Column5.Width = 96;
//
// Column6
//
this.Column6.DataPropertyName = "htqsrq";
this.Column6.HeaderText = "开始日期";
this.Column6.MinimumWidth = 6;
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
this.Column6.Width = 96;
//
// Column7
//
this.Column7.DataPropertyName = "htjzrq";
this.Column7.HeaderText = "结束日期";
this.Column7.MinimumWidth = 6;
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
this.Column7.Width = 96;
//
// Column8
//
this.Column8.DataPropertyName = "ywdbdm";
this.Column8.HeaderText = "业务代表";
this.Column8.MinimumWidth = 6;
this.Column8.Name = "Column8";
this.Column8.ReadOnly = true;
this.Column8.Width = 96;
//
// Column9
//
this.Column9.DataPropertyName = "xsydh";
this.Column9.HeaderText = "销售电话";
this.Column9.MinimumWidth = 6;
this.Column9.Name = "Column9";
this.Column9.ReadOnly = true;
this.Column9.Width = 96;
//
// frmTJYSHKDJ
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1218, 579);
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 = "frmTJYSHKDJ";
this.Text = "团检合同结算";
this.Load += new System.EventHandler(this.frmTJYSHKDJ_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.panel4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gv_KHHT)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.tabPage3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).EndInit();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.DataGridView gv_KHHT;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ComboBox cbPX;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tbHTTM;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnQB;
private System.Windows.Forms.Button btnMH;
private System.Windows.Forms.TextBox tbTJDW;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.DataGridView dataGridView4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox tbND;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button button1;
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;
}
}