北京安通林JIS系统
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.
 
 
 

238 lines
13 KiB

namespace Stone.WinModule.Report
{
partial class frmReport2
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReport2));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
this.lblStateRecord = new System.Windows.Forms.Label();
this.tlbRefresh = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.txtD2 = new System.Windows.Forms.DateTimePicker();
this.txtD1 = new System.Windows.Forms.DateTimePicker();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.dgrdView = new System.Windows.Forms.DataGridView();
this.tlbExit = new System.Windows.Forms.ToolStripButton();
this.btnSerach = new System.Windows.Forms.Button();
this.tlbOutPut = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.imageList = new System.Windows.Forms.ImageList(this.components);
((System.ComponentModel.ISupportInitialize)(this.dgrdView)).BeginInit();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// lblStateRecord
//
this.lblStateRecord.Dock = System.Windows.Forms.DockStyle.Bottom;
this.lblStateRecord.Location = new System.Drawing.Point(0, 446);
this.lblStateRecord.Name = "lblStateRecord";
this.lblStateRecord.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
this.lblStateRecord.Size = new System.Drawing.Size(801, 45);
this.lblStateRecord.TabIndex = 27;
this.lblStateRecord.Text = "记录数:0";
this.lblStateRecord.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// tlbRefresh
//
this.tlbRefresh.Image = ((System.Drawing.Image)(resources.GetObject("tlbRefresh.Image")));
this.tlbRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlbRefresh.Name = "tlbRefresh";
this.tlbRefresh.Size = new System.Drawing.Size(36, 37);
this.tlbRefresh.Text = "刷新";
this.tlbRefresh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tlbRefresh.Click += new System.EventHandler(this.tlbRefresh_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 40);
//
// txtD2
//
this.txtD2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtD2.Location = new System.Drawing.Point(617, 10);
this.txtD2.Name = "txtD2";
this.txtD2.Size = new System.Drawing.Size(98, 21);
this.txtD2.TabIndex = 29;
//
// txtD1
//
this.txtD1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtD1.Location = new System.Drawing.Point(513, 10);
this.txtD1.Name = "txtD1";
this.txtD1.Size = new System.Drawing.Size(98, 21);
this.txtD1.TabIndex = 28;
//
// openFileDialog1
//
this.openFileDialog1.Filter = "Excel2007文件(*.xlsx)|*.xlsx|Excel2003文件(*.xls)|*.xls";
this.openFileDialog1.Title = "选择要导入的文件";
//
// dgrdView
//
this.dgrdView.AllowUserToAddRows = false;
this.dgrdView.AllowUserToOrderColumns = true;
this.dgrdView.BorderStyle = System.Windows.Forms.BorderStyle.None;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgrdView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgrdView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgrdView.DefaultCellStyle = dataGridViewCellStyle5;
this.dgrdView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgrdView.Location = new System.Drawing.Point(0, 40);
this.dgrdView.MultiSelect = false;
this.dgrdView.Name = "dgrdView";
this.dgrdView.ReadOnly = true;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgrdView.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
this.dgrdView.RowTemplate.Height = 23;
this.dgrdView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgrdView.Size = new System.Drawing.Size(801, 406);
this.dgrdView.TabIndex = 25;
//
// tlbExit
//
this.tlbExit.Image = ((System.Drawing.Image)(resources.GetObject("tlbExit.Image")));
this.tlbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlbExit.Name = "tlbExit";
this.tlbExit.Size = new System.Drawing.Size(36, 37);
this.tlbExit.Text = "关闭";
this.tlbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tlbExit.Click += new System.EventHandler(this.tlbExit_Click);
//
// btnSerach
//
this.btnSerach.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSerach.Location = new System.Drawing.Point(721, 9);
this.btnSerach.Name = "btnSerach";
this.btnSerach.Size = new System.Drawing.Size(75, 23);
this.btnSerach.TabIndex = 26;
this.btnSerach.Text = "快速查询";
this.btnSerach.UseVisualStyleBackColor = true;
this.btnSerach.Click += new System.EventHandler(this.btnSerach_Click);
//
// tlbOutPut
//
this.tlbOutPut.Image = ((System.Drawing.Image)(resources.GetObject("tlbOutPut.Image")));
this.tlbOutPut.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlbOutPut.Name = "tlbOutPut";
this.tlbOutPut.Size = new System.Drawing.Size(36, 37);
this.tlbOutPut.Text = "导出";
this.tlbOutPut.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tlbOutPut.Click += new System.EventHandler(this.tlbOutPut_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 40);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tlbRefresh,
this.toolStripSeparator2,
this.tlbOutPut,
this.toolStripSeparator3,
this.tlbExit});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.toolStrip1.Size = new System.Drawing.Size(801, 40);
this.toolStrip1.TabIndex = 24;
this.toolStrip1.Text = "toolStrip1";
//
// imageList
//
this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
this.imageList.TransparentColor = System.Drawing.Color.Transparent;
this.imageList.Images.SetKeyName(0, "(25,46).png");
this.imageList.Images.SetKeyName(1, "(09,38).png");
this.imageList.Images.SetKeyName(2, "(15,37).png");
this.imageList.Images.SetKeyName(3, "(24,13).png");
//
// frmReport2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(801, 491);
this.Controls.Add(this.dgrdView);
this.Controls.Add(this.lblStateRecord);
this.Controls.Add(this.txtD2);
this.Controls.Add(this.txtD1);
this.Controls.Add(this.btnSerach);
this.Controls.Add(this.toolStrip1);
this.Name = "frmReport2";
this.TabText = "按时间统计";
this.Text = "按时间统计";
this.Load += new System.EventHandler(this.frmReport1_Load);
((System.ComponentModel.ISupportInitialize)(this.dgrdView)).EndInit();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.Label lblStateRecord;
public System.Windows.Forms.ToolStripButton tlbRefresh;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
public System.Windows.Forms.DateTimePicker txtD2;
public System.Windows.Forms.DateTimePicker txtD1;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
public System.Windows.Forms.DataGridView dgrdView;
public System.Windows.Forms.ToolStripButton tlbExit;
public System.Windows.Forms.Button btnSerach;
public System.Windows.Forms.ToolStripButton tlbOutPut;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
public System.Windows.Forms.ToolStrip toolStrip1;
public System.Windows.Forms.ImageList imageList;
}
}