123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- namespace Welling_Motor_Debug_Tool
- {
- partial class DebugForm
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DebugForm));
- this.button_DebugDisplay = new System.Windows.Forms.Button();
- this.button_DebugClear = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.richTextBox_DebugRev = new System.Windows.Forms.RichTextBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.richTextBox_DebugSend = new System.Windows.Forms.RichTextBox();
- this.button_DebugExport = new System.Windows.Forms.Button();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // button_DebugDisplay
- //
- this.button_DebugDisplay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.button_DebugDisplay.ForeColor = System.Drawing.Color.White;
- this.button_DebugDisplay.Location = new System.Drawing.Point(12, 12);
- this.button_DebugDisplay.Name = "button_DebugDisplay";
- this.button_DebugDisplay.Size = new System.Drawing.Size(156, 40);
- this.button_DebugDisplay.TabIndex = 0;
- this.button_DebugDisplay.Text = "开始实时显示";
- this.button_DebugDisplay.UseVisualStyleBackColor = false;
- this.button_DebugDisplay.Click += new System.EventHandler(this.button_DebugDisplay_Click);
- //
- // button_DebugClear
- //
- this.button_DebugClear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.button_DebugClear.ForeColor = System.Drawing.Color.White;
- this.button_DebugClear.Location = new System.Drawing.Point(214, 12);
- this.button_DebugClear.Name = "button_DebugClear";
- this.button_DebugClear.Size = new System.Drawing.Size(156, 40);
- this.button_DebugClear.TabIndex = 1;
- this.button_DebugClear.Text = "清空";
- this.button_DebugClear.UseVisualStyleBackColor = false;
- this.button_DebugClear.Click += new System.EventHandler(this.button_DebugClear_Click);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.richTextBox_DebugRev);
- this.groupBox1.Location = new System.Drawing.Point(12, 58);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(560, 343);
- this.groupBox1.TabIndex = 2;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "接收";
- //
- // richTextBox_DebugRev
- //
- this.richTextBox_DebugRev.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.richTextBox_DebugRev.Location = new System.Drawing.Point(6, 29);
- this.richTextBox_DebugRev.Name = "richTextBox_DebugRev";
- this.richTextBox_DebugRev.ReadOnly = true;
- this.richTextBox_DebugRev.Size = new System.Drawing.Size(548, 308);
- this.richTextBox_DebugRev.TabIndex = 0;
- this.richTextBox_DebugRev.Text = "";
- this.richTextBox_DebugRev.TextChanged += new System.EventHandler(this.richTextBox_DebugRev_TextChanged);
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.richTextBox_DebugSend);
- this.groupBox2.Location = new System.Drawing.Point(12, 407);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(560, 350);
- this.groupBox2.TabIndex = 3;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "发送";
- //
- // richTextBox_DebugSend
- //
- this.richTextBox_DebugSend.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.richTextBox_DebugSend.Location = new System.Drawing.Point(6, 29);
- this.richTextBox_DebugSend.Name = "richTextBox_DebugSend";
- this.richTextBox_DebugSend.ReadOnly = true;
- this.richTextBox_DebugSend.Size = new System.Drawing.Size(548, 313);
- this.richTextBox_DebugSend.TabIndex = 0;
- this.richTextBox_DebugSend.Text = "";
- this.richTextBox_DebugSend.TextChanged += new System.EventHandler(this.richTextBox_DebugSend_TextChanged);
- //
- // button_DebugExport
- //
- this.button_DebugExport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.button_DebugExport.ForeColor = System.Drawing.Color.White;
- this.button_DebugExport.Location = new System.Drawing.Point(416, 12);
- this.button_DebugExport.Name = "button_DebugExport";
- this.button_DebugExport.Size = new System.Drawing.Size(156, 40);
- this.button_DebugExport.TabIndex = 4;
- this.button_DebugExport.Text = "导出接收数据";
- this.button_DebugExport.UseVisualStyleBackColor = false;
- this.button_DebugExport.Click += new System.EventHandler(this.button_DebugExport_Click);
- //
- // DebugForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.ClientSize = new System.Drawing.Size(584, 761);
- this.Controls.Add(this.button_DebugExport);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.button_DebugClear);
- this.Controls.Add(this.button_DebugDisplay);
- this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(5);
- this.MaximizeBox = false;
- this.Name = "DebugForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "指令显示";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.DebugForm_FormClosed);
- this.Load += new System.EventHandler(this.DebugForm_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button button_DebugDisplay;
- private System.Windows.Forms.Button button_DebugClear;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- public System.Windows.Forms.RichTextBox richTextBox_DebugRev;
- public System.Windows.Forms.RichTextBox richTextBox_DebugSend;
- private System.Windows.Forms.Button button_DebugExport;
- }
- }
|