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

364 lines
17 KiB
C#
Raw Permalink 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 frmpd_xm
{
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmpd_xm));
this.panel1 = new System.Windows.Forms.Panel();
this.txt_qzxm = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.btn_sc = new System.Windows.Forms.Button();
this.btn_xg = 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.label5 = new System.Windows.Forms.Label();
this.txt_xmqz = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txt_xmhs = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txt_zjf = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txt_xmmc = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.dgv_pdxm = new System.Windows.Forms.DataGridView();
this.pdxmBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.xmmcDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zjfDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.xmhsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.xmqzDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.qzxmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bzDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.checkedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_pdxm)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pdxmBindingSource)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.txt_qzxm);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.btn_sc);
this.panel1.Controls.Add(this.btn_xg);
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.label5);
this.panel1.Controls.Add(this.txt_xmqz);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.txt_xmhs);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.txt_zjf);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.txt_xmmc);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 323);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(819, 109);
this.panel1.TabIndex = 1;
//
// txt_qzxm
//
this.txt_qzxm.Location = new System.Drawing.Point(685, 42);
this.txt_qzxm.Name = "txt_qzxm";
this.txt_qzxm.Size = new System.Drawing.Size(111, 21);
this.txt_qzxm.TabIndex = 15;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(617, 45);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 14;
this.label6.Text = "前置项目:";
//
// btn_sc
//
this.btn_sc.Location = new System.Drawing.Point(331, 74);
this.btn_sc.Name = "btn_sc";
this.btn_sc.Size = new System.Drawing.Size(75, 23);
this.btn_sc.TabIndex = 13;
this.btn_sc.Text = "删除";
this.btn_sc.UseVisualStyleBackColor = true;
this.btn_sc.Click += new System.EventHandler(this.btn_sc_Click);
//
// btn_xg
//
this.btn_xg.Location = new System.Drawing.Point(233, 74);
this.btn_xg.Name = "btn_xg";
this.btn_xg.Size = new System.Drawing.Size(75, 23);
this.btn_xg.TabIndex = 12;
this.btn_xg.Text = "修改";
this.btn_xg.UseVisualStyleBackColor = true;
this.btn_xg.Click += new System.EventHandler(this.btn_xg_Click);
//
// btn_add
//
this.btn_add.Location = new System.Drawing.Point(135, 74);
this.btn_add.Name = "btn_add";
this.btn_add.Size = new System.Drawing.Size(75, 23);
this.btn_add.TabIndex = 11;
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(37, 74);
this.btn_new.Name = "btn_new";
this.btn_new.Size = new System.Drawing.Size(75, 23);
this.btn_new.TabIndex = 10;
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(84, 42);
this.txt_bz.Name = "txt_bz";
this.txt_bz.Size = new System.Drawing.Size(506, 21);
this.txt_bz.TabIndex = 9;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(35, 45);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 8;
this.label5.Text = "备注:";
//
// txt_xmqz
//
this.txt_xmqz.Location = new System.Drawing.Point(685, 11);
this.txt_xmqz.Name = "txt_xmqz";
this.txt_xmqz.Size = new System.Drawing.Size(111, 21);
this.txt_xmqz.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(617, 15);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 6;
this.label4.Text = "项目权重:";
//
// txt_xmhs
//
this.txt_xmhs.Location = new System.Drawing.Point(479, 11);
this.txt_xmhs.Name = "txt_xmhs";
this.txt_xmhs.Size = new System.Drawing.Size(111, 21);
this.txt_xmhs.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(378, 15);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(101, 12);
this.label3.TabIndex = 4;
this.label3.Text = "项目耗时(分钟)";
//
// txt_zjf
//
this.txt_zjf.Location = new System.Drawing.Point(261, 11);
this.txt_zjf.Name = "txt_zjf";
this.txt_zjf.Size = new System.Drawing.Size(111, 21);
this.txt_zjf.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(202, 15);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "助记符:";
//
// txt_xmmc
//
this.txt_xmmc.Location = new System.Drawing.Point(84, 11);
this.txt_xmmc.Name = "txt_xmmc";
this.txt_xmmc.Size = new System.Drawing.Size(111, 21);
this.txt_xmmc.TabIndex = 1;
this.txt_xmmc.Leave += new System.EventHandler(this.txt_xmmc_Leave);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "项目名称:";
//
// dgv_pdxm
//
this.dgv_pdxm.AllowUserToAddRows = false;
this.dgv_pdxm.AllowUserToDeleteRows = false;
this.dgv_pdxm.AutoGenerateColumns = false;
this.dgv_pdxm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv_pdxm.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idDataGridViewTextBoxColumn,
this.xmmcDataGridViewTextBoxColumn,
this.zjfDataGridViewTextBoxColumn,
this.xmhsDataGridViewTextBoxColumn,
this.xmqzDataGridViewTextBoxColumn,
this.qzxmDataGridViewTextBoxColumn,
this.bzDataGridViewTextBoxColumn,
this.checkedDataGridViewCheckBoxColumn});
this.dgv_pdxm.DataSource = this.pdxmBindingSource;
this.dgv_pdxm.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_pdxm.Location = new System.Drawing.Point(0, 0);
this.dgv_pdxm.Name = "dgv_pdxm";
this.dgv_pdxm.ReadOnly = true;
this.dgv_pdxm.RowHeadersWidth = 11;
this.dgv_pdxm.RowTemplate.Height = 23;
this.dgv_pdxm.Size = new System.Drawing.Size(819, 323);
this.dgv_pdxm.TabIndex = 2;
this.dgv_pdxm.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_pdxm_CellClick);
//
// pdxmBindingSource
//
this.pdxmBindingSource.DataSource = typeof(SOH.Entities.pd_xm);
//
// idDataGridViewTextBoxColumn
//
this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
this.idDataGridViewTextBoxColumn.HeaderText = "id";
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
this.idDataGridViewTextBoxColumn.ReadOnly = true;
this.idDataGridViewTextBoxColumn.Visible = false;
//
// xmmcDataGridViewTextBoxColumn
//
this.xmmcDataGridViewTextBoxColumn.DataPropertyName = "xmmc";
this.xmmcDataGridViewTextBoxColumn.HeaderText = "项目名称";
this.xmmcDataGridViewTextBoxColumn.Name = "xmmcDataGridViewTextBoxColumn";
this.xmmcDataGridViewTextBoxColumn.ReadOnly = true;
//
// zjfDataGridViewTextBoxColumn
//
this.zjfDataGridViewTextBoxColumn.DataPropertyName = "zjf";
this.zjfDataGridViewTextBoxColumn.HeaderText = "助记符";
this.zjfDataGridViewTextBoxColumn.Name = "zjfDataGridViewTextBoxColumn";
this.zjfDataGridViewTextBoxColumn.ReadOnly = true;
//
// xmhsDataGridViewTextBoxColumn
//
this.xmhsDataGridViewTextBoxColumn.DataPropertyName = "xmhs";
this.xmhsDataGridViewTextBoxColumn.HeaderText = "项目耗时";
this.xmhsDataGridViewTextBoxColumn.Name = "xmhsDataGridViewTextBoxColumn";
this.xmhsDataGridViewTextBoxColumn.ReadOnly = true;
//
// xmqzDataGridViewTextBoxColumn
//
this.xmqzDataGridViewTextBoxColumn.DataPropertyName = "xmqz";
this.xmqzDataGridViewTextBoxColumn.HeaderText = "项目权重";
this.xmqzDataGridViewTextBoxColumn.Name = "xmqzDataGridViewTextBoxColumn";
this.xmqzDataGridViewTextBoxColumn.ReadOnly = true;
//
// qzxmDataGridViewTextBoxColumn
//
this.qzxmDataGridViewTextBoxColumn.DataPropertyName = "qzxm";
this.qzxmDataGridViewTextBoxColumn.HeaderText = "前置项目";
this.qzxmDataGridViewTextBoxColumn.Name = "qzxmDataGridViewTextBoxColumn";
this.qzxmDataGridViewTextBoxColumn.ReadOnly = true;
//
// bzDataGridViewTextBoxColumn
//
this.bzDataGridViewTextBoxColumn.DataPropertyName = "bz";
this.bzDataGridViewTextBoxColumn.HeaderText = "备注";
this.bzDataGridViewTextBoxColumn.Name = "bzDataGridViewTextBoxColumn";
this.bzDataGridViewTextBoxColumn.ReadOnly = true;
//
// checkedDataGridViewCheckBoxColumn
//
this.checkedDataGridViewCheckBoxColumn.DataPropertyName = "Checked";
this.checkedDataGridViewCheckBoxColumn.HeaderText = "选择";
this.checkedDataGridViewCheckBoxColumn.Name = "checkedDataGridViewCheckBoxColumn";
this.checkedDataGridViewCheckBoxColumn.ReadOnly = true;
this.checkedDataGridViewCheckBoxColumn.Visible = false;
//
// frmpd_xm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(819, 432);
this.Controls.Add(this.dgv_pdxm);
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 = "frmpd_xm";
this.Text = "排队项目设置";
this.Load += new System.EventHandler(this.frmpd_xm_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_pdxm)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pdxmBindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btn_sc;
private System.Windows.Forms.Button btn_xg;
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 label5;
private System.Windows.Forms.TextBox txt_xmqz;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txt_xmhs;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txt_zjf;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txt_xmmc;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView dgv_pdxm;
private System.Windows.Forms.TextBox txt_qzxm;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn xmmcDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn zjfDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn xmhsDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn xmqzDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn qzxmDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn bzDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewCheckBoxColumn checkedDataGridViewCheckBoxColumn;
private System.Windows.Forms.BindingSource pdxmBindingSource;
}
}