FrmTVShow.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. namespace Core.StlMes.Client.PipeLeaveFactory
  2. {
  3. partial class FrmTVShow
  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.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
  30. "1",
  31. "car3"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))));
  32. System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] {
  33. "1",
  34. "car2"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))));
  35. System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem(new string[] {
  36. "1",
  37. "car1"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))));
  38. this.btnCall = new System.Windows.Forms.Button();
  39. this.timer1 = new System.Windows.Forms.Timer(this.components);
  40. this.labCarNo = new System.Windows.Forms.Label();
  41. this.labLoad = new System.Windows.Forms.Label();
  42. this.labLoaded = new System.Windows.Forms.Label();
  43. this.ultraPanel22 = new Core.Mes.Client.Comm.Control.UltraPanel2();
  44. this.btnFrm = new System.Windows.Forms.Button();
  45. this.ultraPanel24 = new Core.Mes.Client.Comm.Control.UltraPanel2();
  46. this.lstLoaded = new System.Windows.Forms.ListView();
  47. this.headNO2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  48. this.CarNO2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.CREATE_TIME2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.ultraPanel23 = new Core.Mes.Client.Comm.Control.UltraPanel2();
  51. this.lstLoading = new System.Windows.Forms.ListView();
  52. this.headNO1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  53. this.CarNO1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  54. this.CREATE_TIME = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  55. this.ultraPanel21 = new Core.Mes.Client.Comm.Control.UltraPanel2();
  56. this.lstCarNo = new System.Windows.Forms.ListView();
  57. this.headNO = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  58. this.CarNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  59. this.RECORD_DATE = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  60. this.ultraPanel22.ClientArea.SuspendLayout();
  61. this.ultraPanel22.SuspendLayout();
  62. this.ultraPanel24.ClientArea.SuspendLayout();
  63. this.ultraPanel24.SuspendLayout();
  64. this.ultraPanel23.ClientArea.SuspendLayout();
  65. this.ultraPanel23.SuspendLayout();
  66. this.ultraPanel21.ClientArea.SuspendLayout();
  67. this.ultraPanel21.SuspendLayout();
  68. this.SuspendLayout();
  69. //
  70. // btnCall
  71. //
  72. this.btnCall.BackColor = System.Drawing.SystemColors.ActiveCaption;
  73. this.btnCall.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.btnCall.Location = new System.Drawing.Point(696, 12);
  75. this.btnCall.Name = "btnCall";
  76. this.btnCall.Size = new System.Drawing.Size(362, 63);
  77. this.btnCall.TabIndex = 76;
  78. this.btnCall.Text = "叫号";
  79. this.btnCall.UseVisualStyleBackColor = false;
  80. this.btnCall.Click += new System.EventHandler(this.btnCall_Click);
  81. //
  82. // timer1
  83. //
  84. this.timer1.Enabled = true;
  85. this.timer1.Interval = 60000;
  86. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  87. //
  88. // labCarNo
  89. //
  90. this.labCarNo.AutoSize = true;
  91. this.labCarNo.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.labCarNo.Location = new System.Drawing.Point(277, 1110);
  93. this.labCarNo.Name = "labCarNo";
  94. this.labCarNo.Size = new System.Drawing.Size(103, 30);
  95. this.labCarNo.TabIndex = 77;
  96. this.labCarNo.Text = "label1";
  97. //
  98. // labLoad
  99. //
  100. this.labLoad.AutoSize = true;
  101. this.labLoad.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.labLoad.Location = new System.Drawing.Point(1070, 1122);
  103. this.labLoad.Name = "labLoad";
  104. this.labLoad.Size = new System.Drawing.Size(103, 30);
  105. this.labLoad.TabIndex = 77;
  106. this.labLoad.Text = "label2";
  107. //
  108. // labLoaded
  109. //
  110. this.labLoaded.AutoSize = true;
  111. this.labLoaded.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.labLoaded.Location = new System.Drawing.Point(1813, 1110);
  113. this.labLoaded.Name = "labLoaded";
  114. this.labLoaded.Size = new System.Drawing.Size(88, 30);
  115. this.labLoaded.TabIndex = 77;
  116. this.labLoaded.Text = "labl3";
  117. //
  118. // ultraPanel22
  119. //
  120. //
  121. // ultraPanel22.ClientArea
  122. //
  123. this.ultraPanel22.ClientArea.Controls.Add(this.btnFrm);
  124. this.ultraPanel22.ClientArea.Controls.Add(this.btnCall);
  125. this.ultraPanel22.Dock = System.Windows.Forms.DockStyle.Top;
  126. this.ultraPanel22.Location = new System.Drawing.Point(0, 0);
  127. this.ultraPanel22.Name = "ultraPanel22";
  128. this.ultraPanel22.Size = new System.Drawing.Size(2404, 75);
  129. this.ultraPanel22.TabIndex = 75;
  130. //
  131. // btnFrm
  132. //
  133. this.btnFrm.BackColor = System.Drawing.SystemColors.ActiveCaption;
  134. this.btnFrm.Location = new System.Drawing.Point(1473, 12);
  135. this.btnFrm.Name = "btnFrm";
  136. this.btnFrm.Size = new System.Drawing.Size(357, 60);
  137. this.btnFrm.TabIndex = 0;
  138. this.btnFrm.Text = "打开大屏";
  139. this.btnFrm.UseVisualStyleBackColor = false;
  140. this.btnFrm.Click += new System.EventHandler(this.btnFrm_Click);
  141. //
  142. // ultraPanel24
  143. //
  144. //
  145. // ultraPanel24.ClientArea
  146. //
  147. this.ultraPanel24.ClientArea.Controls.Add(this.lstLoaded);
  148. this.ultraPanel24.Location = new System.Drawing.Point(1608, 173);
  149. this.ultraPanel24.Name = "ultraPanel24";
  150. this.ultraPanel24.Size = new System.Drawing.Size(687, 909);
  151. this.ultraPanel24.TabIndex = 74;
  152. //
  153. // lstLoaded
  154. //
  155. this.lstLoaded.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  156. this.headNO2,
  157. this.CarNO2,
  158. this.CREATE_TIME2});
  159. this.lstLoaded.Dock = System.Windows.Forms.DockStyle.Fill;
  160. this.lstLoaded.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. listViewItem4.StateImageIndex = 0;
  162. this.lstLoaded.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  163. listViewItem4});
  164. this.lstLoaded.Location = new System.Drawing.Point(0, 0);
  165. this.lstLoaded.Margin = new System.Windows.Forms.Padding(4);
  166. this.lstLoaded.Name = "lstLoaded";
  167. this.lstLoaded.Size = new System.Drawing.Size(687, 909);
  168. this.lstLoaded.TabIndex = 5;
  169. this.lstLoaded.UseCompatibleStateImageBehavior = false;
  170. this.lstLoaded.View = System.Windows.Forms.View.Details;
  171. //
  172. // headNO2
  173. //
  174. this.headNO2.Text = "车辆序号";
  175. this.headNO2.Width = 143;
  176. //
  177. // CarNO2
  178. //
  179. this.CarNO2.Text = "完成车号";
  180. this.CarNO2.Width = 168;
  181. //
  182. // CREATE_TIME2
  183. //
  184. this.CREATE_TIME2.Text = "创建时间";
  185. this.CREATE_TIME2.Width = 384;
  186. //
  187. // ultraPanel23
  188. //
  189. //
  190. // ultraPanel23.ClientArea
  191. //
  192. this.ultraPanel23.ClientArea.Controls.Add(this.lstLoading);
  193. this.ultraPanel23.Location = new System.Drawing.Point(915, 173);
  194. this.ultraPanel23.Name = "ultraPanel23";
  195. this.ultraPanel23.Size = new System.Drawing.Size(687, 909);
  196. this.ultraPanel23.TabIndex = 74;
  197. //
  198. // lstLoading
  199. //
  200. this.lstLoading.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  201. this.headNO1,
  202. this.CarNO1,
  203. this.CREATE_TIME});
  204. this.lstLoading.Dock = System.Windows.Forms.DockStyle.Fill;
  205. this.lstLoading.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. listViewItem5.StateImageIndex = 0;
  207. this.lstLoading.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  208. listViewItem5});
  209. this.lstLoading.Location = new System.Drawing.Point(0, 0);
  210. this.lstLoading.Margin = new System.Windows.Forms.Padding(4);
  211. this.lstLoading.Name = "lstLoading";
  212. this.lstLoading.Size = new System.Drawing.Size(687, 909);
  213. this.lstLoading.TabIndex = 5;
  214. this.lstLoading.UseCompatibleStateImageBehavior = false;
  215. this.lstLoading.View = System.Windows.Forms.View.Details;
  216. //
  217. // headNO1
  218. //
  219. this.headNO1.Text = "车辆序号";
  220. this.headNO1.Width = 150;
  221. //
  222. // CarNO1
  223. //
  224. this.CarNO1.Text = "装车车号";
  225. this.CarNO1.Width = 168;
  226. //
  227. // CREATE_TIME
  228. //
  229. this.CREATE_TIME.Text = "创建时间";
  230. this.CREATE_TIME.Width = 371;
  231. //
  232. // ultraPanel21
  233. //
  234. //
  235. // ultraPanel21.ClientArea
  236. //
  237. this.ultraPanel21.ClientArea.Controls.Add(this.lstCarNo);
  238. this.ultraPanel21.Location = new System.Drawing.Point(222, 173);
  239. this.ultraPanel21.Name = "ultraPanel21";
  240. this.ultraPanel21.Size = new System.Drawing.Size(687, 909);
  241. this.ultraPanel21.TabIndex = 74;
  242. //
  243. // lstCarNo
  244. //
  245. this.lstCarNo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  246. this.headNO,
  247. this.CarNo,
  248. this.RECORD_DATE});
  249. this.lstCarNo.Dock = System.Windows.Forms.DockStyle.Fill;
  250. this.lstCarNo.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. listViewItem6.StateImageIndex = 0;
  252. this.lstCarNo.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  253. listViewItem6});
  254. this.lstCarNo.Location = new System.Drawing.Point(0, 0);
  255. this.lstCarNo.Margin = new System.Windows.Forms.Padding(4);
  256. this.lstCarNo.Name = "lstCarNo";
  257. this.lstCarNo.Size = new System.Drawing.Size(687, 909);
  258. this.lstCarNo.TabIndex = 4;
  259. this.lstCarNo.UseCompatibleStateImageBehavior = false;
  260. this.lstCarNo.View = System.Windows.Forms.View.Details;
  261. this.lstCarNo.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lstCarNo_ItemSelectionChanged);
  262. //
  263. // headNO
  264. //
  265. this.headNO.Text = "车辆序号";
  266. this.headNO.Width = 154;
  267. //
  268. // CarNo
  269. //
  270. this.CarNo.Text = "等待车号";
  271. this.CarNo.Width = 169;
  272. //
  273. // RECORD_DATE
  274. //
  275. this.RECORD_DATE.Text = "过皮时间";
  276. this.RECORD_DATE.Width = 329;
  277. //
  278. // FrmTVShow
  279. //
  280. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  281. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  282. this.ClientSize = new System.Drawing.Size(2404, 1195);
  283. this.Controls.Add(this.labLoaded);
  284. this.Controls.Add(this.labLoad);
  285. this.Controls.Add(this.labCarNo);
  286. this.Controls.Add(this.ultraPanel22);
  287. this.Controls.Add(this.ultraPanel24);
  288. this.Controls.Add(this.ultraPanel23);
  289. this.Controls.Add(this.ultraPanel21);
  290. this.Name = "FrmTVShow";
  291. this.Text = "FrmTVShow";
  292. this.Load += new System.EventHandler(this.FrmTVShow_Load);
  293. this.ultraPanel22.ClientArea.ResumeLayout(false);
  294. this.ultraPanel22.ResumeLayout(false);
  295. this.ultraPanel24.ClientArea.ResumeLayout(false);
  296. this.ultraPanel24.ResumeLayout(false);
  297. this.ultraPanel23.ClientArea.ResumeLayout(false);
  298. this.ultraPanel23.ResumeLayout(false);
  299. this.ultraPanel21.ClientArea.ResumeLayout(false);
  300. this.ultraPanel21.ResumeLayout(false);
  301. this.ResumeLayout(false);
  302. this.PerformLayout();
  303. }
  304. #endregion
  305. private Mes.Client.Comm.Control.UltraPanel2 ultraPanel21;
  306. private Mes.Client.Comm.Control.UltraPanel2 ultraPanel22;
  307. private Mes.Client.Comm.Control.UltraPanel2 ultraPanel23;
  308. private Mes.Client.Comm.Control.UltraPanel2 ultraPanel24;
  309. private System.Windows.Forms.Button btnCall;
  310. private System.Windows.Forms.Timer timer1;
  311. private System.Windows.Forms.ListView lstCarNo;
  312. private System.Windows.Forms.ColumnHeader headNO;
  313. private System.Windows.Forms.ColumnHeader CarNo;
  314. private System.Windows.Forms.ListView lstLoading;
  315. private System.Windows.Forms.ColumnHeader headNO1;
  316. private System.Windows.Forms.ColumnHeader CarNO1;
  317. private System.Windows.Forms.ListView lstLoaded;
  318. private System.Windows.Forms.ColumnHeader headNO2;
  319. private System.Windows.Forms.ColumnHeader CarNO2;
  320. private System.Windows.Forms.Button btnFrm;
  321. private System.Windows.Forms.Label labCarNo;
  322. private System.Windows.Forms.Label labLoad;
  323. private System.Windows.Forms.Label labLoaded;
  324. private System.Windows.Forms.ColumnHeader RECORD_DATE;
  325. private System.Windows.Forms.ColumnHeader CREATE_TIME;
  326. private System.Windows.Forms.ColumnHeader CREATE_TIME2;
  327. }
  328. }