|
namespace SCM
|
{
|
partial class Gy_BarCodeMain
|
{
|
/// <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);
|
}
|
|
#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()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Gy_BarCodeMain));
|
this.grdMain = new System.Windows.Forms.DataGridView();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
this.label9 = new System.Windows.Forms.Label();
|
this.label11 = new System.Windows.Forms.Label();
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.txtHBillNo = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.pPic = new System.Windows.Forms.Panel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.lbljl = new System.Windows.Forms.Label();
|
this.lbldj = new System.Windows.Forms.Label();
|
this.lblCaption = new System.Windows.Forms.Label();
|
this.Tool = new System.Windows.Forms.ToolStrip();
|
this.cx = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
this.tc = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
this.groupBox1.SuspendLayout();
|
this.pPic.SuspendLayout();
|
this.panel1.SuspendLayout();
|
this.Tool.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// grdMain
|
//
|
this.grdMain.AllowUserToAddRows = false;
|
this.grdMain.AllowUserToDeleteRows = false;
|
this.grdMain.BackgroundColor = System.Drawing.SystemColors.InactiveCaption;
|
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.grdMain.Location = new System.Drawing.Point(0, 186);
|
this.grdMain.Name = "grdMain";
|
this.grdMain.ReadOnly = true;
|
this.grdMain.RowHeadersWidth = 51;
|
this.grdMain.RowTemplate.Height = 23;
|
this.grdMain.Size = new System.Drawing.Size(958, 314);
|
this.grdMain.TabIndex = 57;
|
//
|
// groupBox1
|
//
|
this.groupBox1.BackColor = System.Drawing.Color.Lavender;
|
this.groupBox1.Controls.Add(this.dateTimePicker2);
|
this.groupBox1.Controls.Add(this.dateTimePicker1);
|
this.groupBox1.Controls.Add(this.label9);
|
this.groupBox1.Controls.Add(this.label11);
|
this.groupBox1.Controls.Add(this.textBox2);
|
this.groupBox1.Controls.Add(this.label2);
|
this.groupBox1.Controls.Add(this.textBox1);
|
this.groupBox1.Controls.Add(this.label1);
|
this.groupBox1.Controls.Add(this.txtHBillNo);
|
this.groupBox1.Controls.Add(this.label4);
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBox1.Location = new System.Drawing.Point(0, 83);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(958, 103);
|
this.groupBox1.TabIndex = 56;
|
this.groupBox1.TabStop = false;
|
//
|
// dateTimePicker2
|
//
|
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd ";
|
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
this.dateTimePicker2.Location = new System.Drawing.Point(370, 20);
|
this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.dateTimePicker2.Name = "dateTimePicker2";
|
this.dateTimePicker2.Size = new System.Drawing.Size(143, 21);
|
this.dateTimePicker2.TabIndex = 33;
|
//
|
// dateTimePicker1
|
//
|
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd ";
|
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
this.dateTimePicker1.Location = new System.Drawing.Point(206, 20);
|
this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
this.dateTimePicker1.Size = new System.Drawing.Size(143, 21);
|
this.dateTimePicker1.TabIndex = 32;
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.Location = new System.Drawing.Point(353, 23);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(11, 12);
|
this.label9.TabIndex = 31;
|
this.label9.Text = "-";
|
//
|
// label11
|
//
|
this.label11.AutoSize = true;
|
this.label11.Location = new System.Drawing.Point(151, 23);
|
this.label11.Name = "label11";
|
this.label11.Size = new System.Drawing.Size(53, 12);
|
this.label11.TabIndex = 27;
|
this.label11.Text = "查询时间";
|
//
|
// textBox2
|
//
|
this.textBox2.Location = new System.Drawing.Point(471, 60);
|
this.textBox2.Name = "textBox2";
|
this.textBox2.Size = new System.Drawing.Size(130, 21);
|
this.textBox2.TabIndex = 16;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(411, 65);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
this.label2.TabIndex = 15;
|
this.label2.Text = "产品名称:";
|
//
|
// textBox1
|
//
|
this.textBox1.Location = new System.Drawing.Point(274, 60);
|
this.textBox1.Name = "textBox1";
|
this.textBox1.Size = new System.Drawing.Size(130, 21);
|
this.textBox1.TabIndex = 14;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(214, 65);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
this.label1.TabIndex = 13;
|
this.label1.Text = "产品编码:";
|
//
|
// txtHBillNo
|
//
|
this.txtHBillNo.Location = new System.Drawing.Point(72, 61);
|
this.txtHBillNo.Name = "txtHBillNo";
|
this.txtHBillNo.Size = new System.Drawing.Size(130, 21);
|
this.txtHBillNo.TabIndex = 12;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(12, 63);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(65, 12);
|
this.label4.TabIndex = 11;
|
this.label4.Text = "汇报单号:";
|
//
|
// pPic
|
//
|
this.pPic.BackColor = System.Drawing.Color.White;
|
this.pPic.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pPic.BackgroundImage")));
|
this.pPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
this.pPic.Controls.Add(this.panel1);
|
this.pPic.Controls.Add(this.lblCaption);
|
this.pPic.Dock = System.Windows.Forms.DockStyle.Top;
|
this.pPic.Location = new System.Drawing.Point(0, 50);
|
this.pPic.Name = "pPic";
|
this.pPic.Size = new System.Drawing.Size(958, 33);
|
this.pPic.TabIndex = 55;
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.lbljl);
|
this.panel1.Controls.Add(this.lbldj);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
|
this.panel1.Location = new System.Drawing.Point(822, 0);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(136, 33);
|
this.panel1.TabIndex = 7;
|
//
|
// lbljl
|
//
|
this.lbljl.AutoSize = true;
|
this.lbljl.Location = new System.Drawing.Point(24, 30);
|
this.lbljl.Name = "lbljl";
|
this.lbljl.Size = new System.Drawing.Size(11, 12);
|
this.lbljl.TabIndex = 1;
|
this.lbljl.Text = " ";
|
//
|
// lbldj
|
//
|
this.lbldj.AutoSize = true;
|
this.lbldj.Location = new System.Drawing.Point(24, 12);
|
this.lbldj.Name = "lbldj";
|
this.lbldj.Size = new System.Drawing.Size(0, 12);
|
this.lbldj.TabIndex = 0;
|
//
|
// lblCaption
|
//
|
this.lblCaption.AutoSize = true;
|
this.lblCaption.BackColor = System.Drawing.Color.Transparent;
|
this.lblCaption.Cursor = System.Windows.Forms.Cursors.No;
|
this.lblCaption.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblCaption.Location = new System.Drawing.Point(12, 7);
|
this.lblCaption.Name = "lblCaption";
|
this.lblCaption.Size = new System.Drawing.Size(98, 21);
|
this.lblCaption.TabIndex = 4;
|
this.lblCaption.Text = "单据列表";
|
this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// Tool
|
//
|
this.Tool.AutoSize = false;
|
this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage")));
|
this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22);
|
this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.cx,
|
this.toolStripSeparator2,
|
this.tc,
|
this.toolStripSeparator9});
|
this.Tool.Location = new System.Drawing.Point(0, 0);
|
this.Tool.Name = "Tool";
|
this.Tool.Padding = new System.Windows.Forms.Padding(0);
|
this.Tool.Size = new System.Drawing.Size(958, 50);
|
this.Tool.Stretch = true;
|
this.Tool.TabIndex = 54;
|
this.Tool.Text = "toolStrip1";
|
//
|
// cx
|
//
|
this.cx.AutoSize = false;
|
this.cx.Image = ((System.Drawing.Image)(resources.GetObject("cx.Image")));
|
this.cx.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.cx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.cx.ImageTransparentColor = System.Drawing.Color.White;
|
this.cx.Name = "cx";
|
this.cx.Size = new System.Drawing.Size(36, 47);
|
this.cx.Text = "查询";
|
this.cx.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.cx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.cx.Click += new System.EventHandler(this.cx_Click);
|
//
|
// toolStripSeparator2
|
//
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50);
|
//
|
// tc
|
//
|
this.tc.AutoSize = false;
|
this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image")));
|
this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.tc.ImageTransparentColor = System.Drawing.Color.White;
|
this.tc.Name = "tc";
|
this.tc.Size = new System.Drawing.Size(36, 47);
|
this.tc.Text = "退出";
|
this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.tc.Click += new System.EventHandler(this.tc_Click);
|
//
|
// toolStripSeparator9
|
//
|
this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
this.toolStripSeparator9.Size = new System.Drawing.Size(6, 50);
|
//
|
// Gy_BarCodeMain
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(958, 500);
|
this.Controls.Add(this.grdMain);
|
this.Controls.Add(this.groupBox1);
|
this.Controls.Add(this.pPic);
|
this.Controls.Add(this.Tool);
|
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.Name = "Gy_BarCodeMain";
|
this.Text = "检验执行情况表";
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
this.pPic.ResumeLayout(false);
|
this.pPic.PerformLayout();
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
this.Tool.ResumeLayout(false);
|
this.Tool.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.DataGridView grdMain;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.TextBox textBox2;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox textBox1;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox txtHBillNo;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.Panel pPic;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Label lbljl;
|
private System.Windows.Forms.Label lbldj;
|
private System.Windows.Forms.Label lblCaption;
|
private System.Windows.Forms.ToolStrip Tool;
|
private System.Windows.Forms.ToolStripButton cx;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
private System.Windows.Forms.ToolStripButton tc;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
|
private System.Windows.Forms.DateTimePicker dateTimePicker2;
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.Label label11;
|
}
|
}
|