FrmDebugMenu.Designer.cs
8.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
using System.Drawing;
namespace URSoldering.Client
{
partial class FrmDebugMenu
{
/// <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()
{
this.btnCodeTest = new System.Windows.Forms.Button();
this.btnBack = new System.Windows.Forms.Button();
this.btnWeldConfig = new System.Windows.Forms.Button();
this.btnSendWireDebug = new System.Windows.Forms.Button();
this.btnIODebug = new System.Windows.Forms.Button();
this.btnWeldDebug = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnCodeTest
//
this.btnCodeTest.BackColor = System.Drawing.Color.LightSeaGreen;
this.btnCodeTest.FlatAppearance.BorderSize = 0;
this.btnCodeTest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCodeTest.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCodeTest.ForeColor = System.Drawing.Color.White;
this.btnCodeTest.Location = new System.Drawing.Point(104, 284);
this.btnCodeTest.Name = "btnCodeTest";
this.btnCodeTest.Size = new System.Drawing.Size(228, 95);
this.btnCodeTest.TabIndex = 11;
this.btnCodeTest.Text = "AOI调试";
this.btnCodeTest.UseVisualStyleBackColor = false;
this.btnCodeTest.Click += new System.EventHandler(this.btnCodeTest_Click);
//
// btnBack
//
this.btnBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(121)))), ((int)(((byte)(96)))));
this.btnBack.FlatAppearance.BorderSize = 0;
this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnBack.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnBack.ForeColor = System.Drawing.Color.White;
this.btnBack.Location = new System.Drawing.Point(338, 284);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(228, 95);
this.btnBack.TabIndex = 6;
this.btnBack.Text = "返回(&B)";
this.btnBack.UseVisualStyleBackColor = false;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// btnWeldConfig
//
this.btnWeldConfig.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(118)))), ((int)(((byte)(159)))));
this.btnWeldConfig.FlatAppearance.BorderSize = 0;
this.btnWeldConfig.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnWeldConfig.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnWeldConfig.ForeColor = System.Drawing.Color.White;
this.btnWeldConfig.Location = new System.Drawing.Point(104, 82);
this.btnWeldConfig.Name = "btnWeldConfig";
this.btnWeldConfig.Size = new System.Drawing.Size(228, 95);
this.btnWeldConfig.TabIndex = 5;
this.btnWeldConfig.Text = "焊接配置";
this.btnWeldConfig.UseVisualStyleBackColor = false;
this.btnWeldConfig.Click += new System.EventHandler(this.btnConfig_Click);
//
// btnSendWireDebug
//
this.btnSendWireDebug.BackColor = System.Drawing.Color.Peru;
this.btnSendWireDebug.FlatAppearance.BorderSize = 0;
this.btnSendWireDebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSendWireDebug.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSendWireDebug.ForeColor = System.Drawing.Color.White;
this.btnSendWireDebug.Location = new System.Drawing.Point(338, 183);
this.btnSendWireDebug.Name = "btnSendWireDebug";
this.btnSendWireDebug.Size = new System.Drawing.Size(228, 95);
this.btnSendWireDebug.TabIndex = 4;
this.btnSendWireDebug.Text = "送丝调试";
this.btnSendWireDebug.UseVisualStyleBackColor = false;
this.btnSendWireDebug.Click += new System.EventHandler(this.btnSendWireDebug_Click);
//
// btnIODebug
//
this.btnIODebug.BackColor = System.Drawing.Color.SteelBlue;
this.btnIODebug.FlatAppearance.BorderSize = 0;
this.btnIODebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnIODebug.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnIODebug.ForeColor = System.Drawing.Color.White;
this.btnIODebug.Location = new System.Drawing.Point(104, 183);
this.btnIODebug.Name = "btnIODebug";
this.btnIODebug.Size = new System.Drawing.Size(228, 95);
this.btnIODebug.TabIndex = 3;
this.btnIODebug.Text = "IO模块调试";
this.btnIODebug.UseVisualStyleBackColor = false;
this.btnIODebug.Click += new System.EventHandler(this.btnIODebug_Click);
//
// btnWeldDebug
//
this.btnWeldDebug.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(57)))), ((int)(((byte)(190)))));
this.btnWeldDebug.FlatAppearance.BorderSize = 0;
this.btnWeldDebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnWeldDebug.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnWeldDebug.ForeColor = System.Drawing.Color.White;
this.btnWeldDebug.Location = new System.Drawing.Point(338, 82);
this.btnWeldDebug.Name = "btnWeldDebug";
this.btnWeldDebug.Size = new System.Drawing.Size(228, 95);
this.btnWeldDebug.TabIndex = 1;
this.btnWeldDebug.Text = "烙铁调试";
this.btnWeldDebug.UseVisualStyleBackColor = false;
this.btnWeldDebug.Click += new System.EventHandler(this.btnSoldering_Click);
//
// FrmDebugMenu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(684, 461);
this.Controls.Add(this.btnCodeTest);
this.Controls.Add(this.btnBack);
this.Controls.Add(this.btnWeldConfig);
this.Controls.Add(this.btnSendWireDebug);
this.Controls.Add(this.btnIODebug);
this.Controls.Add(this.btnWeldDebug);
this.Name = "FrmDebugMenu";
this.Text = "设备调试与配置";
this.Load += new System.EventHandler(this.FrmMenu_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnWeldDebug;
private System.Windows.Forms.Button btnIODebug;
private System.Windows.Forms.Button btnSendWireDebug;
private System.Windows.Forms.Button btnWeldConfig;
private System.Windows.Forms.Button btnBack;
private System.Windows.Forms.Button btnCodeTest;
}
}