宜昌华友-原料库
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.

223 lines
11 KiB

namespace wcfControlMonitorClient
{
partial class FrmBrowseApplyLog
{
/// <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);
_formInstance = null;
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.btNullQuery = new System.Windows.Forms.Button();
this.btQuery = new System.Windows.Forms.Button();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.textBox_SearchKeyWord = new System.Windows.Forms.ComboBox();
this.comboBox_SearchTable = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.labelCounts = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.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.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dataGridView1.Location = new System.Drawing.Point(0, 78);
this.dataGridView1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(1212, 505);
this.dataGridView1.TabIndex = 52;
//
// btNullQuery
//
this.btNullQuery.Location = new System.Drawing.Point(1020, 14);
this.btNullQuery.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btNullQuery.Name = "btNullQuery";
this.btNullQuery.Size = new System.Drawing.Size(162, 34);
this.btNullQuery.TabIndex = 54;
this.btNullQuery.Text = "清空所有申请记录";
this.btNullQuery.UseVisualStyleBackColor = true;
this.btNullQuery.Click += new System.EventHandler(this.btNullQuery_Click);
//
// btQuery
//
this.btQuery.Location = new System.Drawing.Point(442, 7);
this.btQuery.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btQuery.Name = "btQuery";
this.btQuery.Size = new System.Drawing.Size(92, 34);
this.btQuery.TabIndex = 53;
this.btQuery.Text = "开始查询";
this.btQuery.UseVisualStyleBackColor = true;
this.btQuery.Click += new System.EventHandler(this.btQuery_Click);
//
// dateTimePicker1
//
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker1.Location = new System.Drawing.Point(67, 42);
this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(125, 25);
this.dateTimePicker1.TabIndex = 55;
this.dateTimePicker1.Value = new System.DateTime(2011, 1, 5, 0, 0, 0, 0);
this.dateTimePicker1.Visible = false;
//
// dateTimePicker2
//
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker2.Location = new System.Drawing.Point(226, 42);
this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(125, 25);
this.dateTimePicker2.TabIndex = 55;
this.dateTimePicker2.Value = new System.DateTime(2010, 11, 3, 0, 0, 0, 0);
this.dateTimePicker2.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(204, 50);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(22, 15);
this.label1.TabIndex = 56;
this.label1.Text = "至";
this.label1.Visible = false;
//
// textBox_SearchKeyWord
//
this.textBox_SearchKeyWord.FormattingEnabled = true;
this.textBox_SearchKeyWord.Location = new System.Drawing.Point(567, 46);
this.textBox_SearchKeyWord.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.textBox_SearchKeyWord.Name = "textBox_SearchKeyWord";
this.textBox_SearchKeyWord.Size = new System.Drawing.Size(164, 23);
this.textBox_SearchKeyWord.TabIndex = 228;
this.textBox_SearchKeyWord.Visible = false;
//
// comboBox_SearchTable
//
this.comboBox_SearchTable.AutoCompleteCustomSource.AddRange(new string[] {
"AGV_TASK",
"RGV_TASK"});
this.comboBox_SearchTable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_SearchTable.FormattingEnabled = true;
this.comboBox_SearchTable.ItemHeight = 15;
this.comboBox_SearchTable.Items.AddRange(new object[] {
"AGV_TASK",
"RGV_TASK"});
this.comboBox_SearchTable.Location = new System.Drawing.Point(196, 11);
this.comboBox_SearchTable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.comboBox_SearchTable.MaxDropDownItems = 15;
this.comboBox_SearchTable.Name = "comboBox_SearchTable";
this.comboBox_SearchTable.Size = new System.Drawing.Size(195, 23);
this.comboBox_SearchTable.TabIndex = 227;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(18, 50);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(45, 15);
this.label2.TabIndex = 229;
this.label2.Text = "时间:";
this.label2.Visible = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(107, 14);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(82, 15);
this.label3.TabIndex = 229;
this.label3.Text = "任务表名称";
//
// labelCounts
//
this.labelCounts.AutoSize = true;
this.labelCounts.Location = new System.Drawing.Point(542, 14);
this.labelCounts.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelCounts.Name = "labelCounts";
this.labelCounts.Size = new System.Drawing.Size(45, 15);
this.labelCounts.TabIndex = 231;
this.labelCounts.Text = "共0行";
//
// FrmBrowseApplyLog
//
this.AcceptButton = this.btQuery;
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(1212, 582);
this.Controls.Add(this.labelCounts);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox_SearchKeyWord);
this.Controls.Add(this.comboBox_SearchTable);
this.Controls.Add(this.label1);
this.Controls.Add(this.dateTimePicker2);
this.Controls.Add(this.dateTimePicker1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.btNullQuery);
this.Controls.Add(this.btQuery);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "FrmBrowseApplyLog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "设备任务记录";
this.Load += new System.EventHandler(this.FrmBrowseApplyLog_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button btNullQuery;
private System.Windows.Forms.Button btQuery;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label1;
public System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.ComboBox textBox_SearchKeyWord;
private System.Windows.Forms.ComboBox comboBox_SearchTable;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label labelCounts;
}
}