action_window.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  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.image_pictureBox = new System.Windows.Forms.PictureBox();
  30. this.player_panel = new System.Windows.Forms.Panel();
  31. this.axWindowsMediaPlayer = new AxWMPLib.AxWindowsMediaPlayer();
  32. this.button_panel = new System.Windows.Forms.Panel();
  33. this.date_label_1 = new System.Windows.Forms.Label();
  34. this.time_label = new System.Windows.Forms.Label();
  35. this.tip_label = new System.Windows.Forms.Label();
  36. this.fetchingBtn = new System.Windows.Forms.Button();
  37. this.weather_panel = new System.Windows.Forms.Panel();
  38. this.date_label_2 = new System.Windows.Forms.Label();
  39. this.weather_label = new System.Windows.Forms.Label();
  40. this.temperature_label = new System.Windows.Forms.Label();
  41. this.weather_pictureBox = new System.Windows.Forms.PictureBox();
  42. this.terminal_number_english_label = new System.Windows.Forms.Label();
  43. this.terminal_number_label = new System.Windows.Forms.Label();
  44. this.zhixiang_pictureBox = new System.Windows.Forms.PictureBox();
  45. this.image_panel = new System.Windows.Forms.Panel();
  46. ((System.ComponentModel.ISupportInitialize)(this.image_pictureBox)).BeginInit();
  47. this.player_panel.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer)).BeginInit();
  49. this.button_panel.SuspendLayout();
  50. this.weather_panel.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.weather_pictureBox)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.zhixiang_pictureBox)).BeginInit();
  53. this.image_panel.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // image_pictureBox
  57. //
  58. this.image_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  59. this.image_pictureBox.Location = new System.Drawing.Point(0, 0);
  60. this.image_pictureBox.Name = "image_pictureBox";
  61. this.image_pictureBox.Size = new System.Drawing.Size(1080, 507);
  62. this.image_pictureBox.TabIndex = 0;
  63. this.image_pictureBox.TabStop = false;
  64. //
  65. // player_panel
  66. //
  67. this.player_panel.Controls.Add(this.axWindowsMediaPlayer);
  68. this.player_panel.Location = new System.Drawing.Point(4, 1091);
  69. this.player_panel.Name = "player_panel";
  70. this.player_panel.Size = new System.Drawing.Size(1080, 769);
  71. this.player_panel.TabIndex = 2;
  72. //
  73. // axWindowsMediaPlayer
  74. //
  75. this.axWindowsMediaPlayer.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.axWindowsMediaPlayer.Enabled = true;
  77. this.axWindowsMediaPlayer.Location = new System.Drawing.Point(0, 0);
  78. this.axWindowsMediaPlayer.Name = "axWindowsMediaPlayer";
  79. this.axWindowsMediaPlayer.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer.OcxState")));
  80. this.axWindowsMediaPlayer.Size = new System.Drawing.Size(1080, 769);
  81. this.axWindowsMediaPlayer.TabIndex = 0;
  82. this.axWindowsMediaPlayer.MouseDownEvent += new AxWMPLib._WMPOCXEvents_MouseDownEventHandler(this.axWindowsMediaPlayer1_MouseDownEvent);
  83. //
  84. // button_panel
  85. //
  86. this.button_panel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button_panel.BackgroundImage")));
  87. this.button_panel.Controls.Add(this.date_label_1);
  88. this.button_panel.Controls.Add(this.time_label);
  89. this.button_panel.Controls.Add(this.tip_label);
  90. this.button_panel.Controls.Add(this.fetchingBtn);
  91. this.button_panel.Controls.Add(this.weather_panel);
  92. this.button_panel.Controls.Add(this.terminal_number_english_label);
  93. this.button_panel.Controls.Add(this.terminal_number_label);
  94. this.button_panel.Controls.Add(this.zhixiang_pictureBox);
  95. this.button_panel.Location = new System.Drawing.Point(4, 431);
  96. this.button_panel.Name = "button_panel";
  97. this.button_panel.Size = new System.Drawing.Size(1080, 662);
  98. this.button_panel.TabIndex = 1;
  99. //
  100. // date_label_1
  101. //
  102. this.date_label_1.AutoSize = true;
  103. this.date_label_1.BackColor = System.Drawing.Color.Transparent;
  104. this.date_label_1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.date_label_1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  106. this.date_label_1.Location = new System.Drawing.Point(779, 59);
  107. this.date_label_1.Name = "date_label_1";
  108. this.date_label_1.Size = new System.Drawing.Size(176, 19);
  109. this.date_label_1.TabIndex = 4;
  110. this.date_label_1.Text = "2019-07-05 星期五";
  111. //
  112. // time_label
  113. //
  114. this.time_label.AutoSize = true;
  115. this.time_label.BackColor = System.Drawing.Color.Transparent;
  116. this.time_label.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.time_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  118. this.time_label.Location = new System.Drawing.Point(550, 55);
  119. this.time_label.Name = "time_label";
  120. this.time_label.Size = new System.Drawing.Size(151, 33);
  121. this.time_label.TabIndex = 3;
  122. this.time_label.Text = "16:16:16";
  123. //
  124. // tip_label
  125. //
  126. this.tip_label.BackColor = System.Drawing.Color.Transparent;
  127. this.tip_label.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.tip_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  129. this.tip_label.Location = new System.Drawing.Point(59, 133);
  130. this.tip_label.Name = "tip_label";
  131. this.tip_label.Size = new System.Drawing.Size(981, 40);
  132. this.tip_label.TabIndex = 8;
  133. this.tip_label.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  134. //
  135. // fetchingBtn
  136. //
  137. this.fetchingBtn.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  138. this.fetchingBtn.BackgroundImage = global::chutian_parking_terminal.Properties.Resources.fetchingBtn_BackgroundImage;
  139. this.fetchingBtn.FlatAppearance.BorderSize = 0;
  140. this.fetchingBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  141. this.fetchingBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  142. this.fetchingBtn.Location = new System.Drawing.Point(556, 188);
  143. this.fetchingBtn.Name = "fetchingBtn";
  144. this.fetchingBtn.Size = new System.Drawing.Size(280, 389);
  145. this.fetchingBtn.TabIndex = 7;
  146. this.fetchingBtn.UseVisualStyleBackColor = false;
  147. this.fetchingBtn.Click += new System.EventHandler(this.fetchingBtn_Click);
  148. //
  149. // weather_panel
  150. //
  151. this.weather_panel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(93)))), ((int)(((byte)(188)))));
  152. this.weather_panel.Controls.Add(this.date_label_2);
  153. this.weather_panel.Controls.Add(this.weather_label);
  154. this.weather_panel.Controls.Add(this.temperature_label);
  155. this.weather_panel.Controls.Add(this.weather_pictureBox);
  156. this.weather_panel.Font = new System.Drawing.Font("宋体", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  157. this.weather_panel.Location = new System.Drawing.Point(186, 188);
  158. this.weather_panel.Name = "weather_panel";
  159. this.weather_panel.Size = new System.Drawing.Size(307, 389);
  160. this.weather_panel.TabIndex = 5;
  161. //
  162. // date_label_2
  163. //
  164. this.date_label_2.AutoSize = true;
  165. this.date_label_2.BackColor = System.Drawing.Color.Transparent;
  166. this.date_label_2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.date_label_2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  168. this.date_label_2.Location = new System.Drawing.Point(11, 283);
  169. this.date_label_2.Name = "date_label_2";
  170. this.date_label_2.Size = new System.Drawing.Size(183, 21);
  171. this.date_label_2.TabIndex = 3;
  172. this.date_label_2.Text = "2019-07-05星期五";
  173. //
  174. // weather_label
  175. //
  176. this.weather_label.AutoSize = true;
  177. this.weather_label.BackColor = System.Drawing.Color.Transparent;
  178. this.weather_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  179. this.weather_label.Location = new System.Drawing.Point(146, 97);
  180. this.weather_label.Name = "weather_label";
  181. this.weather_label.Size = new System.Drawing.Size(76, 22);
  182. this.weather_label.TabIndex = 1;
  183. this.weather_label.Text = "天气:";
  184. //
  185. // temperature_label
  186. //
  187. this.temperature_label.AutoSize = true;
  188. this.temperature_label.BackColor = System.Drawing.Color.Transparent;
  189. this.temperature_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  190. this.temperature_label.Location = new System.Drawing.Point(146, 174);
  191. this.temperature_label.Name = "temperature_label";
  192. this.temperature_label.Size = new System.Drawing.Size(76, 22);
  193. this.temperature_label.TabIndex = 2;
  194. this.temperature_label.Text = "气温:";
  195. //
  196. // weather_pictureBox
  197. //
  198. this.weather_pictureBox.Image = ((System.Drawing.Image)(resources.GetObject("weather_pictureBox.Image")));
  199. this.weather_pictureBox.Location = new System.Drawing.Point(7, 97);
  200. this.weather_pictureBox.Name = "weather_pictureBox";
  201. this.weather_pictureBox.Size = new System.Drawing.Size(133, 99);
  202. this.weather_pictureBox.TabIndex = 0;
  203. this.weather_pictureBox.TabStop = false;
  204. //
  205. // terminal_number_english_label
  206. //
  207. this.terminal_number_english_label.AutoSize = true;
  208. this.terminal_number_english_label.BackColor = System.Drawing.Color.Transparent;
  209. this.terminal_number_english_label.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  210. this.terminal_number_english_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  211. this.terminal_number_english_label.Location = new System.Drawing.Point(127, 78);
  212. this.terminal_number_english_label.Name = "terminal_number_english_label";
  213. this.terminal_number_english_label.Size = new System.Drawing.Size(281, 10);
  214. this.terminal_number_english_label.TabIndex = 2;
  215. this.terminal_number_english_label.Text = " Intelligent elephant Parking Terminal NO.";
  216. //
  217. // terminal_number_label
  218. //
  219. this.terminal_number_label.AutoSize = true;
  220. this.terminal_number_label.BackColor = System.Drawing.Color.Transparent;
  221. this.terminal_number_label.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.terminal_number_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  223. this.terminal_number_label.Location = new System.Drawing.Point(127, 37);
  224. this.terminal_number_label.Name = "terminal_number_label";
  225. this.terminal_number_label.Size = new System.Drawing.Size(236, 24);
  226. this.terminal_number_label.TabIndex = 1;
  227. this.terminal_number_label.Text = "智象泊车终端05号机";
  228. //
  229. // zhixiang_pictureBox
  230. //
  231. this.zhixiang_pictureBox.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("zhixiang_pictureBox.BackgroundImage")));
  232. this.zhixiang_pictureBox.Location = new System.Drawing.Point(52, 36);
  233. this.zhixiang_pictureBox.Name = "zhixiang_pictureBox";
  234. this.zhixiang_pictureBox.Size = new System.Drawing.Size(69, 60);
  235. this.zhixiang_pictureBox.TabIndex = 0;
  236. this.zhixiang_pictureBox.TabStop = false;
  237. //
  238. // image_panel
  239. //
  240. this.image_panel.Controls.Add(this.image_pictureBox);
  241. this.image_panel.Location = new System.Drawing.Point(4, -72);
  242. this.image_panel.Name = "image_panel";
  243. this.image_panel.Size = new System.Drawing.Size(1080, 507);
  244. this.image_panel.TabIndex = 9;
  245. //
  246. // action_window
  247. //
  248. this.AllowDrop = true;
  249. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  250. this.AutoScroll = true;
  251. this.ClientSize = new System.Drawing.Size(1090, 1100);
  252. this.Controls.Add(this.player_panel);
  253. this.Controls.Add(this.button_panel);
  254. this.Controls.Add(this.image_panel);
  255. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  256. this.Name = "action_window";
  257. this.Text = "智象泊车终端01号机";
  258. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.action_window_FormClosing);
  259. this.Load += new System.EventHandler(this.action_window_Load);
  260. this.SizeChanged += new System.EventHandler(this.action_window_SizeChanged);
  261. ((System.ComponentModel.ISupportInitialize)(this.image_pictureBox)).EndInit();
  262. this.player_panel.ResumeLayout(false);
  263. ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer)).EndInit();
  264. this.button_panel.ResumeLayout(false);
  265. this.button_panel.PerformLayout();
  266. this.weather_panel.ResumeLayout(false);
  267. this.weather_panel.PerformLayout();
  268. ((System.ComponentModel.ISupportInitialize)(this.weather_pictureBox)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.zhixiang_pictureBox)).EndInit();
  270. this.image_panel.ResumeLayout(false);
  271. this.ResumeLayout(false);
  272. }
  273. #endregion
  274. private System.Windows.Forms.Panel button_panel;
  275. private System.Windows.Forms.Panel player_panel;
  276. private System.Windows.Forms.PictureBox image_pictureBox;
  277. private System.Windows.Forms.PictureBox zhixiang_pictureBox;
  278. private System.Windows.Forms.Label terminal_number_english_label;
  279. private System.Windows.Forms.Label terminal_number_label;
  280. private System.Windows.Forms.Button fetchingBtn;
  281. private System.Windows.Forms.Panel weather_panel;
  282. private System.Windows.Forms.PictureBox weather_pictureBox;
  283. private System.Windows.Forms.Label date_label_2;
  284. private System.Windows.Forms.Label temperature_label;
  285. private System.Windows.Forms.Label weather_label;
  286. private AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer;
  287. private System.Windows.Forms.Label date_label_1;
  288. private System.Windows.Forms.Label time_label;
  289. private System.Windows.Forms.Label tip_label;
  290. private System.Windows.Forms.Panel image_panel;
  291. }
  292. }