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

362 lines
16 KiB
C#

namespace SOH.SaleSettings
{
partial class frmTuanJianzhiXingQingKuangChaXunJiaXiangMingXi
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTuanJianzhiXingQingKuangChaXunJiaXiangMingXi));
this.dataGridView1 = new System.Windows.Forms.DataGridView();
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.dataGridView2 = new System.Windows.Forms.DataGridView();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.xh = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zhbm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jjxlx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zl = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.czy = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jglx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tjrq = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.upflag = 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.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToResizeColumns = false;
this.dataGridView1.AllowUserToResizeRows = false;
this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.,
this.,
this.,
this.,
this.,
this.,
this.});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Left;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(292, 462);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
//
// 分组名称
//
this..DataPropertyName = "htfzmc";
this..HeaderText = "分组名称";
this..Name = "分组名称";
this..ReadOnly = true;
//
// 条码号
//
this..DataPropertyName = "tm";
this..HeaderText = "条码号";
this..Name = "条码号";
this..ReadOnly = true;
this..Visible = false;
//
// 姓名
//
this..DataPropertyName = "xm";
this..HeaderText = "姓名";
this..Name = "姓名";
this..ReadOnly = true;
//
// 性别
//
this..DataPropertyName = "xb";
this..HeaderText = "性别";
this..Name = "性别";
this..ReadOnly = true;
this..Visible = false;
//
// 年龄
//
this..DataPropertyName = "nl";
this..HeaderText = "年龄";
this..Name = "年龄";
this..ReadOnly = true;
this..Visible = false;
//
// 婚姻
//
this..DataPropertyName = "hyzk";
this..HeaderText = "婚姻";
this..Name = "婚姻";
this..ReadOnly = true;
this..Visible = false;
//
// 体检日期
//
this..DataPropertyName = "tjrq";
this..HeaderText = "体检日期";
this..Name = "体检日期";
this..ReadOnly = true;
//
// dataGridView2
//
this.dataGridView2.AllowUserToAddRows = false;
this.dataGridView2.AllowUserToDeleteRows = false;
this.dataGridView2.AllowUserToResizeColumns = false;
this.dataGridView2.AllowUserToResizeRows = false;
this.dataGridView2.BackgroundColor = System.Drawing.Color.White;
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.,
this.xh,
this.tm,
this.zhbm,
this.jjxlx,
this.zl,
this.czy,
this.jglx,
this.tjrq,
this.upflag,
this.,
this.,
this.,
this.});
this.dataGridView2.Location = new System.Drawing.Point(295, 1);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.ReadOnly = true;
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView2.Size = new System.Drawing.Size(546, 459);
this.dataGridView2.TabIndex = 1;
//
// 项目名称
//
this..DataPropertyName = "zhmc";
this..HeaderText = "项目名称";
this..Name = "项目名称";
this..ReadOnly = true;
//
// xh
//
this.xh.DataPropertyName = "xh";
this.xh.HeaderText = "xh";
this.xh.Name = "xh";
this.xh.ReadOnly = true;
this.xh.Visible = false;
//
// tm
//
this.tm.DataPropertyName = "tm";
this.tm.HeaderText = "tm";
this.tm.Name = "tm";
this.tm.ReadOnly = true;
this.tm.Visible = false;
//
// zhbm
//
this.zhbm.DataPropertyName = "zhbm";
this.zhbm.HeaderText = "zhbm";
this.zhbm.Name = "zhbm";
this.zhbm.ReadOnly = true;
this.zhbm.Visible = false;
//
// jjxlx
//
this.jjxlx.DataPropertyName = "jjx";
this.jjxlx.HeaderText = "jjx";
this.jjxlx.Name = "jjxlx";
this.jjxlx.ReadOnly = true;
this.jjxlx.Visible = false;
//
// zl
//
this.zl.DataPropertyName = "zl";
this.zl.HeaderText = "zl";
this.zl.Name = "zl";
this.zl.ReadOnly = true;
this.zl.Visible = false;
//
// czy
//
this.czy.DataPropertyName = "czy";
this.czy.HeaderText = "czy";
this.czy.Name = "czy";
this.czy.ReadOnly = true;
this.czy.Visible = false;
//
// jglx
//
this.jglx.DataPropertyName = "jglx";
this.jglx.HeaderText = "jglx";
this.jglx.Name = "jglx";
this.jglx.ReadOnly = true;
this.jglx.Visible = false;
//
// tjrq
//
this.tjrq.DataPropertyName = "tjrq";
this.tjrq.HeaderText = "tjrq";
this.tjrq.Name = "tjrq";
this.tjrq.ReadOnly = true;
this.tjrq.Visible = false;
//
// upflag
//
this.upflag.DataPropertyName = "upflag";
this.upflag.HeaderText = "upflag";
this.upflag.Name = "upflag";
this.upflag.ReadOnly = true;
this.upflag.Visible = false;
//
// 加减项
//
this..DataPropertyName = "jjxlx";
this..HeaderText = "加/减项";
this..Name = "加减项";
this..ReadOnly = true;
//
// 公自费
//
this..DataPropertyName = "jxgzfbj";
this..HeaderText = "公/自费";
this..Name = "公自费";
this..ReadOnly = true;
//
// 是否交费
//
this..DataPropertyName = "ysfbz";
this..HeaderText = "是否交费";
this..Name = "是否交费";
this..ReadOnly = true;
//
// 价格
//
this..DataPropertyName = "v_jjxje";
this..HeaderText = "价格";
this..Name = "价格";
this..ReadOnly = true;
//
// panel1
//
this.panel1.Controls.Add(this.button1);
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(843, 48);
this.panel1.TabIndex = 2;
//
// panel2
//
this.panel2.Controls.Add(this.dataGridView1);
this.panel2.Controls.Add(this.dataGridView2);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 48);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(843, 462);
this.panel2.TabIndex = 3;
//
// button1
//
this.button1.Location = new System.Drawing.Point(724, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "导出加项明细";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// frmTuanJianzhiXingQingKuangChaXunJiaXiangMingXi
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(843, 510);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmTuanJianzhiXingQingKuangChaXunJiaXiangMingXi";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "加项明细查询";
this.Load += new System.EventHandler(this.frmTuanJianzhiXingQingKuangChaXunJiaXiangMingXi_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridView dataGridView2;
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 xh;
private System.Windows.Forms.DataGridViewTextBoxColumn tm;
private System.Windows.Forms.DataGridViewTextBoxColumn zhbm;
private System.Windows.Forms.DataGridViewTextBoxColumn jjxlx;
private System.Windows.Forms.DataGridViewTextBoxColumn zl;
private System.Windows.Forms.DataGridViewTextBoxColumn czy;
private System.Windows.Forms.DataGridViewTextBoxColumn jglx;
private System.Windows.Forms.DataGridViewTextBoxColumn tjrq;
private System.Windows.Forms.DataGridViewTextBoxColumn upflag;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button button1;
}
}