tx
2025-04-09 fa7510e1ed63df0366787fa4ed1b3db6426d2b46
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
namespace TProduct.Link.Debugger
{
    partial class DebugMsg_Dr_犇流_Ctrl
    {
        /// <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.btnConnPoll = new System.Windows.Forms.Button();
            this.textBoxSend = new System.Windows.Forms.RichTextBox();
            this.btnClearText = new System.Windows.Forms.Button();
            this.textBoxReceive = new System.Windows.Forms.RichTextBox();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.button1 = new System.Windows.Forms.Button();
            this.textBoxResult = new System.Windows.Forms.RichTextBox();
            this.btnOpenCom = new System.Windows.Forms.Button();
            this.label9 = new System.Windows.Forms.Label();
            this.comboBoxCOM = new System.Windows.Forms.ComboBox();
            this.button发送指令 = new System.Windows.Forms.Button();
            this.buttonClosePort = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnConnPoll
            // 
            this.btnConnPoll.Location = new System.Drawing.Point(22, 3);
            this.btnConnPoll.Name = "btnConnPoll";
            this.btnConnPoll.Size = new System.Drawing.Size(178, 31);
            this.btnConnPoll.TabIndex = 13;
            this.btnConnPoll.Text = "产生指令";
            this.btnConnPoll.UseVisualStyleBackColor = true;
            this.btnConnPoll.Click += new System.EventHandler(this.btnConnPoll_Click);
            // 
            // textBoxSend
            // 
            this.textBoxSend.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxSend.Font = new System.Drawing.Font("宋体", 12F);
            this.textBoxSend.Location = new System.Drawing.Point(22, 38);
            this.textBoxSend.Name = "textBoxSend";
            this.textBoxSend.Size = new System.Drawing.Size(710, 65);
            this.textBoxSend.TabIndex = 5;
            this.textBoxSend.Text = "";
            // 
            // btnClearText
            // 
            this.btnClearText.Location = new System.Drawing.Point(612, 0);
            this.btnClearText.Name = "btnClearText";
            this.btnClearText.Size = new System.Drawing.Size(70, 23);
            this.btnClearText.TabIndex = 18;
            this.btnClearText.Text = "清空";
            this.btnClearText.UseVisualStyleBackColor = true;
            this.btnClearText.Click += new System.EventHandler(this.btnClearText_Click);
            // 
            // textBoxReceive
            // 
            this.textBoxReceive.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxReceive.Font = new System.Drawing.Font("宋体", 12F);
            this.textBoxReceive.Location = new System.Drawing.Point(38, 29);
            this.textBoxReceive.Name = "textBoxReceive";
            this.textBoxReceive.Size = new System.Drawing.Size(660, 77);
            this.textBoxReceive.TabIndex = 5;
            this.textBoxReceive.Text = "";
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.button1);
            this.groupControl1.Controls.Add(this.textBoxResult);
            this.groupControl1.Controls.Add(this.textBoxReceive);
            this.groupControl1.Controls.Add(this.btnClearText);
            this.groupControl1.Location = new System.Drawing.Point(13, 138);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(719, 263);
            this.groupControl1.TabIndex = 26;
            this.groupControl1.Text = "指令解析";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(515, 112);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(167, 27);
            this.button1.TabIndex = 19;
            this.button1.Text = "解析指令";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.buttonAna_Click);
            // 
            // textBoxResult
            // 
            this.textBoxResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxResult.Font = new System.Drawing.Font("宋体", 12F);
            this.textBoxResult.Location = new System.Drawing.Point(38, 145);
            this.textBoxResult.Name = "textBoxResult";
            this.textBoxResult.Size = new System.Drawing.Size(660, 110);
            this.textBoxResult.TabIndex = 5;
            this.textBoxResult.Text = "";
            // 
            // btnOpenCom
            // 
            this.btnOpenCom.Location = new System.Drawing.Point(274, 109);
            this.btnOpenCom.Name = "btnOpenCom";
            this.btnOpenCom.Size = new System.Drawing.Size(99, 23);
            this.btnOpenCom.TabIndex = 29;
            this.btnOpenCom.Text = "打开端口";
            this.btnOpenCom.UseVisualStyleBackColor = true;
            this.btnOpenCom.Click += new System.EventHandler(this.btnOpenCom_Click);
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(76, 112);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(59, 12);
            this.label9.TabIndex = 28;
            this.label9.Text = "串 口 号:";
            // 
            // comboBoxCOM
            // 
            this.comboBoxCOM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxCOM.FormattingEnabled = true;
            this.comboBoxCOM.Location = new System.Drawing.Point(138, 109);
            this.comboBoxCOM.Name = "comboBoxCOM";
            this.comboBoxCOM.Size = new System.Drawing.Size(112, 20);
            this.comboBoxCOM.TabIndex = 27;
            // 
            // button发送指令
            // 
            this.button发送指令.Location = new System.Drawing.Point(517, 109);
            this.button发送指令.Name = "button发送指令";
            this.button发送指令.Size = new System.Drawing.Size(117, 23);
            this.button发送指令.TabIndex = 30;
            this.button发送指令.Text = "发送指令";
            this.button发送指令.Click += new System.EventHandler(this.button发送指令_Click);
            // 
            // buttonClosePort
            // 
            this.buttonClosePort.Location = new System.Drawing.Point(379, 109);
            this.buttonClosePort.Name = "buttonClosePort";
            this.buttonClosePort.Size = new System.Drawing.Size(99, 23);
            this.buttonClosePort.TabIndex = 29;
            this.buttonClosePort.Text = "关闭端口";
            this.buttonClosePort.UseVisualStyleBackColor = true;
            this.buttonClosePort.Click += new System.EventHandler(this.buttonClosePort_Click);
            // 
            // DebugMsg_Dr_犇流_Ctrl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.button发送指令);
            this.Controls.Add(this.buttonClosePort);
            this.Controls.Add(this.btnOpenCom);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.comboBoxCOM);
            this.Controls.Add(this.groupControl1);
            this.Controls.Add(this.textBoxSend);
            this.Controls.Add(this.btnConnPoll);
            this.Name = "DebugMsg_Dr_犇流_Ctrl";
            this.Size = new System.Drawing.Size(740, 408);
            this.Load += new System.EventHandler(this.MsgBuild科迪测试台_Load);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
 
        }
 
        #endregion
 
        private System.Windows.Forms.Button btnConnPoll;
        private System.Windows.Forms.RichTextBox textBoxSend;
        private System.Windows.Forms.Button btnClearText;
        private System.Windows.Forms.RichTextBox textBoxReceive;
        private DevExpress.XtraEditors.GroupControl groupControl1;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.RichTextBox textBoxResult;
        private System.Windows.Forms.Button btnOpenCom;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.ComboBox comboBoxCOM;
        private System.Windows.Forms.Button button发送指令;
        private System.Windows.Forms.Button buttonClosePort;
    }
}