tijian_jichuang/Code/SOH.Queuing.Setting/frm_pd_jianqu.Designer.cs
2025-02-20 11:54:48 +08:00

291 lines
14 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace SOH.Queuing.Setting
{
partial class frm_pd_jianqu
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_pd_jianqu));
this.panel1 = new System.Windows.Forms.Panel();
this.ccb_JQLB = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.btn_del = new System.Windows.Forms.Button();
this.btn_modify = new System.Windows.Forms.Button();
this.btn_add = new System.Windows.Forms.Button();
this.btn_new = new System.Windows.Forms.Button();
this.txt_bz = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txt_pdsx = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txt_jqmc = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.dgv_jq = new System.Windows.Forms.DataGridView();
this.pdjianquBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jqmcDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.txt_khlx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pdsxDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jqbzDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_jq)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pdjianquBindingSource)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.ccb_JQLB);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.btn_del);
this.panel1.Controls.Add(this.btn_modify);
this.panel1.Controls.Add(this.btn_add);
this.panel1.Controls.Add(this.btn_new);
this.panel1.Controls.Add(this.txt_bz);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.txt_pdsx);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.txt_jqmc);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 276);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(625, 100);
this.panel1.TabIndex = 0;
//
// ccb_JQLB
//
this.ccb_JQLB.DisplayMember = "leixing";
this.ccb_JQLB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ccb_JQLB.FormattingEnabled = true;
this.ccb_JQLB.Location = new System.Drawing.Point(452, 12);
this.ccb_JQLB.Name = "ccb_JQLB";
this.ccb_JQLB.Size = new System.Drawing.Size(119, 20);
this.ccb_JQLB.TabIndex = 11;
this.ccb_JQLB.ValueMember = "id";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(381, 15);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 10;
this.label4.Text = "检区类别:";
//
// btn_del
//
this.btn_del.Location = new System.Drawing.Point(300, 65);
this.btn_del.Name = "btn_del";
this.btn_del.Size = new System.Drawing.Size(75, 23);
this.btn_del.TabIndex = 9;
this.btn_del.Text = "删除";
this.btn_del.UseVisualStyleBackColor = true;
this.btn_del.Click += new System.EventHandler(this.btn_del_Click);
//
// btn_modify
//
this.btn_modify.Location = new System.Drawing.Point(210, 67);
this.btn_modify.Name = "btn_modify";
this.btn_modify.Size = new System.Drawing.Size(75, 23);
this.btn_modify.TabIndex = 8;
this.btn_modify.Text = "修改";
this.btn_modify.UseVisualStyleBackColor = true;
this.btn_modify.Click += new System.EventHandler(this.btn_modify_Click);
//
// btn_add
//
this.btn_add.Location = new System.Drawing.Point(120, 67);
this.btn_add.Name = "btn_add";
this.btn_add.Size = new System.Drawing.Size(75, 23);
this.btn_add.TabIndex = 7;
this.btn_add.Text = "添加";
this.btn_add.UseVisualStyleBackColor = true;
this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
//
// btn_new
//
this.btn_new.Location = new System.Drawing.Point(30, 67);
this.btn_new.Name = "btn_new";
this.btn_new.Size = new System.Drawing.Size(75, 23);
this.btn_new.TabIndex = 6;
this.btn_new.Text = "新建";
this.btn_new.UseVisualStyleBackColor = true;
this.btn_new.Click += new System.EventHandler(this.btn_new_Click);
//
// txt_bz
//
this.txt_bz.Location = new System.Drawing.Point(83, 40);
this.txt_bz.Name = "txt_bz";
this.txt_bz.Size = new System.Drawing.Size(488, 21);
this.txt_bz.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(28, 43);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 4;
this.label3.Text = "备注:";
//
// txt_pdsx
//
this.txt_pdsx.Location = new System.Drawing.Point(272, 12);
this.txt_pdsx.Name = "txt_pdsx";
this.txt_pdsx.Size = new System.Drawing.Size(103, 21);
this.txt_pdsx.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(201, 15);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 2;
this.label2.Text = "排队顺序:";
//
// txt_jqmc
//
this.txt_jqmc.Location = new System.Drawing.Point(83, 12);
this.txt_jqmc.Name = "txt_jqmc";
this.txt_jqmc.Size = new System.Drawing.Size(112, 21);
this.txt_jqmc.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(4, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "检区名称:";
//
// dgv_jq
//
this.dgv_jq.AllowUserToAddRows = false;
this.dgv_jq.AllowUserToDeleteRows = false;
this.dgv_jq.AutoGenerateColumns = false;
this.dgv_jq.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv_jq.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idDataGridViewTextBoxColumn,
this.jqmcDataGridViewTextBoxColumn,
this.txt_khlx,
this.pdsxDataGridViewTextBoxColumn,
this.jqbzDataGridViewTextBoxColumn});
this.dgv_jq.DataSource = this.pdjianquBindingSource;
this.dgv_jq.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_jq.Location = new System.Drawing.Point(0, 0);
this.dgv_jq.Name = "dgv_jq";
this.dgv_jq.ReadOnly = true;
this.dgv_jq.RowHeadersWidth = 11;
this.dgv_jq.RowTemplate.Height = 23;
this.dgv_jq.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv_jq.Size = new System.Drawing.Size(625, 276);
this.dgv_jq.TabIndex = 1;
this.dgv_jq.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
//
// pdjianquBindingSource
//
this.pdjianquBindingSource.DataSource = typeof(SOH.Entities.pd_jianqu);
//
// idDataGridViewTextBoxColumn
//
this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
this.idDataGridViewTextBoxColumn.HeaderText = "编码";
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
this.idDataGridViewTextBoxColumn.ReadOnly = true;
//
// jqmcDataGridViewTextBoxColumn
//
this.jqmcDataGridViewTextBoxColumn.DataPropertyName = "jqmc";
this.jqmcDataGridViewTextBoxColumn.HeaderText = "检区名称";
this.jqmcDataGridViewTextBoxColumn.Name = "jqmcDataGridViewTextBoxColumn";
this.jqmcDataGridViewTextBoxColumn.ReadOnly = true;
//
// txt_khlx
//
this.txt_khlx.DataPropertyName = "txt_khlx";
this.txt_khlx.HeaderText = "客户类型";
this.txt_khlx.Name = "txt_khlx";
this.txt_khlx.ReadOnly = true;
//
// pdsxDataGridViewTextBoxColumn
//
this.pdsxDataGridViewTextBoxColumn.DataPropertyName = "pdsx";
this.pdsxDataGridViewTextBoxColumn.HeaderText = "排队顺序";
this.pdsxDataGridViewTextBoxColumn.Name = "pdsxDataGridViewTextBoxColumn";
this.pdsxDataGridViewTextBoxColumn.ReadOnly = true;
//
// jqbzDataGridViewTextBoxColumn
//
this.jqbzDataGridViewTextBoxColumn.DataPropertyName = "jqbz";
this.jqbzDataGridViewTextBoxColumn.HeaderText = "检区备注";
this.jqbzDataGridViewTextBoxColumn.Name = "jqbzDataGridViewTextBoxColumn";
this.jqbzDataGridViewTextBoxColumn.ReadOnly = true;
//
// frm_pd_jianqu
//
this.ClientSize = new System.Drawing.Size(625, 376);
this.Controls.Add(this.dgv_jq);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frm_pd_jianqu";
this.Text = "检区维护";
this.Load += new System.EventHandler(this.frm_pd_jianqu_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_jq)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pdjianquBindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.DataGridView dgv_jq;
private System.Windows.Forms.BindingSource pdjianquBindingSource;
private System.Windows.Forms.Button btn_del;
private System.Windows.Forms.Button btn_modify;
private System.Windows.Forms.Button btn_add;
private System.Windows.Forms.Button btn_new;
private System.Windows.Forms.TextBox txt_bz;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txt_pdsx;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txt_jqmc;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox ccb_JQLB;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn jqmcDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn txt_khlx;
private System.Windows.Forms.DataGridViewTextBoxColumn pdsxDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn jqbzDataGridViewTextBoxColumn;
}
}