using HH.WMS.Client.CustomControl;
namespace HH.WMS.Client
{
partial class frmTempletSet
{
///
/// 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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTempletSet));
this.dgvlist = new DevComponents.DotNetBar.Controls.DataGridViewX();
this.CN_GUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_TEMPLET_TYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_TEMPLET_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_PRINTER = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.CN_S_MAC = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_T_UPLOAD_TIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_UPLOADOR = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_C_IS_FIRST = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_C_IS_TOOL_PRINT = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colDown = new HH.WMS.Client.CustomControl.DataGridViewDisableButtonColumn();
this.colUp = new HH.WMS.Client.CustomControl.DataGridViewDisableButtonColumn();
this.btnClose = new DevComponents.DotNetBar.ButtonX();
this.btnAdd = new DevComponents.DotNetBar.ButtonX();
this.btnEdit = new DevComponents.DotNetBar.ButtonX();
this.btnDelete = new DevComponents.DotNetBar.ButtonX();
this.dataGridViewDisableButtonColumn1 = new HH.WMS.Client.CustomControl.DataGridViewDisableButtonColumn();
this.dataGridViewDisableButtonColumn2 = new HH.WMS.Client.CustomControl.DataGridViewDisableButtonColumn();
((System.ComponentModel.ISupportInitialize)(this.dgvlist)).BeginInit();
this.SuspendLayout();
//
// dgvlist
//
this.dgvlist.AllowUserToAddRows = false;
this.dgvlist.AllowUserToDeleteRows = false;
this.dgvlist.AllowUserToOrderColumns = true;
this.dgvlist.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvlist.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("ËÎÌå", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvlist.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvlist.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvlist.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.CN_GUID,
this.CN_S_TEMPLET_TYPE,
this.CN_S_TEMPLET_NAME,
this.CN_S_PRINTER,
this.CN_S_MAC,
this.CN_T_UPLOAD_TIME,
this.CN_S_UPLOADOR,
this.CN_C_IS_FIRST,
this.CN_C_IS_TOOL_PRINT,
this.colDown,
this.colUp});
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle4.Font = new System.Drawing.Font("ËÎÌå", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvlist.DefaultCellStyle = dataGridViewCellStyle4;
this.dgvlist.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dgvlist.EnableHeadersVisualStyles = false;
this.dgvlist.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dgvlist.Location = new System.Drawing.Point(12, 47);
this.dgvlist.MultiSelect = false;
this.dgvlist.Name = "dgvlist";
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle5.Font = new System.Drawing.Font("ËÎÌå", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvlist.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.dgvlist.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
this.dgvlist.RowTemplate.Height = 23;
this.dgvlist.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvlist.Size = new System.Drawing.Size(1169, 275);
this.dgvlist.TabIndex = 3;
this.dgvlist.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvlist_CellClick);
this.dgvlist.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvlist_CellContentClick);
this.dgvlist.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvlist_CellEndEdit);
//
// CN_GUID
//
this.CN_GUID.DataPropertyName = "CN_GUID";
this.CN_GUID.HeaderText = "GUID";
this.CN_GUID.Name = "CN_GUID";
this.CN_GUID.Visible = false;
//
// CN_S_TEMPLET_TYPE
//
this.CN_S_TEMPLET_TYPE.DataPropertyName = "CN_S_TEMPLET_TYPE";
this.CN_S_TEMPLET_TYPE.HeaderText = "Ä£°åÀàÐÍ";
this.CN_S_TEMPLET_TYPE.Name = "CN_S_TEMPLET_TYPE";
this.CN_S_TEMPLET_TYPE.ReadOnly = true;
this.CN_S_TEMPLET_TYPE.Width = 120;
//
// CN_S_TEMPLET_NAME
//
this.CN_S_TEMPLET_NAME.DataPropertyName = "CN_S_TEMPLET_NAME";
this.CN_S_TEMPLET_NAME.HeaderText = "Ä£°åÃû³Æ";
this.CN_S_TEMPLET_NAME.Name = "CN_S_TEMPLET_NAME";
this.CN_S_TEMPLET_NAME.ReadOnly = true;
this.CN_S_TEMPLET_NAME.Width = 230;
//
// CN_S_PRINTER
//
this.CN_S_PRINTER.DataPropertyName = "CN_S_PRINTER";
this.CN_S_PRINTER.HeaderText = "´òÓ¡»ú";
this.CN_S_PRINTER.Name = "CN_S_PRINTER";
this.CN_S_PRINTER.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.CN_S_PRINTER.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.CN_S_PRINTER.Width = 350;
//
// CN_S_MAC
//
this.CN_S_MAC.HeaderText = "MAC";
this.CN_S_MAC.Name = "CN_S_MAC";
this.CN_S_MAC.ReadOnly = true;
this.CN_S_MAC.Width = 120;
//
// CN_T_UPLOAD_TIME
//
this.CN_T_UPLOAD_TIME.DataPropertyName = "CN_T_UPLOAD_TIME";
this.CN_T_UPLOAD_TIME.HeaderText = "ÉÏ´«Ê±¼ä";
this.CN_T_UPLOAD_TIME.Name = "CN_T_UPLOAD_TIME";
this.CN_T_UPLOAD_TIME.ReadOnly = true;
//
// CN_S_UPLOADOR
//
this.CN_S_UPLOADOR.DataPropertyName = "CN_S_UPLOADOR";
this.CN_S_UPLOADOR.HeaderText = "ÉÏ´«ÈË";
this.CN_S_UPLOADOR.Name = "CN_S_UPLOADOR";
this.CN_S_UPLOADOR.ReadOnly = true;
//
// CN_C_IS_FIRST
//
this.CN_C_IS_FIRST.HeaderText = "CN_C_IS_FIRST";
this.CN_C_IS_FIRST.Name = "CN_C_IS_FIRST";
this.CN_C_IS_FIRST.Visible = false;
//
// CN_C_IS_TOOL_PRINT
//
this.CN_C_IS_TOOL_PRINT.HeaderText = "CN_C_IS_TOOL_PRINT";
this.CN_C_IS_TOOL_PRINT.Name = "CN_C_IS_TOOL_PRINT";
this.CN_C_IS_TOOL_PRINT.Visible = false;
//
// colDown
//
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.NullValue = "ÏÂÔØ";
this.colDown.DefaultCellStyle = dataGridViewCellStyle2;
this.colDown.HeaderText = "ÏÂÔØ";
this.colDown.Name = "colDown";
this.colDown.ReadOnly = true;
this.colDown.Text = "ÏÂÔØ";
this.colDown.Width = 50;
//
// colUp
//
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.NullValue = "ÉÏ´«";
this.colUp.DefaultCellStyle = dataGridViewCellStyle3;
this.colUp.HeaderText = "ÉÏ´«";
this.colUp.Name = "colUp";
this.colUp.Text = "ÉÏ´«";
this.colUp.Width = 50;
//
// btnClose
//
this.btnClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnClose.Location = new System.Drawing.Point(1106, 345);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnClose.TabIndex = 6;
this.btnClose.Text = "¹Ø±Õ";
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnAdd
//
this.btnAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnAdd.Location = new System.Drawing.Point(12, 12);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnAdd.TabIndex = 6;
this.btnAdd.Text = "ÐÂÔöÄ£°å";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnEdit
//
this.btnEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnEdit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnEdit.Location = new System.Drawing.Point(93, 12);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(75, 23);
this.btnEdit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnEdit.TabIndex = 6;
this.btnEdit.Text = "±à¼Ä£°å";
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// btnDelete
//
this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnDelete.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnDelete.Location = new System.Drawing.Point(174, 12);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(75, 23);
this.btnDelete.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnDelete.TabIndex = 6;
this.btnDelete.Text = "ɾ³ý";
this.btnDelete.Click += new System.EventHandler(this.btnDeleteClick);
//
// dataGridViewDisableButtonColumn1
//
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle6.NullValue = "ÏÂÔØ";
this.dataGridViewDisableButtonColumn1.DefaultCellStyle = dataGridViewCellStyle6;
this.dataGridViewDisableButtonColumn1.HeaderText = "ÏÂÔØ";
this.dataGridViewDisableButtonColumn1.Name = "dataGridViewDisableButtonColumn1";
this.dataGridViewDisableButtonColumn1.ReadOnly = true;
this.dataGridViewDisableButtonColumn1.Text = "ÏÂÔØ";
this.dataGridViewDisableButtonColumn1.Width = 50;
//
// dataGridViewDisableButtonColumn2
//
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle7.NullValue = "ÉÏ´«";
this.dataGridViewDisableButtonColumn2.DefaultCellStyle = dataGridViewCellStyle7;
this.dataGridViewDisableButtonColumn2.HeaderText = "ÉÏ´«";
this.dataGridViewDisableButtonColumn2.Name = "dataGridViewDisableButtonColumn2";
this.dataGridViewDisableButtonColumn2.Text = "ÉÏ´«";
this.dataGridViewDisableButtonColumn2.Width = 50;
//
// frmTempletSet
//
this.ClientSize = new System.Drawing.Size(1193, 380);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.btnEdit);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.dgvlist);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmTempletSet";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Ä£°åÉèÖÃ";
this.Load += new System.EventHandler(this.frmTempletSet_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvlist)).EndInit();
this.ResumeLayout(false);
}
#endregion
public DevComponents.DotNetBar.Controls.DataGridViewX dgvlist;
private DevComponents.DotNetBar.ButtonX btnClose;
private DevComponents.DotNetBar.ButtonX btnAdd;
private DevComponents.DotNetBar.ButtonX btnEdit;
private DevComponents.DotNetBar.ButtonX btnDelete;
private DataGridViewDisableButtonColumn dataGridViewDisableButtonColumn1;
private DataGridViewDisableButtonColumn dataGridViewDisableButtonColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_GUID;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_TEMPLET_TYPE;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_TEMPLET_NAME;
private System.Windows.Forms.DataGridViewComboBoxColumn CN_S_PRINTER;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_MAC;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_T_UPLOAD_TIME;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_UPLOADOR;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_C_IS_FIRST;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_C_IS_TOOL_PRINT;
private DataGridViewDisableButtonColumn colDown;
private DataGridViewDisableButtonColumn colUp;
}
}