You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
377 lines
21 KiB
377 lines
21 KiB
namespace QMAPP.WinForm.Forms.WarehouseManage
|
|
{
|
|
partial class SendFinalForm
|
|
{
|
|
/// <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(SendFinalForm));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.tsbSearch = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbSave = new System.Windows.Forms.ToolStripButton();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.DGView = new System.Windows.Forms.DataGridView();
|
|
this.PRODUCT_CODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.MATERIAL_CODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.MATERIAL_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.WORKCENTER_CODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.WORKCELL_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.SHIFT_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.CREATEUSERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.CREATEDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Pid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.startTime = new System.Windows.Forms.DateTimePicker();
|
|
this.endTime = new System.Windows.Forms.DateTimePicker();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panelSearchTitle = new System.Windows.Forms.Panel();
|
|
this.lblSearchTitle = new System.Windows.Forms.Label();
|
|
this.pager1 = new QMAPP.WinForm.Controls.Pager();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.DGView)).BeginInit();
|
|
this.panel2.SuspendLayout();
|
|
this.panelSearchTitle.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.AutoSize = false;
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsbSearch,
|
|
this.tsbSave});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(1146, 70);
|
|
this.toolStrip1.Stretch = true;
|
|
this.toolStrip1.TabIndex = 14;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// tsbSearch
|
|
//
|
|
this.tsbSearch.AutoSize = false;
|
|
this.tsbSearch.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
|
|
this.tsbSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbSearch.Name = "tsbSearch";
|
|
this.tsbSearch.Size = new System.Drawing.Size(100, 60);
|
|
this.tsbSearch.Text = "查询";
|
|
this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
|
|
//
|
|
// tsbSave
|
|
//
|
|
this.tsbSave.AutoSize = false;
|
|
this.tsbSave.Font = new System.Drawing.Font("Arial", 12F);
|
|
this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
|
|
this.tsbSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbSave.Name = "tsbSave";
|
|
this.tsbSave.Size = new System.Drawing.Size(100, 60);
|
|
this.tsbSave.Text = "出库";
|
|
this.tsbSave.Click += new System.EventHandler(this.stbAdd_Click);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.DGView);
|
|
this.panel1.Controls.Add(this.panel2);
|
|
this.panel1.Controls.Add(this.panelSearchTitle);
|
|
this.panel1.Controls.Add(this.pager1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 70);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1146, 488);
|
|
this.panel1.TabIndex = 18;
|
|
//
|
|
// DGView
|
|
//
|
|
this.DGView.AllowUserToAddRows = false;
|
|
this.DGView.AllowUserToDeleteRows = false;
|
|
this.DGView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.DGView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
|
|
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle11.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.DGView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
|
|
this.DGView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.DGView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.PRODUCT_CODE,
|
|
this.MATERIAL_CODE,
|
|
this.MATERIAL_NAME,
|
|
this.WORKCENTER_CODE,
|
|
this.WORKCELL_NAME,
|
|
this.SHIFT_NAME,
|
|
this.CREATEUSERNAME,
|
|
this.CREATEDATE,
|
|
this.Pid});
|
|
this.DGView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.DGView.Location = new System.Drawing.Point(0, 74);
|
|
this.DGView.Name = "DGView";
|
|
this.DGView.ReadOnly = true;
|
|
dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle20.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.DGView.RowHeadersDefaultCellStyle = dataGridViewCellStyle20;
|
|
this.DGView.RowTemplate.Height = 23;
|
|
this.DGView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.DGView.Size = new System.Drawing.Size(1146, 383);
|
|
this.DGView.TabIndex = 18;
|
|
//
|
|
// PRODUCT_CODE
|
|
//
|
|
this.PRODUCT_CODE.DataPropertyName = "PRODUCT_CODE";
|
|
dataGridViewCellStyle12.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.PRODUCT_CODE.DefaultCellStyle = dataGridViewCellStyle12;
|
|
this.PRODUCT_CODE.HeaderText = "产品条码";
|
|
this.PRODUCT_CODE.Name = "PRODUCT_CODE";
|
|
this.PRODUCT_CODE.ReadOnly = true;
|
|
//
|
|
// MATERIAL_CODE
|
|
//
|
|
this.MATERIAL_CODE.DataPropertyName = "MATERIAL_CODE";
|
|
dataGridViewCellStyle13.Font = new System.Drawing.Font("Arial", 15.75F);
|
|
this.MATERIAL_CODE.DefaultCellStyle = dataGridViewCellStyle13;
|
|
this.MATERIAL_CODE.HeaderText = "物料号";
|
|
this.MATERIAL_CODE.Name = "MATERIAL_CODE";
|
|
this.MATERIAL_CODE.ReadOnly = true;
|
|
//
|
|
// MATERIAL_NAME
|
|
//
|
|
this.MATERIAL_NAME.DataPropertyName = "MATERIAL_NAME";
|
|
dataGridViewCellStyle14.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.MATERIAL_NAME.DefaultCellStyle = dataGridViewCellStyle14;
|
|
this.MATERIAL_NAME.HeaderText = "物料名称";
|
|
this.MATERIAL_NAME.Name = "MATERIAL_NAME";
|
|
this.MATERIAL_NAME.ReadOnly = true;
|
|
//
|
|
// WORKCENTER_CODE
|
|
//
|
|
this.WORKCENTER_CODE.DataPropertyName = "WORKCENTER_CODE";
|
|
dataGridViewCellStyle15.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.WORKCENTER_CODE.DefaultCellStyle = dataGridViewCellStyle15;
|
|
this.WORKCENTER_CODE.HeaderText = "工作中心";
|
|
this.WORKCENTER_CODE.Name = "WORKCENTER_CODE";
|
|
this.WORKCENTER_CODE.ReadOnly = true;
|
|
//
|
|
// WORKCELL_NAME
|
|
//
|
|
this.WORKCELL_NAME.DataPropertyName = "WORKCELL_NAME";
|
|
dataGridViewCellStyle16.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.WORKCELL_NAME.DefaultCellStyle = dataGridViewCellStyle16;
|
|
this.WORKCELL_NAME.HeaderText = "工序";
|
|
this.WORKCELL_NAME.Name = "WORKCELL_NAME";
|
|
this.WORKCELL_NAME.ReadOnly = true;
|
|
//
|
|
// SHIFT_NAME
|
|
//
|
|
this.SHIFT_NAME.DataPropertyName = "SHIFT_NAME";
|
|
dataGridViewCellStyle17.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.SHIFT_NAME.DefaultCellStyle = dataGridViewCellStyle17;
|
|
this.SHIFT_NAME.HeaderText = "班次";
|
|
this.SHIFT_NAME.Name = "SHIFT_NAME";
|
|
this.SHIFT_NAME.ReadOnly = true;
|
|
//
|
|
// CREATEUSERNAME
|
|
//
|
|
this.CREATEUSERNAME.DataPropertyName = "CREATEUSERNAME";
|
|
dataGridViewCellStyle18.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CREATEUSERNAME.DefaultCellStyle = dataGridViewCellStyle18;
|
|
this.CREATEUSERNAME.HeaderText = "操作者";
|
|
this.CREATEUSERNAME.Name = "CREATEUSERNAME";
|
|
this.CREATEUSERNAME.ReadOnly = true;
|
|
//
|
|
// CREATEDATE
|
|
//
|
|
this.CREATEDATE.DataPropertyName = "CREATEDATE";
|
|
dataGridViewCellStyle19.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CREATEDATE.DefaultCellStyle = dataGridViewCellStyle19;
|
|
this.CREATEDATE.HeaderText = "操作时间";
|
|
this.CREATEDATE.Name = "CREATEDATE";
|
|
this.CREATEDATE.ReadOnly = true;
|
|
//
|
|
// Pid
|
|
//
|
|
this.Pid.DataPropertyName = "PID";
|
|
this.Pid.HeaderText = "Pid";
|
|
this.Pid.Name = "Pid";
|
|
this.Pid.ReadOnly = true;
|
|
this.Pid.Visible = false;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.SystemColors.InactiveBorder;
|
|
this.panel2.Controls.Add(this.startTime);
|
|
this.panel2.Controls.Add(this.endTime);
|
|
this.panel2.Controls.Add(this.label2);
|
|
this.panel2.Controls.Add(this.label1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.panel2.Location = new System.Drawing.Point(0, 32);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1146, 42);
|
|
this.panel2.TabIndex = 17;
|
|
//
|
|
// startTime
|
|
//
|
|
this.startTime.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
|
this.startTime.Location = new System.Drawing.Point(64, 10);
|
|
this.startTime.Name = "startTime";
|
|
this.startTime.Size = new System.Drawing.Size(200, 26);
|
|
this.startTime.TabIndex = 23;
|
|
//
|
|
// endTime
|
|
//
|
|
this.endTime.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
|
this.endTime.Location = new System.Drawing.Point(301, 10);
|
|
this.endTime.Name = "endTime";
|
|
this.endTime.Size = new System.Drawing.Size(200, 26);
|
|
this.endTime.TabIndex = 22;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(273, 15);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(22, 15);
|
|
this.label2.TabIndex = 6;
|
|
this.label2.Text = "至";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(21, 15);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(37, 15);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "日期";
|
|
//
|
|
// panelSearchTitle
|
|
//
|
|
this.panelSearchTitle.BackColor = System.Drawing.SystemColors.ScrollBar;
|
|
this.panelSearchTitle.Controls.Add(this.lblSearchTitle);
|
|
this.panelSearchTitle.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelSearchTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.panelSearchTitle.Location = new System.Drawing.Point(0, 0);
|
|
this.panelSearchTitle.Name = "panelSearchTitle";
|
|
this.panelSearchTitle.Size = new System.Drawing.Size(1146, 32);
|
|
this.panelSearchTitle.TabIndex = 13;
|
|
//
|
|
// lblSearchTitle
|
|
//
|
|
this.lblSearchTitle.AutoSize = true;
|
|
this.lblSearchTitle.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblSearchTitle.Location = new System.Drawing.Point(15, 7);
|
|
this.lblSearchTitle.Name = "lblSearchTitle";
|
|
this.lblSearchTitle.Size = new System.Drawing.Size(69, 20);
|
|
this.lblSearchTitle.TabIndex = 0;
|
|
this.lblSearchTitle.Text = "查询条件";
|
|
//
|
|
// pager1
|
|
//
|
|
this.pager1.DataPage = ((QMFrameWork.Data.DataPage)(resources.GetObject("pager1.DataPage")));
|
|
this.pager1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pager1.Location = new System.Drawing.Point(0, 457);
|
|
this.pager1.Name = "pager1";
|
|
this.pager1.OSearch = null;
|
|
this.pager1.Size = new System.Drawing.Size(1146, 31);
|
|
this.pager1.TabIndex = 12;
|
|
this.pager1.EventPaging += new QMAPP.WinForm.Controls.EventPagingHandler(this.pager1_EventPaging);
|
|
//
|
|
// SendFinalForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1146, 558);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Name = "SendFinalForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "计划外出库";
|
|
this.Load += new System.EventHandler(this.Form_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SendPlanPrintForm_KeyDown);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.DGView)).EndInit();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.panelSearchTitle.ResumeLayout(false);
|
|
this.panelSearchTitle.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label lblCount;
|
|
private System.Windows.Forms.ToolStripButton tsbSave;
|
|
private System.Windows.Forms.ToolStripButton tsbSearch;
|
|
private Controls.Pager pager1;
|
|
private System.Windows.Forms.Panel panelSearchTitle;
|
|
private System.Windows.Forms.Label lblSearchTitle;
|
|
private System.Windows.Forms.DataGridView DGView;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.DateTimePicker endTime;
|
|
private System.Windows.Forms.DateTimePicker startTime;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCT_CODE;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn MATERIAL_CODE;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn MATERIAL_NAME;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn WORKCENTER_CODE;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn WORKCELL_NAME;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SHIFT_NAME;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CREATEUSERNAME;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CREATEDATE;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Pid;
|
|
|
|
|
|
}
|
|
}
|