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.
 
 
 
 

197 lines
10 KiB

namespace Stone.WinModule.Standard
{
partial class frmInventoryAlarm
{
/// <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);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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();
this.panel1 = new System.Windows.Forms.Panel();
this.lblState = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtEndDate = new System.Windows.Forms.DateTimePicker();
this.btnQuery = new System.Windows.Forms.Button();
this.btnExport = new System.Windows.Forms.Button();
this.dgrdView = new System.Windows.Forms.DataGridView();
this.label1 = new System.Windows.Forms.Label();
this.txtStartDate = new System.Windows.Forms.DateTimePicker();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgrdView)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.txtStartDate);
this.panel1.Controls.Add(this.lblState);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.txtEndDate);
this.panel1.Controls.Add(this.btnQuery);
this.panel1.Controls.Add(this.btnExport);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(684, 43);
this.panel1.TabIndex = 0;
//
// lblState
//
this.lblState.AutoSize = true;
this.lblState.Location = new System.Drawing.Point(488, 13);
this.lblState.Name = "lblState";
this.lblState.Size = new System.Drawing.Size(0, 12);
this.lblState.TabIndex = 13;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(18, 13);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 11;
this.label2.Text = "开始日期";
//
// txtEndDate
//
this.txtEndDate.CustomFormat = "yyyy-MM-dd";
this.txtEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txtEndDate.Location = new System.Drawing.Point(268, 9);
this.txtEndDate.Name = "txtEndDate";
this.txtEndDate.Size = new System.Drawing.Size(121, 21);
this.txtEndDate.TabIndex = 10;
//
// btnQuery
//
this.btnQuery.Location = new System.Drawing.Point(395, 8);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(75, 23);
this.btnQuery.TabIndex = 8;
this.btnQuery.Text = "查询";
this.btnQuery.UseVisualStyleBackColor = true;
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// btnExport
//
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnExport.Location = new System.Drawing.Point(597, 8);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(75, 23);
this.btnExport.TabIndex = 3;
this.btnExport.Text = "导出";
this.btnExport.UseVisualStyleBackColor = true;
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
// dgrdView
//
this.dgrdView.AllowUserToAddRows = false;
this.dgrdView.AllowUserToOrderColumns = true;
this.dgrdView.BorderStyle = System.Windows.Forms.BorderStyle.None;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
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.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgrdView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgrdView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgrdView.DefaultCellStyle = dataGridViewCellStyle2;
this.dgrdView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgrdView.Location = new System.Drawing.Point(0, 43);
this.dgrdView.MultiSelect = false;
this.dgrdView.Name = "dgrdView";
this.dgrdView.ReadOnly = true;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgrdView.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgrdView.RowTemplate.Height = 23;
this.dgrdView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.dgrdView.Size = new System.Drawing.Size(684, 346);
this.dgrdView.TabIndex = 16;
this.dgrdView.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.dgrdView_CellPainting);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(209, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 15;
this.label1.Text = "结束日期";
//
// txtStartDate
//
this.txtStartDate.CustomFormat = "yyyy-MM-dd";
this.txtStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txtStartDate.Location = new System.Drawing.Point(77, 9);
this.txtStartDate.Name = "txtStartDate";
this.txtStartDate.Size = new System.Drawing.Size(121, 21);
this.txtStartDate.TabIndex = 14;
//
// frmInventoryAlarm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(684, 389);
this.Controls.Add(this.dgrdView);
this.Controls.Add(this.panel1);
this.Name = "frmInventoryAlarm";
this.TabText = "库存报警";
this.Text = "库存报警";
this.Load += new System.EventHandler(this.frmInventoryAlarmJIT_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgrdView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
public System.Windows.Forms.DataGridView dgrdView;
private System.Windows.Forms.Button btnExport;
private System.Windows.Forms.Label lblState;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker txtEndDate;
private System.Windows.Forms.Button btnQuery;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DateTimePicker txtStartDate;
}
}