Configure.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. namespace WinForms
  2. {
  3. partial class Configure
  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.tabControl1 = new System.Windows.Forms.TabControl();
  29. this.tabPage1 = new System.Windows.Forms.TabPage();
  30. this.tabPage2 = new System.Windows.Forms.TabPage();
  31. this.tabPage3 = new System.Windows.Forms.TabPage();
  32. this.tabPage4 = new System.Windows.Forms.TabPage();
  33. this.tabControl1.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // tabControl1
  37. //
  38. this.tabControl1.Controls.Add(this.tabPage1);
  39. this.tabControl1.Controls.Add(this.tabPage2);
  40. this.tabControl1.Controls.Add(this.tabPage3);
  41. this.tabControl1.Controls.Add(this.tabPage4);
  42. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  43. this.tabControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  44. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  45. this.tabControl1.Multiline = true;
  46. this.tabControl1.Name = "tabControl1";
  47. this.tabControl1.SelectedIndex = 0;
  48. this.tabControl1.Size = new System.Drawing.Size(800, 450);
  49. this.tabControl1.TabIndex = 1;
  50. //
  51. // tabPage1
  52. //
  53. this.tabPage1.Location = new System.Drawing.Point(4, 26);
  54. this.tabPage1.Name = "tabPage1";
  55. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  56. this.tabPage1.Size = new System.Drawing.Size(792, 420);
  57. this.tabPage1.TabIndex = 0;
  58. this.tabPage1.Text = "串口";
  59. this.tabPage1.UseVisualStyleBackColor = true;
  60. //
  61. // tabPage2
  62. //
  63. this.tabPage2.Location = new System.Drawing.Point(4, 26);
  64. this.tabPage2.Name = "tabPage2";
  65. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  66. this.tabPage2.Size = new System.Drawing.Size(755, 420);
  67. this.tabPage2.TabIndex = 1;
  68. this.tabPage2.Text = "数据库";
  69. this.tabPage2.UseVisualStyleBackColor = true;
  70. //
  71. // tabPage3
  72. //
  73. this.tabPage3.Location = new System.Drawing.Point(4, 26);
  74. this.tabPage3.Name = "tabPage3";
  75. this.tabPage3.Size = new System.Drawing.Size(755, 420);
  76. this.tabPage3.TabIndex = 2;
  77. this.tabPage3.Text = "采集";
  78. this.tabPage3.UseVisualStyleBackColor = true;
  79. //
  80. // tabPage4
  81. //
  82. this.tabPage4.Location = new System.Drawing.Point(4, 26);
  83. this.tabPage4.Name = "tabPage4";
  84. this.tabPage4.Size = new System.Drawing.Size(755, 420);
  85. this.tabPage4.TabIndex = 3;
  86. this.tabPage4.Text = "打印";
  87. this.tabPage4.UseVisualStyleBackColor = true;
  88. //
  89. // Configure
  90. //
  91. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  92. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  93. this.ClientSize = new System.Drawing.Size(800, 450);
  94. this.Controls.Add(this.tabControl1);
  95. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  96. this.Name = "Configure";
  97. this.Text = "Configure";
  98. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  99. this.tabControl1.ResumeLayout(false);
  100. this.ResumeLayout(false);
  101. }
  102. #endregion
  103. private System.Windows.Forms.TabControl tabControl1;
  104. private System.Windows.Forms.TabPage tabPage1;
  105. private System.Windows.Forms.TabPage tabPage2;
  106. private System.Windows.Forms.TabPage tabPage3;
  107. private System.Windows.Forms.TabPage tabPage4;
  108. }
  109. }