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

657 lines
34 KiB
C#

namespace SaleSettings
{
partial class frmKeHuZiLiao
{
/// <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.components = new System.ComponentModel.Container();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.panel1 = new System.Windows.Forms.Panel();
this.dgvkhlist = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.djrqDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.khbmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.khmcDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sfbmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.csbmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.qhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.qybmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zjmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.khdzDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.yzbmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.khdhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.khczDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.khyxDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.khzyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fzbmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tjrqDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tjyyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tjrsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tjfyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tjhkDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tjyjDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.xsczyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bzDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.upflagDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fddmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tskhBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.panel3 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.tbp = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvkhlist)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tskhBindingSource)).BeginInit();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(976, 456);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.panel1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(968, 430);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "客户资料";
this.tabPage1.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.ScrollBar;
this.panel1.Controls.Add(this.dgvkhlist);
this.panel1.Controls.Add(this.dataGridView1);
this.panel1.Controls.Add(this.panel3);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(962, 424);
this.panel1.TabIndex = 0;
//
// dgvkhlist
//
this.dgvkhlist.AllowUserToAddRows = false;
this.dgvkhlist.AllowUserToDeleteRows = false;
this.dgvkhlist.AllowUserToResizeRows = false;
this.dgvkhlist.BackgroundColor = System.Drawing.Color.White;
this.dgvkhlist.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvkhlist.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.});
this.dgvkhlist.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvkhlist.Location = new System.Drawing.Point(0, 45);
this.dgvkhlist.Name = "dgvkhlist";
this.dgvkhlist.ReadOnly = true;
this.dgvkhlist.RowTemplate.Height = 23;
this.dgvkhlist.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvkhlist.Size = new System.Drawing.Size(962, 379);
this.dgvkhlist.TabIndex = 6;
this.dgvkhlist.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvkhlist_CellDoubleClick);
//
// Column1
//
this.Column1.DataPropertyName = "Checked";
this.Column1.HeaderText = "Column1";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Visible = false;
//
// 客户编码
//
this..DataPropertyName = "客户编码";
this..HeaderText = "客户编码";
this..Name = "客户编码";
this..ReadOnly = true;
this..Visible = false;
//
// 登记日期
//
this..DataPropertyName = "登记日期";
this..HeaderText = "登记日期";
this..Name = "登记日期";
this..ReadOnly = true;
//
// 客户名称
//
this..DataPropertyName = "客户名称";
this..HeaderText = "客户名称";
this..Name = "客户名称";
this..ReadOnly = true;
//
// 助记码
//
this..DataPropertyName = "助记码";
this..HeaderText = "助记码";
this..Name = "助记码";
this..ReadOnly = true;
//
// 客户地址
//
this..DataPropertyName = "客户地址";
this..HeaderText = "客户地址";
this..Name = "客户地址";
this..ReadOnly = true;
//
// 邮政编码
//
this..DataPropertyName = "邮政编码";
this..HeaderText = "邮政编码";
this..Name = "邮政编码";
this..ReadOnly = true;
//
// 客户电话
//
this..DataPropertyName = "客户电话";
this..HeaderText = "客户电话";
this..Name = "客户电话";
this..ReadOnly = true;
//
// 传真
//
this..DataPropertyName = "传真";
this..HeaderText = "传真";
this..Name = "传真";
this..ReadOnly = true;
//
// 邮箱
//
this..DataPropertyName = "邮箱";
this..HeaderText = "邮箱";
this..Name = "邮箱";
this..ReadOnly = true;
//
// 主页
//
this..DataPropertyName = "主页";
this..HeaderText = "主页";
this..Name = "主页";
this..ReadOnly = true;
//
// 行业
//
this..DataPropertyName = "行业";
this..HeaderText = "行业";
this..Name = "行业";
this..ReadOnly = true;
//
// 来源
//
this..DataPropertyName = "来源";
this..HeaderText = "来源";
this..Name = "来源";
this..ReadOnly = true;
//
// 类型
//
this..DataPropertyName = "类型";
this..HeaderText = "类型";
this..Name = "类型";
this..ReadOnly = true;
//
// 状态
//
this..DataPropertyName = "状态";
this..HeaderText = "状态";
this..Name = "状态";
this..ReadOnly = true;
//
// 体检日期
//
this..DataPropertyName = "体检日期";
this..HeaderText = "体检日期";
this..Name = "体检日期";
this..ReadOnly = true;
//
// 体检医院
//
this..DataPropertyName = "体检医院";
this..HeaderText = "体检医院";
this..Name = "体检医院";
this..ReadOnly = true;
//
// 备注
//
this..DataPropertyName = "备注";
this..HeaderText = "备注";
this..Name = "备注";
this..ReadOnly = true;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToResizeRows = false;
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.djrqDataGridViewTextBoxColumn,
this.khbmDataGridViewTextBoxColumn,
this.khmcDataGridViewTextBoxColumn,
this.sfbmDataGridViewTextBoxColumn,
this.csbmDataGridViewTextBoxColumn,
this.qhDataGridViewTextBoxColumn,
this.qybmDataGridViewTextBoxColumn,
this.zjmDataGridViewTextBoxColumn,
this.khdzDataGridViewTextBoxColumn,
this.yzbmDataGridViewTextBoxColumn,
this.khdhDataGridViewTextBoxColumn,
this.khczDataGridViewTextBoxColumn,
this.khyxDataGridViewTextBoxColumn,
this.khzyDataGridViewTextBoxColumn,
this.fzbmDataGridViewTextBoxColumn,
this.tjrqDataGridViewTextBoxColumn,
this.tjyyDataGridViewTextBoxColumn,
this.tjrsDataGridViewTextBoxColumn,
this.tjfyDataGridViewTextBoxColumn,
this.tjhkDataGridViewTextBoxColumn,
this.tjyjDataGridViewTextBoxColumn,
this.xsczyDataGridViewTextBoxColumn,
this.bzDataGridViewTextBoxColumn,
this.upflagDataGridViewTextBoxColumn,
this.fddmDataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.tskhBindingSource;
this.dataGridView1.Location = new System.Drawing.Point(105, 205);
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(123, 131);
this.dataGridView1.TabIndex = 5;
//
// djrqDataGridViewTextBoxColumn
//
this.djrqDataGridViewTextBoxColumn.DataPropertyName = "djrq";
this.djrqDataGridViewTextBoxColumn.HeaderText = "录入日期";
this.djrqDataGridViewTextBoxColumn.Name = "djrqDataGridViewTextBoxColumn";
this.djrqDataGridViewTextBoxColumn.ReadOnly = true;
//
// khbmDataGridViewTextBoxColumn
//
this.khbmDataGridViewTextBoxColumn.DataPropertyName = "khbm";
this.khbmDataGridViewTextBoxColumn.HeaderText = "客户编码 select max(ts_maxkhbm) from t_xtb";
this.khbmDataGridViewTextBoxColumn.Name = "khbmDataGridViewTextBoxColumn";
this.khbmDataGridViewTextBoxColumn.ReadOnly = true;
this.khbmDataGridViewTextBoxColumn.Visible = false;
//
// khmcDataGridViewTextBoxColumn
//
this.khmcDataGridViewTextBoxColumn.DataPropertyName = "khmc";
this.khmcDataGridViewTextBoxColumn.HeaderText = "客户名称";
this.khmcDataGridViewTextBoxColumn.Name = "khmcDataGridViewTextBoxColumn";
this.khmcDataGridViewTextBoxColumn.ReadOnly = true;
//
// sfbmDataGridViewTextBoxColumn
//
this.sfbmDataGridViewTextBoxColumn.DataPropertyName = "sfbm";
this.sfbmDataGridViewTextBoxColumn.HeaderText = "省份编码";
this.sfbmDataGridViewTextBoxColumn.Name = "sfbmDataGridViewTextBoxColumn";
this.sfbmDataGridViewTextBoxColumn.ReadOnly = true;
//
// csbmDataGridViewTextBoxColumn
//
this.csbmDataGridViewTextBoxColumn.DataPropertyName = "csbm";
this.csbmDataGridViewTextBoxColumn.HeaderText = "城市编码";
this.csbmDataGridViewTextBoxColumn.Name = "csbmDataGridViewTextBoxColumn";
this.csbmDataGridViewTextBoxColumn.ReadOnly = true;
//
// qhDataGridViewTextBoxColumn
//
this.qhDataGridViewTextBoxColumn.DataPropertyName = "qh";
this.qhDataGridViewTextBoxColumn.HeaderText = "城市的区号";
this.qhDataGridViewTextBoxColumn.Name = "qhDataGridViewTextBoxColumn";
this.qhDataGridViewTextBoxColumn.ReadOnly = true;
this.qhDataGridViewTextBoxColumn.Visible = false;
//
// qybmDataGridViewTextBoxColumn
//
this.qybmDataGridViewTextBoxColumn.DataPropertyName = "qybm";
this.qybmDataGridViewTextBoxColumn.HeaderText = "区域编码";
this.qybmDataGridViewTextBoxColumn.Name = "qybmDataGridViewTextBoxColumn";
this.qybmDataGridViewTextBoxColumn.ReadOnly = true;
this.qybmDataGridViewTextBoxColumn.Visible = false;
//
// zjmDataGridViewTextBoxColumn
//
this.zjmDataGridViewTextBoxColumn.DataPropertyName = "zjm";
this.zjmDataGridViewTextBoxColumn.HeaderText = "助记码";
this.zjmDataGridViewTextBoxColumn.Name = "zjmDataGridViewTextBoxColumn";
this.zjmDataGridViewTextBoxColumn.ReadOnly = true;
//
// khdzDataGridViewTextBoxColumn
//
this.khdzDataGridViewTextBoxColumn.DataPropertyName = "khdz";
this.khdzDataGridViewTextBoxColumn.HeaderText = "详细地址";
this.khdzDataGridViewTextBoxColumn.Name = "khdzDataGridViewTextBoxColumn";
this.khdzDataGridViewTextBoxColumn.ReadOnly = true;
//
// yzbmDataGridViewTextBoxColumn
//
this.yzbmDataGridViewTextBoxColumn.DataPropertyName = "yzbm";
this.yzbmDataGridViewTextBoxColumn.HeaderText = "邮政编码";
this.yzbmDataGridViewTextBoxColumn.Name = "yzbmDataGridViewTextBoxColumn";
this.yzbmDataGridViewTextBoxColumn.ReadOnly = true;
//
// khdhDataGridViewTextBoxColumn
//
this.khdhDataGridViewTextBoxColumn.DataPropertyName = "khdh";
this.khdhDataGridViewTextBoxColumn.HeaderText = "联系电话";
this.khdhDataGridViewTextBoxColumn.Name = "khdhDataGridViewTextBoxColumn";
this.khdhDataGridViewTextBoxColumn.ReadOnly = true;
//
// khczDataGridViewTextBoxColumn
//
this.khczDataGridViewTextBoxColumn.DataPropertyName = "khcz";
this.khczDataGridViewTextBoxColumn.HeaderText = "客户传真";
this.khczDataGridViewTextBoxColumn.Name = "khczDataGridViewTextBoxColumn";
this.khczDataGridViewTextBoxColumn.ReadOnly = true;
//
// khyxDataGridViewTextBoxColumn
//
this.khyxDataGridViewTextBoxColumn.DataPropertyName = "khyx";
this.khyxDataGridViewTextBoxColumn.HeaderText = "电子邮箱";
this.khyxDataGridViewTextBoxColumn.Name = "khyxDataGridViewTextBoxColumn";
this.khyxDataGridViewTextBoxColumn.ReadOnly = true;
this.khyxDataGridViewTextBoxColumn.Visible = false;
//
// khzyDataGridViewTextBoxColumn
//
this.khzyDataGridViewTextBoxColumn.DataPropertyName = "khzy";
this.khzyDataGridViewTextBoxColumn.HeaderText = "公司主页";
this.khzyDataGridViewTextBoxColumn.Name = "khzyDataGridViewTextBoxColumn";
this.khzyDataGridViewTextBoxColumn.ReadOnly = true;
this.khzyDataGridViewTextBoxColumn.Visible = false;
//
// fzbmDataGridViewTextBoxColumn
//
this.fzbmDataGridViewTextBoxColumn.DataPropertyName = "fzbm";
this.fzbmDataGridViewTextBoxColumn.HeaderText = "这个不知道干嘛用的,给个0的默认值吧";
this.fzbmDataGridViewTextBoxColumn.Name = "fzbmDataGridViewTextBoxColumn";
this.fzbmDataGridViewTextBoxColumn.ReadOnly = true;
this.fzbmDataGridViewTextBoxColumn.Visible = false;
//
// tjrqDataGridViewTextBoxColumn
//
this.tjrqDataGridViewTextBoxColumn.DataPropertyName = "tjrq";
this.tjrqDataGridViewTextBoxColumn.HeaderText = "体检日期";
this.tjrqDataGridViewTextBoxColumn.Name = "tjrqDataGridViewTextBoxColumn";
this.tjrqDataGridViewTextBoxColumn.ReadOnly = true;
//
// tjyyDataGridViewTextBoxColumn
//
this.tjyyDataGridViewTextBoxColumn.DataPropertyName = "tjyy";
this.tjyyDataGridViewTextBoxColumn.HeaderText = "体检医院";
this.tjyyDataGridViewTextBoxColumn.Name = "tjyyDataGridViewTextBoxColumn";
this.tjyyDataGridViewTextBoxColumn.ReadOnly = true;
//
// tjrsDataGridViewTextBoxColumn
//
this.tjrsDataGridViewTextBoxColumn.DataPropertyName = "tjrs";
this.tjrsDataGridViewTextBoxColumn.HeaderText = "体检人数";
this.tjrsDataGridViewTextBoxColumn.Name = "tjrsDataGridViewTextBoxColumn";
this.tjrsDataGridViewTextBoxColumn.ReadOnly = true;
this.tjrsDataGridViewTextBoxColumn.Visible = false;
//
// tjfyDataGridViewTextBoxColumn
//
this.tjfyDataGridViewTextBoxColumn.DataPropertyName = "tjfy";
this.tjfyDataGridViewTextBoxColumn.HeaderText = "体检费用";
this.tjfyDataGridViewTextBoxColumn.Name = "tjfyDataGridViewTextBoxColumn";
this.tjfyDataGridViewTextBoxColumn.ReadOnly = true;
this.tjfyDataGridViewTextBoxColumn.Visible = false;
//
// tjhkDataGridViewTextBoxColumn
//
this.tjhkDataGridViewTextBoxColumn.DataPropertyName = "tjhk";
this.tjhkDataGridViewTextBoxColumn.HeaderText = "折扣";
this.tjhkDataGridViewTextBoxColumn.Name = "tjhkDataGridViewTextBoxColumn";
this.tjhkDataGridViewTextBoxColumn.ReadOnly = true;
//
// tjyjDataGridViewTextBoxColumn
//
this.tjyjDataGridViewTextBoxColumn.DataPropertyName = "tjyj";
this.tjyjDataGridViewTextBoxColumn.HeaderText = "返佣";
this.tjyjDataGridViewTextBoxColumn.Name = "tjyjDataGridViewTextBoxColumn";
this.tjyjDataGridViewTextBoxColumn.ReadOnly = true;
//
// xsczyDataGridViewTextBoxColumn
//
this.xsczyDataGridViewTextBoxColumn.DataPropertyName = "xsczy";
this.xsczyDataGridViewTextBoxColumn.HeaderText = "销售员";
this.xsczyDataGridViewTextBoxColumn.Name = "xsczyDataGridViewTextBoxColumn";
this.xsczyDataGridViewTextBoxColumn.ReadOnly = true;
this.xsczyDataGridViewTextBoxColumn.Visible = false;
//
// bzDataGridViewTextBoxColumn
//
this.bzDataGridViewTextBoxColumn.DataPropertyName = "bz";
this.bzDataGridViewTextBoxColumn.HeaderText = "备注";
this.bzDataGridViewTextBoxColumn.Name = "bzDataGridViewTextBoxColumn";
this.bzDataGridViewTextBoxColumn.ReadOnly = true;
//
// upflagDataGridViewTextBoxColumn
//
this.upflagDataGridViewTextBoxColumn.DataPropertyName = "upflag";
this.upflagDataGridViewTextBoxColumn.HeaderText = "没用的字段,默认值0";
this.upflagDataGridViewTextBoxColumn.Name = "upflagDataGridViewTextBoxColumn";
this.upflagDataGridViewTextBoxColumn.ReadOnly = true;
this.upflagDataGridViewTextBoxColumn.Visible = false;
//
// fddmDataGridViewTextBoxColumn
//
this.fddmDataGridViewTextBoxColumn.DataPropertyName = "fddm";
this.fddmDataGridViewTextBoxColumn.HeaderText = "分店ID";
this.fddmDataGridViewTextBoxColumn.Name = "fddmDataGridViewTextBoxColumn";
this.fddmDataGridViewTextBoxColumn.ReadOnly = true;
this.fddmDataGridViewTextBoxColumn.Visible = false;
//
// tskhBindingSource
//
this.tskhBindingSource.DataSource = typeof(SOH.Entities.ts_kh);
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.WhiteSmoke;
this.panel3.Controls.Add(this.label1);
this.panel3.Controls.Add(this.button2);
this.panel3.Controls.Add(this.tbp);
this.panel3.Controls.Add(this.button1);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(962, 45);
this.panel3.TabIndex = 4;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(20, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "快速查询:";
//
// button2
//
this.button2.Location = new System.Drawing.Point(343, 10);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 3;
this.button2.Text = "资料编辑";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// tbp
//
this.tbp.Location = new System.Drawing.Point(91, 12);
this.tbp.Name = "tbp";
this.tbp.Size = new System.Drawing.Size(123, 21);
this.tbp.TabIndex = 1;
this.tbp.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// button1
//
this.button1.Location = new System.Drawing.Point(239, 10);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 2;
this.button1.Text = "新建客户";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// frmKeHuZiLiao
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(976, 456);
this.Controls.Add(this.tabControl1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "frmKeHuZiLiao";
this.Text = "客户资料管理中心";
this.Load += new System.EventHandler(this.frmKeHuZiLiao_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvkhlist)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tskhBindingSource)).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.Panel panel1;
private System.Windows.Forms.TextBox tbp;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.BindingSource tskhBindingSource;
private System.Windows.Forms.DataGridViewTextBoxColumn djrqDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn khbmDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn khmcDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn sfbmDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn csbmDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn qhDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn qybmDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn zjmDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn khdzDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn yzbmDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn khdhDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn khczDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn khyxDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn khzyDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn hybmDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn lybmDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn lxbmDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn ztbmDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn fzbmDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn tjrqDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn tjyyDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn tjrsDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn tjfyDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn tjhkDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn tjyjDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn xsczyDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn bzDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn upflagDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn fddmDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridView dgvkhlist;
private System.Windows.Forms.DataGridViewCheckBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
}
}