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

376 lines
17 KiB
C#

namespace SOH.SaleSettings
{
partial class frmTuanJianQingKuangChaXun
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.rbhtzdcx = new System.Windows.Forms.RadioButton();
this.rbxsycx = new System.Windows.Forms.RadioButton();
this.rbtjdwcx = new System.Windows.Forms.RadioButton();
this.tbSelect = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.thtBindingSource = new System.Windows.Forms.BindingSource(this.components);
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.wjrs = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.wjje = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lrrs = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.djrs = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.djjes = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.thtBindingSource)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.rbhtzdcx);
this.panel1.Controls.Add(this.rbxsycx);
this.panel1.Controls.Add(this.rbtjdwcx);
this.panel1.Controls.Add(this.tbSelect);
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(652, 35);
this.panel1.TabIndex = 0;
//
// button1
//
this.button1.Location = new System.Drawing.Point(209, 6);
this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(85, 23);
this.button1.TabIndex = 5;
this.button1.Text = "导出名单";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// rbhtzdcx
//
this.rbhtzdcx.AutoSize = true;
this.rbhtzdcx.Location = new System.Drawing.Point(508, 7);
this.rbhtzdcx.Name = "rbhtzdcx";
this.rbhtzdcx.Size = new System.Drawing.Size(95, 16);
this.rbhtzdcx.TabIndex = 4;
this.rbhtzdcx.TabStop = true;
this.rbhtzdcx.Text = "合同状态查询";
this.rbhtzdcx.UseVisualStyleBackColor = true;
this.rbhtzdcx.Visible = false;
//
// rbxsycx
//
this.rbxsycx.AutoSize = true;
this.rbxsycx.Location = new System.Drawing.Point(420, 7);
this.rbxsycx.Name = "rbxsycx";
this.rbxsycx.Size = new System.Drawing.Size(83, 16);
this.rbxsycx.TabIndex = 3;
this.rbxsycx.TabStop = true;
this.rbxsycx.Text = "销售员查询";
this.rbxsycx.UseVisualStyleBackColor = true;
this.rbxsycx.Visible = false;
//
// rbtjdwcx
//
this.rbtjdwcx.AutoSize = true;
this.rbtjdwcx.Location = new System.Drawing.Point(319, 7);
this.rbtjdwcx.Name = "rbtjdwcx";
this.rbtjdwcx.Size = new System.Drawing.Size(95, 16);
this.rbtjdwcx.TabIndex = 2;
this.rbtjdwcx.TabStop = true;
this.rbtjdwcx.Text = "体检单位查询";
this.rbtjdwcx.UseVisualStyleBackColor = true;
this.rbtjdwcx.Visible = false;
//
// tbSelect
//
this.tbSelect.Location = new System.Drawing.Point(83, 6);
this.tbSelect.Name = "tbSelect";
this.tbSelect.Size = new System.Drawing.Size(100, 21);
this.tbSelect.TabIndex = 1;
this.tbSelect.TextChanged += new System.EventHandler(this.tbSelect_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "筛选条件:";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToResizeColumns = false;
this.dataGridView1.AllowUserToResizeRows = false;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
this.dataGridView1.ColumnHeadersHeight = 29;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.wjrs,
this.wjje,
this.lrrs,
this.djrs,
this.djjes});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 35);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersWidth = 51;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(652, 368);
this.dataGridView1.TabIndex = 1;
this.dataGridView1.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridView1_CellFormatting);
this.dataGridView1.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_ColumnHeaderMouseClick);
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
this.dataGridView1.Click += new System.EventHandler(this.dataGridView1_Click);
this.dataGridView1.DoubleClick += new System.EventHandler(this.dataGridView1_DoubleClick);
//
// thtBindingSource
//
this.thtBindingSource.DataSource = typeof(SOH.Entities.t_ht);
//
// 客户编码
//
this..DataPropertyName = "客户编码";
this..HeaderText = "客户编码";
this..MinimumWidth = 6;
this..Name = "客户编码";
this..ReadOnly = true;
this..Visible = false;
this..Width = 61;
//
// 客户名称
//
this..DataPropertyName = "客户名称";
this..HeaderText = "客户名称";
this..MinimumWidth = 6;
this..Name = "客户名称";
this..ReadOnly = true;
this..Width = 61;
//
// 合同编码
//
this..DataPropertyName = "合同编码";
this..HeaderText = "合同编码";
this..MinimumWidth = 6;
this..Name = "合同编码";
this..ReadOnly = true;
this..Visible = false;
this..Width = 61;
//
// 体检年度
//
this..DataPropertyName = "体检年度";
this..HeaderText = "体检年度";
this..MinimumWidth = 6;
this..Name = "体检年度";
this..ReadOnly = true;
this..Width = 61;
//
// 合同标记
//
this..DataPropertyName = "合同标记";
this..HeaderText = "合同标记";
this..MinimumWidth = 6;
this..Name = "合同标记";
this..ReadOnly = true;
this..Width = 61;
//
// 预计体检人数
//
this..DataPropertyName = "预计体检人数";
this..HeaderText = "预计体检人数";
this..MinimumWidth = 6;
this..Name = "预计体检人数";
this..ReadOnly = true;
this..Width = 72;
//
// 开始日期
//
this..DataPropertyName = "开始日期";
this..HeaderText = "开始日期";
this..MinimumWidth = 6;
this..Name = "开始日期";
this..ReadOnly = true;
this..Width = 61;
//
// 结束日期
//
this..DataPropertyName = "结束日期";
this..HeaderText = "结束日期";
this..MinimumWidth = 6;
this..Name = "结束日期";
this..ReadOnly = true;
this..Width = 61;
//
// 客户电话
//
this..DataPropertyName = "客户电话";
this..HeaderText = "客户电话";
this..MinimumWidth = 6;
this..Name = "客户电话";
this..ReadOnly = true;
this..Width = 61;
//
// 客户经理
//
this..DataPropertyName = "客户经理";
this..HeaderText = "客户经理";
this..MinimumWidth = 6;
this..Name = "客户经理";
this..ReadOnly = true;
this..Width = 61;
//
// 销售员
//
this..DataPropertyName = "销售员";
this..HeaderText = "销售员";
this..MinimumWidth = 6;
this..Name = "销售员";
this..ReadOnly = true;
this..Width = 61;
//
// wjrs
//
this.wjrs.DataPropertyName = "未检人数";
this.wjrs.HeaderText = "未检人数";
this.wjrs.MinimumWidth = 6;
this.wjrs.Name = "wjrs";
this.wjrs.ReadOnly = true;
this.wjrs.Width = 61;
//
// wjje
//
this.wjje.DataPropertyName = "未检金额";
this.wjje.HeaderText = "未检金额";
this.wjje.MinimumWidth = 6;
this.wjje.Name = "wjje";
this.wjje.ReadOnly = true;
this.wjje.Width = 61;
//
// lrrs
//
this.lrrs.DataPropertyName = "录入人数";
this.lrrs.HeaderText = "录入人数";
this.lrrs.MinimumWidth = 6;
this.lrrs.Name = "lrrs";
this.lrrs.ReadOnly = true;
this.lrrs.Width = 61;
//
// djrs
//
this.djrs.DataPropertyName = "到检人数";
this.djrs.HeaderText = "到检人数";
this.djrs.MinimumWidth = 6;
this.djrs.Name = "djrs";
this.djrs.ReadOnly = true;
this.djrs.Width = 61;
//
// djjes
//
this.djjes.DataPropertyName = "到检金额";
this.djjes.HeaderText = "到检金额";
this.djjes.Name = "djjes";
this.djjes.ReadOnly = true;
this.djjes.Width = 61;
//
// frmTuanJianQingKuangChaXun
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(652, 403);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "frmTuanJianQingKuangChaXun";
this.Text = "团检情况查询";
this.Load += new System.EventHandler(this.frmTuanJianQingKuangChaXun_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.thtBindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox tbSelect;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RadioButton rbhtzdcx;
private System.Windows.Forms.RadioButton rbxsycx;
private System.Windows.Forms.RadioButton rbtjdwcx;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.BindingSource thtBindingSource;
private System.Windows.Forms.Button button1;
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 wjrs;
private System.Windows.Forms.DataGridViewTextBoxColumn wjje;
private System.Windows.Forms.DataGridViewTextBoxColumn lrrs;
private System.Windows.Forms.DataGridViewTextBoxColumn djrs;
private System.Windows.Forms.DataGridViewTextBoxColumn djjes;
}
}