namespace SOH.SaleSettings { partial class frmTuanJianQingKuangChaXun { /// /// 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.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; } }