ComInfoSet.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. namespace UAS_LabelMachine
  2. {
  3. partial class ComInfoSet
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label8 = new System.Windows.Forms.Label();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.BaudRate = new UAS_LabelMachine.CustomControl.EnterTextBox();
  31. this.Confirm = new System.Windows.Forms.Button();
  32. this.PortName = new UAS_LabelMachine.CustomControl.SerialPortCombox();
  33. this.SuspendLayout();
  34. //
  35. // label8
  36. //
  37. this.label8.AutoSize = true;
  38. this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.label8.Location = new System.Drawing.Point(51, 35);
  40. this.label8.Name = "label8";
  41. this.label8.Size = new System.Drawing.Size(37, 20);
  42. this.label8.TabIndex = 107;
  43. this.label8.Text = "串口";
  44. //
  45. // label1
  46. //
  47. this.label1.AutoSize = true;
  48. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.label1.Location = new System.Drawing.Point(51, 80);
  50. this.label1.Name = "label1";
  51. this.label1.Size = new System.Drawing.Size(51, 20);
  52. this.label1.TabIndex = 108;
  53. this.label1.Text = "波特率";
  54. //
  55. // BaudRate
  56. //
  57. this.BaudRate.ID = null;
  58. this.BaudRate.Location = new System.Drawing.Point(138, 79);
  59. this.BaudRate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  60. this.BaudRate.Name = "BaudRate";
  61. this.BaudRate.Size = new System.Drawing.Size(109, 21);
  62. this.BaudRate.Str = null;
  63. this.BaudRate.Str1 = null;
  64. this.BaudRate.Str2 = null;
  65. this.BaudRate.TabIndex = 109;
  66. //
  67. // Confirm
  68. //
  69. this.Confirm.Location = new System.Drawing.Point(138, 118);
  70. this.Confirm.Name = "Confirm";
  71. this.Confirm.Size = new System.Drawing.Size(75, 23);
  72. this.Confirm.TabIndex = 111;
  73. this.Confirm.Text = "确认";
  74. this.Confirm.UseVisualStyleBackColor = true;
  75. //
  76. // PortName
  77. //
  78. this.PortName.Location = new System.Drawing.Point(138, 35);
  79. this.PortName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  80. this.PortName.Name = "PortName";
  81. this.PortName.SelectedText = "";
  82. this.PortName.SelectedValue = null;
  83. this.PortName.Size = new System.Drawing.Size(109, 20);
  84. this.PortName.TabIndex = 112;
  85. //
  86. // ComInfoSet
  87. //
  88. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  89. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  90. this.ClientSize = new System.Drawing.Size(348, 153);
  91. this.Controls.Add(this.PortName);
  92. this.Controls.Add(this.Confirm);
  93. this.Controls.Add(this.BaudRate);
  94. this.Controls.Add(this.label1);
  95. this.Controls.Add(this.label8);
  96. this.Name = "ComInfoSet";
  97. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  98. this.Text = "ComInfoSet";
  99. this.Load += new System.EventHandler(this.ComInfoSet_Load);
  100. this.ResumeLayout(true);
  101. this.PerformLayout();
  102. }
  103. #endregion
  104. private System.Windows.Forms.Label label8;
  105. private System.Windows.Forms.Label label1;
  106. private CustomControl.EnterTextBox BaudRate;
  107. private System.Windows.Forms.Button Confirm;
  108. private CustomControl.SerialPortCombox PortName;
  109. }
  110. }