MainForm.Designer.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. namespace CCDCount.Forms
  2. {
  3. partial class MainForm
  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.bodypanel = new System.Windows.Forms.Panel();
  29. this.Mainpanel = new System.Windows.Forms.Panel();
  30. this.menupanel = new System.Windows.Forms.Panel();
  31. this.SettingFromBtn = new System.Windows.Forms.Button();
  32. this.HistoryFormBtn = new System.Windows.Forms.Button();
  33. this.MenuSwitchBtn = new System.Windows.Forms.Button();
  34. this.IdentifyFormBtn = new System.Windows.Forms.Button();
  35. this.bodypanel.SuspendLayout();
  36. this.menupanel.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // bodypanel
  40. //
  41. this.bodypanel.BackColor = System.Drawing.Color.Transparent;
  42. this.bodypanel.Controls.Add(this.Mainpanel);
  43. this.bodypanel.Controls.Add(this.menupanel);
  44. this.bodypanel.Dock = System.Windows.Forms.DockStyle.Fill;
  45. this.bodypanel.Location = new System.Drawing.Point(0, 0);
  46. this.bodypanel.Name = "bodypanel";
  47. this.bodypanel.Size = new System.Drawing.Size(1074, 652);
  48. this.bodypanel.TabIndex = 0;
  49. //
  50. // Mainpanel
  51. //
  52. this.Mainpanel.BackColor = System.Drawing.Color.Transparent;
  53. this.Mainpanel.Dock = System.Windows.Forms.DockStyle.Fill;
  54. this.Mainpanel.Location = new System.Drawing.Point(200, 0);
  55. this.Mainpanel.Name = "Mainpanel";
  56. this.Mainpanel.Size = new System.Drawing.Size(874, 652);
  57. this.Mainpanel.TabIndex = 1;
  58. //
  59. // menupanel
  60. //
  61. this.menupanel.BackColor = System.Drawing.Color.Transparent;
  62. this.menupanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  63. this.menupanel.Controls.Add(this.SettingFromBtn);
  64. this.menupanel.Controls.Add(this.HistoryFormBtn);
  65. this.menupanel.Controls.Add(this.MenuSwitchBtn);
  66. this.menupanel.Controls.Add(this.IdentifyFormBtn);
  67. this.menupanel.Dock = System.Windows.Forms.DockStyle.Left;
  68. this.menupanel.Location = new System.Drawing.Point(0, 0);
  69. this.menupanel.Name = "menupanel";
  70. this.menupanel.Size = new System.Drawing.Size(200, 652);
  71. this.menupanel.TabIndex = 0;
  72. //
  73. // SettingFromBtn
  74. //
  75. this.SettingFromBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  76. | System.Windows.Forms.AnchorStyles.Right)));
  77. this.SettingFromBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(28)))), ((int)(((byte)(48)))));
  78. this.SettingFromBtn.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  79. this.SettingFromBtn.ForeColor = System.Drawing.Color.White;
  80. this.SettingFromBtn.Location = new System.Drawing.Point(0, 140);
  81. this.SettingFromBtn.Name = "SettingFromBtn";
  82. this.SettingFromBtn.Size = new System.Drawing.Size(198, 70);
  83. this.SettingFromBtn.TabIndex = 3;
  84. this.SettingFromBtn.Text = "参 数 设 置";
  85. this.SettingFromBtn.UseVisualStyleBackColor = false;
  86. this.SettingFromBtn.Click += new System.EventHandler(this.SettingFromBtn_Click);
  87. //
  88. // HistoryFormBtn
  89. //
  90. this.HistoryFormBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  91. | System.Windows.Forms.AnchorStyles.Right)));
  92. this.HistoryFormBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(28)))), ((int)(((byte)(48)))));
  93. this.HistoryFormBtn.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  94. this.HistoryFormBtn.ForeColor = System.Drawing.Color.White;
  95. this.HistoryFormBtn.Location = new System.Drawing.Point(0, 0);
  96. this.HistoryFormBtn.Name = "HistoryFormBtn";
  97. this.HistoryFormBtn.Size = new System.Drawing.Size(198, 70);
  98. this.HistoryFormBtn.TabIndex = 2;
  99. this.HistoryFormBtn.Text = "数 据 界 面";
  100. this.HistoryFormBtn.UseVisualStyleBackColor = false;
  101. this.HistoryFormBtn.Click += new System.EventHandler(this.HistoryFormBtn_Click);
  102. //
  103. // MenuSwitchBtn
  104. //
  105. this.MenuSwitchBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.MenuSwitchBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(28)))), ((int)(((byte)(48)))));
  108. this.MenuSwitchBtn.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  109. this.MenuSwitchBtn.Location = new System.Drawing.Point(0, 577);
  110. this.MenuSwitchBtn.Name = "MenuSwitchBtn";
  111. this.MenuSwitchBtn.Size = new System.Drawing.Size(198, 70);
  112. this.MenuSwitchBtn.TabIndex = 4;
  113. this.MenuSwitchBtn.UseVisualStyleBackColor = false;
  114. this.MenuSwitchBtn.Click += new System.EventHandler(this.MenuSwitchBtn_Click);
  115. //
  116. // IdentifyFormBtn
  117. //
  118. this.IdentifyFormBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  119. | System.Windows.Forms.AnchorStyles.Right)));
  120. this.IdentifyFormBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(28)))), ((int)(((byte)(48)))));
  121. this.IdentifyFormBtn.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  122. this.IdentifyFormBtn.ForeColor = System.Drawing.Color.White;
  123. this.IdentifyFormBtn.Location = new System.Drawing.Point(0, 70);
  124. this.IdentifyFormBtn.Name = "IdentifyFormBtn";
  125. this.IdentifyFormBtn.Size = new System.Drawing.Size(198, 70);
  126. this.IdentifyFormBtn.TabIndex = 1;
  127. this.IdentifyFormBtn.Text = "识 别 界 面";
  128. this.IdentifyFormBtn.UseVisualStyleBackColor = false;
  129. this.IdentifyFormBtn.Click += new System.EventHandler(this.IdentifyFormBtn_Click);
  130. //
  131. // MainForm
  132. //
  133. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  134. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  135. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(28)))), ((int)(((byte)(48)))));
  136. this.BackgroundImage = global::CCDCount.Properties.Resources.HLHY;
  137. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  138. this.ClientSize = new System.Drawing.Size(1074, 652);
  139. this.Controls.Add(this.bodypanel);
  140. this.MinimumSize = new System.Drawing.Size(1092, 699);
  141. this.Name = "MainForm";
  142. this.Text = "MainForm";
  143. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
  144. this.Load += new System.EventHandler(this.MainForm_Load);
  145. this.Resize += new System.EventHandler(this.MainForm_Resize);
  146. this.bodypanel.ResumeLayout(false);
  147. this.menupanel.ResumeLayout(false);
  148. this.ResumeLayout(false);
  149. }
  150. #endregion
  151. private System.Windows.Forms.Panel bodypanel;
  152. private System.Windows.Forms.Panel menupanel;
  153. private System.Windows.Forms.Panel Mainpanel;
  154. private System.Windows.Forms.Button IdentifyFormBtn;
  155. private System.Windows.Forms.Button MenuSwitchBtn;
  156. private System.Windows.Forms.Button HistoryFormBtn;
  157. private System.Windows.Forms.Button SettingFromBtn;
  158. }
  159. }