You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

740 lines
38 KiB
C#

namespace FrmPrint
{
partial class Form1
{
/// <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(Form1));
this.columnHeader30 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader29 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader28 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader27 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader26 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader25 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader23 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader22 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader21 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader24 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel10 = new System.Windows.Forms.Panel();
2 months ago
this.time4 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.time2 = new System.Windows.Forms.Label();
this.cb_machine = new System.Windows.Forms.ComboBox();
this.btn_print = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
2 months ago
this.time3 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txt_barcode = new System.Windows.Forms.Label();
2 months ago
this.time1 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
2 months ago
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.label8 = new System.Windows.Forms.Label();
2 months ago
this.lb_UserName = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
2 months ago
this.lst_OperInfo = new System.Windows.Forms.ListBox();
this.btn_close = new System.Windows.Forms.Button();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader13 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader14 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader15 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader16 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.panel9 = new System.Windows.Forms.Panel();
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel10.SuspendLayout();
this.panel3.SuspendLayout();
2 months ago
this.panel5.SuspendLayout();
this.panel9.SuspendLayout();
this.SuspendLayout();
//
// columnHeader30
//
this.columnHeader30.Text = "连接状态";
this.columnHeader30.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader30.Width = 130;
//
// columnHeader29
//
this.columnHeader29.Text = "连接信息";
this.columnHeader29.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader29.Width = 250;
//
// columnHeader28
//
this.columnHeader28.Text = "名称";
this.columnHeader28.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader28.Width = 130;
//
// columnHeader27
//
this.columnHeader27.Text = "合并编号";
this.columnHeader27.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader27.Width = 150;
//
// columnHeader26
//
this.columnHeader26.Text = "编号";
this.columnHeader26.Width = 118;
//
// columnHeader25
//
this.columnHeader25.Text = "连接状态";
this.columnHeader25.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader25.Width = 130;
//
// columnHeader23
//
this.columnHeader23.Text = "名称";
this.columnHeader23.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader23.Width = 130;
//
// columnHeader22
//
this.columnHeader22.Text = "合并编号";
this.columnHeader22.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader22.Width = 150;
//
// columnHeader21
//
this.columnHeader21.Text = "编号";
this.columnHeader21.Width = 118;
//
// columnHeader19
//
this.columnHeader19.Text = "连接信息";
this.columnHeader19.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader19.Width = 250;
//
// columnHeader18
//
this.columnHeader18.Text = "名称";
this.columnHeader18.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader18.Width = 130;
//
// columnHeader24
//
this.columnHeader24.Text = "连接信息";
this.columnHeader24.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader24.Width = 250;
//
// columnHeader17
//
this.columnHeader17.Text = "合并编号";
this.columnHeader17.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader17.Width = 150;
//
// columnHeader20
//
this.columnHeader20.Text = "连接状态";
this.columnHeader20.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader20.Width = 130;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61)))));
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1744, 550);
this.panel1.TabIndex = 67;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61)))));
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.panel10);
this.panel2.Controls.Add(this.panel5);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1742, 548);
this.panel2.TabIndex = 65;
//
// panel10
//
this.panel10.BackColor = System.Drawing.Color.Transparent;
this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
2 months ago
this.panel10.Controls.Add(this.time4);
this.panel10.Controls.Add(this.panel3);
2 months ago
this.panel10.Controls.Add(this.time2);
this.panel10.Controls.Add(this.cb_machine);
this.panel10.Controls.Add(this.btn_print);
this.panel10.Controls.Add(this.label7);
2 months ago
this.panel10.Controls.Add(this.time3);
this.panel10.Controls.Add(this.label3);
this.panel10.Controls.Add(this.label1);
this.panel10.Controls.Add(this.txt_barcode);
2 months ago
this.panel10.Controls.Add(this.time1);
this.panel10.Controls.Add(this.label5);
this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel10.Location = new System.Drawing.Point(0, 66);
this.panel10.Margin = new System.Windows.Forms.Padding(4);
this.panel10.Name = "panel10";
this.panel10.Size = new System.Drawing.Size(1740, 480);
this.panel10.TabIndex = 72;
//
2 months ago
// time4
//
2 months ago
this.time4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61)))));
this.time4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.time4.ForeColor = System.Drawing.Color.LightGreen;
this.time4.Location = new System.Drawing.Point(1615, 18);
this.time4.Name = "time4";
this.time4.Size = new System.Drawing.Size(116, 34);
this.time4.TabIndex = 450;
this.time4.Text = "08:00:00";
this.time4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.time4.Visible = false;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Transparent;
this.panel3.Controls.Add(this.comboBox3);
this.panel3.Location = new System.Drawing.Point(186, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(447, 72);
this.panel3.TabIndex = 1002;
//
// comboBox3
//
this.comboBox3.Font = new System.Drawing.Font("微软雅黑", 12F);
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J",
"K",
"L",
"M",
"N",
"O",
"P",
"Q",
"R",
"S",
"T",
"U",
"V",
"W",
"X",
"Y",
"Z"});
this.comboBox3.Location = new System.Drawing.Point(0, 15);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(122, 39);
this.comboBox3.TabIndex = 1010;
//
// time2
//
this.time2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61)))));
this.time2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.time2.ForeColor = System.Drawing.Color.LightGreen;
this.time2.Location = new System.Drawing.Point(1449, 18);
this.time2.Name = "time2";
this.time2.Size = new System.Drawing.Size(184, 34);
this.time2.TabIndex = 449;
this.time2.Text = "2021-10-22";
this.time2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.time2.Visible = false;
//
// cb_machine
//
this.cb_machine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61)))));
2 months ago
this.cb_machine.Font = new System.Drawing.Font("微软雅黑", 14F);
this.cb_machine.ForeColor = System.Drawing.Color.Aqua;
this.cb_machine.FormattingEnabled = true;
2 months ago
this.cb_machine.Location = new System.Drawing.Point(186, 153);
this.cb_machine.Margin = new System.Windows.Forms.Padding(4);
this.cb_machine.Name = "cb_machine";
2 months ago
this.cb_machine.Size = new System.Drawing.Size(447, 44);
this.cb_machine.TabIndex = 4;
2 months ago
this.cb_machine.SelectedIndexChanged += new System.EventHandler(this.cb_machine_SelectedIndexChanged);
this.cb_machine.TextUpdate += new System.EventHandler(this.cb_machine_TextUpdate);
//
// btn_print
//
this.btn_print.BackColor = System.Drawing.Color.Lime;
this.btn_print.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_print.Location = new System.Drawing.Point(781, 21);
this.btn_print.Margin = new System.Windows.Forms.Padding(4);
this.btn_print.Name = "btn_print";
this.btn_print.Size = new System.Drawing.Size(135, 54);
this.btn_print.TabIndex = 6;
this.btn_print.Text = "补 印";
this.btn_print.UseVisualStyleBackColor = false;
this.btn_print.Click += new System.EventHandler(this.btn_print_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
2 months ago
this.label7.Location = new System.Drawing.Point(29, 156);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(71, 29);
this.label7.TabIndex = 3;
this.label7.Text = "机种";
//
2 months ago
// time3
//
this.time3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61)))));
this.time3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.time3.ForeColor = System.Drawing.Color.LightGreen;
this.time3.Location = new System.Drawing.Point(1259, 18);
this.time3.Name = "time3";
this.time3.Size = new System.Drawing.Size(116, 34);
this.time3.TabIndex = 447;
this.time3.Text = "08:00:00";
this.time3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.time3.Visible = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
2 months ago
this.label3.Location = new System.Drawing.Point(9, 425);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(159, 36);
this.label3.TabIndex = 73;
this.label3.Text = "提示信息";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
2 months ago
this.label1.Location = new System.Drawing.Point(20, 300);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(159, 36);
this.label1.TabIndex = 71;
this.label1.Text = "扫码信息";
//
// txt_barcode
//
this.txt_barcode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txt_barcode.Font = new System.Drawing.Font("微软雅黑", 14F);
this.txt_barcode.ForeColor = System.Drawing.Color.Aqua;
2 months ago
this.txt_barcode.Location = new System.Drawing.Point(186, 290);
this.txt_barcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.txt_barcode.Name = "txt_barcode";
2 months ago
this.txt_barcode.Size = new System.Drawing.Size(447, 60);
this.txt_barcode.TabIndex = 999;
this.txt_barcode.Text = " ";
this.txt_barcode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
2 months ago
// time1
//
this.time1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61)))));
this.time1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.time1.ForeColor = System.Drawing.Color.LightGreen;
this.time1.Location = new System.Drawing.Point(1093, 18);
this.time1.Name = "time1";
this.time1.Size = new System.Drawing.Size(184, 34);
this.time1.TabIndex = 446;
this.time1.Text = "2021-10-22";
this.time1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.time1.Visible = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
this.label5.Location = new System.Drawing.Point(29, 21);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(71, 29);
this.label5.TabIndex = 0;
this.label5.Text = "班次";
//
// panel5
//
2 months ago
this.panel5.Controls.Add(this.comboBox1);
this.panel5.Controls.Add(this.dateTimePicker2);
this.panel5.Controls.Add(this.comboBox2);
this.panel5.Controls.Add(this.dateTimePicker1);
this.panel5.Controls.Add(this.label8);
2 months ago
this.panel5.Controls.Add(this.lb_UserName);
this.panel5.Controls.Add(this.label4);
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
this.panel5.Location = new System.Drawing.Point(0, 0);
this.panel5.Margin = new System.Windows.Forms.Padding(4);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(1740, 66);
this.panel5.TabIndex = 71;
//
2 months ago
// comboBox1
//
this.comboBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(192, 10);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(145, 39);
this.comboBox1.TabIndex = 1014;
//
// dateTimePicker2
//
this.dateTimePicker2.CalendarFont = new System.Drawing.Font("微软雅黑", 12F);
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker2.Location = new System.Drawing.Point(387, 7);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(187, 39);
this.dateTimePicker2.TabIndex = 1013;
//
// comboBox2
//
this.comboBox2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Location = new System.Drawing.Point(576, 7);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(145, 39);
this.comboBox2.TabIndex = 1012;
//
// dateTimePicker1
//
this.dateTimePicker1.CalendarFont = new System.Drawing.Font("微软雅黑", 12F);
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker1.Location = new System.Drawing.Point(3, 10);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(187, 39);
this.dateTimePicker1.TabIndex = 1011;
this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
//
// label8
//
this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61)))));
this.label8.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.ForeColor = System.Drawing.Color.LightGreen;
this.label8.Location = new System.Drawing.Point(343, 11);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(38, 36);
this.label8.TabIndex = 1010;
this.label8.Text = "至";
this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lb_UserName
//
this.lb_UserName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lb_UserName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61)))));
this.lb_UserName.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_UserName.ForeColor = System.Drawing.Color.LightGreen;
this.lb_UserName.Location = new System.Drawing.Point(1637, 11);
this.lb_UserName.Name = "lb_UserName";
this.lb_UserName.Size = new System.Drawing.Size(101, 34);
this.lb_UserName.TabIndex = 451;
this.lb_UserName.Text = "用户名";
this.lb_UserName.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
2 months ago
// label4
//
2 months ago
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Dock = System.Windows.Forms.DockStyle.Top;
this.label4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label4.Font = new System.Drawing.Font("微软雅黑", 18F);
this.label4.ForeColor = System.Drawing.Color.LightGreen;
this.label4.Location = new System.Drawing.Point(0, 0);
this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(1740, 66);
this.label4.TabIndex = 72;
this.label4.Text = "奥特佳条码打印系统";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
2 months ago
// lst_OperInfo
//
2 months ago
this.lst_OperInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61)))));
this.lst_OperInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lst_OperInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.lst_OperInfo.Font = new System.Drawing.Font("微软雅黑", 14F);
this.lst_OperInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
this.lst_OperInfo.FormattingEnabled = true;
this.lst_OperInfo.ItemHeight = 36;
this.lst_OperInfo.Location = new System.Drawing.Point(0, 0);
this.lst_OperInfo.Margin = new System.Windows.Forms.Padding(4);
this.lst_OperInfo.Name = "lst_OperInfo";
this.lst_OperInfo.Size = new System.Drawing.Size(1744, 414);
this.lst_OperInfo.TabIndex = 74;
//
// btn_close
//
this.btn_close.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.btn_close.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
2 months ago
this.btn_close.Location = new System.Drawing.Point(1596, 347);
this.btn_close.Margin = new System.Windows.Forms.Padding(4);
this.btn_close.Name = "btn_close";
this.btn_close.Size = new System.Drawing.Size(135, 54);
this.btn_close.TabIndex = 7;
this.btn_close.Text = "关 闭";
this.btn_close.UseVisualStyleBackColor = false;
this.btn_close.Visible = false;
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
//
// columnHeader1
//
this.columnHeader1.Text = "编号";
this.columnHeader1.Width = 118;
//
// columnHeader5
//
this.columnHeader5.Text = "合并编号";
this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader5.Width = 150;
//
// columnHeader2
//
this.columnHeader2.Text = "名称";
this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader2.Width = 130;
//
// columnHeader3
//
this.columnHeader3.Text = "连接信息";
this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader3.Width = 250;
//
// columnHeader4
//
this.columnHeader4.Text = "连接状态";
this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader4.Width = 130;
//
// columnHeader6
//
this.columnHeader6.Text = "编号";
this.columnHeader6.Width = 118;
//
// columnHeader7
//
this.columnHeader7.Text = "合并编号";
this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader7.Width = 150;
//
// columnHeader8
//
this.columnHeader8.Text = "名称";
this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader8.Width = 130;
//
// columnHeader9
//
this.columnHeader9.Text = "连接信息";
this.columnHeader9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader9.Width = 250;
//
// columnHeader10
//
this.columnHeader10.Text = "连接状态";
this.columnHeader10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader10.Width = 130;
//
// columnHeader11
//
this.columnHeader11.Text = "编号";
this.columnHeader11.Width = 118;
//
// columnHeader12
//
this.columnHeader12.Text = "合并编号";
this.columnHeader12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader12.Width = 150;
//
// columnHeader13
//
this.columnHeader13.Text = "名称";
this.columnHeader13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader13.Width = 130;
//
// columnHeader14
//
this.columnHeader14.Text = "连接信息";
this.columnHeader14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader14.Width = 250;
//
// columnHeader15
//
this.columnHeader15.Text = "连接状态";
this.columnHeader15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader15.Width = 130;
//
// columnHeader16
//
this.columnHeader16.Text = "编号";
this.columnHeader16.Width = 118;
//
// timer1
//
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// panel9
//
2 months ago
this.panel9.Controls.Add(this.btn_close);
this.panel9.Controls.Add(this.lst_OperInfo);
this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel9.Location = new System.Drawing.Point(0, 550);
this.panel9.Margin = new System.Windows.Forms.Padding(4);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(1744, 414);
this.panel9.TabIndex = 430;
//
// timer2
//
this.timer2.Enabled = true;
2 months ago
this.timer2.Interval = 1000;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61)))));
this.ClientSize = new System.Drawing.Size(1744, 964);
this.Controls.Add(this.panel9);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Form1";
2 months ago
this.Text = "条码打印系统V1.7";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
this.Load += new System.EventHandler(this.Form1_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel10.ResumeLayout(false);
this.panel10.PerformLayout();
this.panel3.ResumeLayout(false);
2 months ago
this.panel5.ResumeLayout(false);
this.panel9.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ColumnHeader columnHeader30;
private System.Windows.Forms.ColumnHeader columnHeader29;
private System.Windows.Forms.ColumnHeader columnHeader28;
private System.Windows.Forms.ColumnHeader columnHeader27;
private System.Windows.Forms.ColumnHeader columnHeader26;
private System.Windows.Forms.ColumnHeader columnHeader25;
private System.Windows.Forms.ColumnHeader columnHeader23;
private System.Windows.Forms.ColumnHeader columnHeader22;
private System.Windows.Forms.ColumnHeader columnHeader21;
private System.Windows.Forms.ColumnHeader columnHeader19;
private System.Windows.Forms.ColumnHeader columnHeader18;
private System.Windows.Forms.ColumnHeader columnHeader24;
private System.Windows.Forms.ColumnHeader columnHeader17;
private System.Windows.Forms.ColumnHeader columnHeader20;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.ColumnHeader columnHeader7;
private System.Windows.Forms.ColumnHeader columnHeader8;
private System.Windows.Forms.ColumnHeader columnHeader9;
private System.Windows.Forms.ColumnHeader columnHeader10;
private System.Windows.Forms.ColumnHeader columnHeader11;
private System.Windows.Forms.ColumnHeader columnHeader12;
private System.Windows.Forms.ColumnHeader columnHeader13;
private System.Windows.Forms.ColumnHeader columnHeader14;
private System.Windows.Forms.ColumnHeader columnHeader15;
private System.Windows.Forms.ColumnHeader columnHeader16;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel10;
private System.Windows.Forms.ComboBox cb_machine;
private System.Windows.Forms.ListBox lst_OperInfo;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label txt_barcode;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Button btn_close;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label time3;
private System.Windows.Forms.Label time1;
private System.Windows.Forms.Label time4;
private System.Windows.Forms.Label time2;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Panel panel9;
private System.Windows.Forms.Label lb_UserName;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.Panel panel3;
2 months ago
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label8;
public System.Windows.Forms.Button btn_print;
}
}