123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- namespace UAS_LabelMachine
- {
- partial class ComInfoSet
- {
- /// <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.label8 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.BaudRate = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.Confirm = new System.Windows.Forms.Button();
- this.PortName = new UAS_LabelMachine.CustomControl.SerialPortCombox();
- this.SuspendLayout();
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.Location = new System.Drawing.Point(51, 35);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(37, 20);
- this.label8.TabIndex = 107;
- this.label8.Text = "串口";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(51, 80);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(51, 20);
- this.label1.TabIndex = 108;
- this.label1.Text = "波特率";
- //
- // BaudRate
- //
- this.BaudRate.ID = null;
- this.BaudRate.Location = new System.Drawing.Point(138, 79);
- this.BaudRate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.BaudRate.Name = "BaudRate";
- this.BaudRate.Size = new System.Drawing.Size(109, 21);
- this.BaudRate.Str = null;
- this.BaudRate.Str1 = null;
- this.BaudRate.Str2 = null;
- this.BaudRate.TabIndex = 109;
- //
- // Confirm
- //
- this.Confirm.Location = new System.Drawing.Point(138, 118);
- this.Confirm.Name = "Confirm";
- this.Confirm.Size = new System.Drawing.Size(75, 23);
- this.Confirm.TabIndex = 111;
- this.Confirm.Text = "确认";
- this.Confirm.UseVisualStyleBackColor = true;
- //
- // PortName
- //
- this.PortName.Location = new System.Drawing.Point(138, 35);
- this.PortName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.PortName.Name = "PortName";
- this.PortName.SelectedText = "";
- this.PortName.SelectedValue = null;
- this.PortName.Size = new System.Drawing.Size(109, 20);
- this.PortName.TabIndex = 112;
- //
- // ComInfoSet
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(348, 153);
- this.Controls.Add(this.PortName);
- this.Controls.Add(this.Confirm);
- this.Controls.Add(this.BaudRate);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.label8);
- this.Name = "ComInfoSet";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "ComInfoSet";
- this.Load += new System.EventHandler(this.ComInfoSet_Load);
- this.ResumeLayout(true);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label1;
- private CustomControl.EnterTextBox BaudRate;
- private System.Windows.Forms.Button Confirm;
- private CustomControl.SerialPortCombox PortName;
- }
- }
|