frmMain.designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. namespace IOTransmissionAbutment
  2. {
  3. partial class frmMain
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
  29. this.btnGates = new System.Windows.Forms.Button();
  30. this.pnlMain = new System.Windows.Forms.Panel();
  31. this.btnServerSetting = new System.Windows.Forms.Button();
  32. this.btnDebug = new System.Windows.Forms.Button();
  33. this.SuspendLayout();
  34. //
  35. // btnGates
  36. //
  37. this.btnGates.BackColor = System.Drawing.Color.DarkSeaGreen;
  38. this.btnGates.FlatAppearance.BorderSize = 0;
  39. this.btnGates.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  40. this.btnGates.Location = new System.Drawing.Point(1, 1);
  41. this.btnGates.Name = "btnGates";
  42. this.btnGates.Size = new System.Drawing.Size(129, 28);
  43. this.btnGates.TabIndex = 1;
  44. this.btnGates.Text = "IO透传对接";
  45. this.btnGates.UseVisualStyleBackColor = false;
  46. //
  47. // pnlMain
  48. //
  49. this.pnlMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  50. | System.Windows.Forms.AnchorStyles.Left)
  51. | System.Windows.Forms.AnchorStyles.Right)));
  52. this.pnlMain.AutoScroll = true;
  53. this.pnlMain.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.pnlMain.Location = new System.Drawing.Point(1, 25);
  55. this.pnlMain.Margin = new System.Windows.Forms.Padding(0);
  56. this.pnlMain.Name = "pnlMain";
  57. this.pnlMain.Size = new System.Drawing.Size(943, 436);
  58. this.pnlMain.TabIndex = 4;
  59. //
  60. // btnServerSetting
  61. //
  62. this.btnServerSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  63. this.btnServerSetting.BackColor = System.Drawing.Color.DarkSeaGreen;
  64. this.btnServerSetting.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  65. this.btnServerSetting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.btnServerSetting.Location = new System.Drawing.Point(825, 1);
  67. this.btnServerSetting.Name = "btnServerSetting";
  68. this.btnServerSetting.Size = new System.Drawing.Size(118, 29);
  69. this.btnServerSetting.TabIndex = 6;
  70. this.btnServerSetting.Text = "监听设置";
  71. this.btnServerSetting.UseVisualStyleBackColor = false;
  72. //
  73. // btnDebug
  74. //
  75. this.btnDebug.BackColor = System.Drawing.Color.DarkSeaGreen;
  76. this.btnDebug.FlatAppearance.BorderSize = 0;
  77. this.btnDebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  78. this.btnDebug.Location = new System.Drawing.Point(127, 1);
  79. this.btnDebug.Name = "btnDebug";
  80. this.btnDebug.Size = new System.Drawing.Size(129, 28);
  81. this.btnDebug.TabIndex = 7;
  82. this.btnDebug.Text = "数据监控";
  83. this.btnDebug.UseVisualStyleBackColor = false;
  84. //
  85. // frmMain
  86. //
  87. this.AutoScaleDimensions = new System.Drawing.SizeF(17F, 36F);
  88. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  89. this.ClientSize = new System.Drawing.Size(942, 458);
  90. this.Controls.Add(this.btnDebug);
  91. this.Controls.Add(this.btnServerSetting);
  92. this.Controls.Add(this.btnGates);
  93. this.Controls.Add(this.pnlMain);
  94. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  96. this.Margin = new System.Windows.Forms.Padding(5);
  97. this.Name = "frmMain";
  98. this.Text = "对接设备";
  99. this.ResumeLayout(false);
  100. }
  101. #endregion
  102. public System.Windows.Forms.Button btnGates;
  103. private System.Windows.Forms.Panel pnlMain;
  104. private System.Windows.Forms.Button btnServerSetting;
  105. public System.Windows.Forms.Button btnDebug;
  106. }
  107. }