FormSiteServiceTool.Designer.cs 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. namespace SiteServiceTool
  2. {
  3. partial class FormSiteServiceTool
  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(FormSiteServiceTool));
  29. this.buttonOpenCloseAll = new System.Windows.Forms.Button();
  30. this.labelWarning = new System.Windows.Forms.Label();
  31. this.groupBoxFps = new System.Windows.Forms.GroupBox();
  32. this.SuspendLayout();
  33. //
  34. // buttonOpenCloseAll
  35. //
  36. this.buttonOpenCloseAll.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  37. this.buttonOpenCloseAll.Location = new System.Drawing.Point(21, 23);
  38. this.buttonOpenCloseAll.Name = "buttonOpenCloseAll";
  39. this.buttonOpenCloseAll.Size = new System.Drawing.Size(173, 44);
  40. this.buttonOpenCloseAll.TabIndex = 0;
  41. this.buttonOpenCloseAll.Text = "关闭所有油枪";
  42. this.buttonOpenCloseAll.UseVisualStyleBackColor = true;
  43. this.buttonOpenCloseAll.Click += new System.EventHandler(this.buttonOpenCloseAll_Click);
  44. //
  45. // labelWarning
  46. //
  47. this.labelWarning.AutoSize = true;
  48. this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  49. this.labelWarning.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  50. this.labelWarning.Location = new System.Drawing.Point(320, 37);
  51. this.labelWarning.Name = "labelWarning";
  52. this.labelWarning.Size = new System.Drawing.Size(392, 18);
  53. this.labelWarning.TabIndex = 1;
  54. this.labelWarning.Text = "注意:操作此工具前,请确保已经停止使用相应油枪。";
  55. //
  56. // groupBoxFps
  57. //
  58. this.groupBoxFps.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  59. this.groupBoxFps.Location = new System.Drawing.Point(21, 103);
  60. this.groupBoxFps.Name = "groupBoxFps";
  61. this.groupBoxFps.Size = new System.Drawing.Size(759, 541);
  62. this.groupBoxFps.TabIndex = 2;
  63. this.groupBoxFps.TabStop = false;
  64. this.groupBoxFps.Text = "油枪列表";
  65. //
  66. // FormSiteServiceTool
  67. //
  68. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  69. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  70. this.ClientSize = new System.Drawing.Size(804, 666);
  71. this.Controls.Add(this.groupBoxFps);
  72. this.Controls.Add(this.labelWarning);
  73. this.Controls.Add(this.buttonOpenCloseAll);
  74. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  75. this.MaximizeBox = false;
  76. this.Name = "FormSiteServiceTool";
  77. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  78. this.Text = "稳牌中控管理工具";
  79. this.Load += new System.EventHandler(this.FormServiceUtility_Load);
  80. this.ResumeLayout(false);
  81. this.PerformLayout();
  82. }
  83. #endregion
  84. private System.Windows.Forms.Button buttonOpenCloseAll;
  85. private System.Windows.Forms.Label labelWarning;
  86. private System.Windows.Forms.GroupBox groupBoxFps;
  87. }
  88. }