tijian_jichuang/Code/KeFu/ReportUpload.Designer.cs

392 lines
17 KiB
C#
Raw Permalink Normal View History

2025-02-20 11:54:48 +08:00
namespace SOH.KeFu
{
partial class ReportUpload
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.btn_upload = new System.Windows.Forms.Button();
this.txt_tmh = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txt_log = new System.Windows.Forms.TextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.panel6 = new System.Windows.Forms.Panel();
this.gvTJDW = new System.Windows.Forms.DataGridView();
this.ywdb = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.kh = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.niandu = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.htbiaoji = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.htbianma = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel5 = new System.Windows.Forms.Panel();
this.btnQB3 = new System.Windows.Forms.Button();
this.btMH3 = new System.Windows.Forms.Button();
this.tb3_TJDW = new System.Windows.Forms.TextBox();
this.label33 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.gvHYXX = new System.Windows.Forms.DataGridView();
this.panel4 = new System.Windows.Forms.Panel();
this.tm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.xm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sfzh = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nl = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tel = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gvTJDW)).BeginInit();
this.panel5.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gvHYXX)).BeginInit();
this.panel4.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.btn_upload);
this.panel1.Controls.Add(this.txt_tmh);
this.panel1.Controls.Add(this.label1);
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(1098, 71);
this.panel1.TabIndex = 0;
//
// button1
//
this.button1.Location = new System.Drawing.Point(319, 5);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(74, 31);
this.button1.TabIndex = 6;
this.button1.Text = "清空";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// btn_upload
//
this.btn_upload.Location = new System.Drawing.Point(226, 5);
this.btn_upload.Name = "btn_upload";
this.btn_upload.Size = new System.Drawing.Size(74, 31);
this.btn_upload.TabIndex = 5;
this.btn_upload.Text = "上传";
this.btn_upload.UseVisualStyleBackColor = true;
this.btn_upload.Click += new System.EventHandler(this.btn_upload_Click);
//
// txt_tmh
//
this.txt_tmh.Location = new System.Drawing.Point(71, 8);
this.txt_tmh.Name = "txt_tmh";
this.txt_tmh.Size = new System.Drawing.Size(149, 25);
this.txt_tmh.TabIndex = 4;
this.txt_tmh.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_tmh_KeyDown);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 15);
this.label1.TabIndex = 3;
this.label1.Text = "条码号:";
//
// txt_log
//
this.txt_log.Dock = System.Windows.Forms.DockStyle.Fill;
this.txt_log.Location = new System.Drawing.Point(0, 0);
this.txt_log.Multiline = true;
this.txt_log.Name = "txt_log";
this.txt_log.Size = new System.Drawing.Size(705, 135);
this.txt_log.TabIndex = 1;
//
// panel2
//
this.panel2.Controls.Add(this.panel6);
this.panel2.Controls.Add(this.panel5);
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
this.panel2.Location = new System.Drawing.Point(0, 71);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(393, 473);
this.panel2.TabIndex = 2;
//
// panel6
//
this.panel6.Controls.Add(this.gvTJDW);
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel6.Location = new System.Drawing.Point(0, 55);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(393, 418);
this.panel6.TabIndex = 2;
//
// gvTJDW
//
this.gvTJDW.AllowUserToAddRows = false;
this.gvTJDW.AllowUserToDeleteRows = false;
this.gvTJDW.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.gvTJDW.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ywdb,
this.kh,
this.niandu,
this.htbiaoji,
this.htbianma});
this.gvTJDW.Dock = System.Windows.Forms.DockStyle.Fill;
this.gvTJDW.Location = new System.Drawing.Point(0, 0);
this.gvTJDW.MultiSelect = false;
this.gvTJDW.Name = "gvTJDW";
this.gvTJDW.ReadOnly = true;
this.gvTJDW.RowTemplate.Height = 27;
this.gvTJDW.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.gvTJDW.Size = new System.Drawing.Size(393, 418);
this.gvTJDW.TabIndex = 0;
this.gvTJDW.SelectionChanged += new System.EventHandler(this.gvTJDW_SelectionChanged);
//
// ywdb
//
this.ywdb.DataPropertyName = "ywdbdm";
this.ywdb.HeaderText = "业务代表";
this.ywdb.Name = "ywdb";
this.ywdb.ReadOnly = true;
this.ywdb.Width = 70;
//
// kh
//
this.kh.DataPropertyName = "khmc";
this.kh.HeaderText = "客户名称";
this.kh.Name = "kh";
this.kh.ReadOnly = true;
//
// niandu
//
this.niandu.DataPropertyName = "nd";
this.niandu.HeaderText = "年度";
this.niandu.Name = "niandu";
this.niandu.ReadOnly = true;
this.niandu.Width = 50;
//
// htbiaoji
//
this.htbiaoji.DataPropertyName = "htbj";
this.htbiaoji.HeaderText = "合同标记";
this.htbiaoji.Name = "htbiaoji";
this.htbiaoji.ReadOnly = true;
//
// htbianma
//
this.htbianma.DataPropertyName = "htbm";
this.htbianma.HeaderText = "合同编码";
this.htbianma.Name = "htbianma";
this.htbianma.ReadOnly = true;
//
// panel5
//
this.panel5.Controls.Add(this.btnQB3);
this.panel5.Controls.Add(this.btMH3);
this.panel5.Controls.Add(this.tb3_TJDW);
this.panel5.Controls.Add(this.label33);
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
this.panel5.Location = new System.Drawing.Point(0, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(393, 55);
this.panel5.TabIndex = 1;
//
// btnQB3
//
this.btnQB3.Location = new System.Drawing.Point(321, 8);
this.btnQB3.Margin = new System.Windows.Forms.Padding(4);
this.btnQB3.Name = "btnQB3";
this.btnQB3.Size = new System.Drawing.Size(59, 29);
this.btnQB3.TabIndex = 7;
this.btnQB3.Text = "全部";
this.btnQB3.UseVisualStyleBackColor = true;
this.btnQB3.Click += new System.EventHandler(this.btnQB3_Click);
//
// btMH3
//
this.btMH3.Location = new System.Drawing.Point(253, 8);
this.btMH3.Margin = new System.Windows.Forms.Padding(4);
this.btMH3.Name = "btMH3";
this.btMH3.Size = new System.Drawing.Size(59, 29);
this.btMH3.TabIndex = 6;
this.btMH3.Text = "模糊";
this.btMH3.UseVisualStyleBackColor = true;
this.btMH3.Click += new System.EventHandler(this.btMH3_Click);
//
// tb3_TJDW
//
this.tb3_TJDW.Location = new System.Drawing.Point(85, 10);
this.tb3_TJDW.Margin = new System.Windows.Forms.Padding(4);
this.tb3_TJDW.Name = "tb3_TJDW";
this.tb3_TJDW.Size = new System.Drawing.Size(161, 25);
this.tb3_TJDW.TabIndex = 5;
//
// label33
//
this.label33.AutoSize = true;
this.label33.Location = new System.Drawing.Point(6, 14);
this.label33.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(82, 15);
this.label33.TabIndex = 4;
this.label33.Text = "团检单位:";
//
// panel3
//
this.panel3.Controls.Add(this.gvHYXX);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(393, 71);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(705, 338);
this.panel3.TabIndex = 3;
//
// gvHYXX
//
this.gvHYXX.AllowUserToAddRows = false;
this.gvHYXX.AllowUserToDeleteRows = false;
this.gvHYXX.BackgroundColor = System.Drawing.Color.White;
this.gvHYXX.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.gvHYXX.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.tm,
this.xm,
this.sfzh,
this.nl,
this.tel});
this.gvHYXX.Dock = System.Windows.Forms.DockStyle.Fill;
this.gvHYXX.Location = new System.Drawing.Point(0, 0);
this.gvHYXX.Margin = new System.Windows.Forms.Padding(4);
this.gvHYXX.MultiSelect = false;
this.gvHYXX.Name = "gvHYXX";
this.gvHYXX.ReadOnly = true;
this.gvHYXX.RowHeadersVisible = false;
this.gvHYXX.RowTemplate.Height = 23;
this.gvHYXX.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.gvHYXX.Size = new System.Drawing.Size(705, 338);
this.gvHYXX.TabIndex = 7;
//
// panel4
//
this.panel4.Controls.Add(this.txt_log);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(393, 409);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(705, 135);
this.panel4.TabIndex = 4;
//
// tm
//
this.tm.DataPropertyName = "tm";
this.tm.HeaderText = "条码号";
this.tm.Name = "tm";
this.tm.ReadOnly = true;
//
// xm
//
this.xm.DataPropertyName = "xm";
this.xm.HeaderText = "姓名";
this.xm.Name = "xm";
this.xm.ReadOnly = true;
//
// sfzh
//
this.sfzh.DataPropertyName = "sfzh";
this.sfzh.HeaderText = "身份证号";
this.sfzh.Name = "sfzh";
this.sfzh.ReadOnly = true;
this.sfzh.Width = 200;
//
// nl
//
this.nl.DataPropertyName = "nl";
this.nl.HeaderText = "年龄";
this.nl.Name = "nl";
this.nl.ReadOnly = true;
//
// tel
//
this.tel.DataPropertyName = "tel";
this.tel.HeaderText = "电话";
this.tel.Name = "tel";
this.tel.ReadOnly = true;
this.tel.Width = 200;
//
// ReportUpload
//
this.ClientSize = new System.Drawing.Size(1098, 544);
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "ReportUpload";
this.Text = "报告上传";
this.Load += new System.EventHandler(this.ReportUpload_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel6.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gvTJDW)).EndInit();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gvHYXX)).EndInit();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btn_upload;
private System.Windows.Forms.TextBox txt_tmh;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txt_log;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.DataGridView gvTJDW;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Button btnQB3;
private System.Windows.Forms.Button btMH3;
private System.Windows.Forms.TextBox tb3_TJDW;
private System.Windows.Forms.Label label33;
private System.Windows.Forms.DataGridView gvHYXX;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.DataGridViewTextBoxColumn ywdb;
private System.Windows.Forms.DataGridViewTextBoxColumn kh;
private System.Windows.Forms.DataGridViewTextBoxColumn niandu;
private System.Windows.Forms.DataGridViewTextBoxColumn htbiaoji;
private System.Windows.Forms.DataGridViewTextBoxColumn htbianma;
private System.Windows.Forms.DataGridViewTextBoxColumn tm;
private System.Windows.Forms.DataGridViewTextBoxColumn xm;
private System.Windows.Forms.DataGridViewTextBoxColumn sfzh;
private System.Windows.Forms.DataGridViewTextBoxColumn nl;
private System.Windows.Forms.DataGridViewTextBoxColumn tel;
}
}