山东时代原料后WCS代码
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.

231 lines
12 KiB

namespace wcfControlMonitorClient
{
partial class FrmBrowseInterFace
{
/// <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);
_formInstance = null;
}
#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();
this.taskSearch = new System.Windows.Forms.Button();
this.interfaceGridView = new System.Windows.Forms.DataGridView();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.applySearch = new System.Windows.Forms.Button();
this.labelCounts = new System.Windows.Forms.Label();
this.labelPortCounts = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.dateTimePickerEnd = new System.Windows.Forms.DateTimePicker();
this.dateTimePickerBegin = new System.Windows.Forms.DateTimePicker();
this.label3 = new System.Windows.Forms.Label();
this.SeasrchBarCode = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.interfaceGridView)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// taskSearch
//
this.taskSearch.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.taskSearch.Location = new System.Drawing.Point(21, 5);
this.taskSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.taskSearch.Name = "taskSearch";
this.taskSearch.Size = new System.Drawing.Size(174, 30);
this.taskSearch.TabIndex = 8;
this.taskSearch.Text = "查询WCS-LCS交互任务表";
this.taskSearch.UseVisualStyleBackColor = true;
this.taskSearch.Click += new System.EventHandler(this.taskSearch_Click);
//
// interfaceGridView
//
this.interfaceGridView.AllowUserToAddRows = false;
this.interfaceGridView.AllowUserToDeleteRows = false;
this.interfaceGridView.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.interfaceGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.interfaceGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
this.interfaceGridView.BackgroundColor = System.Drawing.SystemColors.ScrollBar;
this.interfaceGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.interfaceGridView.ContextMenuStrip = this.contextMenuStrip1;
this.interfaceGridView.Location = new System.Drawing.Point(3, 99);
this.interfaceGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.interfaceGridView.Name = "interfaceGridView";
this.interfaceGridView.ReadOnly = true;
this.interfaceGridView.RowTemplate.Height = 23;
this.interfaceGridView.Size = new System.Drawing.Size(1010, 481);
this.interfaceGridView.TabIndex = 7;
this.interfaceGridView.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.interfaceGridView_CellMouseDown);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26);
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
//
// 删除ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "删除ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.ToolStripMenuItem.Text = "删除";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// applySearch
//
this.applySearch.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.applySearch.Location = new System.Drawing.Point(522, 5);
this.applySearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.applySearch.Name = "applySearch";
this.applySearch.Size = new System.Drawing.Size(115, 30);
this.applySearch.TabIndex = 9;
this.applySearch.Text = "查询历史申请表";
this.applySearch.UseVisualStyleBackColor = true;
this.applySearch.Click += new System.EventHandler(this.applyHisSearch_Click);
//
// labelCounts
//
this.labelCounts.AutoSize = true;
this.labelCounts.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelCounts.Location = new System.Drawing.Point(212, 13);
this.labelCounts.Name = "labelCounts";
this.labelCounts.Size = new System.Drawing.Size(77, 14);
this.labelCounts.TabIndex = 232;
this.labelCounts.Text = "任务数量:0";
this.labelCounts.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelPortCounts
//
this.labelPortCounts.AutoSize = true;
this.labelPortCounts.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelPortCounts.Location = new System.Drawing.Point(665, 13);
this.labelPortCounts.Name = "labelPortCounts";
this.labelPortCounts.Size = new System.Drawing.Size(77, 14);
this.labelPortCounts.TabIndex = 233;
this.labelPortCounts.Text = "申请数量:0";
this.labelPortCounts.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(490, 59);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 12);
this.label2.TabIndex = 240;
this.label2.Text = "时间:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(644, 59);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(17, 12);
this.label1.TabIndex = 239;
this.label1.Text = "至";
//
// dateTimePickerEnd
//
this.dateTimePickerEnd.CustomFormat = "yyyy-MM-dd";
this.dateTimePickerEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePickerEnd.Location = new System.Drawing.Point(668, 55);
this.dateTimePickerEnd.Name = "dateTimePickerEnd";
this.dateTimePickerEnd.Size = new System.Drawing.Size(104, 21);
this.dateTimePickerEnd.TabIndex = 237;
this.dateTimePickerEnd.Value = new System.DateTime(2011, 6, 18, 0, 0, 0, 0);
//
// dateTimePickerBegin
//
this.dateTimePickerBegin.CustomFormat = "yyyy-MM-dd";
this.dateTimePickerBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePickerBegin.Location = new System.Drawing.Point(533, 55);
this.dateTimePickerBegin.Name = "dateTimePickerBegin";
this.dateTimePickerBegin.Size = new System.Drawing.Size(104, 21);
this.dateTimePickerBegin.TabIndex = 238;
this.dateTimePickerBegin.Value = new System.DateTime(2011, 6, 6, 0, 0, 0, 0);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(812, 61);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 240;
this.label3.Text = "托盘条码:";
//
// SeasrchBarCode
//
this.SeasrchBarCode.Location = new System.Drawing.Point(877, 56);
this.SeasrchBarCode.Name = "SeasrchBarCode";
this.SeasrchBarCode.Size = new System.Drawing.Size(116, 21);
this.SeasrchBarCode.TabIndex = 241;
//
// FrmBrowseInterFace
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1014, 583);
this.Controls.Add(this.SeasrchBarCode);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.dateTimePickerEnd);
this.Controls.Add(this.dateTimePickerBegin);
this.Controls.Add(this.labelPortCounts);
this.Controls.Add(this.labelCounts);
this.Controls.Add(this.applySearch);
this.Controls.Add(this.taskSearch);
this.Controls.Add(this.interfaceGridView);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "FrmBrowseInterFace";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "接口表数据查询";
((System.ComponentModel.ISupportInitialize)(this.interfaceGridView)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button taskSearch;
private System.Windows.Forms.DataGridView interfaceGridView;
private System.Windows.Forms.Button applySearch;
private System.Windows.Forms.Label labelCounts;
private System.Windows.Forms.Label labelPortCounts;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
public System.Windows.Forms.DateTimePicker dateTimePickerEnd;
private System.Windows.Forms.DateTimePicker dateTimePickerBegin;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox SeasrchBarCode;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
// private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
}
}