action_window.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. namespace chutian_parking_terminal
  2. {
  3. partial class action_window
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(action_window));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.statu_label = new System.Windows.Forms.Label();
  33. this.tip_label = new System.Windows.Forms.Label();
  34. this.fetchingBtn = new System.Windows.Forms.Button();
  35. this.parkingBtn = new System.Windows.Forms.Button();
  36. this.panel4 = new System.Windows.Forms.Panel();
  37. this.dateLab1 = new System.Windows.Forms.Label();
  38. this.temperatureLab = new System.Windows.Forms.Label();
  39. this.weatherLab = new System.Windows.Forms.Label();
  40. this.weatherPicture = new System.Windows.Forms.PictureBox();
  41. this.dateLab = new System.Windows.Forms.Label();
  42. this.timeLab = new System.Windows.Forms.Label();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  46. this.panel3 = new System.Windows.Forms.Panel();
  47. this.axWindowsMediaPlayer1 = new AxWMPLib.AxWindowsMediaPlayer();
  48. this.panel1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  50. this.panel2.SuspendLayout();
  51. this.panel4.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.weatherPicture)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  54. this.panel3.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // panel1
  59. //
  60. this.panel1.Controls.Add(this.pictureBox1);
  61. this.panel1.Location = new System.Drawing.Point(0, 0);
  62. this.panel1.Name = "panel1";
  63. this.panel1.Size = new System.Drawing.Size(1080, 497);
  64. this.panel1.TabIndex = 0;
  65. //
  66. // pictureBox1
  67. //
  68. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  70. this.pictureBox1.Name = "pictureBox1";
  71. this.pictureBox1.Size = new System.Drawing.Size(1080, 497);
  72. this.pictureBox1.TabIndex = 0;
  73. this.pictureBox1.TabStop = false;
  74. //
  75. // panel2
  76. //
  77. this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
  78. this.panel2.Controls.Add(this.statu_label);
  79. this.panel2.Controls.Add(this.tip_label);
  80. this.panel2.Controls.Add(this.fetchingBtn);
  81. this.panel2.Controls.Add(this.parkingBtn);
  82. this.panel2.Controls.Add(this.panel4);
  83. this.panel2.Controls.Add(this.dateLab);
  84. this.panel2.Controls.Add(this.timeLab);
  85. this.panel2.Controls.Add(this.label2);
  86. this.panel2.Controls.Add(this.label1);
  87. this.panel2.Controls.Add(this.pictureBox2);
  88. this.panel2.Location = new System.Drawing.Point(0, 491);
  89. this.panel2.Name = "panel2";
  90. this.panel2.Size = new System.Drawing.Size(1080, 662);
  91. this.panel2.TabIndex = 1;
  92. //
  93. // statu_label
  94. //
  95. this.statu_label.BackColor = System.Drawing.Color.Transparent;
  96. this.statu_label.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.statu_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  98. this.statu_label.Location = new System.Drawing.Point(438, 43);
  99. this.statu_label.Name = "statu_label";
  100. this.statu_label.Size = new System.Drawing.Size(240, 79);
  101. this.statu_label.TabIndex = 9;
  102. this.statu_label.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  103. //
  104. // tip_label
  105. //
  106. this.tip_label.BackColor = System.Drawing.Color.Transparent;
  107. this.tip_label.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.tip_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  109. this.tip_label.Location = new System.Drawing.Point(58, 141);
  110. this.tip_label.Name = "tip_label";
  111. this.tip_label.Size = new System.Drawing.Size(981, 32);
  112. this.tip_label.TabIndex = 8;
  113. this.tip_label.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  114. //
  115. // fetchingBtn
  116. //
  117. this.fetchingBtn.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  118. this.fetchingBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("fetchingBtn.BackgroundImage")));
  119. this.fetchingBtn.FlatAppearance.BorderSize = 0;
  120. this.fetchingBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  121. this.fetchingBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  122. this.fetchingBtn.Location = new System.Drawing.Point(759, 189);
  123. this.fetchingBtn.Name = "fetchingBtn";
  124. this.fetchingBtn.Size = new System.Drawing.Size(280, 389);
  125. this.fetchingBtn.TabIndex = 7;
  126. this.fetchingBtn.UseVisualStyleBackColor = false;
  127. this.fetchingBtn.Click += new System.EventHandler(this.fetchingBtn_Click);
  128. //
  129. // parkingBtn
  130. //
  131. this.parkingBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("parkingBtn.BackgroundImage")));
  132. this.parkingBtn.FlatAppearance.BorderSize = 0;
  133. this.parkingBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  134. this.parkingBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  135. this.parkingBtn.Location = new System.Drawing.Point(426, 189);
  136. this.parkingBtn.Name = "parkingBtn";
  137. this.parkingBtn.Size = new System.Drawing.Size(275, 389);
  138. this.parkingBtn.TabIndex = 6;
  139. this.parkingBtn.UseVisualStyleBackColor = true;
  140. this.parkingBtn.Click += new System.EventHandler(this.parkingBtn_Click);
  141. //
  142. // panel4
  143. //
  144. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(93)))), ((int)(((byte)(188)))));
  145. this.panel4.Controls.Add(this.dateLab1);
  146. this.panel4.Controls.Add(this.temperatureLab);
  147. this.panel4.Controls.Add(this.weatherLab);
  148. this.panel4.Controls.Add(this.weatherPicture);
  149. this.panel4.Font = new System.Drawing.Font("宋体", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  150. this.panel4.Location = new System.Drawing.Point(56, 189);
  151. this.panel4.Name = "panel4";
  152. this.panel4.Size = new System.Drawing.Size(280, 389);
  153. this.panel4.TabIndex = 5;
  154. //
  155. // dateLab1
  156. //
  157. this.dateLab1.BackColor = System.Drawing.Color.Transparent;
  158. this.dateLab1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.dateLab1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  160. this.dateLab1.Location = new System.Drawing.Point(29, 240);
  161. this.dateLab1.Name = "dateLab1";
  162. this.dateLab1.Size = new System.Drawing.Size(201, 41);
  163. this.dateLab1.TabIndex = 3;
  164. this.dateLab1.Text = "2019-07-05星期五";
  165. //
  166. // temperatureLab
  167. //
  168. this.temperatureLab.BackColor = System.Drawing.Color.Transparent;
  169. this.temperatureLab.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  170. this.temperatureLab.Location = new System.Drawing.Point(130, 127);
  171. this.temperatureLab.Name = "temperatureLab";
  172. this.temperatureLab.Size = new System.Drawing.Size(150, 51);
  173. this.temperatureLab.TabIndex = 2;
  174. this.temperatureLab.Text = "气温:";
  175. //
  176. // weatherLab
  177. //
  178. this.weatherLab.BackColor = System.Drawing.Color.Transparent;
  179. this.weatherLab.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  180. this.weatherLab.Location = new System.Drawing.Point(125, 83);
  181. this.weatherLab.Name = "weatherLab";
  182. this.weatherLab.Size = new System.Drawing.Size(152, 44);
  183. this.weatherLab.TabIndex = 1;
  184. this.weatherLab.Text = "天气:";
  185. //
  186. // weatherPicture
  187. //
  188. this.weatherPicture.Image = ((System.Drawing.Image)(resources.GetObject("weatherPicture.Image")));
  189. this.weatherPicture.Location = new System.Drawing.Point(8, 83);
  190. this.weatherPicture.Name = "weatherPicture";
  191. this.weatherPicture.Size = new System.Drawing.Size(130, 95);
  192. this.weatherPicture.TabIndex = 0;
  193. this.weatherPicture.TabStop = false;
  194. //
  195. // dateLab
  196. //
  197. this.dateLab.BackColor = System.Drawing.Color.Transparent;
  198. this.dateLab.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.dateLab.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  200. this.dateLab.Location = new System.Drawing.Point(860, 44);
  201. this.dateLab.Name = "dateLab";
  202. this.dateLab.Size = new System.Drawing.Size(179, 52);
  203. this.dateLab.TabIndex = 4;
  204. this.dateLab.Text = "2019-07-05 星期五";
  205. //
  206. // timeLab
  207. //
  208. this.timeLab.BackColor = System.Drawing.Color.Transparent;
  209. this.timeLab.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.timeLab.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  211. this.timeLab.Location = new System.Drawing.Point(684, 43);
  212. this.timeLab.Name = "timeLab";
  213. this.timeLab.Size = new System.Drawing.Size(160, 61);
  214. this.timeLab.TabIndex = 3;
  215. this.timeLab.Text = "16:16";
  216. //
  217. // label2
  218. //
  219. this.label2.BackColor = System.Drawing.Color.Transparent;
  220. this.label2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  221. this.label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  222. this.label2.Location = new System.Drawing.Point(127, 78);
  223. this.label2.Name = "label2";
  224. this.label2.Size = new System.Drawing.Size(274, 16);
  225. this.label2.TabIndex = 2;
  226. this.label2.Text = " Intelligent elephant Parking Terminal NO.";
  227. //
  228. // label1
  229. //
  230. this.label1.BackColor = System.Drawing.Color.Transparent;
  231. this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  233. this.label1.Location = new System.Drawing.Point(127, 37);
  234. this.label1.Name = "label1";
  235. this.label1.Size = new System.Drawing.Size(305, 41);
  236. this.label1.TabIndex = 1;
  237. this.label1.Text = "智象泊车终端05号机";
  238. //
  239. // pictureBox2
  240. //
  241. this.pictureBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.BackgroundImage")));
  242. this.pictureBox2.Location = new System.Drawing.Point(52, 36);
  243. this.pictureBox2.Name = "pictureBox2";
  244. this.pictureBox2.Size = new System.Drawing.Size(69, 60);
  245. this.pictureBox2.TabIndex = 0;
  246. this.pictureBox2.TabStop = false;
  247. //
  248. // panel3
  249. //
  250. this.panel3.Controls.Add(this.axWindowsMediaPlayer1);
  251. this.panel3.Location = new System.Drawing.Point(0, 1153);
  252. this.panel3.Name = "panel3";
  253. this.panel3.Size = new System.Drawing.Size(1080, 761);
  254. this.panel3.TabIndex = 2;
  255. //
  256. // axWindowsMediaPlayer1
  257. //
  258. this.axWindowsMediaPlayer1.Enabled = true;
  259. this.axWindowsMediaPlayer1.Location = new System.Drawing.Point(0, 0);
  260. this.axWindowsMediaPlayer1.Name = "axWindowsMediaPlayer1";
  261. this.axWindowsMediaPlayer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState")));
  262. this.axWindowsMediaPlayer1.Size = new System.Drawing.Size(1080, 761);
  263. this.axWindowsMediaPlayer1.TabIndex = 0;
  264. this.axWindowsMediaPlayer1.MouseDownEvent += new AxWMPLib._WMPOCXEvents_MouseDownEventHandler(this.axWindowsMediaPlayer1_MouseDownEvent);
  265. //
  266. // action_window
  267. //
  268. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  269. this.AutoScroll = true;
  270. this.ClientSize = new System.Drawing.Size(1067, 1061);
  271. this.Controls.Add(this.panel3);
  272. this.Controls.Add(this.panel2);
  273. this.Controls.Add(this.panel1);
  274. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  275. this.Name = "action_window";
  276. this.Text = "智象泊车终端01号机";
  277. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.action_window_FormClosing);
  278. this.Load += new System.EventHandler(this.action_window_Load);
  279. this.SizeChanged += new System.EventHandler(this.action_window_SizeChanged);
  280. this.panel1.ResumeLayout(false);
  281. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  282. this.panel2.ResumeLayout(false);
  283. this.panel4.ResumeLayout(false);
  284. ((System.ComponentModel.ISupportInitialize)(this.weatherPicture)).EndInit();
  285. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  286. this.panel3.ResumeLayout(false);
  287. ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).EndInit();
  288. this.ResumeLayout(false);
  289. }
  290. #endregion
  291. private System.Windows.Forms.Panel panel1;
  292. private System.Windows.Forms.Panel panel2;
  293. private System.Windows.Forms.Panel panel3;
  294. private System.Windows.Forms.PictureBox pictureBox1;
  295. private System.Windows.Forms.PictureBox pictureBox2;
  296. private System.Windows.Forms.Label label2;
  297. private System.Windows.Forms.Label label1;
  298. private System.Windows.Forms.Label dateLab;
  299. private System.Windows.Forms.Label timeLab;
  300. private System.Windows.Forms.Button fetchingBtn;
  301. private System.Windows.Forms.Button parkingBtn;
  302. private System.Windows.Forms.Panel panel4;
  303. private System.Windows.Forms.PictureBox weatherPicture;
  304. private System.Windows.Forms.Label dateLab1;
  305. private System.Windows.Forms.Label temperatureLab;
  306. private System.Windows.Forms.Label weatherLab;
  307. private AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer1;
  308. private System.Windows.Forms.Label tip_label;
  309. private System.Windows.Forms.Label statu_label;
  310. }
  311. }