FormCurrentTask.Designer.cs 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
  1. 
  2. namespace SIMDP.Project
  3. {
  4. partial class FormCurrentTask
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormCurrentTask));
  31. this.timerRefresh = new System.Windows.Forms.Timer(this.components);
  32. this.gridControl = new DevExpress.XtraGrid.GridControl();
  33. this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
  34. this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  40. this.label_PageInfo = new DevExpress.XtraEditors.LabelControl();
  41. this.panel1 = new System.Windows.Forms.Panel();
  42. this.groupBox4 = new System.Windows.Forms.GroupBox();
  43. this.groupBox3 = new System.Windows.Forms.GroupBox();
  44. this.coTableLayoutPanel3 = new SIMDP.CoTableLayoutPanel();
  45. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  46. this.lookUp_TaskState = new DevExpress.XtraEditors.LookUpEdit();
  47. this.btn_Check_RecoverProduce = new DevExpress.XtraEditors.SimpleButton();
  48. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  49. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  50. this.txt_VINInput = new DevExpress.XtraEditors.TextEdit();
  51. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  52. this.txt_ModelInput = new DevExpress.XtraEditors.TextEdit();
  53. this.lookUp_Color = new DevExpress.XtraEditors.LookUpEdit();
  54. this.groupBox2 = new System.Windows.Forms.GroupBox();
  55. this.coTableLayoutPanel4 = new SIMDP.CoTableLayoutPanel();
  56. this.lbl_FEMScanner = new DevExpress.XtraEditors.LabelControl();
  57. this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
  58. this.lbl_ScanningFEMCode = new DevExpress.XtraEditors.LabelControl();
  59. this.lbl_Scanning_Pointer = new DevExpress.XtraEditors.LabelControl();
  60. this.lbl_Scanning_HeadCode = new DevExpress.XtraEditors.LabelControl();
  61. this.lbl_HeadScanner = new DevExpress.XtraEditors.LabelControl();
  62. this.lbl_Scanning_MatchRes = new DevExpress.XtraEditors.LabelControl();
  63. this.btn_ForceMatch = new DevExpress.XtraEditors.SimpleButton();
  64. this.lbl_ScannerBlock = new DevExpress.XtraEditors.LabelControl();
  65. this.groupBox1 = new System.Windows.Forms.GroupBox();
  66. this.coTableLayoutPanel1 = new SIMDP.CoTableLayoutPanel();
  67. this.lbl_Tighting_Pointer = new DevExpress.XtraEditors.LabelControl();
  68. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  69. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  70. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  71. this.lbl_TightingModel = new DevExpress.XtraEditors.LabelControl();
  72. this.lbl_TightingColor = new DevExpress.XtraEditors.LabelControl();
  73. this.btn_ReleaseEmpty = new DevExpress.XtraEditors.SimpleButton();
  74. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  77. this.panel1.SuspendLayout();
  78. this.groupBox4.SuspendLayout();
  79. this.groupBox3.SuspendLayout();
  80. this.coTableLayoutPanel3.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.lookUp_TaskState.Properties)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.txt_VINInput.Properties)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.txt_ModelInput.Properties)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Color.Properties)).BeginInit();
  85. this.groupBox2.SuspendLayout();
  86. this.coTableLayoutPanel4.SuspendLayout();
  87. this.groupBox1.SuspendLayout();
  88. this.coTableLayoutPanel1.SuspendLayout();
  89. this.SuspendLayout();
  90. //
  91. // timerRefresh
  92. //
  93. this.timerRefresh.Enabled = true;
  94. this.timerRefresh.Interval = 10000;
  95. this.timerRefresh.Tick += new System.EventHandler(this.timerRefresh_Tick);
  96. //
  97. // gridControl
  98. //
  99. this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.gridControl.Location = new System.Drawing.Point(3, 18);
  101. this.gridControl.MainView = this.gridView;
  102. this.gridControl.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
  103. this.gridControl.Name = "gridControl";
  104. this.gridControl.Size = new System.Drawing.Size(1554, 214);
  105. this.gridControl.TabIndex = 0;
  106. this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  107. this.gridView,
  108. this.gridView1});
  109. //
  110. // gridView
  111. //
  112. this.gridView.Appearance.FocusedRow.BackColor = System.Drawing.Color.White;
  113. this.gridView.Appearance.FocusedRow.Options.UseBackColor = true;
  114. this.gridView.Appearance.HeaderPanel.Options.UseTextOptions = true;
  115. this.gridView.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  116. this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  117. this.gridColumn5,
  118. this.gridColumn3,
  119. this.gridColumn4,
  120. this.gridColumn8,
  121. this.gridColumn1});
  122. this.gridView.GridControl = this.gridControl;
  123. this.gridView.IndicatorWidth = 50;
  124. this.gridView.Name = "gridView";
  125. this.gridView.OptionsBehavior.Editable = false;
  126. this.gridView.OptionsBehavior.ReadOnly = true;
  127. this.gridView.OptionsView.EnableAppearanceEvenRow = true;
  128. this.gridView.OptionsView.EnableAppearanceOddRow = true;
  129. this.gridView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways;
  130. this.gridView.OptionsView.ShowGroupPanel = false;
  131. this.gridView.OptionsView.ShowPreviewRowLines = DevExpress.Utils.DefaultBoolean.True;
  132. this.gridView.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.True;
  133. this.gridView.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView_CustomDrawRowIndicator);
  134. this.gridView.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.GridView_RowStyle);
  135. this.gridView.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView_PLC_CustomColumnDisplayText);
  136. this.gridView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView_MouseDown);
  137. //
  138. // gridColumn5
  139. //
  140. this.gridColumn5.AppearanceCell.Options.UseTextOptions = true;
  141. this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  142. this.gridColumn5.Caption = "车号";
  143. this.gridColumn5.FieldName = "Vin";
  144. this.gridColumn5.Name = "gridColumn5";
  145. this.gridColumn5.Visible = true;
  146. this.gridColumn5.VisibleIndex = 0;
  147. //
  148. // gridColumn3
  149. //
  150. this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
  151. this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  152. this.gridColumn3.Caption = "车型";
  153. this.gridColumn3.FieldName = "Model";
  154. this.gridColumn3.Name = "gridColumn3";
  155. this.gridColumn3.Visible = true;
  156. this.gridColumn3.VisibleIndex = 1;
  157. //
  158. // gridColumn4
  159. //
  160. this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
  161. this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  162. this.gridColumn4.Caption = "颜色";
  163. this.gridColumn4.FieldName = "Color";
  164. this.gridColumn4.Name = "gridColumn4";
  165. this.gridColumn4.Visible = true;
  166. this.gridColumn4.VisibleIndex = 2;
  167. //
  168. // gridColumn8
  169. //
  170. this.gridColumn8.AppearanceCell.Options.UseTextOptions = true;
  171. this.gridColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  172. this.gridColumn8.Caption = "获取时间";
  173. this.gridColumn8.DisplayFormat.FormatString = "g";
  174. this.gridColumn8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  175. this.gridColumn8.FieldName = "Fetch_Time";
  176. this.gridColumn8.Name = "gridColumn8";
  177. this.gridColumn8.Visible = true;
  178. this.gridColumn8.VisibleIndex = 3;
  179. //
  180. // gridColumn1
  181. //
  182. this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
  183. this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  184. this.gridColumn1.Caption = "备注";
  185. this.gridColumn1.FieldName = "Remark";
  186. this.gridColumn1.Name = "gridColumn1";
  187. //
  188. // gridView1
  189. //
  190. this.gridView1.GridControl = this.gridControl;
  191. this.gridView1.Name = "gridView1";
  192. //
  193. // label_PageInfo
  194. //
  195. this.label_PageInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  196. this.label_PageInfo.Location = new System.Drawing.Point(6, 476);
  197. this.label_PageInfo.Name = "label_PageInfo";
  198. this.label_PageInfo.Size = new System.Drawing.Size(75, 14);
  199. this.label_PageInfo.TabIndex = 9;
  200. this.label_PageInfo.Text = "共 {0} 条记录";
  201. //
  202. // panel1
  203. //
  204. this.panel1.Controls.Add(this.groupBox4);
  205. this.panel1.Controls.Add(this.groupBox3);
  206. this.panel1.Controls.Add(this.groupBox2);
  207. this.panel1.Controls.Add(this.groupBox1);
  208. this.panel1.Controls.Add(this.label_PageInfo);
  209. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  210. this.panel1.Location = new System.Drawing.Point(0, 0);
  211. this.panel1.Name = "panel1";
  212. this.panel1.Size = new System.Drawing.Size(1569, 501);
  213. this.panel1.TabIndex = 1;
  214. //
  215. // groupBox4
  216. //
  217. this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  218. | System.Windows.Forms.AnchorStyles.Left)
  219. | System.Windows.Forms.AnchorStyles.Right)));
  220. this.groupBox4.Controls.Add(this.gridControl);
  221. this.groupBox4.Location = new System.Drawing.Point(3, 235);
  222. this.groupBox4.Name = "groupBox4";
  223. this.groupBox4.Size = new System.Drawing.Size(1560, 235);
  224. this.groupBox4.TabIndex = 30;
  225. this.groupBox4.TabStop = false;
  226. this.groupBox4.Text = "本地数据";
  227. //
  228. // groupBox3
  229. //
  230. this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  231. | System.Windows.Forms.AnchorStyles.Right)));
  232. this.groupBox3.Controls.Add(this.coTableLayoutPanel3);
  233. this.groupBox3.Location = new System.Drawing.Point(6, 159);
  234. this.groupBox3.Name = "groupBox3";
  235. this.groupBox3.Size = new System.Drawing.Size(1563, 73);
  236. this.groupBox3.TabIndex = 29;
  237. this.groupBox3.TabStop = false;
  238. this.groupBox3.Text = "录入工位";
  239. //
  240. // coTableLayoutPanel3
  241. //
  242. this.coTableLayoutPanel3.ColumnCount = 9;
  243. this.coTableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.743738F));
  244. this.coTableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.08414F));
  245. this.coTableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.55106F));
  246. this.coTableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.53372F));
  247. this.coTableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.39499F));
  248. this.coTableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.54271F));
  249. this.coTableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.330764F));
  250. this.coTableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.68015F));
  251. this.coTableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.94605F));
  252. this.coTableLayoutPanel3.Controls.Add(this.labelControl5, 0, 0);
  253. this.coTableLayoutPanel3.Controls.Add(this.lookUp_TaskState, 1, 0);
  254. this.coTableLayoutPanel3.Controls.Add(this.btn_Check_RecoverProduce, 8, 0);
  255. this.coTableLayoutPanel3.Controls.Add(this.labelControl3, 6, 0);
  256. this.coTableLayoutPanel3.Controls.Add(this.labelControl6, 2, 0);
  257. this.coTableLayoutPanel3.Controls.Add(this.txt_VINInput, 3, 0);
  258. this.coTableLayoutPanel3.Controls.Add(this.labelControl1, 4, 0);
  259. this.coTableLayoutPanel3.Controls.Add(this.txt_ModelInput, 5, 0);
  260. this.coTableLayoutPanel3.Controls.Add(this.lookUp_Color, 7, 0);
  261. this.coTableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  262. this.coTableLayoutPanel3.Location = new System.Drawing.Point(3, 18);
  263. this.coTableLayoutPanel3.Name = "coTableLayoutPanel3";
  264. this.coTableLayoutPanel3.RowCount = 1;
  265. this.coTableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  266. this.coTableLayoutPanel3.Size = new System.Drawing.Size(1557, 52);
  267. this.coTableLayoutPanel3.TabIndex = 0;
  268. //
  269. // labelControl5
  270. //
  271. this.labelControl5.Anchor = System.Windows.Forms.AnchorStyles.Right;
  272. this.labelControl5.Appearance.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.labelControl5.Appearance.Options.UseFont = true;
  274. this.labelControl5.Location = new System.Drawing.Point(42, 16);
  275. this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  276. this.labelControl5.Name = "labelControl5";
  277. this.labelControl5.Size = new System.Drawing.Size(60, 20);
  278. this.labelControl5.TabIndex = 4;
  279. this.labelControl5.Text = "模式:";
  280. //
  281. // lookUp_TaskState
  282. //
  283. this.lookUp_TaskState.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  284. this.lookUp_TaskState.Location = new System.Drawing.Point(108, 10);
  285. this.lookUp_TaskState.Name = "lookUp_TaskState";
  286. this.lookUp_TaskState.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  287. this.lookUp_TaskState.Properties.Appearance.Options.UseFont = true;
  288. this.lookUp_TaskState.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
  289. this.lookUp_TaskState.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  290. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  291. this.lookUp_TaskState.Size = new System.Drawing.Size(260, 32);
  292. this.lookUp_TaskState.TabIndex = 24;
  293. //
  294. // btn_Check_RecoverProduce
  295. //
  296. this.btn_Check_RecoverProduce.Anchor = System.Windows.Forms.AnchorStyles.None;
  297. this.btn_Check_RecoverProduce.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.btn_Check_RecoverProduce.Appearance.Options.UseFont = true;
  299. this.btn_Check_RecoverProduce.AutoSize = true;
  300. this.btn_Check_RecoverProduce.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Check_RecoverProduce.ImageOptions.Image")));
  301. this.btn_Check_RecoverProduce.Location = new System.Drawing.Point(1409, 11);
  302. this.btn_Check_RecoverProduce.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3);
  303. this.btn_Check_RecoverProduce.MaximumSize = new System.Drawing.Size(135, 30);
  304. this.btn_Check_RecoverProduce.Name = "btn_Check_RecoverProduce";
  305. this.btn_Check_RecoverProduce.Size = new System.Drawing.Size(106, 30);
  306. this.btn_Check_RecoverProduce.TabIndex = 26;
  307. this.btn_Check_RecoverProduce.Text = "操作确认";
  308. this.btn_Check_RecoverProduce.Click += new System.EventHandler(this.btn_Check_RecoverProduce_Click);
  309. //
  310. // labelControl3
  311. //
  312. this.labelControl3.Anchor = System.Windows.Forms.AnchorStyles.Right;
  313. this.labelControl3.Appearance.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.labelControl3.Appearance.Options.UseFont = true;
  315. this.labelControl3.Location = new System.Drawing.Point(1102, 16);
  316. this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  317. this.labelControl3.Name = "labelControl3";
  318. this.labelControl3.Size = new System.Drawing.Size(50, 20);
  319. this.labelControl3.TabIndex = 4;
  320. this.labelControl3.Text = "颜色:";
  321. //
  322. // labelControl6
  323. //
  324. this.labelControl6.Anchor = System.Windows.Forms.AnchorStyles.Right;
  325. this.labelControl6.Appearance.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.labelControl6.Appearance.Options.UseFont = true;
  327. this.labelControl6.Location = new System.Drawing.Point(420, 16);
  328. this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  329. this.labelControl6.Name = "labelControl6";
  330. this.labelControl6.Size = new System.Drawing.Size(50, 20);
  331. this.labelControl6.TabIndex = 4;
  332. this.labelControl6.Text = "车号:";
  333. //
  334. // txt_VINInput
  335. //
  336. this.txt_VINInput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  337. this.txt_VINInput.Enabled = false;
  338. this.txt_VINInput.Location = new System.Drawing.Point(476, 11);
  339. this.txt_VINInput.Name = "txt_VINInput";
  340. this.txt_VINInput.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  341. this.txt_VINInput.Properties.Appearance.Options.UseFont = true;
  342. this.txt_VINInput.Size = new System.Drawing.Size(267, 30);
  343. this.txt_VINInput.TabIndex = 25;
  344. this.txt_VINInput.Click += new System.EventHandler(this.txt_VINInput_Click);
  345. this.txt_VINInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_VIN_KeyDown);
  346. //
  347. // labelControl1
  348. //
  349. this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Right;
  350. this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.labelControl1.Appearance.Options.UseFont = true;
  352. this.labelControl1.Location = new System.Drawing.Point(767, 16);
  353. this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  354. this.labelControl1.Name = "labelControl1";
  355. this.labelControl1.Size = new System.Drawing.Size(60, 20);
  356. this.labelControl1.TabIndex = 4;
  357. this.labelControl1.Text = "车型:";
  358. //
  359. // txt_ModelInput
  360. //
  361. this.txt_ModelInput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  362. this.txt_ModelInput.Enabled = false;
  363. this.txt_ModelInput.Location = new System.Drawing.Point(833, 11);
  364. this.txt_ModelInput.Name = "txt_ModelInput";
  365. this.txt_ModelInput.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  366. this.txt_ModelInput.Properties.Appearance.Options.UseFont = true;
  367. this.txt_ModelInput.Properties.Mask.EditMask = "f0";
  368. this.txt_ModelInput.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  369. this.txt_ModelInput.Size = new System.Drawing.Size(236, 30);
  370. this.txt_ModelInput.TabIndex = 25;
  371. this.txt_ModelInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_VIN_KeyDown);
  372. //
  373. // lookUp_Color
  374. //
  375. this.lookUp_Color.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  376. this.lookUp_Color.Enabled = false;
  377. this.lookUp_Color.Location = new System.Drawing.Point(1158, 10);
  378. this.lookUp_Color.Name = "lookUp_Color";
  379. this.lookUp_Color.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  380. this.lookUp_Color.Properties.Appearance.Options.UseFont = true;
  381. this.lookUp_Color.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
  382. this.lookUp_Color.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  383. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  384. this.lookUp_Color.Size = new System.Drawing.Size(207, 32);
  385. this.lookUp_Color.TabIndex = 24;
  386. //
  387. // groupBox2
  388. //
  389. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  390. | System.Windows.Forms.AnchorStyles.Right)));
  391. this.groupBox2.Controls.Add(this.coTableLayoutPanel4);
  392. this.groupBox2.Location = new System.Drawing.Point(6, 80);
  393. this.groupBox2.Name = "groupBox2";
  394. this.groupBox2.Size = new System.Drawing.Size(1563, 73);
  395. this.groupBox2.TabIndex = 29;
  396. this.groupBox2.TabStop = false;
  397. this.groupBox2.Text = "扫码工位";
  398. //
  399. // coTableLayoutPanel4
  400. //
  401. this.coTableLayoutPanel4.ColumnCount = 9;
  402. this.coTableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7.000642F));
  403. this.coTableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.01991F));
  404. this.coTableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.743738F));
  405. this.coTableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.40527F));
  406. this.coTableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.651895F));
  407. this.coTableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.47848F));
  408. this.coTableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.21195F));
  409. this.coTableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.184329F));
  410. this.coTableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.01028F));
  411. this.coTableLayoutPanel4.Controls.Add(this.lbl_FEMScanner, 4, 0);
  412. this.coTableLayoutPanel4.Controls.Add(this.labelControl8, 0, 0);
  413. this.coTableLayoutPanel4.Controls.Add(this.lbl_ScanningFEMCode, 5, 0);
  414. this.coTableLayoutPanel4.Controls.Add(this.lbl_Scanning_Pointer, 1, 0);
  415. this.coTableLayoutPanel4.Controls.Add(this.lbl_Scanning_HeadCode, 3, 0);
  416. this.coTableLayoutPanel4.Controls.Add(this.lbl_HeadScanner, 2, 0);
  417. this.coTableLayoutPanel4.Controls.Add(this.lbl_Scanning_MatchRes, 6, 0);
  418. this.coTableLayoutPanel4.Controls.Add(this.btn_ForceMatch, 8, 0);
  419. this.coTableLayoutPanel4.Controls.Add(this.lbl_ScannerBlock, 7, 0);
  420. this.coTableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  421. this.coTableLayoutPanel4.Location = new System.Drawing.Point(3, 18);
  422. this.coTableLayoutPanel4.Name = "coTableLayoutPanel4";
  423. this.coTableLayoutPanel4.RowCount = 1;
  424. this.coTableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  425. this.coTableLayoutPanel4.Size = new System.Drawing.Size(1557, 52);
  426. this.coTableLayoutPanel4.TabIndex = 0;
  427. //
  428. // lbl_FEMScanner
  429. //
  430. this.lbl_FEMScanner.Anchor = System.Windows.Forms.AnchorStyles.Right;
  431. this.lbl_FEMScanner.Appearance.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  432. this.lbl_FEMScanner.Appearance.Options.UseFont = true;
  433. this.lbl_FEMScanner.Location = new System.Drawing.Point(758, 16);
  434. this.lbl_FEMScanner.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  435. this.lbl_FEMScanner.Name = "lbl_FEMScanner";
  436. this.lbl_FEMScanner.Size = new System.Drawing.Size(70, 20);
  437. this.lbl_FEMScanner.TabIndex = 8;
  438. this.lbl_FEMScanner.Text = "FEM码:";
  439. this.lbl_FEMScanner.MouseDown += new System.Windows.Forms.MouseEventHandler(this.labelControl3_MouseDown);
  440. //
  441. // labelControl8
  442. //
  443. this.labelControl8.Anchor = System.Windows.Forms.AnchorStyles.Right;
  444. this.labelControl8.Appearance.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  445. this.labelControl8.Appearance.Options.UseFont = true;
  446. this.labelControl8.Location = new System.Drawing.Point(45, 16);
  447. this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  448. this.labelControl8.Name = "labelControl8";
  449. this.labelControl8.Size = new System.Drawing.Size(60, 20);
  450. this.labelControl8.TabIndex = 4;
  451. this.labelControl8.Text = "指针:";
  452. //
  453. // lbl_ScanningFEMCode
  454. //
  455. this.lbl_ScanningFEMCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  456. this.lbl_ScanningFEMCode.Appearance.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  457. this.lbl_ScanningFEMCode.Appearance.Options.UseFont = true;
  458. this.lbl_ScanningFEMCode.Appearance.Options.UseTextOptions = true;
  459. this.lbl_ScanningFEMCode.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  460. this.lbl_ScanningFEMCode.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
  461. this.lbl_ScanningFEMCode.Location = new System.Drawing.Point(834, 14);
  462. this.lbl_ScanningFEMCode.Name = "lbl_ScanningFEMCode";
  463. this.lbl_ScanningFEMCode.Size = new System.Drawing.Size(35, 24);
  464. this.lbl_ScanningFEMCode.TabIndex = 24;
  465. this.lbl_ScanningFEMCode.Text = "-----";
  466. this.lbl_ScanningFEMCode.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lbl_femCode_MouseDown);
  467. //
  468. // lbl_Scanning_Pointer
  469. //
  470. this.lbl_Scanning_Pointer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  471. this.lbl_Scanning_Pointer.Appearance.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  472. this.lbl_Scanning_Pointer.Appearance.Options.UseFont = true;
  473. this.lbl_Scanning_Pointer.Appearance.Options.UseTextOptions = true;
  474. this.lbl_Scanning_Pointer.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  475. this.lbl_Scanning_Pointer.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
  476. this.lbl_Scanning_Pointer.Location = new System.Drawing.Point(111, 14);
  477. this.lbl_Scanning_Pointer.Name = "lbl_Scanning_Pointer";
  478. this.lbl_Scanning_Pointer.Size = new System.Drawing.Size(35, 24);
  479. this.lbl_Scanning_Pointer.TabIndex = 24;
  480. this.lbl_Scanning_Pointer.Text = "-----";
  481. this.lbl_Scanning_Pointer.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lbl_vincode_MouseDown);
  482. //
  483. // lbl_Scanning_HeadCode
  484. //
  485. this.lbl_Scanning_HeadCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  486. this.lbl_Scanning_HeadCode.Appearance.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  487. this.lbl_Scanning_HeadCode.Appearance.Options.UseFont = true;
  488. this.lbl_Scanning_HeadCode.Appearance.Options.UseTextOptions = true;
  489. this.lbl_Scanning_HeadCode.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  490. this.lbl_Scanning_HeadCode.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
  491. this.lbl_Scanning_HeadCode.Location = new System.Drawing.Point(478, 14);
  492. this.lbl_Scanning_HeadCode.Name = "lbl_Scanning_HeadCode";
  493. this.lbl_Scanning_HeadCode.Size = new System.Drawing.Size(35, 24);
  494. this.lbl_Scanning_HeadCode.TabIndex = 24;
  495. this.lbl_Scanning_HeadCode.Text = "-----";
  496. this.lbl_Scanning_HeadCode.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lbl_headCode_MouseDown);
  497. //
  498. // lbl_HeadScanner
  499. //
  500. this.lbl_HeadScanner.Anchor = System.Windows.Forms.AnchorStyles.Right;
  501. this.lbl_HeadScanner.Appearance.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  502. this.lbl_HeadScanner.Appearance.Options.UseFont = true;
  503. this.lbl_HeadScanner.Location = new System.Drawing.Point(392, 16);
  504. this.lbl_HeadScanner.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  505. this.lbl_HeadScanner.Name = "lbl_HeadScanner";
  506. this.lbl_HeadScanner.Size = new System.Drawing.Size(80, 20);
  507. this.lbl_HeadScanner.TabIndex = 6;
  508. this.lbl_HeadScanner.Text = "车头码:";
  509. this.lbl_HeadScanner.MouseDown += new System.Windows.Forms.MouseEventHandler(this.labelControl2_MouseDown);
  510. //
  511. // lbl_Scanning_MatchRes
  512. //
  513. this.lbl_Scanning_MatchRes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  514. this.lbl_Scanning_MatchRes.Appearance.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  515. this.lbl_Scanning_MatchRes.Appearance.Options.UseFont = true;
  516. this.lbl_Scanning_MatchRes.Appearance.Options.UseTextOptions = true;
  517. this.lbl_Scanning_MatchRes.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  518. this.lbl_Scanning_MatchRes.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
  519. this.lbl_Scanning_MatchRes.Location = new System.Drawing.Point(1073, 14);
  520. this.lbl_Scanning_MatchRes.Name = "lbl_Scanning_MatchRes";
  521. this.lbl_Scanning_MatchRes.Size = new System.Drawing.Size(45, 24);
  522. this.lbl_Scanning_MatchRes.TabIndex = 24;
  523. this.lbl_Scanning_MatchRes.Text = "-----";
  524. //
  525. // btn_ForceMatch
  526. //
  527. this.btn_ForceMatch.Anchor = System.Windows.Forms.AnchorStyles.None;
  528. this.btn_ForceMatch.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  529. this.btn_ForceMatch.Appearance.Options.UseFont = true;
  530. this.btn_ForceMatch.AutoSize = true;
  531. this.btn_ForceMatch.ImageOptions.ImageUri.Uri = "Recurrence;Office2013";
  532. this.btn_ForceMatch.Location = new System.Drawing.Point(1409, 11);
  533. this.btn_ForceMatch.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3);
  534. this.btn_ForceMatch.MaximumSize = new System.Drawing.Size(135, 30);
  535. this.btn_ForceMatch.Name = "btn_ForceMatch";
  536. this.btn_ForceMatch.Size = new System.Drawing.Size(106, 30);
  537. this.btn_ForceMatch.TabIndex = 26;
  538. this.btn_ForceMatch.Text = "匹配指针";
  539. this.btn_ForceMatch.Click += new System.EventHandler(this.btn_ForceMatch_Click);
  540. //
  541. // lbl_ScannerBlock
  542. //
  543. this.lbl_ScannerBlock.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  544. this.lbl_ScannerBlock.Appearance.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  545. this.lbl_ScannerBlock.Appearance.Options.UseFont = true;
  546. this.lbl_ScannerBlock.Appearance.Options.UseTextOptions = true;
  547. this.lbl_ScannerBlock.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  548. this.lbl_ScannerBlock.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
  549. this.lbl_ScannerBlock.Location = new System.Drawing.Point(1230, 14);
  550. this.lbl_ScannerBlock.Name = "lbl_ScannerBlock";
  551. this.lbl_ScannerBlock.Size = new System.Drawing.Size(45, 24);
  552. this.lbl_ScannerBlock.TabIndex = 24;
  553. this.lbl_ScannerBlock.Text = "-----";
  554. //
  555. // groupBox1
  556. //
  557. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  558. | System.Windows.Forms.AnchorStyles.Right)));
  559. this.groupBox1.Controls.Add(this.coTableLayoutPanel1);
  560. this.groupBox1.Location = new System.Drawing.Point(3, 3);
  561. this.groupBox1.Name = "groupBox1";
  562. this.groupBox1.Size = new System.Drawing.Size(1563, 74);
  563. this.groupBox1.TabIndex = 29;
  564. this.groupBox1.TabStop = false;
  565. this.groupBox1.Text = "安装工位";
  566. //
  567. // coTableLayoutPanel1
  568. //
  569. this.coTableLayoutPanel1.ColumnCount = 9;
  570. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7.19332F));
  571. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.89146F));
  572. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.87219F));
  573. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.21259F));
  574. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.651895F));
  575. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.60694F));
  576. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.21195F));
  577. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.120103F));
  578. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.94605F));
  579. this.coTableLayoutPanel1.Controls.Add(this.lbl_Tighting_Pointer, 1, 0);
  580. this.coTableLayoutPanel1.Controls.Add(this.labelControl2, 2, 0);
  581. this.coTableLayoutPanel1.Controls.Add(this.labelControl4, 4, 0);
  582. this.coTableLayoutPanel1.Controls.Add(this.labelControl7, 0, 0);
  583. this.coTableLayoutPanel1.Controls.Add(this.lbl_TightingModel, 3, 0);
  584. this.coTableLayoutPanel1.Controls.Add(this.lbl_TightingColor, 5, 0);
  585. this.coTableLayoutPanel1.Controls.Add(this.btn_ReleaseEmpty, 8, 0);
  586. this.coTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  587. this.coTableLayoutPanel1.Location = new System.Drawing.Point(3, 18);
  588. this.coTableLayoutPanel1.Name = "coTableLayoutPanel1";
  589. this.coTableLayoutPanel1.RowCount = 1;
  590. this.coTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  591. this.coTableLayoutPanel1.Size = new System.Drawing.Size(1557, 53);
  592. this.coTableLayoutPanel1.TabIndex = 0;
  593. //
  594. // lbl_Tighting_Pointer
  595. //
  596. this.lbl_Tighting_Pointer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  597. this.lbl_Tighting_Pointer.Appearance.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  598. this.lbl_Tighting_Pointer.Appearance.Options.UseFont = true;
  599. this.lbl_Tighting_Pointer.Appearance.Options.UseTextOptions = true;
  600. this.lbl_Tighting_Pointer.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  601. this.lbl_Tighting_Pointer.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
  602. this.lbl_Tighting_Pointer.Location = new System.Drawing.Point(114, 14);
  603. this.lbl_Tighting_Pointer.Name = "lbl_Tighting_Pointer";
  604. this.lbl_Tighting_Pointer.Size = new System.Drawing.Size(35, 24);
  605. this.lbl_Tighting_Pointer.TabIndex = 24;
  606. this.lbl_Tighting_Pointer.Text = "-----";
  607. this.lbl_Tighting_Pointer.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lbl_vincode_MouseDown);
  608. //
  609. // labelControl2
  610. //
  611. this.labelControl2.Anchor = System.Windows.Forms.AnchorStyles.Right;
  612. this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  613. this.labelControl2.Appearance.Options.UseFont = true;
  614. this.labelControl2.Location = new System.Drawing.Point(415, 16);
  615. this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  616. this.labelControl2.Name = "labelControl2";
  617. this.labelControl2.Size = new System.Drawing.Size(60, 20);
  618. this.labelControl2.TabIndex = 4;
  619. this.labelControl2.Text = "车型:";
  620. //
  621. // labelControl4
  622. //
  623. this.labelControl4.Anchor = System.Windows.Forms.AnchorStyles.Right;
  624. this.labelControl4.Appearance.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  625. this.labelControl4.Appearance.Options.UseFont = true;
  626. this.labelControl4.Location = new System.Drawing.Point(778, 16);
  627. this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  628. this.labelControl4.Name = "labelControl4";
  629. this.labelControl4.Size = new System.Drawing.Size(50, 20);
  630. this.labelControl4.TabIndex = 4;
  631. this.labelControl4.Text = "颜色:";
  632. //
  633. // labelControl7
  634. //
  635. this.labelControl7.Anchor = System.Windows.Forms.AnchorStyles.Right;
  636. this.labelControl7.Appearance.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  637. this.labelControl7.Appearance.Options.UseFont = true;
  638. this.labelControl7.Location = new System.Drawing.Point(48, 16);
  639. this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  640. this.labelControl7.Name = "labelControl7";
  641. this.labelControl7.Size = new System.Drawing.Size(60, 20);
  642. this.labelControl7.TabIndex = 4;
  643. this.labelControl7.Text = "车号:";
  644. //
  645. // lbl_TightingModel
  646. //
  647. this.lbl_TightingModel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  648. this.lbl_TightingModel.Appearance.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  649. this.lbl_TightingModel.Appearance.Options.UseFont = true;
  650. this.lbl_TightingModel.Appearance.Options.UseTextOptions = true;
  651. this.lbl_TightingModel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  652. this.lbl_TightingModel.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
  653. this.lbl_TightingModel.Location = new System.Drawing.Point(481, 14);
  654. this.lbl_TightingModel.Name = "lbl_TightingModel";
  655. this.lbl_TightingModel.Size = new System.Drawing.Size(35, 24);
  656. this.lbl_TightingModel.TabIndex = 24;
  657. this.lbl_TightingModel.Text = "-----";
  658. //
  659. // lbl_TightingColor
  660. //
  661. this.lbl_TightingColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  662. this.lbl_TightingColor.Appearance.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  663. this.lbl_TightingColor.Appearance.Options.UseFont = true;
  664. this.lbl_TightingColor.Appearance.Options.UseTextOptions = true;
  665. this.lbl_TightingColor.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  666. this.lbl_TightingColor.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
  667. this.lbl_TightingColor.Location = new System.Drawing.Point(834, 14);
  668. this.lbl_TightingColor.Name = "lbl_TightingColor";
  669. this.lbl_TightingColor.Size = new System.Drawing.Size(35, 24);
  670. this.lbl_TightingColor.TabIndex = 24;
  671. this.lbl_TightingColor.Text = "-----";
  672. //
  673. // btn_ReleaseEmpty
  674. //
  675. this.btn_ReleaseEmpty.Anchor = System.Windows.Forms.AnchorStyles.None;
  676. this.btn_ReleaseEmpty.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  677. this.btn_ReleaseEmpty.Appearance.Options.UseFont = true;
  678. this.btn_ReleaseEmpty.AutoSize = true;
  679. this.btn_ReleaseEmpty.Enabled = false;
  680. this.btn_ReleaseEmpty.ImageOptions.ImageUri.Uri = "DoubleNext;Office2013";
  681. this.btn_ReleaseEmpty.Location = new System.Drawing.Point(1410, 11);
  682. this.btn_ReleaseEmpty.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3);
  683. this.btn_ReleaseEmpty.MaximumSize = new System.Drawing.Size(135, 30);
  684. this.btn_ReleaseEmpty.Name = "btn_ReleaseEmpty";
  685. this.btn_ReleaseEmpty.Size = new System.Drawing.Size(106, 30);
  686. this.btn_ReleaseEmpty.TabIndex = 26;
  687. this.btn_ReleaseEmpty.Text = "强制放行";
  688. this.btn_ReleaseEmpty.Visible = false;
  689. this.btn_ReleaseEmpty.Click += new System.EventHandler(this.btn_ReleaseEmpty_Click);
  690. //
  691. // FormCurrentTask
  692. //
  693. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  694. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  695. this.ClientSize = new System.Drawing.Size(1569, 501);
  696. this.Controls.Add(this.panel1);
  697. this.Name = "FormCurrentTask";
  698. this.Text = "当前任务";
  699. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
  700. ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
  701. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  702. this.panel1.ResumeLayout(false);
  703. this.panel1.PerformLayout();
  704. this.groupBox4.ResumeLayout(false);
  705. this.groupBox3.ResumeLayout(false);
  706. this.coTableLayoutPanel3.ResumeLayout(false);
  707. this.coTableLayoutPanel3.PerformLayout();
  708. ((System.ComponentModel.ISupportInitialize)(this.lookUp_TaskState.Properties)).EndInit();
  709. ((System.ComponentModel.ISupportInitialize)(this.txt_VINInput.Properties)).EndInit();
  710. ((System.ComponentModel.ISupportInitialize)(this.txt_ModelInput.Properties)).EndInit();
  711. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Color.Properties)).EndInit();
  712. this.groupBox2.ResumeLayout(false);
  713. this.coTableLayoutPanel4.ResumeLayout(false);
  714. this.coTableLayoutPanel4.PerformLayout();
  715. this.groupBox1.ResumeLayout(false);
  716. this.coTableLayoutPanel1.ResumeLayout(false);
  717. this.coTableLayoutPanel1.PerformLayout();
  718. this.ResumeLayout(false);
  719. }
  720. #endregion
  721. private System.Windows.Forms.Timer timerRefresh;
  722. private DevExpress.XtraGrid.GridControl gridControl;
  723. private DevExpress.XtraGrid.Views.Grid.GridView gridView;
  724. private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
  725. private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
  726. private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
  727. private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
  728. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  729. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  730. private DevExpress.XtraEditors.LabelControl label_PageInfo;
  731. private System.Windows.Forms.Panel panel1;
  732. private DevExpress.XtraEditors.TextEdit txt_VINInput;
  733. private DevExpress.XtraEditors.LabelControl lbl_FEMScanner;
  734. private DevExpress.XtraEditors.LookUpEdit lookUp_TaskState;
  735. private DevExpress.XtraEditors.LabelControl lbl_HeadScanner;
  736. private DevExpress.XtraEditors.LabelControl labelControl6;
  737. private DevExpress.XtraEditors.LabelControl labelControl5;
  738. private DevExpress.XtraEditors.LabelControl lbl_Scanning_HeadCode;
  739. private DevExpress.XtraEditors.LabelControl lbl_ScanningFEMCode;
  740. private DevExpress.XtraEditors.LabelControl lbl_Tighting_Pointer;
  741. private DevExpress.XtraEditors.SimpleButton btn_Check_RecoverProduce;
  742. private DevExpress.XtraEditors.SimpleButton btn_ForceMatch;
  743. private DevExpress.XtraEditors.LabelControl lbl_Scanning_MatchRes;
  744. private DevExpress.XtraEditors.LabelControl labelControl3;
  745. private System.Windows.Forms.GroupBox groupBox2;
  746. private CoTableLayoutPanel coTableLayoutPanel4;
  747. private DevExpress.XtraEditors.LabelControl labelControl8;
  748. private System.Windows.Forms.GroupBox groupBox1;
  749. private CoTableLayoutPanel coTableLayoutPanel1;
  750. private System.Windows.Forms.GroupBox groupBox3;
  751. private CoTableLayoutPanel coTableLayoutPanel3;
  752. private DevExpress.XtraEditors.LabelControl lbl_Scanning_Pointer;
  753. private DevExpress.XtraEditors.SimpleButton btn_ReleaseEmpty;
  754. private DevExpress.XtraEditors.LabelControl labelControl1;
  755. private DevExpress.XtraEditors.TextEdit txt_ModelInput;
  756. private DevExpress.XtraEditors.LabelControl labelControl7;
  757. private DevExpress.XtraEditors.LabelControl labelControl2;
  758. private DevExpress.XtraEditors.LabelControl labelControl4;
  759. private System.Windows.Forms.GroupBox groupBox4;
  760. private DevExpress.XtraEditors.LabelControl lbl_TightingModel;
  761. private DevExpress.XtraEditors.LabelControl lbl_TightingColor;
  762. private DevExpress.XtraEditors.LookUpEdit lookUp_Color;
  763. private DevExpress.XtraEditors.LabelControl lbl_ScannerBlock;
  764. }
  765. }