action_window.Designer.cs 16 KB

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