MainForm.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. namespace ct_terminal
  2. {
  3. partial class MainForm
  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(MainForm));
  29. this.MainPanel = new System.Windows.Forms.Panel();
  30. this.MainTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
  31. this.ImagePictureBox = new System.Windows.Forms.PictureBox();
  32. this.BtnPanel = new System.Windows.Forms.Panel();
  33. this.pickupBtn = new System.Windows.Forms.Button();
  34. this.parkingBtn = new System.Windows.Forms.Button();
  35. this.date_label_1 = new System.Windows.Forms.Label();
  36. this.time_label = new System.Windows.Forms.Label();
  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.vlcControl1 = new Vlc.DotNet.Forms.VlcControl();
  46. this.MainPanel.SuspendLayout();
  47. this.MainTableLayoutPanel.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.ImagePictureBox)).BeginInit();
  49. this.BtnPanel.SuspendLayout();
  50. this.weather_panel.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.weather_pictureBox)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.zhixiang_pictureBox)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.vlcControl1)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // MainPanel
  57. //
  58. this.MainPanel.Controls.Add(this.MainTableLayoutPanel);
  59. this.MainPanel.Location = new System.Drawing.Point(1, 0);
  60. this.MainPanel.Name = "MainPanel";
  61. this.MainPanel.Size = new System.Drawing.Size(1080, 1800);
  62. this.MainPanel.TabIndex = 0;
  63. //
  64. // MainTableLayoutPanel
  65. //
  66. this.MainTableLayoutPanel.ColumnCount = 1;
  67. this.MainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  68. this.MainTableLayoutPanel.Controls.Add(this.ImagePictureBox, 0, 0);
  69. this.MainTableLayoutPanel.Controls.Add(this.BtnPanel, 0, 1);
  70. this.MainTableLayoutPanel.Controls.Add(this.vlcControl1, 0, 2);
  71. this.MainTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.MainTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
  73. this.MainTableLayoutPanel.Name = "MainTableLayoutPanel";
  74. this.MainTableLayoutPanel.RowCount = 3;
  75. this.MainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 27.77F));
  76. this.MainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33F));
  77. this.MainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 38.9F));
  78. this.MainTableLayoutPanel.Size = new System.Drawing.Size(1080, 1800);
  79. this.MainTableLayoutPanel.TabIndex = 0;
  80. //
  81. // ImagePictureBox
  82. //
  83. this.ImagePictureBox.BackgroundImage = global::ct_terminal.Properties.Resources._1;
  84. this.ImagePictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  85. this.ImagePictureBox.Location = new System.Drawing.Point(3, 3);
  86. this.ImagePictureBox.Name = "ImagePictureBox";
  87. this.ImagePictureBox.Size = new System.Drawing.Size(1074, 493);
  88. this.ImagePictureBox.TabIndex = 0;
  89. this.ImagePictureBox.TabStop = false;
  90. //
  91. // BtnPanel
  92. //
  93. this.BtnPanel.BackgroundImage = global::ct_terminal.Properties.Resources.panel2_BackgroundImage;
  94. this.BtnPanel.Controls.Add(this.pickupBtn);
  95. this.BtnPanel.Controls.Add(this.parkingBtn);
  96. this.BtnPanel.Controls.Add(this.date_label_1);
  97. this.BtnPanel.Controls.Add(this.time_label);
  98. this.BtnPanel.Controls.Add(this.weather_panel);
  99. this.BtnPanel.Controls.Add(this.terminal_number_english_label);
  100. this.BtnPanel.Controls.Add(this.terminal_number_label);
  101. this.BtnPanel.Controls.Add(this.zhixiang_pictureBox);
  102. this.BtnPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.BtnPanel.Location = new System.Drawing.Point(3, 502);
  104. this.BtnPanel.Name = "BtnPanel";
  105. this.BtnPanel.Size = new System.Drawing.Size(1074, 593);
  106. this.BtnPanel.TabIndex = 1;
  107. //
  108. // pickupBtn
  109. //
  110. this.pickupBtn.BackgroundImage = global::ct_terminal.Properties.Resources.fetchingBtn_BackgroundImage;
  111. this.pickupBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  112. this.pickupBtn.FlatAppearance.BorderSize = 0;
  113. this.pickupBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  114. this.pickupBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  115. this.pickupBtn.Location = new System.Drawing.Point(732, 147);
  116. this.pickupBtn.Name = "pickupBtn";
  117. this.pickupBtn.Size = new System.Drawing.Size(290, 390);
  118. this.pickupBtn.TabIndex = 13;
  119. this.pickupBtn.UseVisualStyleBackColor = true;
  120. this.pickupBtn.Click += new System.EventHandler(this.pickupBtn_Click);
  121. this.pickupBtn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.pickupBtn_KeyPress);
  122. //
  123. // parkingBtn
  124. //
  125. this.parkingBtn.BackgroundImage = global::ct_terminal.Properties.Resources.parkingBtn_BackgroundImage;
  126. this.parkingBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  127. this.parkingBtn.FlatAppearance.BorderSize = 0;
  128. this.parkingBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  129. this.parkingBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  130. this.parkingBtn.Location = new System.Drawing.Point(395, 147);
  131. this.parkingBtn.Name = "parkingBtn";
  132. this.parkingBtn.Size = new System.Drawing.Size(290, 390);
  133. this.parkingBtn.TabIndex = 12;
  134. this.parkingBtn.UseVisualStyleBackColor = true;
  135. this.parkingBtn.Click += new System.EventHandler(this.parkingBtn_Click);
  136. this.parkingBtn.KeyDown += new System.Windows.Forms.KeyEventHandler(this.parkingBtn_KeyDown);
  137. //
  138. // date_label_1
  139. //
  140. this.date_label_1.AutoSize = true;
  141. this.date_label_1.BackColor = System.Drawing.Color.Transparent;
  142. this.date_label_1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.date_label_1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  144. this.date_label_1.Location = new System.Drawing.Point(798, 51);
  145. this.date_label_1.Name = "date_label_1";
  146. this.date_label_1.Size = new System.Drawing.Size(176, 19);
  147. this.date_label_1.TabIndex = 10;
  148. this.date_label_1.Text = "2019-07-05 星期五";
  149. //
  150. // time_label
  151. //
  152. this.time_label.AutoSize = true;
  153. this.time_label.BackColor = System.Drawing.Color.Transparent;
  154. this.time_label.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.time_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  156. this.time_label.Location = new System.Drawing.Point(544, 41);
  157. this.time_label.Name = "time_label";
  158. this.time_label.Size = new System.Drawing.Size(151, 33);
  159. this.time_label.TabIndex = 9;
  160. this.time_label.Text = "16:16:16";
  161. //
  162. // weather_panel
  163. //
  164. this.weather_panel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(93)))), ((int)(((byte)(188)))));
  165. this.weather_panel.Controls.Add(this.date_label_2);
  166. this.weather_panel.Controls.Add(this.weather_label);
  167. this.weather_panel.Controls.Add(this.temperature_label);
  168. this.weather_panel.Controls.Add(this.weather_pictureBox);
  169. this.weather_panel.Font = new System.Drawing.Font("宋体", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  170. this.weather_panel.Location = new System.Drawing.Point(43, 147);
  171. this.weather_panel.Name = "weather_panel";
  172. this.weather_panel.Size = new System.Drawing.Size(300, 390);
  173. this.weather_panel.TabIndex = 11;
  174. //
  175. // date_label_2
  176. //
  177. this.date_label_2.AutoSize = true;
  178. this.date_label_2.BackColor = System.Drawing.Color.Transparent;
  179. this.date_label_2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.date_label_2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  181. this.date_label_2.Location = new System.Drawing.Point(11, 283);
  182. this.date_label_2.Name = "date_label_2";
  183. this.date_label_2.Size = new System.Drawing.Size(183, 21);
  184. this.date_label_2.TabIndex = 3;
  185. this.date_label_2.Text = "2019-07-05星期五";
  186. //
  187. // weather_label
  188. //
  189. this.weather_label.AutoSize = true;
  190. this.weather_label.BackColor = System.Drawing.Color.Transparent;
  191. this.weather_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  192. this.weather_label.Location = new System.Drawing.Point(146, 97);
  193. this.weather_label.Name = "weather_label";
  194. this.weather_label.Size = new System.Drawing.Size(76, 22);
  195. this.weather_label.TabIndex = 1;
  196. this.weather_label.Text = "天气:";
  197. //
  198. // temperature_label
  199. //
  200. this.temperature_label.AutoSize = true;
  201. this.temperature_label.BackColor = System.Drawing.Color.Transparent;
  202. this.temperature_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  203. this.temperature_label.Location = new System.Drawing.Point(146, 174);
  204. this.temperature_label.Name = "temperature_label";
  205. this.temperature_label.Size = new System.Drawing.Size(76, 22);
  206. this.temperature_label.TabIndex = 2;
  207. this.temperature_label.Text = "气温:";
  208. //
  209. // weather_pictureBox
  210. //
  211. this.weather_pictureBox.Image = ((System.Drawing.Image)(resources.GetObject("weather_pictureBox.Image")));
  212. this.weather_pictureBox.Location = new System.Drawing.Point(7, 97);
  213. this.weather_pictureBox.Name = "weather_pictureBox";
  214. this.weather_pictureBox.Size = new System.Drawing.Size(133, 99);
  215. this.weather_pictureBox.TabIndex = 0;
  216. this.weather_pictureBox.TabStop = false;
  217. //
  218. // terminal_number_english_label
  219. //
  220. this.terminal_number_english_label.AutoSize = true;
  221. this.terminal_number_english_label.BackColor = System.Drawing.Color.Transparent;
  222. this.terminal_number_english_label.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  223. this.terminal_number_english_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  224. this.terminal_number_english_label.Location = new System.Drawing.Point(118, 56);
  225. this.terminal_number_english_label.Name = "terminal_number_english_label";
  226. this.terminal_number_english_label.Size = new System.Drawing.Size(281, 10);
  227. this.terminal_number_english_label.TabIndex = 8;
  228. this.terminal_number_english_label.Text = " Intelligent elephant Parking Terminal NO.";
  229. //
  230. // terminal_number_label
  231. //
  232. this.terminal_number_label.AutoSize = true;
  233. this.terminal_number_label.BackColor = System.Drawing.Color.Transparent;
  234. this.terminal_number_label.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.terminal_number_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  236. this.terminal_number_label.Location = new System.Drawing.Point(118, 15);
  237. this.terminal_number_label.Name = "terminal_number_label";
  238. this.terminal_number_label.Size = new System.Drawing.Size(236, 24);
  239. this.terminal_number_label.TabIndex = 7;
  240. this.terminal_number_label.Text = "智象泊车终端05号机";
  241. //
  242. // zhixiang_pictureBox
  243. //
  244. this.zhixiang_pictureBox.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("zhixiang_pictureBox.BackgroundImage")));
  245. this.zhixiang_pictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  246. this.zhixiang_pictureBox.Location = new System.Drawing.Point(43, 14);
  247. this.zhixiang_pictureBox.Name = "zhixiang_pictureBox";
  248. this.zhixiang_pictureBox.Size = new System.Drawing.Size(69, 60);
  249. this.zhixiang_pictureBox.TabIndex = 6;
  250. this.zhixiang_pictureBox.TabStop = false;
  251. //
  252. // vlcControl1
  253. //
  254. this.vlcControl1.BackColor = System.Drawing.Color.Black;
  255. this.vlcControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  256. this.vlcControl1.Location = new System.Drawing.Point(3, 1101);
  257. this.vlcControl1.Name = "vlcControl1";
  258. this.vlcControl1.Size = new System.Drawing.Size(1074, 696);
  259. this.vlcControl1.Spu = -1;
  260. this.vlcControl1.TabIndex = 2;
  261. this.vlcControl1.Text = "vlcControl1";
  262. this.vlcControl1.VlcLibDirectory = null;
  263. this.vlcControl1.VlcMediaplayerOptions = null;
  264. this.vlcControl1.VlcLibDirectoryNeeded += new System.EventHandler<Vlc.DotNet.Forms.VlcLibDirectoryNeededEventArgs>(this.vlcControl1_VlcLibDirectoryNeeded);
  265. //
  266. // MainForm
  267. //
  268. this.AllowDrop = true;
  269. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  270. this.AutoScroll = true;
  271. this.ClientSize = new System.Drawing.Size(1100, 1100);
  272. this.Controls.Add(this.MainPanel);
  273. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  274. this.Name = "MainForm";
  275. this.Text = "MainForm";
  276. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
  277. this.Load += new System.EventHandler(this.MainForm_Load);
  278. this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
  279. this.MainPanel.ResumeLayout(false);
  280. this.MainTableLayoutPanel.ResumeLayout(false);
  281. ((System.ComponentModel.ISupportInitialize)(this.ImagePictureBox)).EndInit();
  282. this.BtnPanel.ResumeLayout(false);
  283. this.BtnPanel.PerformLayout();
  284. this.weather_panel.ResumeLayout(false);
  285. this.weather_panel.PerformLayout();
  286. ((System.ComponentModel.ISupportInitialize)(this.weather_pictureBox)).EndInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.zhixiang_pictureBox)).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.vlcControl1)).EndInit();
  289. this.ResumeLayout(false);
  290. }
  291. #endregion
  292. private System.Windows.Forms.Panel MainPanel;
  293. private System.Windows.Forms.TableLayoutPanel MainTableLayoutPanel;
  294. private System.Windows.Forms.PictureBox ImagePictureBox;
  295. private System.Windows.Forms.Panel BtnPanel;
  296. private System.Windows.Forms.Button pickupBtn;
  297. private System.Windows.Forms.Button parkingBtn;
  298. private System.Windows.Forms.Label date_label_1;
  299. private System.Windows.Forms.Label time_label;
  300. private System.Windows.Forms.Panel weather_panel;
  301. private System.Windows.Forms.Label date_label_2;
  302. private System.Windows.Forms.Label weather_label;
  303. private System.Windows.Forms.Label temperature_label;
  304. private System.Windows.Forms.PictureBox weather_pictureBox;
  305. private System.Windows.Forms.Label terminal_number_english_label;
  306. private System.Windows.Forms.Label terminal_number_label;
  307. private System.Windows.Forms.PictureBox zhixiang_pictureBox;
  308. private Vlc.DotNet.Forms.VlcControl vlcControl1;
  309. }
  310. }