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

224 lines
10 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_LouCeng
{
/// <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_LouCeng));
this.panel1 = new System.Windows.Forms.Panel();
this.dgv_lc = new System.Windows.Forms.DataGridView();
this.label1 = new System.Windows.Forms.Label();
this.txt_mingcheng = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txt_beizhu = new System.Windows.Forms.TextBox();
this.btn_new = new System.Windows.Forms.Button();
this.btn_modify = new System.Windows.Forms.Button();
this.btn_add = new System.Windows.Forms.Button();
this.btn_del = new System.Windows.Forms.Button();
this.pdloucengBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lcmcDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bzDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_lc)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pdloucengBindingSource)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.btn_del);
this.panel1.Controls.Add(this.btn_add);
this.panel1.Controls.Add(this.btn_modify);
this.panel1.Controls.Add(this.btn_new);
this.panel1.Controls.Add(this.txt_beizhu);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.txt_mingcheng);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 251);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(724, 112);
this.panel1.TabIndex = 0;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
//
// dgv_lc
//
this.dgv_lc.AllowUserToAddRows = false;
this.dgv_lc.AllowUserToDeleteRows = false;
this.dgv_lc.AutoGenerateColumns = false;
this.dgv_lc.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv_lc.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idDataGridViewTextBoxColumn,
this.lcmcDataGridViewTextBoxColumn,
this.bzDataGridViewTextBoxColumn});
this.dgv_lc.DataSource = this.pdloucengBindingSource;
this.dgv_lc.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_lc.Location = new System.Drawing.Point(0, 0);
this.dgv_lc.Name = "dgv_lc";
this.dgv_lc.ReadOnly = true;
this.dgv_lc.RowHeadersWidth = 11;
this.dgv_lc.RowTemplate.Height = 23;
this.dgv_lc.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv_lc.Size = new System.Drawing.Size(724, 251);
this.dgv_lc.TabIndex = 1;
this.dgv_lc.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_lc_CellClick);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "楼层名称:";
//
// txt_mingcheng
//
this.txt_mingcheng.Location = new System.Drawing.Point(83, 10);
this.txt_mingcheng.Name = "txt_mingcheng";
this.txt_mingcheng.Size = new System.Drawing.Size(178, 21);
this.txt_mingcheng.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(36, 43);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 2;
this.label2.Text = "备注:";
//
// txt_beizhu
//
this.txt_beizhu.Location = new System.Drawing.Point(83, 40);
this.txt_beizhu.Name = "txt_beizhu";
this.txt_beizhu.Size = new System.Drawing.Size(469, 21);
this.txt_beizhu.TabIndex = 3;
//
// btn_new
//
this.btn_new.Location = new System.Drawing.Point(38, 77);
this.btn_new.Name = "btn_new";
this.btn_new.Size = new System.Drawing.Size(75, 23);
this.btn_new.TabIndex = 4;
this.btn_new.Text = "新建";
this.btn_new.UseVisualStyleBackColor = true;
this.btn_new.Click += new System.EventHandler(this.btn_new_Click);
//
// btn_modify
//
this.btn_modify.Location = new System.Drawing.Point(225, 77);
this.btn_modify.Name = "btn_modify";
this.btn_modify.Size = new System.Drawing.Size(75, 23);
this.btn_modify.TabIndex = 5;
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(131, 77);
this.btn_add.Name = "btn_add";
this.btn_add.Size = new System.Drawing.Size(75, 23);
this.btn_add.TabIndex = 6;
this.btn_add.Text = "添加";
this.btn_add.UseVisualStyleBackColor = true;
this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
//
// btn_del
//
this.btn_del.Location = new System.Drawing.Point(315, 77);
this.btn_del.Name = "btn_del";
this.btn_del.Size = new System.Drawing.Size(75, 23);
this.btn_del.TabIndex = 7;
this.btn_del.Text = "删除";
this.btn_del.UseVisualStyleBackColor = true;
this.btn_del.Click += new System.EventHandler(this.btn_del_Click);
//
// pdloucengBindingSource
//
this.pdloucengBindingSource.DataSource = typeof(SOH.Entities.Pd_louceng);
//
// idDataGridViewTextBoxColumn
//
this.idDataGridViewTextBoxColumn.DataPropertyName = "Id";
this.idDataGridViewTextBoxColumn.HeaderText = "编码";
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
this.idDataGridViewTextBoxColumn.ReadOnly = true;
//
// lcmcDataGridViewTextBoxColumn
//
this.lcmcDataGridViewTextBoxColumn.DataPropertyName = "Lcmc";
this.lcmcDataGridViewTextBoxColumn.HeaderText = "楼层名称";
this.lcmcDataGridViewTextBoxColumn.Name = "lcmcDataGridViewTextBoxColumn";
this.lcmcDataGridViewTextBoxColumn.ReadOnly = true;
//
// bzDataGridViewTextBoxColumn
//
this.bzDataGridViewTextBoxColumn.DataPropertyName = "Bz";
this.bzDataGridViewTextBoxColumn.HeaderText = "备注";
this.bzDataGridViewTextBoxColumn.Name = "bzDataGridViewTextBoxColumn";
this.bzDataGridViewTextBoxColumn.ReadOnly = true;
//
// frm_LouCeng
//
this.ClientSize = new System.Drawing.Size(724, 363);
this.Controls.Add(this.dgv_lc);
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_LouCeng";
this.Text = "楼层设置";
this.Load += new System.EventHandler(this.frm_LouCeng_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_lc)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pdloucengBindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.DataGridView dgv_lc;
private System.Windows.Forms.Button btn_del;
private System.Windows.Forms.Button btn_add;
private System.Windows.Forms.Button btn_modify;
private System.Windows.Forms.Button btn_new;
private System.Windows.Forms.TextBox txt_beizhu;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txt_mingcheng;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn lcmcDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn bzDataGridViewTextBoxColumn;
private System.Windows.Forms.BindingSource pdloucengBindingSource;
}
}