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.
220 lines
11 KiB
220 lines
11 KiB
namespace PunchAndWeld
|
|
{
|
|
partial class FrmLaser
|
|
{
|
|
/// <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.Windows.Forms.ColumnHeader 扫描时间;
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.listView1 = new System.Windows.Forms.ListView();
|
|
this.条码 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
扫描时间 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.SuspendLayout();
|
|
//
|
|
// 扫描时间
|
|
//
|
|
扫描时间.Text = "扫描时间";
|
|
扫描时间.Width = 305;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(52, 292);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(298, 76);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.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.textBox1.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textBox1.Location = new System.Drawing.Point(50, 531);
|
|
this.textBox1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.textBox1.Multiline = true;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(300, 84);
|
|
this.textBox1.TabIndex = 11;
|
|
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
|
|
//
|
|
// listView1
|
|
//
|
|
this.listView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(46)))), ((int)(((byte)(64)))));
|
|
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.条码,
|
|
扫描时间});
|
|
this.listView1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.listView1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(115)))), ((int)(((byte)(193)))));
|
|
this.listView1.FullRowSelect = true;
|
|
this.listView1.GridLines = true;
|
|
this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
|
this.listView1.Location = new System.Drawing.Point(496, 320);
|
|
this.listView1.Name = "listView1";
|
|
this.listView1.Size = new System.Drawing.Size(660, 522);
|
|
this.listView1.TabIndex = 12;
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
this.listView1.View = System.Windows.Forms.View.Details;
|
|
this.listView1.DrawColumnHeader += new System.Windows.Forms.DrawListViewColumnHeaderEventHandler(this.listView1_DrawColumnHeader);
|
|
this.listView1.DrawItem += new System.Windows.Forms.DrawListViewItemEventHandler(this.listView1_DrawItem);
|
|
this.listView1.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.listView1_DrawSubItem);
|
|
//
|
|
// 条码
|
|
//
|
|
this.条码.Text = "条码";
|
|
this.条码.Width = 350;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(115)))), ((int)(((byte)(193)))));
|
|
this.label2.Location = new System.Drawing.Point(510, 231);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(174, 76);
|
|
this.label2.TabIndex = 13;
|
|
this.label2.Text = "已扫描记录";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.BackColor = System.Drawing.Color.Transparent;
|
|
this.label9.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label9.ForeColor = System.Drawing.Color.White;
|
|
this.label9.Location = new System.Drawing.Point(920, 7);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(338, 67);
|
|
this.label9.TabIndex = 14;
|
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.label9.Click += new System.EventHandler(this.label9_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.BackColor = System.Drawing.Color.Transparent;
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(115)))), ((int)(((byte)(193)))));
|
|
this.label3.Location = new System.Drawing.Point(690, 231);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(174, 76);
|
|
this.label3.TabIndex = 15;
|
|
this.label3.Text = "100";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.BackColor = System.Drawing.Color.Transparent;
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 22F);
|
|
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(115)))), ((int)(((byte)(193)))));
|
|
this.label4.Location = new System.Drawing.Point(23, 723);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(191, 39);
|
|
this.label4.TabIndex = 16;
|
|
this.label4.Text = "214设备状态";
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Enabled = false;
|
|
this.textBox2.Font = new System.Drawing.Font("微软雅黑", 22F);
|
|
this.textBox2.Location = new System.Drawing.Point(220, 723);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(212, 46);
|
|
this.textBox2.TabIndex = 17;
|
|
//
|
|
// textBox3
|
|
//
|
|
this.textBox3.Enabled = false;
|
|
this.textBox3.Font = new System.Drawing.Font("微软雅黑", 22F);
|
|
this.textBox3.Location = new System.Drawing.Point(220, 814);
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.Size = new System.Drawing.Size(212, 46);
|
|
this.textBox3.TabIndex = 19;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.BackColor = System.Drawing.Color.Transparent;
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 22F);
|
|
this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(115)))), ((int)(((byte)(193)))));
|
|
this.label5.Location = new System.Drawing.Point(23, 814);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(191, 39);
|
|
this.label5.TabIndex = 18;
|
|
this.label5.Text = "294设备状态";
|
|
//
|
|
// FrmLaser
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackgroundImage = global::PunchAndWeld.Properties.Resources.background;
|
|
this.ClientSize = new System.Drawing.Size(1280, 1024);
|
|
this.Controls.Add(this.textBox3);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.textBox2);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.listView1);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.label1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "FrmLaser";
|
|
this.Text = "激光切割";
|
|
this.Load += new System.EventHandler(this.FrmLaser_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.ListView listView1;
|
|
private System.Windows.Forms.ColumnHeader 条码;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
}
|
|
}
|