namespace WDProduceTool.Forms
{
partial class FrmThermometerCoding
{
///
/// 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(FrmThermometerCoding));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel2 = new System.Windows.Forms.Panel();
this.cb_model = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.cb_schedual = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.txt_qty = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.date_time_picker = new System.Windows.Forms.DateTimePicker();
this.label4 = new System.Windows.Forms.Label();
this.panel6 = new System.Windows.Forms.Panel();
this.cb_printer = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.panel7 = new System.Windows.Forms.Panel();
this.cb_operate = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.btn_choose_unprint = new System.Windows.Forms.Button();
this.btn_generate = new System.Windows.Forms.Button();
this.btn_upload_choosed = new System.Windows.Forms.Button();
this.btn_print_choosed = new System.Windows.Forms.Button();
this.btn_delete_choosed = new System.Windows.Forms.Button();
this.tableLayoutPanel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.panel4.SuspendLayout();
this.panel5.SuspendLayout();
this.panel6.SuspendLayout();
this.panel7.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.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.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panel3, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.panel4, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.panel5, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.panel6, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.panel7, 2, 1);
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(913, 89);
this.tableLayoutPanel1.TabIndex = 0;
//
// panel2
//
this.panel2.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.panel2.Controls.Add(this.cb_model);
this.panel2.Controls.Add(this.label1);
this.panel2.Location = new System.Drawing.Point(3, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(298, 38);
this.panel2.TabIndex = 0;
//
// cb_model
//
this.cb_model.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.cb_model.FormattingEnabled = true;
this.cb_model.Location = new System.Drawing.Point(79, 6);
this.cb_model.Name = "cb_model";
this.cb_model.Size = new System.Drawing.Size(206, 25);
this.cb_model.TabIndex = 1;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(68, 17);
this.label1.TabIndex = 0;
this.label1.Text = "体温枪型号";
//
// panel3
//
this.panel3.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.panel3.Controls.Add(this.cb_schedual);
this.panel3.Controls.Add(this.label2);
this.panel3.Location = new System.Drawing.Point(307, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(298, 38);
this.panel3.TabIndex = 1;
//
// cb_schedual
//
this.cb_schedual.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.cb_schedual.FormattingEnabled = true;
this.cb_schedual.Location = new System.Drawing.Point(80, 6);
this.cb_schedual.Name = "cb_schedual";
this.cb_schedual.Size = new System.Drawing.Size(204, 25);
this.cb_schedual.TabIndex = 1;
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(14, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 17);
this.label2.TabIndex = 0;
this.label2.Text = "生产班次";
//
// panel4
//
this.panel4.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.panel4.Controls.Add(this.txt_qty);
this.panel4.Controls.Add(this.label3);
this.panel4.Location = new System.Drawing.Point(611, 3);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(299, 38);
this.panel4.TabIndex = 2;
//
// txt_qty
//
this.txt_qty.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.txt_qty.Location = new System.Drawing.Point(74, 7);
this.txt_qty.Name = "txt_qty";
this.txt_qty.Size = new System.Drawing.Size(214, 23);
this.txt_qty.TabIndex = 1;
this.txt_qty.Text = "100";
this.txt_qty.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_qty_KeyPress);
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 9);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 17);
this.label3.TabIndex = 0;
this.label3.Text = "生产数量";
//
// panel5
//
this.panel5.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.panel5.Controls.Add(this.date_time_picker);
this.panel5.Controls.Add(this.label4);
this.panel5.Location = new System.Drawing.Point(3, 47);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(298, 39);
this.panel5.TabIndex = 3;
//
// date_time_picker
//
this.date_time_picker.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.date_time_picker.Location = new System.Drawing.Point(79, 6);
this.date_time_picker.Name = "date_time_picker";
this.date_time_picker.Size = new System.Drawing.Size(206, 23);
this.date_time_picker.TabIndex = 1;
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(9, 11);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(56, 17);
this.label4.TabIndex = 0;
this.label4.Text = "生产日期";
//
// panel6
//
this.panel6.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.panel6.Controls.Add(this.cb_printer);
this.panel6.Controls.Add(this.label5);
this.panel6.Location = new System.Drawing.Point(307, 47);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(298, 39);
this.panel6.TabIndex = 4;
//
// cb_printer
//
this.cb_printer.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.cb_printer.FormattingEnabled = true;
this.cb_printer.Location = new System.Drawing.Point(80, 6);
this.cb_printer.Name = "cb_printer";
this.cb_printer.Size = new System.Drawing.Size(204, 25);
this.cb_printer.TabIndex = 1;
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(16, 10);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(44, 17);
this.label5.TabIndex = 0;
this.label5.Text = "打印机";
//
// panel7
//
this.panel7.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.panel7.Controls.Add(this.cb_operate);
this.panel7.Controls.Add(this.label6);
this.panel7.Location = new System.Drawing.Point(611, 47);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(299, 39);
this.panel7.TabIndex = 5;
//
// cb_operate
//
this.cb_operate.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.cb_operate.FormattingEnabled = true;
this.cb_operate.Items.AddRange(new object[] {
"防伪标贴",
"合格证"});
this.cb_operate.Location = new System.Drawing.Point(72, 8);
this.cb_operate.Name = "cb_operate";
this.cb_operate.Size = new System.Drawing.Size(216, 25);
this.cb_operate.TabIndex = 1;
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(12, 10);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(56, 17);
this.label6.TabIndex = 0;
this.label6.Text = "打印类型";
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.Controls.Add(this.tableLayoutPanel1);
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(919, 95);
this.panel1.TabIndex = 0;
//
// dataGridView1
//
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.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(6, 152);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 25;
this.dataGridView1.Size = new System.Drawing.Size(916, 372);
this.dataGridView1.TabIndex = 1;
this.dataGridView1.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridView1_CellFormatting);
//
// btn_choose_unprint
//
this.btn_choose_unprint.Location = new System.Drawing.Point(131, 116);
this.btn_choose_unprint.Name = "btn_choose_unprint";
this.btn_choose_unprint.Size = new System.Drawing.Size(106, 23);
this.btn_choose_unprint.TabIndex = 2;
this.btn_choose_unprint.Text = "选择未打印数据";
this.btn_choose_unprint.UseVisualStyleBackColor = true;
this.btn_choose_unprint.Click += new System.EventHandler(this.btn_choose_unprint_Click);
//
// btn_generate
//
this.btn_generate.Location = new System.Drawing.Point(12, 116);
this.btn_generate.Name = "btn_generate";
this.btn_generate.Size = new System.Drawing.Size(100, 23);
this.btn_generate.TabIndex = 3;
this.btn_generate.Text = "生成数据";
this.btn_generate.UseVisualStyleBackColor = true;
this.btn_generate.Click += new System.EventHandler(this.btn_generate_Click);
//
// btn_upload_choosed
//
this.btn_upload_choosed.Location = new System.Drawing.Point(393, 116);
this.btn_upload_choosed.Name = "btn_upload_choosed";
this.btn_upload_choosed.Size = new System.Drawing.Size(105, 23);
this.btn_upload_choosed.TabIndex = 4;
this.btn_upload_choosed.Text = "上传数据";
this.btn_upload_choosed.UseVisualStyleBackColor = true;
this.btn_upload_choosed.Click += new System.EventHandler(this.btn_upload_choosed_Click);
//
// btn_print_choosed
//
this.btn_print_choosed.Location = new System.Drawing.Point(257, 116);
this.btn_print_choosed.Name = "btn_print_choosed";
this.btn_print_choosed.Size = new System.Drawing.Size(116, 23);
this.btn_print_choosed.TabIndex = 5;
this.btn_print_choosed.Text = "打印选中数据";
this.btn_print_choosed.UseVisualStyleBackColor = true;
this.btn_print_choosed.Click += new System.EventHandler(this.btn_print_choosed_Click);
//
// btn_delete_choosed
//
this.btn_delete_choosed.Location = new System.Drawing.Point(522, 116);
this.btn_delete_choosed.Name = "btn_delete_choosed";
this.btn_delete_choosed.Size = new System.Drawing.Size(116, 23);
this.btn_delete_choosed.TabIndex = 6;
this.btn_delete_choosed.Text = "删除选中数据";
this.btn_delete_choosed.UseVisualStyleBackColor = true;
this.btn_delete_choosed.Click += new System.EventHandler(this.btn_delete_choosed_Click);
//
// FrmThermometerCoding
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(926, 536);
this.ControlBox = false;
this.Controls.Add(this.btn_delete_choosed);
this.Controls.Add(this.btn_print_choosed);
this.Controls.Add(this.btn_upload_choosed);
this.Controls.Add(this.btn_generate);
this.Controls.Add(this.btn_choose_unprint);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmThermometerCoding";
this.Text = "体温枪生产配套";
this.tableLayoutPanel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private TableLayoutPanel tableLayoutPanel1;
private Panel panel2;
private ComboBox cb_model;
private Label label1;
private Panel panel3;
private ComboBox cb_schedual;
private Label label2;
private Panel panel4;
private TextBox txt_qty;
private Label label3;
private Panel panel5;
private DateTimePicker date_time_picker;
private Label label4;
private Panel panel6;
private ComboBox cb_printer;
private Label label5;
private Panel panel1;
private Panel panel7;
private DataGridView dataGridView1;
private ComboBox cb_operate;
private Label label6;
private Button btn_choose_unprint;
private Button btn_generate;
private Button btn_upload_choosed;
private Button btn_print_choosed;
private Button btn_delete_choosed;
}
}