frmMain.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. namespace CarMeterSystem
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.lbVsersion = new System.Windows.Forms.Label();
  32. this.panel2 = new System.Windows.Forms.Panel();
  33. this.panel3 = new System.Windows.Forms.Panel();
  34. this.panel8 = new System.Windows.Forms.Panel();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. this.panel7 = new System.Windows.Forms.Panel();
  37. this.panel6 = new System.Windows.Forms.Panel();
  38. this.panel5 = new System.Windows.Forms.Panel();
  39. this.panel4 = new System.Windows.Forms.Panel();
  40. this.timer1 = new System.Windows.Forms.Timer(this.components);
  41. this.ucCarFormTopJXJG1 = new MeterModuleLibrary.uc.ucCarFormTopJXJG();
  42. this.ucCarFormButtomJXJG1 = new MeterModuleLibrary.uc.ucCarFormButtomJXJG();
  43. this.panel1.SuspendLayout();
  44. this.panel2.SuspendLayout();
  45. this.panel3.SuspendLayout();
  46. this.panel8.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // panel1
  51. //
  52. this.panel1.Controls.Add(this.lbVsersion);
  53. this.panel1.Controls.Add(this.ucCarFormTopJXJG1);
  54. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  55. this.panel1.Location = new System.Drawing.Point(0, 0);
  56. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  57. this.panel1.Name = "panel1";
  58. this.panel1.Size = new System.Drawing.Size(1280, 115);
  59. this.panel1.TabIndex = 0;
  60. //
  61. // lbVsersion
  62. //
  63. this.lbVsersion.AutoSize = true;
  64. this.lbVsersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(134)))), ((int)(((byte)(207)))));
  65. this.lbVsersion.Location = new System.Drawing.Point(5, 5);
  66. this.lbVsersion.Name = "lbVsersion";
  67. this.lbVsersion.Size = new System.Drawing.Size(35, 12);
  68. this.lbVsersion.TabIndex = 7;
  69. this.lbVsersion.Text = "v0.01";
  70. //
  71. // panel2
  72. //
  73. this.panel2.Controls.Add(this.ucCarFormButtomJXJG1);
  74. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  75. this.panel2.Location = new System.Drawing.Point(0, 909);
  76. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  77. this.panel2.Name = "panel2";
  78. this.panel2.Size = new System.Drawing.Size(1280, 115);
  79. this.panel2.TabIndex = 3;
  80. //
  81. // panel3
  82. //
  83. this.panel3.BackColor = System.Drawing.Color.White;
  84. this.panel3.Controls.Add(this.panel8);
  85. this.panel3.Controls.Add(this.panel7);
  86. this.panel3.Controls.Add(this.panel6);
  87. this.panel3.Controls.Add(this.panel5);
  88. this.panel3.Controls.Add(this.panel4);
  89. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.panel3.Location = new System.Drawing.Point(0, 115);
  91. this.panel3.Margin = new System.Windows.Forms.Padding(2);
  92. this.panel3.Name = "panel3";
  93. this.panel3.Size = new System.Drawing.Size(1280, 794);
  94. this.panel3.TabIndex = 4;
  95. //
  96. // panel8
  97. //
  98. this.panel8.Controls.Add(this.pictureBox1);
  99. this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.panel8.Location = new System.Drawing.Point(21, 10);
  101. this.panel8.Name = "panel8";
  102. this.panel8.Size = new System.Drawing.Size(779, 774);
  103. this.panel8.TabIndex = 6;
  104. //
  105. // pictureBox1
  106. //
  107. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  108. this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
  109. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  110. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  111. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  112. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
  113. this.pictureBox1.Name = "pictureBox1";
  114. this.pictureBox1.Size = new System.Drawing.Size(779, 774);
  115. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  116. this.pictureBox1.TabIndex = 13;
  117. this.pictureBox1.TabStop = false;
  118. //
  119. // panel7
  120. //
  121. this.panel7.Dock = System.Windows.Forms.DockStyle.Right;
  122. this.panel7.Location = new System.Drawing.Point(800, 10);
  123. this.panel7.Name = "panel7";
  124. this.panel7.Size = new System.Drawing.Size(480, 774);
  125. this.panel7.TabIndex = 5;
  126. //
  127. // panel6
  128. //
  129. this.panel6.Dock = System.Windows.Forms.DockStyle.Left;
  130. this.panel6.Location = new System.Drawing.Point(0, 10);
  131. this.panel6.Name = "panel6";
  132. this.panel6.Size = new System.Drawing.Size(21, 774);
  133. this.panel6.TabIndex = 4;
  134. //
  135. // panel5
  136. //
  137. this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
  138. this.panel5.Location = new System.Drawing.Point(0, 784);
  139. this.panel5.Margin = new System.Windows.Forms.Padding(2);
  140. this.panel5.Name = "panel5";
  141. this.panel5.Size = new System.Drawing.Size(1280, 10);
  142. this.panel5.TabIndex = 2;
  143. //
  144. // panel4
  145. //
  146. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  147. this.panel4.Location = new System.Drawing.Point(0, 0);
  148. this.panel4.Margin = new System.Windows.Forms.Padding(2);
  149. this.panel4.Name = "panel4";
  150. this.panel4.Size = new System.Drawing.Size(1280, 10);
  151. this.panel4.TabIndex = 0;
  152. //
  153. // timer1
  154. //
  155. this.timer1.Interval = 2000;
  156. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  157. //
  158. // ucCarFormTopJXJG1
  159. //
  160. this.ucCarFormTopJXJG1.BackColor = System.Drawing.Color.Transparent;
  161. this.ucCarFormTopJXJG1.Dock = System.Windows.Forms.DockStyle.Fill;
  162. this.ucCarFormTopJXJG1.Location = new System.Drawing.Point(0, 0);
  163. this.ucCarFormTopJXJG1.Margin = new System.Windows.Forms.Padding(2);
  164. this.ucCarFormTopJXJG1.Name = "ucCarFormTopJXJG1";
  165. this.ucCarFormTopJXJG1.Size = new System.Drawing.Size(1280, 115);
  166. this.ucCarFormTopJXJG1.TabIndex = 8;
  167. //
  168. // ucCarFormButtomJXJG1
  169. //
  170. this.ucCarFormButtomJXJG1.Dock = System.Windows.Forms.DockStyle.Fill;
  171. this.ucCarFormButtomJXJG1.Location = new System.Drawing.Point(0, 0);
  172. this.ucCarFormButtomJXJG1.Margin = new System.Windows.Forms.Padding(2);
  173. this.ucCarFormButtomJXJG1.Name = "ucCarFormButtomJXJG1";
  174. this.ucCarFormButtomJXJG1.Size = new System.Drawing.Size(1280, 115);
  175. this.ucCarFormButtomJXJG1.TabIndex = 0;
  176. //
  177. // frmMain
  178. //
  179. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  180. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  181. this.ClientSize = new System.Drawing.Size(1280, 1024);
  182. this.ControlBox = false;
  183. this.Controls.Add(this.panel3);
  184. this.Controls.Add(this.panel2);
  185. this.Controls.Add(this.panel1);
  186. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  187. this.Margin = new System.Windows.Forms.Padding(2);
  188. this.MaximizeBox = false;
  189. this.MinimizeBox = false;
  190. this.Name = "frmMain";
  191. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  192. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  193. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
  194. this.Load += new System.EventHandler(this.frmMain_Load);
  195. this.panel1.ResumeLayout(false);
  196. this.panel1.PerformLayout();
  197. this.panel2.ResumeLayout(false);
  198. this.panel3.ResumeLayout(false);
  199. this.panel8.ResumeLayout(false);
  200. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  201. this.ResumeLayout(false);
  202. }
  203. #endregion
  204. private System.Windows.Forms.Panel panel1;
  205. private System.Windows.Forms.Panel panel2;
  206. private System.Windows.Forms.Panel panel3;
  207. private System.Windows.Forms.Panel panel5;
  208. private System.Windows.Forms.Panel panel4;
  209. private System.Windows.Forms.Panel panel8;
  210. private System.Windows.Forms.Panel panel7;
  211. private System.Windows.Forms.Panel panel6;
  212. private System.Windows.Forms.PictureBox pictureBox1;
  213. private System.Windows.Forms.Label lbVsersion;
  214. private System.Windows.Forms.Timer timer1;
  215. private MeterModuleLibrary.uc.ucCarFormTopJXJG ucCarFormTopJXJG1;
  216. private MeterModuleLibrary.uc.ucCarFormButtomJXJG ucCarFormButtomJXJG1;
  217. }
  218. }