namespace WMS.UI.SynthesizeQuery { partial class FrmAlert { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAlert)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.menuStrip2 = new System.Windows.Forms.MenuStrip(); this.btnClose = new System.Windows.Forms.ToolStripMenuItem(); this.tsMNItemFormPointName = new System.Windows.Forms.ToolStripMenuItem(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.btnFirstPage = new System.Windows.Forms.Button(); this.btnBefore = new System.Windows.Forms.Button(); this.btnToPage = new System.Windows.Forms.Button(); this.btnNext = new System.Windows.Forms.Button(); this.btnLastPage = new System.Windows.Forms.Button(); this.lbPageCount = new System.Windows.Forms.Label(); this.tbToPage = new System.Windows.Forms.TextBox(); this.dGVAlertQuery = new System.Windows.Forms.DataGridView(); this.DEVICEID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ALERTNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.WMS_FA_UPDATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.FINISH_TIME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lbAlertInfo = new System.Windows.Forms.Label(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.cmBWareHouse = new System.Windows.Forms.ComboBox(); this.btnFind = new System.Windows.Forms.Button(); this.btn_Export = new System.Windows.Forms.Button(); this.tBKeyWord = new System.Windows.Forms.TextBox(); this.dTime_Start = new System.Windows.Forms.DateTimePicker(); this.lbStart = new System.Windows.Forms.Label(); this.lbEnd = new System.Windows.Forms.Label(); this.dTime_End = new System.Windows.Forms.DateTimePicker(); this.menuStrip2.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dGVAlertQuery)).BeginInit(); this.tableLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // menuStrip2 // this.menuStrip2.AllowMerge = false; this.menuStrip2.BackColor = System.Drawing.Color.Black; this.menuStrip2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.menuStrip2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.menuStrip2.ImageScalingSize = new System.Drawing.Size(20, 20); this.menuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnClose, this.tsMNItemFormPointName}); this.menuStrip2.Location = new System.Drawing.Point(0, 0); this.menuStrip2.Name = "menuStrip2"; this.menuStrip2.Size = new System.Drawing.Size(912, 40); this.menuStrip2.TabIndex = 39; this.menuStrip2.Text = "menuStrip2"; // // btnClose // this.btnClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(96, 36); this.btnClose.Text = "关闭"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // tsMNItemFormPointName // this.tsMNItemFormPointName.AutoSize = false; this.tsMNItemFormPointName.Enabled = false; this.tsMNItemFormPointName.ForeColor = System.Drawing.Color.White; this.tsMNItemFormPointName.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.tsMNItemFormPointName.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsMNItemFormPointName.Name = "tsMNItemFormPointName"; this.tsMNItemFormPointName.Size = new System.Drawing.Size(74, 36); this.tsMNItemFormPointName.Text = " "; this.tsMNItemFormPointName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.tsMNItemFormPointName.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.tsMNItemFormPointName.Visible = false; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 4); this.tableLayoutPanel1.Controls.Add(this.dGVAlertQuery, 0, 2); this.tableLayoutPanel1.Controls.Add(this.lbAlertInfo, 0, 0); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 40); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 5; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 4F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(912, 503); this.tableLayoutPanel1.TabIndex = 40; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 7; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28531F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28531F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28531F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28531F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28531F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28531F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28816F)); this.tableLayoutPanel3.Controls.Add(this.btnFirstPage, 0, 0); this.tableLayoutPanel3.Controls.Add(this.btnBefore, 1, 0); this.tableLayoutPanel3.Controls.Add(this.btnToPage, 3, 0); this.tableLayoutPanel3.Controls.Add(this.btnNext, 4, 0); this.tableLayoutPanel3.Controls.Add(this.btnLastPage, 5, 0); this.tableLayoutPanel3.Controls.Add(this.lbPageCount, 6, 0); this.tableLayoutPanel3.Controls.Add(this.tbToPage, 2, 0); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 469); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 1; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(906, 31); this.tableLayoutPanel3.TabIndex = 9; // // btnFirstPage // this.btnFirstPage.Dock = System.Windows.Forms.DockStyle.Fill; this.btnFirstPage.Location = new System.Drawing.Point(3, 3); this.btnFirstPage.Name = "btnFirstPage"; this.btnFirstPage.Size = new System.Drawing.Size(123, 25); this.btnFirstPage.TabIndex = 0; this.btnFirstPage.Text = "首页"; this.btnFirstPage.UseVisualStyleBackColor = true; this.btnFirstPage.Click += new System.EventHandler(this.btnFirstPage_Click); // // btnBefore // this.btnBefore.Dock = System.Windows.Forms.DockStyle.Fill; this.btnBefore.Location = new System.Drawing.Point(132, 3); this.btnBefore.Name = "btnBefore"; this.btnBefore.Size = new System.Drawing.Size(123, 25); this.btnBefore.TabIndex = 1; this.btnBefore.Text = "上一页"; this.btnBefore.UseVisualStyleBackColor = true; this.btnBefore.Click += new System.EventHandler(this.btnBefore_Click); // // btnToPage // this.btnToPage.Dock = System.Windows.Forms.DockStyle.Fill; this.btnToPage.Location = new System.Drawing.Point(390, 3); this.btnToPage.Name = "btnToPage"; this.btnToPage.Size = new System.Drawing.Size(123, 25); this.btnToPage.TabIndex = 2; this.btnToPage.Text = "跳转"; this.btnToPage.UseVisualStyleBackColor = true; this.btnToPage.Click += new System.EventHandler(this.btnToPage_Click); // // btnNext // this.btnNext.Dock = System.Windows.Forms.DockStyle.Fill; this.btnNext.Location = new System.Drawing.Point(519, 3); this.btnNext.Name = "btnNext"; this.btnNext.Size = new System.Drawing.Size(123, 25); this.btnNext.TabIndex = 3; this.btnNext.Text = "下一页"; this.btnNext.UseVisualStyleBackColor = true; this.btnNext.Click += new System.EventHandler(this.btnNext_Click); // // btnLastPage // this.btnLastPage.Dock = System.Windows.Forms.DockStyle.Fill; this.btnLastPage.Location = new System.Drawing.Point(648, 3); this.btnLastPage.Name = "btnLastPage"; this.btnLastPage.Size = new System.Drawing.Size(123, 25); this.btnLastPage.TabIndex = 4; this.btnLastPage.Text = "尾页"; this.btnLastPage.UseVisualStyleBackColor = true; this.btnLastPage.Click += new System.EventHandler(this.btnLastPage_Click); // // lbPageCount // this.lbPageCount.AutoSize = true; this.lbPageCount.Dock = System.Windows.Forms.DockStyle.Fill; this.lbPageCount.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbPageCount.Location = new System.Drawing.Point(777, 0); this.lbPageCount.Name = "lbPageCount"; this.lbPageCount.Size = new System.Drawing.Size(126, 31); this.lbPageCount.TabIndex = 5; this.lbPageCount.Text = "共0页"; this.lbPageCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tbToPage // this.tbToPage.Dock = System.Windows.Forms.DockStyle.Fill; this.tbToPage.Location = new System.Drawing.Point(261, 3); this.tbToPage.Name = "tbToPage"; this.tbToPage.Size = new System.Drawing.Size(123, 21); this.tbToPage.TabIndex = 6; // // dGVAlertQuery // this.dGVAlertQuery.AllowUserToAddRows = false; this.dGVAlertQuery.AllowUserToDeleteRows = false; this.dGVAlertQuery.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dGVAlertQuery.BackgroundColor = System.Drawing.Color.White; this.dGVAlertQuery.BorderStyle = System.Windows.Forms.BorderStyle.None; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.Color.Maroon; dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dGVAlertQuery.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dGVAlertQuery.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dGVAlertQuery.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.DEVICEID, this.ALERTNAME, this.WMS_FA_UPDATETIME, this.FINISH_TIME}); this.tableLayoutPanel1.SetColumnSpan(this.dGVAlertQuery, 2); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.Color.White; dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Maroon; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dGVAlertQuery.DefaultCellStyle = dataGridViewCellStyle2; this.dGVAlertQuery.Dock = System.Windows.Forms.DockStyle.Fill; this.dGVAlertQuery.EnableHeadersVisualStyles = false; this.dGVAlertQuery.GridColor = System.Drawing.SystemColors.Control; this.dGVAlertQuery.Location = new System.Drawing.Point(3, 77); this.dGVAlertQuery.MultiSelect = false; this.dGVAlertQuery.Name = "dGVAlertQuery"; this.dGVAlertQuery.ReadOnly = true; this.dGVAlertQuery.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders; this.tableLayoutPanel1.SetRowSpan(this.dGVAlertQuery, 2); this.dGVAlertQuery.RowTemplate.Height = 23; this.dGVAlertQuery.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dGVAlertQuery.Size = new System.Drawing.Size(906, 386); this.dGVAlertQuery.TabIndex = 7; // // DEVICEID // this.DEVICEID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.DEVICEID.DataPropertyName = "DEVICE_Name"; this.DEVICEID.FillWeight = 50F; this.DEVICEID.Frozen = true; this.DEVICEID.HeaderText = "设备号"; this.DEVICEID.Name = "DEVICEID"; this.DEVICEID.ReadOnly = true; // // ALERTNAME // this.ALERTNAME.DataPropertyName = "ALERTNAME"; this.ALERTNAME.FillWeight = 40F; this.ALERTNAME.HeaderText = "报警描述"; this.ALERTNAME.MinimumWidth = 50; this.ALERTNAME.Name = "ALERTNAME"; this.ALERTNAME.ReadOnly = true; // // WMS_FA_UPDATETIME // this.WMS_FA_UPDATETIME.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.WMS_FA_UPDATETIME.DataPropertyName = "UPDATETIME"; this.WMS_FA_UPDATETIME.FillWeight = 40F; this.WMS_FA_UPDATETIME.HeaderText = "发生时间"; this.WMS_FA_UPDATETIME.Name = "WMS_FA_UPDATETIME"; this.WMS_FA_UPDATETIME.ReadOnly = true; this.WMS_FA_UPDATETIME.Width = 120; // // FINISH_TIME // this.FINISH_TIME.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.FINISH_TIME.DataPropertyName = "FINISHTIME"; this.FINISH_TIME.FillWeight = 40F; this.FINISH_TIME.HeaderText = "完结时间"; this.FINISH_TIME.Name = "FINISH_TIME"; this.FINISH_TIME.ReadOnly = true; this.FINISH_TIME.Width = 120; // // lbAlertInfo // this.lbAlertInfo.BackColor = System.Drawing.Color.White; this.tableLayoutPanel1.SetColumnSpan(this.lbAlertInfo, 4); this.lbAlertInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.lbAlertInfo.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbAlertInfo.ForeColor = System.Drawing.Color.Maroon; this.lbAlertInfo.Location = new System.Drawing.Point(1, 0); this.lbAlertInfo.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0); this.lbAlertInfo.Name = "lbAlertInfo"; this.lbAlertInfo.Size = new System.Drawing.Size(910, 37); this.lbAlertInfo.TabIndex = 2; this.lbAlertInfo.Text = "报 警 记 录 查 询"; this.lbAlertInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 9; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel2.Controls.Add(this.cmBWareHouse, 0, 0); this.tableLayoutPanel2.Controls.Add(this.btnFind, 1, 0); this.tableLayoutPanel2.Controls.Add(this.btn_Export, 8, 0); this.tableLayoutPanel2.Controls.Add(this.tBKeyWord, 0, 0); this.tableLayoutPanel2.Controls.Add(this.dTime_Start, 3, 0); this.tableLayoutPanel2.Controls.Add(this.lbStart, 2, 0); this.tableLayoutPanel2.Controls.Add(this.lbEnd, 4, 0); this.tableLayoutPanel2.Controls.Add(this.dTime_End, 5, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 40); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(906, 31); this.tableLayoutPanel2.TabIndex = 3; this.tableLayoutPanel2.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel2_Paint); // // cmBWareHouse // this.cmBWareHouse.Dock = System.Windows.Forms.DockStyle.Bottom; this.cmBWareHouse.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); this.cmBWareHouse.ForeColor = System.Drawing.Color.Maroon; this.cmBWareHouse.FormattingEnabled = true; this.cmBWareHouse.Items.AddRange(new object[] { "1号仓", "2号仓"}); this.cmBWareHouse.Location = new System.Drawing.Point(184, 3); this.cmBWareHouse.Name = "cmBWareHouse"; this.cmBWareHouse.Size = new System.Drawing.Size(84, 30); this.cmBWareHouse.TabIndex = 18; // // btnFind // this.btnFind.BackColor = System.Drawing.Color.White; this.btnFind.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFind.BackgroundImage"))); this.btnFind.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btnFind.Dock = System.Windows.Forms.DockStyle.Bottom; this.btnFind.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnFind.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnFind.ForeColor = System.Drawing.Color.Maroon; this.btnFind.Location = new System.Drawing.Point(272, 1); this.btnFind.Margin = new System.Windows.Forms.Padding(1, 1, 10, 1); this.btnFind.Name = "btnFind"; this.btnFind.Size = new System.Drawing.Size(79, 29); this.btnFind.TabIndex = 3; this.btnFind.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.btnFind.UseVisualStyleBackColor = false; this.btnFind.Click += new System.EventHandler(this.btnFind_Click); // // btn_Export // this.btn_Export.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn_Export.BackgroundImage"))); this.btn_Export.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btn_Export.Dock = System.Windows.Forms.DockStyle.Fill; this.btn_Export.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Export.Location = new System.Drawing.Point(814, 3); this.btn_Export.Name = "btn_Export"; this.btn_Export.Size = new System.Drawing.Size(89, 25); this.btn_Export.TabIndex = 7; this.btn_Export.Text = " "; this.btn_Export.UseVisualStyleBackColor = true; this.btn_Export.Visible = false; this.btn_Export.Click += new System.EventHandler(this.btn_Export_Click); // // tBKeyWord // this.tBKeyWord.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tBKeyWord.Dock = System.Windows.Forms.DockStyle.Bottom; this.tBKeyWord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tBKeyWord.Location = new System.Drawing.Point(3, 3); this.tBKeyWord.Margin = new System.Windows.Forms.Padding(3, 3, 3, 1); this.tBKeyWord.Name = "tBKeyWord"; this.tBKeyWord.Size = new System.Drawing.Size(175, 29); this.tBKeyWord.TabIndex = 8; // // dTime_Start // this.dTime_Start.Dock = System.Windows.Forms.DockStyle.Bottom; this.dTime_Start.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dTime_Start.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dTime_Start.Location = new System.Drawing.Point(454, 5); this.dTime_Start.Name = "dTime_Start"; this.dTime_Start.Size = new System.Drawing.Size(84, 23); this.dTime_Start.TabIndex = 14; // // lbStart // this.lbStart.Dock = System.Windows.Forms.DockStyle.Bottom; this.lbStart.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbStart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(62)))), ((int)(((byte)(48))))); this.lbStart.Location = new System.Drawing.Point(364, 8); this.lbStart.Name = "lbStart"; this.lbStart.Size = new System.Drawing.Size(84, 23); this.lbStart.TabIndex = 16; this.lbStart.Text = "开始日期:"; this.lbStart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbEnd // this.lbEnd.Dock = System.Windows.Forms.DockStyle.Bottom; this.lbEnd.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbEnd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(62)))), ((int)(((byte)(48))))); this.lbEnd.Location = new System.Drawing.Point(544, 8); this.lbEnd.Name = "lbEnd"; this.lbEnd.Size = new System.Drawing.Size(84, 23); this.lbEnd.TabIndex = 17; this.lbEnd.Text = "截止日期:"; this.lbEnd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // dTime_End // this.dTime_End.Dock = System.Windows.Forms.DockStyle.Bottom; this.dTime_End.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dTime_End.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dTime_End.Location = new System.Drawing.Point(634, 5); this.dTime_End.Name = "dTime_End"; this.dTime_End.Size = new System.Drawing.Size(84, 23); this.dTime_End.TabIndex = 15; // // FrmAlert // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(912, 543); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.menuStrip2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FrmAlert"; this.Text = "FrmAlert"; this.Load += new System.EventHandler(this.FrmAlert_Load); this.menuStrip2.ResumeLayout(false); this.menuStrip2.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dGVAlertQuery)).EndInit(); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip2; private System.Windows.Forms.ToolStripMenuItem btnClose; private System.Windows.Forms.ToolStripMenuItem tsMNItemFormPointName; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.DataGridView dGVAlertQuery; private System.Windows.Forms.Label lbAlertInfo; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Button btnFind; private System.Windows.Forms.Button btn_Export; private System.Windows.Forms.TextBox tBKeyWord; private System.Windows.Forms.DateTimePicker dTime_Start; private System.Windows.Forms.Label lbStart; private System.Windows.Forms.Label lbEnd; private System.Windows.Forms.DateTimePicker dTime_End; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.Button btnFirstPage; private System.Windows.Forms.Button btnBefore; private System.Windows.Forms.Button btnToPage; private System.Windows.Forms.Button btnNext; private System.Windows.Forms.Button btnLastPage; private System.Windows.Forms.Label lbPageCount; private System.Windows.Forms.TextBox tbToPage; private System.Windows.Forms.DataGridViewTextBoxColumn DEVICEID; private System.Windows.Forms.DataGridViewTextBoxColumn ALERTNAME; private System.Windows.Forms.DataGridViewTextBoxColumn WMS_FA_UPDATETIME; private System.Windows.Forms.DataGridViewTextBoxColumn FINISH_TIME; private System.Windows.Forms.ComboBox cmBWareHouse; } }