革博士V2程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

1282 righe
75 KiB

  1. namespace GeBoShi
  2. {
  3. partial class Main
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
  30. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  31. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  38. System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
  39. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  40. this.tsbtnImpStop = new System.Windows.Forms.ToolStripButton();
  41. this.tsbtnStart = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnStop = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnWarning = new System.Windows.Forms.ToolStripButton();
  44. this.tsbtnReset = new System.Windows.Forms.ToolStripButton();
  45. this.tsbGoHome = new System.Windows.Forms.ToolStripButton();
  46. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  47. this.tsmSysmgr = new System.Windows.Forms.ToolStripMenuItem();
  48. this.tsmPdtMgr = new System.Windows.Forms.ToolStripMenuItem();
  49. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  50. this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  51. this.tsmSysDataFind = new System.Windows.Forms.ToolStripMenuItem();
  52. this.本地数据库查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  53. this.tsmSysUserMgr = new System.Windows.Forms.ToolStripMenuItem();
  54. this.tsmUserRight = new System.Windows.Forms.ToolStripMenuItem();
  55. this.tsmUserList = new System.Windows.Forms.ToolStripMenuItem();
  56. this.stmSysSet = new System.Windows.Forms.ToolStripMenuItem();
  57. this.tsmSysSet = new System.Windows.Forms.ToolStripMenuItem();
  58. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  59. this.tsmDebug = new System.Windows.Forms.ToolStripMenuItem();
  60. this.tsmHelp = new System.Windows.Forms.ToolStripMenuItem();
  61. this.tsmReadLog = new System.Windows.Forms.ToolStripMenuItem();
  62. this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
  63. this.tsmHelpInfo = new System.Windows.Forms.ToolStripMenuItem();
  64. this.tsmInfoUS = new System.Windows.Forms.ToolStripMenuItem();
  65. this.tsmSoftFile = new System.Windows.Forms.ToolStripMenuItem();
  66. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  67. this.tsState = new System.Windows.Forms.ToolStripStatusLabel();
  68. this.tsslLoginTime = new System.Windows.Forms.ToolStripStatusLabel();
  69. this.tsslLoginInfo = new System.Windows.Forms.ToolStripStatusLabel();
  70. this.tslabelTime = new System.Windows.Forms.ToolStripStatusLabel();
  71. this.stsSaveQueue = new System.Windows.Forms.ToolStripStatusLabel();
  72. this.logTxt = new System.Windows.Forms.ToolStripStatusLabel();
  73. this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  74. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  75. this.lblDefectSpeed = new System.Windows.Forms.Label();
  76. this.lblDefectLen = new System.Windows.Forms.Label();
  77. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  78. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  79. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  80. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  81. this.panel2 = new System.Windows.Forms.Panel();
  82. this.panel1 = new System.Windows.Forms.Panel();
  83. this.label1 = new System.Windows.Forms.Label();
  84. this.cbDefectCode = new System.Windows.Forms.ComboBox();
  85. this.label8 = new System.Windows.Forms.Label();
  86. this.cbPdtSN = new System.Windows.Forms.ComboBox();
  87. this.label4 = new System.Windows.Forms.Label();
  88. this.panel3 = new System.Windows.Forms.Panel();
  89. this.panel4 = new System.Windows.Forms.Panel();
  90. this.label2 = new System.Windows.Forms.Label();
  91. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  92. this.DefectItem = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.Enable = new System.Windows.Forms.DataGridViewButtonColumn();
  94. this.label7 = new System.Windows.Forms.Label();
  95. this.ucSwitch1 = new HZH_Controls.Controls.UCSwitch();
  96. this.splitContainer4 = new System.Windows.Forms.SplitContainer();
  97. this.tabControl1 = new System.Windows.Forms.TabControl();
  98. this.tabPage1 = new System.Windows.Forms.TabPage();
  99. this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  100. this.tabPage2 = new System.Windows.Forms.TabPage();
  101. this.skinDataGridView1 = new CCWin.SkinControl.SkinDataGridView();
  102. this.colUid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.colCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.colIndex = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.colDefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.colX = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.colY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.colW = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.colH = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.colArea = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.colZXD = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.colTarget = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.panel9 = new System.Windows.Forms.Panel();
  114. this.lbFK = new System.Windows.Forms.Label();
  115. this.chart3 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  116. this.keyPanel = new System.Windows.Forms.Panel();
  117. this.ucKeyBorderAll1 = new HZH_Controls.Controls.UCKeyBorderAll();
  118. this.uiTitel1 = new GeBoShi.UIKits.MaiMuMenu.UITitel_LT();
  119. this.toolStrip1.SuspendLayout();
  120. this.menuStrip1.SuspendLayout();
  121. this.statusStrip1.SuspendLayout();
  122. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  124. this.splitContainer1.Panel1.SuspendLayout();
  125. this.splitContainer1.Panel2.SuspendLayout();
  126. this.splitContainer1.SuspendLayout();
  127. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  129. this.splitContainer2.Panel1.SuspendLayout();
  130. this.splitContainer2.Panel2.SuspendLayout();
  131. this.splitContainer2.SuspendLayout();
  132. this.tableLayoutPanel1.SuspendLayout();
  133. this.panel2.SuspendLayout();
  134. this.panel1.SuspendLayout();
  135. this.panel3.SuspendLayout();
  136. this.panel4.SuspendLayout();
  137. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
  139. this.splitContainer4.Panel1.SuspendLayout();
  140. this.splitContainer4.Panel2.SuspendLayout();
  141. this.splitContainer4.SuspendLayout();
  142. this.tabControl1.SuspendLayout();
  143. this.tabPage1.SuspendLayout();
  144. ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
  145. this.tabPage2.SuspendLayout();
  146. ((System.ComponentModel.ISupportInitialize)(this.skinDataGridView1)).BeginInit();
  147. this.panel9.SuspendLayout();
  148. ((System.ComponentModel.ISupportInitialize)(this.chart3)).BeginInit();
  149. this.keyPanel.SuspendLayout();
  150. this.SuspendLayout();
  151. //
  152. // toolStrip1
  153. //
  154. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  155. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  156. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  157. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  158. this.tsbtnImpStop,
  159. this.tsbtnStart,
  160. this.tsbtnStop,
  161. this.tsbtnWarning,
  162. this.tsbtnReset,
  163. this.tsbGoHome});
  164. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  165. this.toolStrip1.Location = new System.Drawing.Point(0, 89);
  166. this.toolStrip1.Name = "toolStrip1";
  167. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  168. this.toolStrip1.Size = new System.Drawing.Size(1048, 60);
  169. this.toolStrip1.TabIndex = 23;
  170. this.toolStrip1.Text = "toolStrip1";
  171. //
  172. // tsbtnImpStop
  173. //
  174. this.tsbtnImpStop.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.tsbtnImpStop.ForeColor = System.Drawing.SystemColors.Control;
  176. this.tsbtnImpStop.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnImpStop.Image")));
  177. this.tsbtnImpStop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  178. this.tsbtnImpStop.ImageTransparentColor = System.Drawing.Color.Magenta;
  179. this.tsbtnImpStop.Name = "tsbtnImpStop";
  180. this.tsbtnImpStop.Size = new System.Drawing.Size(78, 57);
  181. this.tsbtnImpStop.Text = "结束验布";
  182. this.tsbtnImpStop.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  183. this.tsbtnImpStop.Click += new System.EventHandler(this.tsbtnImpStop_Click);
  184. //
  185. // tsbtnStart
  186. //
  187. this.tsbtnStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.tsbtnStart.ForeColor = System.Drawing.SystemColors.Control;
  189. this.tsbtnStart.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStart.Image")));
  190. this.tsbtnStart.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  191. this.tsbtnStart.ImageTransparentColor = System.Drawing.Color.Magenta;
  192. this.tsbtnStart.Name = "tsbtnStart";
  193. this.tsbtnStart.Size = new System.Drawing.Size(78, 57);
  194. this.tsbtnStart.Text = "开始验布";
  195. this.tsbtnStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  196. this.tsbtnStart.Click += new System.EventHandler(this.tsbtnStart_Click);
  197. //
  198. // tsbtnStop
  199. //
  200. this.tsbtnStop.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.tsbtnStop.ForeColor = System.Drawing.SystemColors.Control;
  202. this.tsbtnStop.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStop.Image")));
  203. this.tsbtnStop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  204. this.tsbtnStop.ImageTransparentColor = System.Drawing.Color.Magenta;
  205. this.tsbtnStop.Name = "tsbtnStop";
  206. this.tsbtnStop.Size = new System.Drawing.Size(66, 57);
  207. this.tsbtnStop.Text = " 暂停 ";
  208. this.tsbtnStop.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  209. this.tsbtnStop.Click += new System.EventHandler(this.tsbtnStop_Click);
  210. //
  211. // tsbtnWarning
  212. //
  213. this.tsbtnWarning.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.tsbtnWarning.ForeColor = System.Drawing.Color.White;
  215. this.tsbtnWarning.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnWarning.Image")));
  216. this.tsbtnWarning.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  217. this.tsbtnWarning.ImageTransparentColor = System.Drawing.Color.Magenta;
  218. this.tsbtnWarning.Name = "tsbtnWarning";
  219. this.tsbtnWarning.Size = new System.Drawing.Size(78, 57);
  220. this.tsbtnWarning.Text = "解除报警";
  221. this.tsbtnWarning.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  222. this.tsbtnWarning.Click += new System.EventHandler(this.tsbtnWarning_Click);
  223. //
  224. // tsbtnReset
  225. //
  226. this.tsbtnReset.ForeColor = System.Drawing.SystemColors.Control;
  227. this.tsbtnReset.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnReset.Image")));
  228. this.tsbtnReset.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  229. this.tsbtnReset.ImageTransparentColor = System.Drawing.Color.Magenta;
  230. this.tsbtnReset.Name = "tsbtnReset";
  231. this.tsbtnReset.Size = new System.Drawing.Size(52, 57);
  232. this.tsbtnReset.Text = " 复位 ";
  233. this.tsbtnReset.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  234. this.tsbtnReset.Visible = false;
  235. this.tsbtnReset.Click += new System.EventHandler(this.tsbtnReset_Click);
  236. //
  237. // tsbGoHome
  238. //
  239. this.tsbGoHome.ForeColor = System.Drawing.Color.White;
  240. this.tsbGoHome.Image = ((System.Drawing.Image)(resources.GetObject("tsbGoHome.Image")));
  241. this.tsbGoHome.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  242. this.tsbGoHome.ImageTransparentColor = System.Drawing.Color.Magenta;
  243. this.tsbGoHome.Name = "tsbGoHome";
  244. this.tsbGoHome.Size = new System.Drawing.Size(60, 57);
  245. this.tsbGoHome.Text = "硬件重启";
  246. this.tsbGoHome.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  247. this.tsbGoHome.Visible = false;
  248. this.tsbGoHome.Click += new System.EventHandler(this.tsbGoHome_Click);
  249. //
  250. // menuStrip1
  251. //
  252. this.menuStrip1.AutoSize = false;
  253. this.menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  254. this.menuStrip1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  256. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  257. this.tsmSysmgr,
  258. this.tsmSysDataFind,
  259. this.tsmSysUserMgr,
  260. this.stmSysSet,
  261. this.tsmHelp});
  262. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  263. this.menuStrip1.Name = "menuStrip1";
  264. this.menuStrip1.Size = new System.Drawing.Size(1048, 43);
  265. this.menuStrip1.TabIndex = 22;
  266. this.menuStrip1.Text = "menuStrip1";
  267. //
  268. // tsmSysmgr
  269. //
  270. this.tsmSysmgr.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  271. this.tsmPdtMgr,
  272. this.toolStripSeparator1,
  273. this.退出ToolStripMenuItem});
  274. this.tsmSysmgr.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.tsmSysmgr.ForeColor = System.Drawing.SystemColors.Control;
  276. this.tsmSysmgr.Name = "tsmSysmgr";
  277. this.tsmSysmgr.ShortcutKeyDisplayString = "Ctrl+M";
  278. this.tsmSysmgr.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.M)));
  279. this.tsmSysmgr.Size = new System.Drawing.Size(134, 39);
  280. this.tsmSysmgr.Text = "系统管理(M)";
  281. this.tsmSysmgr.Click += new System.EventHandler(this.tsmSysmgr_Click);
  282. //
  283. // tsmPdtMgr
  284. //
  285. this.tsmPdtMgr.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.tsmPdtMgr.Image = ((System.Drawing.Image)(resources.GetObject("tsmPdtMgr.Image")));
  287. this.tsmPdtMgr.Name = "tsmPdtMgr";
  288. this.tsmPdtMgr.Size = new System.Drawing.Size(184, 26);
  289. this.tsmPdtMgr.Text = "检测管理";
  290. this.tsmPdtMgr.Click += new System.EventHandler(this.tsmPdtMgr_Click);
  291. //
  292. // toolStripSeparator1
  293. //
  294. this.toolStripSeparator1.Name = "toolStripSeparator1";
  295. this.toolStripSeparator1.Size = new System.Drawing.Size(181, 6);
  296. //
  297. // 退出ToolStripMenuItem
  298. //
  299. this.退出ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("退出ToolStripMenuItem.Image")));
  300. this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
  301. this.退出ToolStripMenuItem.Size = new System.Drawing.Size(184, 26);
  302. this.退出ToolStripMenuItem.Text = "退出";
  303. this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
  304. //
  305. // tsmSysDataFind
  306. //
  307. this.tsmSysDataFind.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  308. this.本地数据库查询ToolStripMenuItem});
  309. this.tsmSysDataFind.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.tsmSysDataFind.ForeColor = System.Drawing.SystemColors.Control;
  311. this.tsmSysDataFind.Name = "tsmSysDataFind";
  312. this.tsmSysDataFind.ShortcutKeyDisplayString = "Ctrl+R";
  313. this.tsmSysDataFind.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
  314. this.tsmSysDataFind.Size = new System.Drawing.Size(128, 39);
  315. this.tsmSysDataFind.Text = "系统查询(R)";
  316. //
  317. // 本地数据库查询ToolStripMenuItem
  318. //
  319. this.本地数据库查询ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("本地数据库查询ToolStripMenuItem.Image")));
  320. this.本地数据库查询ToolStripMenuItem.Name = "本地数据库查询ToolStripMenuItem";
  321. this.本地数据库查询ToolStripMenuItem.Size = new System.Drawing.Size(184, 26);
  322. this.本地数据库查询ToolStripMenuItem.Text = "数据查询";
  323. this.本地数据库查询ToolStripMenuItem.Click += new System.EventHandler(this.本地数据库查询ToolStripMenuItem_Click);
  324. //
  325. // tsmSysUserMgr
  326. //
  327. this.tsmSysUserMgr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  328. this.tsmSysUserMgr.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  329. this.tsmUserRight,
  330. this.tsmUserList});
  331. this.tsmSysUserMgr.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.tsmSysUserMgr.ForeColor = System.Drawing.Color.White;
  333. this.tsmSysUserMgr.Name = "tsmSysUserMgr";
  334. this.tsmSysUserMgr.Size = new System.Drawing.Size(108, 39);
  335. this.tsmSysUserMgr.Text = "用户管理(U)";
  336. //
  337. // tsmUserRight
  338. //
  339. this.tsmUserRight.Image = ((System.Drawing.Image)(resources.GetObject("tsmUserRight.Image")));
  340. this.tsmUserRight.Name = "tsmUserRight";
  341. this.tsmUserRight.Size = new System.Drawing.Size(184, 26);
  342. this.tsmUserRight.Text = "权限管理";
  343. this.tsmUserRight.Click += new System.EventHandler(this.tsmUserRight_Click);
  344. //
  345. // tsmUserList
  346. //
  347. this.tsmUserList.Image = ((System.Drawing.Image)(resources.GetObject("tsmUserList.Image")));
  348. this.tsmUserList.Name = "tsmUserList";
  349. this.tsmUserList.Size = new System.Drawing.Size(184, 26);
  350. this.tsmUserList.Text = "用户设置";
  351. this.tsmUserList.Click += new System.EventHandler(this.tsmUserList_Click);
  352. //
  353. // stmSysSet
  354. //
  355. this.stmSysSet.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  356. this.tsmSysSet,
  357. this.toolStripSeparator5,
  358. this.tsmDebug});
  359. this.stmSysSet.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.stmSysSet.ForeColor = System.Drawing.SystemColors.Control;
  361. this.stmSysSet.Name = "stmSysSet";
  362. this.stmSysSet.ShortcutKeyDisplayString = "Ctrl+S";
  363. this.stmSysSet.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
  364. this.stmSysSet.Size = new System.Drawing.Size(127, 39);
  365. this.stmSysSet.Text = "系统设置(S)";
  366. //
  367. // tsmSysSet
  368. //
  369. this.tsmSysSet.Image = ((System.Drawing.Image)(resources.GetObject("tsmSysSet.Image")));
  370. this.tsmSysSet.Name = "tsmSysSet";
  371. this.tsmSysSet.Size = new System.Drawing.Size(184, 26);
  372. this.tsmSysSet.Text = "系统设置";
  373. this.tsmSysSet.Click += new System.EventHandler(this.tsmSysSet_Click);
  374. //
  375. // toolStripSeparator5
  376. //
  377. this.toolStripSeparator5.Name = "toolStripSeparator5";
  378. this.toolStripSeparator5.Size = new System.Drawing.Size(181, 6);
  379. //
  380. // tsmDebug
  381. //
  382. this.tsmDebug.Image = ((System.Drawing.Image)(resources.GetObject("tsmDebug.Image")));
  383. this.tsmDebug.Name = "tsmDebug";
  384. this.tsmDebug.Size = new System.Drawing.Size(184, 26);
  385. this.tsmDebug.Text = "调试";
  386. this.tsmDebug.Visible = false;
  387. this.tsmDebug.Click += new System.EventHandler(this.tsmDebug_Click);
  388. //
  389. // tsmHelp
  390. //
  391. this.tsmHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  392. this.tsmReadLog,
  393. this.toolStripSeparator6,
  394. this.tsmHelpInfo,
  395. this.tsmInfoUS,
  396. this.tsmSoftFile});
  397. this.tsmHelp.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  398. this.tsmHelp.ForeColor = System.Drawing.SystemColors.Control;
  399. this.tsmHelp.Name = "tsmHelp";
  400. this.tsmHelp.ShortcutKeyDisplayString = "Ctrl+H";
  401. this.tsmHelp.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
  402. this.tsmHelp.Size = new System.Drawing.Size(98, 39);
  403. this.tsmHelp.Text = "帮助(H)";
  404. this.tsmHelp.Visible = false;
  405. //
  406. // tsmReadLog
  407. //
  408. this.tsmReadLog.Image = ((System.Drawing.Image)(resources.GetObject("tsmReadLog.Image")));
  409. this.tsmReadLog.Name = "tsmReadLog";
  410. this.tsmReadLog.Size = new System.Drawing.Size(184, 26);
  411. this.tsmReadLog.Text = "日志查询";
  412. //
  413. // toolStripSeparator6
  414. //
  415. this.toolStripSeparator6.Name = "toolStripSeparator6";
  416. this.toolStripSeparator6.Size = new System.Drawing.Size(181, 6);
  417. //
  418. // tsmHelpInfo
  419. //
  420. this.tsmHelpInfo.Image = ((System.Drawing.Image)(resources.GetObject("tsmHelpInfo.Image")));
  421. this.tsmHelpInfo.Name = "tsmHelpInfo";
  422. this.tsmHelpInfo.Size = new System.Drawing.Size(184, 26);
  423. this.tsmHelpInfo.Text = "帮助";
  424. //
  425. // tsmInfoUS
  426. //
  427. this.tsmInfoUS.Image = ((System.Drawing.Image)(resources.GetObject("tsmInfoUS.Image")));
  428. this.tsmInfoUS.Name = "tsmInfoUS";
  429. this.tsmInfoUS.Size = new System.Drawing.Size(184, 26);
  430. this.tsmInfoUS.Text = "关于";
  431. //
  432. // tsmSoftFile
  433. //
  434. this.tsmSoftFile.Name = "tsmSoftFile";
  435. this.tsmSoftFile.Size = new System.Drawing.Size(184, 26);
  436. this.tsmSoftFile.Text = "软件使用说明";
  437. //
  438. // statusStrip1
  439. //
  440. this.statusStrip1.BackColor = System.Drawing.SystemColors.HotTrack;
  441. this.statusStrip1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  443. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  444. this.tsState,
  445. this.tsslLoginTime,
  446. this.tsslLoginInfo,
  447. this.tslabelTime,
  448. this.stsSaveQueue,
  449. this.logTxt});
  450. this.statusStrip1.Location = new System.Drawing.Point(0, 648);
  451. this.statusStrip1.Name = "statusStrip1";
  452. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 9, 0);
  453. this.statusStrip1.Size = new System.Drawing.Size(1048, 26);
  454. this.statusStrip1.TabIndex = 25;
  455. this.statusStrip1.Text = "statusStrip1";
  456. //
  457. // tsState
  458. //
  459. this.tsState.ForeColor = System.Drawing.Color.White;
  460. this.tsState.Name = "tsState";
  461. this.tsState.Size = new System.Drawing.Size(74, 21);
  462. this.tsState.Text = "测试信息";
  463. //
  464. // tsslLoginTime
  465. //
  466. this.tsslLoginTime.ForeColor = System.Drawing.Color.White;
  467. this.tsslLoginTime.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
  468. this.tsslLoginTime.Name = "tsslLoginTime";
  469. this.tsslLoginTime.Size = new System.Drawing.Size(243, 21);
  470. this.tsslLoginTime.Text = "登录时间:2022-12-12 12:44:56";
  471. this.tsslLoginTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  472. //
  473. // tsslLoginInfo
  474. //
  475. this.tsslLoginInfo.ForeColor = System.Drawing.Color.White;
  476. this.tsslLoginInfo.Name = "tsslLoginInfo";
  477. this.tsslLoginInfo.Size = new System.Drawing.Size(122, 21);
  478. this.tsslLoginInfo.Text = "操作员:admin";
  479. //
  480. // tslabelTime
  481. //
  482. this.tslabelTime.ForeColor = System.Drawing.Color.White;
  483. this.tslabelTime.Name = "tslabelTime";
  484. this.tslabelTime.RightToLeft = System.Windows.Forms.RightToLeft.No;
  485. this.tslabelTime.Size = new System.Drawing.Size(106, 21);
  486. this.tslabelTime.Text = "实时测试队列";
  487. //
  488. // stsSaveQueue
  489. //
  490. this.stsSaveQueue.ForeColor = System.Drawing.Color.White;
  491. this.stsSaveQueue.Name = "stsSaveQueue";
  492. this.stsSaveQueue.RightToLeft = System.Windows.Forms.RightToLeft.No;
  493. this.stsSaveQueue.Size = new System.Drawing.Size(87, 21);
  494. this.stsSaveQueue.Text = "存图队列:0";
  495. //
  496. // logTxt
  497. //
  498. this.logTxt.ForeColor = System.Drawing.Color.White;
  499. this.logTxt.Name = "logTxt";
  500. this.logTxt.RightToLeft = System.Windows.Forms.RightToLeft.No;
  501. this.logTxt.Size = new System.Drawing.Size(74, 21);
  502. this.logTxt.Text = "日志信息";
  503. this.logTxt.TextChanged += new System.EventHandler(this.logTxt_TextChanged);
  504. //
  505. // backgroundWorker1
  506. //
  507. this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
  508. //
  509. // lblDefectSpeed
  510. //
  511. this.lblDefectSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  512. this.lblDefectSpeed.AutoSize = true;
  513. this.lblDefectSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  514. this.lblDefectSpeed.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  515. this.lblDefectSpeed.ForeColor = System.Drawing.Color.Lime;
  516. this.lblDefectSpeed.Location = new System.Drawing.Point(842, 118);
  517. this.lblDefectSpeed.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  518. this.lblDefectSpeed.Name = "lblDefectSpeed";
  519. this.lblDefectSpeed.Size = new System.Drawing.Size(171, 16);
  520. this.lblDefectSpeed.TabIndex = 30;
  521. this.lblDefectSpeed.Text = "检测速度: 0 米/分钟";
  522. //
  523. // lblDefectLen
  524. //
  525. this.lblDefectLen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  526. this.lblDefectLen.AutoSize = true;
  527. this.lblDefectLen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  528. this.lblDefectLen.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  529. this.lblDefectLen.ForeColor = System.Drawing.Color.Lime;
  530. this.lblDefectLen.Location = new System.Drawing.Point(842, 98);
  531. this.lblDefectLen.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  532. this.lblDefectLen.Name = "lblDefectLen";
  533. this.lblDefectLen.Size = new System.Drawing.Size(128, 16);
  534. this.lblDefectLen.TabIndex = 29;
  535. this.lblDefectLen.Text = "检测长度: 0 米";
  536. //
  537. // splitContainer1
  538. //
  539. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  540. this.splitContainer1.Location = new System.Drawing.Point(0, 149);
  541. this.splitContainer1.Name = "splitContainer1";
  542. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  543. //
  544. // splitContainer1.Panel1
  545. //
  546. this.splitContainer1.Panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  547. this.splitContainer1.Panel1.Controls.Add(this.pictureBox1);
  548. //
  549. // splitContainer1.Panel2
  550. //
  551. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  552. this.splitContainer1.Size = new System.Drawing.Size(1048, 499);
  553. this.splitContainer1.SplitterDistance = 82;
  554. this.splitContainer1.TabIndex = 100;
  555. //
  556. // pictureBox1
  557. //
  558. this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  559. | System.Windows.Forms.AnchorStyles.Left)
  560. | System.Windows.Forms.AnchorStyles.Right)));
  561. this.pictureBox1.BackColor = System.Drawing.SystemColors.Control;
  562. this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  563. this.pictureBox1.Location = new System.Drawing.Point(8, 4);
  564. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
  565. this.pictureBox1.Name = "pictureBox1";
  566. this.pictureBox1.Size = new System.Drawing.Size(1032, 75);
  567. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  568. this.pictureBox1.TabIndex = 13;
  569. this.pictureBox1.TabStop = false;
  570. //
  571. // splitContainer2
  572. //
  573. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  574. this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  575. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  576. this.splitContainer2.Name = "splitContainer2";
  577. //
  578. // splitContainer2.Panel1
  579. //
  580. this.splitContainer2.Panel1.Controls.Add(this.tableLayoutPanel1);
  581. //
  582. // splitContainer2.Panel2
  583. //
  584. this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
  585. this.splitContainer2.Size = new System.Drawing.Size(1048, 413);
  586. this.splitContainer2.SplitterDistance = 326;
  587. this.splitContainer2.TabIndex = 25;
  588. //
  589. // tableLayoutPanel1
  590. //
  591. this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  592. this.tableLayoutPanel1.ColumnCount = 1;
  593. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  594. this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
  595. this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 1);
  596. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  597. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  598. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  599. this.tableLayoutPanel1.RowCount = 2;
  600. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 111F));
  601. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  602. this.tableLayoutPanel1.Size = new System.Drawing.Size(326, 413);
  603. this.tableLayoutPanel1.TabIndex = 0;
  604. //
  605. // panel2
  606. //
  607. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  608. this.panel2.Controls.Add(this.panel1);
  609. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  610. this.panel2.Location = new System.Drawing.Point(3, 3);
  611. this.panel2.Name = "panel2";
  612. this.panel2.Size = new System.Drawing.Size(320, 105);
  613. this.panel2.TabIndex = 0;
  614. //
  615. // panel1
  616. //
  617. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  618. | System.Windows.Forms.AnchorStyles.Left)
  619. | System.Windows.Forms.AnchorStyles.Right)));
  620. this.panel1.BackColor = System.Drawing.Color.White;
  621. this.panel1.Controls.Add(this.label1);
  622. this.panel1.Controls.Add(this.cbDefectCode);
  623. this.panel1.Controls.Add(this.label8);
  624. this.panel1.Controls.Add(this.cbPdtSN);
  625. this.panel1.Controls.Add(this.label4);
  626. this.panel1.Location = new System.Drawing.Point(3, 3);
  627. this.panel1.Name = "panel1";
  628. this.panel1.Size = new System.Drawing.Size(314, 99);
  629. this.panel1.TabIndex = 3;
  630. //
  631. // label1
  632. //
  633. this.label1.AutoSize = true;
  634. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  635. this.label1.ForeColor = System.Drawing.Color.MidnightBlue;
  636. this.label1.Location = new System.Drawing.Point(8, 5);
  637. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  638. this.label1.Name = "label1";
  639. this.label1.Size = new System.Drawing.Size(74, 22);
  640. this.label1.TabIndex = 20;
  641. this.label1.Text = "检验信息";
  642. //
  643. // cbDefectCode
  644. //
  645. this.cbDefectCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  646. | System.Windows.Forms.AnchorStyles.Right)));
  647. this.cbDefectCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  648. this.cbDefectCode.FormattingEnabled = true;
  649. this.cbDefectCode.Items.AddRange(new object[] {
  650. "1",
  651. "2",
  652. "3",
  653. "4",
  654. "5"});
  655. this.cbDefectCode.Location = new System.Drawing.Point(91, 65);
  656. this.cbDefectCode.Name = "cbDefectCode";
  657. this.cbDefectCode.Size = new System.Drawing.Size(216, 28);
  658. this.cbDefectCode.TabIndex = 19;
  659. this.cbDefectCode.SelectedIndexChanged += new System.EventHandler(this.cbDefectCode_SelectedIndexChanged);
  660. //
  661. // label8
  662. //
  663. this.label8.AutoSize = true;
  664. this.label8.Font = new System.Drawing.Font("微软雅黑 Light", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  665. this.label8.ForeColor = System.Drawing.Color.MidnightBlue;
  666. this.label8.Location = new System.Drawing.Point(8, 68);
  667. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  668. this.label8.Name = "label8";
  669. this.label8.Size = new System.Drawing.Size(79, 20);
  670. this.label8.TabIndex = 18;
  671. this.label8.Text = "检测标准:";
  672. //
  673. // cbPdtSN
  674. //
  675. this.cbPdtSN.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  676. | System.Windows.Forms.AnchorStyles.Right)));
  677. this.cbPdtSN.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  678. this.cbPdtSN.FormattingEnabled = true;
  679. this.cbPdtSN.Items.AddRange(new object[] {
  680. "test"});
  681. this.cbPdtSN.Location = new System.Drawing.Point(91, 30);
  682. this.cbPdtSN.Name = "cbPdtSN";
  683. this.cbPdtSN.Size = new System.Drawing.Size(216, 28);
  684. this.cbPdtSN.TabIndex = 13;
  685. this.cbPdtSN.Click += new System.EventHandler(this.cbPdtSN_Click);
  686. //
  687. // label4
  688. //
  689. this.label4.AutoSize = true;
  690. this.label4.Font = new System.Drawing.Font("微软雅黑 Light", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  691. this.label4.ForeColor = System.Drawing.Color.MidnightBlue;
  692. this.label4.Location = new System.Drawing.Point(8, 33);
  693. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  694. this.label4.Name = "label4";
  695. this.label4.Size = new System.Drawing.Size(79, 20);
  696. this.label4.TabIndex = 12;
  697. this.label4.Text = "产品条码:";
  698. //
  699. // panel3
  700. //
  701. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  702. this.panel3.Controls.Add(this.panel4);
  703. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  704. this.panel3.Location = new System.Drawing.Point(3, 114);
  705. this.panel3.Name = "panel3";
  706. this.panel3.Size = new System.Drawing.Size(320, 296);
  707. this.panel3.TabIndex = 1;
  708. //
  709. // panel4
  710. //
  711. this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  712. | System.Windows.Forms.AnchorStyles.Left)
  713. | System.Windows.Forms.AnchorStyles.Right)));
  714. this.panel4.BackColor = System.Drawing.Color.White;
  715. this.panel4.Controls.Add(this.label2);
  716. this.panel4.Controls.Add(this.dataGridView1);
  717. this.panel4.Controls.Add(this.label7);
  718. this.panel4.Controls.Add(this.ucSwitch1);
  719. this.panel4.Location = new System.Drawing.Point(5, 3);
  720. this.panel4.Name = "panel4";
  721. this.panel4.Size = new System.Drawing.Size(312, 290);
  722. this.panel4.TabIndex = 0;
  723. //
  724. // label2
  725. //
  726. this.label2.AutoSize = true;
  727. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  728. this.label2.ForeColor = System.Drawing.Color.MidnightBlue;
  729. this.label2.Location = new System.Drawing.Point(6, 11);
  730. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  731. this.label2.Name = "label2";
  732. this.label2.Size = new System.Drawing.Size(74, 22);
  733. this.label2.TabIndex = 21;
  734. this.label2.Text = "检验控制";
  735. //
  736. // dataGridView1
  737. //
  738. this.dataGridView1.AllowUserToAddRows = false;
  739. this.dataGridView1.AllowUserToDeleteRows = false;
  740. this.dataGridView1.AllowUserToResizeColumns = false;
  741. this.dataGridView1.AllowUserToResizeRows = false;
  742. this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  743. | System.Windows.Forms.AnchorStyles.Left)
  744. | System.Windows.Forms.AnchorStyles.Right)));
  745. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  746. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  747. this.DefectItem,
  748. this.Enable});
  749. this.dataGridView1.Location = new System.Drawing.Point(5, 74);
  750. this.dataGridView1.Name = "dataGridView1";
  751. this.dataGridView1.RowHeadersVisible = false;
  752. this.dataGridView1.RowHeadersWidth = 51;
  753. this.dataGridView1.RowTemplate.Height = 30;
  754. this.dataGridView1.Size = new System.Drawing.Size(304, 209);
  755. this.dataGridView1.TabIndex = 12;
  756. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  757. //
  758. // DefectItem
  759. //
  760. this.DefectItem.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  761. this.DefectItem.HeaderText = "二次判断项";
  762. this.DefectItem.MinimumWidth = 6;
  763. this.DefectItem.Name = "DefectItem";
  764. this.DefectItem.ReadOnly = true;
  765. //
  766. // Enable
  767. //
  768. this.Enable.HeaderText = "判断";
  769. this.Enable.MinimumWidth = 6;
  770. this.Enable.Name = "Enable";
  771. this.Enable.Text = "启用";
  772. this.Enable.Width = 125;
  773. //
  774. // label7
  775. //
  776. this.label7.AutoSize = true;
  777. this.label7.Font = new System.Drawing.Font("微软雅黑 Light", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  778. this.label7.ForeColor = System.Drawing.Color.MidnightBlue;
  779. this.label7.Location = new System.Drawing.Point(39, 35);
  780. this.label7.Name = "label7";
  781. this.label7.Size = new System.Drawing.Size(93, 20);
  782. this.label7.TabIndex = 11;
  783. this.label7.Text = "瑕疵二次判断";
  784. //
  785. // ucSwitch1
  786. //
  787. this.ucSwitch1.BackColor = System.Drawing.Color.Transparent;
  788. this.ucSwitch1.Checked = false;
  789. this.ucSwitch1.FalseColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(189)))));
  790. this.ucSwitch1.FalseTextColr = System.Drawing.Color.Black;
  791. this.ucSwitch1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  792. this.ucSwitch1.Location = new System.Drawing.Point(177, 29);
  793. this.ucSwitch1.Name = "ucSwitch1";
  794. this.ucSwitch1.Size = new System.Drawing.Size(80, 28);
  795. this.ucSwitch1.SwitchType = HZH_Controls.Controls.SwitchType.Ellipse;
  796. this.ucSwitch1.TabIndex = 10;
  797. this.ucSwitch1.Texts = new string[] {
  798. "开启",
  799. "关闭"};
  800. this.ucSwitch1.TrueColor = System.Drawing.Color.Lime;
  801. this.ucSwitch1.TrueTextColr = System.Drawing.Color.Black;
  802. this.ucSwitch1.CheckedChanged += new System.EventHandler(this.ucSwitch1_CheckedChanged);
  803. //
  804. // splitContainer4
  805. //
  806. this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
  807. this.splitContainer4.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  808. this.splitContainer4.Location = new System.Drawing.Point(0, 0);
  809. this.splitContainer4.Name = "splitContainer4";
  810. this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
  811. //
  812. // splitContainer4.Panel1
  813. //
  814. this.splitContainer4.Panel1.Controls.Add(this.tabControl1);
  815. //
  816. // splitContainer4.Panel2
  817. //
  818. this.splitContainer4.Panel2.Controls.Add(this.panel9);
  819. this.splitContainer4.Size = new System.Drawing.Size(718, 413);
  820. this.splitContainer4.SplitterDistance = 286;
  821. this.splitContainer4.TabIndex = 1;
  822. //
  823. // tabControl1
  824. //
  825. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  826. | System.Windows.Forms.AnchorStyles.Left)
  827. | System.Windows.Forms.AnchorStyles.Right)));
  828. this.tabControl1.Controls.Add(this.tabPage1);
  829. this.tabControl1.Controls.Add(this.tabPage2);
  830. this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  831. this.tabControl1.ItemSize = new System.Drawing.Size(106, 26);
  832. this.tabControl1.Location = new System.Drawing.Point(2, 6);
  833. this.tabControl1.Name = "tabControl1";
  834. this.tabControl1.SelectedIndex = 0;
  835. this.tabControl1.Size = new System.Drawing.Size(708, 277);
  836. this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  837. this.tabControl1.TabIndex = 1;
  838. this.tabControl1.Resize += new System.EventHandler(this.tabControl1_Resize);
  839. //
  840. // tabPage1
  841. //
  842. this.tabPage1.AutoScroll = true;
  843. this.tabPage1.Controls.Add(this.chart1);
  844. this.tabPage1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  845. this.tabPage1.ForeColor = System.Drawing.SystemColors.HotTrack;
  846. this.tabPage1.Location = new System.Drawing.Point(4, 30);
  847. this.tabPage1.Name = "tabPage1";
  848. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  849. this.tabPage1.Size = new System.Drawing.Size(700, 243);
  850. this.tabPage1.TabIndex = 0;
  851. this.tabPage1.Text = "瑕疵分布";
  852. this.tabPage1.UseVisualStyleBackColor = true;
  853. //
  854. // chart1
  855. //
  856. chartArea1.AxisX.Maximum = 160D;
  857. chartArea1.AxisX.Minimum = 0D;
  858. chartArea1.AxisY.LabelStyle.Format = "N0";
  859. chartArea1.AxisY.MaximumAutoSize = 95F;
  860. chartArea1.Name = "ChartArea1";
  861. this.chart1.ChartAreas.Add(chartArea1);
  862. this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
  863. this.chart1.Location = new System.Drawing.Point(3, 3);
  864. this.chart1.Margin = new System.Windows.Forms.Padding(2);
  865. this.chart1.Name = "chart1";
  866. series1.ChartArea = "ChartArea1";
  867. series1.Name = "Series1";
  868. this.chart1.Series.Add(series1);
  869. this.chart1.Size = new System.Drawing.Size(694, 237);
  870. this.chart1.TabIndex = 4;
  871. this.chart1.Text = "chart1";
  872. //
  873. // tabPage2
  874. //
  875. this.tabPage2.Controls.Add(this.skinDataGridView1);
  876. this.tabPage2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  877. this.tabPage2.ForeColor = System.Drawing.SystemColors.HotTrack;
  878. this.tabPage2.Location = new System.Drawing.Point(4, 30);
  879. this.tabPage2.Name = "tabPage2";
  880. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  881. this.tabPage2.Size = new System.Drawing.Size(700, 243);
  882. this.tabPage2.TabIndex = 1;
  883. this.tabPage2.Text = "瑕疵列表";
  884. this.tabPage2.UseVisualStyleBackColor = true;
  885. //
  886. // skinDataGridView1
  887. //
  888. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253)))));
  889. this.skinDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  890. this.skinDataGridView1.BackgroundColor = System.Drawing.SystemColors.Window;
  891. this.skinDataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  892. this.skinDataGridView1.ColumnFont = null;
  893. this.skinDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  894. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  895. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239)))));
  896. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  897. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.Window;
  898. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  899. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  900. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  901. this.skinDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  902. this.skinDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  903. this.skinDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  904. this.colUid,
  905. this.colCode,
  906. this.colIndex,
  907. this.colDefectName,
  908. this.colX,
  909. this.colY,
  910. this.colW,
  911. this.colH,
  912. this.colArea,
  913. this.colZXD,
  914. this.colTarget});
  915. this.skinDataGridView1.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText;
  916. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  917. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  918. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  919. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.HotTrack;
  920. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240)))));
  921. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
  922. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  923. this.skinDataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
  924. this.skinDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  925. this.skinDataGridView1.EnableHeadersVisualStyles = false;
  926. this.skinDataGridView1.GridColor = System.Drawing.SystemColors.GradientActiveCaption;
  927. this.skinDataGridView1.HeadFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  928. this.skinDataGridView1.HeadForeColor = System.Drawing.SystemColors.Window;
  929. this.skinDataGridView1.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText;
  930. this.skinDataGridView1.Location = new System.Drawing.Point(3, 3);
  931. this.skinDataGridView1.Name = "skinDataGridView1";
  932. this.skinDataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  933. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  934. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  935. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  936. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.MenuText;
  937. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  938. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  939. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  940. this.skinDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  941. this.skinDataGridView1.RowHeadersWidth = 51;
  942. this.skinDataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  943. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  944. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  945. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  946. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  947. this.skinDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5;
  948. this.skinDataGridView1.RowTemplate.Height = 23;
  949. this.skinDataGridView1.Size = new System.Drawing.Size(694, 237);
  950. this.skinDataGridView1.TabIndex = 1;
  951. this.skinDataGridView1.TitleBack = null;
  952. this.skinDataGridView1.TitleBackColorBegin = System.Drawing.SystemColors.HotTrack;
  953. this.skinDataGridView1.TitleBackColorEnd = System.Drawing.SystemColors.HotTrack;
  954. this.skinDataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.skinDataGridView1_CellClick);
  955. this.skinDataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.skinDataGridView1_CellContentClick);
  956. //
  957. // colUid
  958. //
  959. this.colUid.HeaderText = "Uid";
  960. this.colUid.MinimumWidth = 6;
  961. this.colUid.Name = "colUid";
  962. this.colUid.ReadOnly = true;
  963. this.colUid.Visible = false;
  964. this.colUid.Width = 125;
  965. //
  966. // colCode
  967. //
  968. this.colCode.HeaderText = "Code";
  969. this.colCode.MinimumWidth = 6;
  970. this.colCode.Name = "colCode";
  971. this.colCode.ReadOnly = true;
  972. this.colCode.Visible = false;
  973. this.colCode.Width = 125;
  974. //
  975. // colIndex
  976. //
  977. this.colIndex.DataPropertyName = "Index";
  978. this.colIndex.HeaderText = "图号";
  979. this.colIndex.MinimumWidth = 6;
  980. this.colIndex.Name = "colIndex";
  981. this.colIndex.ReadOnly = true;
  982. this.colIndex.Width = 70;
  983. //
  984. // colDefectName
  985. //
  986. this.colDefectName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  987. this.colDefectName.DataPropertyName = "Name";
  988. this.colDefectName.HeaderText = "名称";
  989. this.colDefectName.MinimumWidth = 6;
  990. this.colDefectName.Name = "colDefectName";
  991. this.colDefectName.ReadOnly = true;
  992. //
  993. // colX
  994. //
  995. this.colX.DataPropertyName = "X";
  996. this.colX.HeaderText = "X(cm)";
  997. this.colX.MinimumWidth = 6;
  998. this.colX.Name = "colX";
  999. this.colX.ReadOnly = true;
  1000. this.colX.Width = 60;
  1001. //
  1002. // colY
  1003. //
  1004. this.colY.DataPropertyName = "Y";
  1005. this.colY.HeaderText = "Y(m)";
  1006. this.colY.MinimumWidth = 6;
  1007. this.colY.Name = "colY";
  1008. this.colY.ReadOnly = true;
  1009. this.colY.Width = 60;
  1010. //
  1011. // colW
  1012. //
  1013. this.colW.HeaderText = "宽(cm)";
  1014. this.colW.MinimumWidth = 6;
  1015. this.colW.Name = "colW";
  1016. this.colW.ReadOnly = true;
  1017. this.colW.Visible = false;
  1018. this.colW.Width = 60;
  1019. //
  1020. // colH
  1021. //
  1022. this.colH.HeaderText = "高(cm)";
  1023. this.colH.MinimumWidth = 6;
  1024. this.colH.Name = "colH";
  1025. this.colH.ReadOnly = true;
  1026. this.colH.Visible = false;
  1027. this.colH.Width = 60;
  1028. //
  1029. // colArea
  1030. //
  1031. this.colArea.HeaderText = "面积(cm)";
  1032. this.colArea.MinimumWidth = 6;
  1033. this.colArea.Name = "colArea";
  1034. this.colArea.ReadOnly = true;
  1035. this.colArea.Width = 80;
  1036. //
  1037. // colZXD
  1038. //
  1039. this.colZXD.DataPropertyName = "ZXD";
  1040. this.colZXD.HeaderText = "置信度";
  1041. this.colZXD.MinimumWidth = 6;
  1042. this.colZXD.Name = "colZXD";
  1043. this.colZXD.ReadOnly = true;
  1044. this.colZXD.Width = 70;
  1045. //
  1046. // colTarget
  1047. //
  1048. this.colTarget.DataPropertyName = "Contrast";
  1049. this.colTarget.HeaderText = "对比度";
  1050. this.colTarget.MinimumWidth = 6;
  1051. this.colTarget.Name = "colTarget";
  1052. this.colTarget.ReadOnly = true;
  1053. this.colTarget.Width = 70;
  1054. //
  1055. // panel9
  1056. //
  1057. this.panel9.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1058. | System.Windows.Forms.AnchorStyles.Left)
  1059. | System.Windows.Forms.AnchorStyles.Right)));
  1060. this.panel9.BackColor = System.Drawing.Color.White;
  1061. this.panel9.Controls.Add(this.lbFK);
  1062. this.panel9.Controls.Add(this.chart3);
  1063. this.panel9.Location = new System.Drawing.Point(2, 2);
  1064. this.panel9.Margin = new System.Windows.Forms.Padding(2);
  1065. this.panel9.Name = "panel9";
  1066. this.panel9.Size = new System.Drawing.Size(708, 115);
  1067. this.panel9.TabIndex = 1;
  1068. //
  1069. // lbFK
  1070. //
  1071. this.lbFK.AutoSize = true;
  1072. this.lbFK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1073. this.lbFK.ForeColor = System.Drawing.Color.MidnightBlue;
  1074. this.lbFK.Location = new System.Drawing.Point(3, 3);
  1075. this.lbFK.Name = "lbFK";
  1076. this.lbFK.Size = new System.Drawing.Size(68, 20);
  1077. this.lbFK.TabIndex = 1;
  1078. this.lbFK.Text = "当前幅宽:";
  1079. //
  1080. // chart3
  1081. //
  1082. this.chart3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1083. | System.Windows.Forms.AnchorStyles.Left)
  1084. | System.Windows.Forms.AnchorStyles.Right)));
  1085. chartArea2.AxisX.LabelStyle.Format = "N0";
  1086. chartArea2.AxisX.MaximumAutoSize = 95F;
  1087. chartArea2.AxisX.Minimum = 0D;
  1088. chartArea2.Name = "ChartArea1";
  1089. this.chart3.ChartAreas.Add(chartArea2);
  1090. this.chart3.Location = new System.Drawing.Point(4, 30);
  1091. this.chart3.Margin = new System.Windows.Forms.Padding(2);
  1092. this.chart3.Name = "chart3";
  1093. series2.ChartArea = "ChartArea1";
  1094. series2.Name = "Series1";
  1095. this.chart3.Series.Add(series2);
  1096. this.chart3.Size = new System.Drawing.Size(702, 83);
  1097. this.chart3.TabIndex = 2;
  1098. this.chart3.Text = "chart3";
  1099. //
  1100. // keyPanel
  1101. //
  1102. this.keyPanel.Controls.Add(this.ucKeyBorderAll1);
  1103. this.keyPanel.Location = new System.Drawing.Point(70, 74);
  1104. this.keyPanel.Name = "keyPanel";
  1105. this.keyPanel.Size = new System.Drawing.Size(753, 308);
  1106. this.keyPanel.TabIndex = 0;
  1107. this.keyPanel.Visible = false;
  1108. //
  1109. // ucKeyBorderAll1
  1110. //
  1111. this.ucKeyBorderAll1.BackColor = System.Drawing.Color.White;
  1112. this.ucKeyBorderAll1.CharType = HZH_Controls.Controls.KeyBorderCharType.CHAR;
  1113. this.ucKeyBorderAll1.Dock = System.Windows.Forms.DockStyle.Fill;
  1114. this.ucKeyBorderAll1.Location = new System.Drawing.Point(0, 0);
  1115. this.ucKeyBorderAll1.Margin = new System.Windows.Forms.Padding(0);
  1116. this.ucKeyBorderAll1.Name = "ucKeyBorderAll1";
  1117. this.ucKeyBorderAll1.Size = new System.Drawing.Size(753, 308);
  1118. this.ucKeyBorderAll1.TabIndex = 0;
  1119. //
  1120. // uiTitel1
  1121. //
  1122. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  1123. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  1124. this.uiTitel1.FatherForm = null;
  1125. this.uiTitel1.Location = new System.Drawing.Point(0, 43);
  1126. this.uiTitel1.Margin = new System.Windows.Forms.Padding(4);
  1127. this.uiTitel1.Name = "uiTitel1";
  1128. this.uiTitel1.Size = new System.Drawing.Size(1048, 46);
  1129. this.uiTitel1.TabIndex = 21;
  1130. //
  1131. // Main
  1132. //
  1133. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1134. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1135. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  1136. this.ClientSize = new System.Drawing.Size(1048, 674);
  1137. this.Controls.Add(this.splitContainer1);
  1138. this.Controls.Add(this.lblDefectSpeed);
  1139. this.Controls.Add(this.lblDefectLen);
  1140. this.Controls.Add(this.statusStrip1);
  1141. this.Controls.Add(this.toolStrip1);
  1142. this.Controls.Add(this.uiTitel1);
  1143. this.Controls.Add(this.menuStrip1);
  1144. this.Controls.Add(this.keyPanel);
  1145. this.Name = "Main";
  1146. this.Text = "革博士检测程序";
  1147. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
  1148. this.Load += new System.EventHandler(this.Main_Load);
  1149. this.SizeChanged += new System.EventHandler(this.Main_SizeChanged);
  1150. this.Paint += new System.Windows.Forms.PaintEventHandler(this.MainFrm_Paint);
  1151. this.Resize += new System.EventHandler(this.Main_Resize);
  1152. this.toolStrip1.ResumeLayout(false);
  1153. this.toolStrip1.PerformLayout();
  1154. this.menuStrip1.ResumeLayout(false);
  1155. this.menuStrip1.PerformLayout();
  1156. this.statusStrip1.ResumeLayout(false);
  1157. this.statusStrip1.PerformLayout();
  1158. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
  1159. this.splitContainer1.Panel1.ResumeLayout(false);
  1160. this.splitContainer1.Panel2.ResumeLayout(false);
  1161. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1162. this.splitContainer1.ResumeLayout(false);
  1163. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1164. this.splitContainer2.Panel1.ResumeLayout(false);
  1165. this.splitContainer2.Panel2.ResumeLayout(false);
  1166. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1167. this.splitContainer2.ResumeLayout(false);
  1168. this.tableLayoutPanel1.ResumeLayout(false);
  1169. this.panel2.ResumeLayout(false);
  1170. this.panel1.ResumeLayout(false);
  1171. this.panel1.PerformLayout();
  1172. this.panel3.ResumeLayout(false);
  1173. this.panel4.ResumeLayout(false);
  1174. this.panel4.PerformLayout();
  1175. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  1176. this.splitContainer4.Panel1.ResumeLayout(false);
  1177. this.splitContainer4.Panel2.ResumeLayout(false);
  1178. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
  1179. this.splitContainer4.ResumeLayout(false);
  1180. this.tabControl1.ResumeLayout(false);
  1181. this.tabPage1.ResumeLayout(false);
  1182. ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
  1183. this.tabPage2.ResumeLayout(false);
  1184. ((System.ComponentModel.ISupportInitialize)(this.skinDataGridView1)).EndInit();
  1185. this.panel9.ResumeLayout(false);
  1186. this.panel9.PerformLayout();
  1187. ((System.ComponentModel.ISupportInitialize)(this.chart3)).EndInit();
  1188. this.keyPanel.ResumeLayout(false);
  1189. this.ResumeLayout(false);
  1190. this.PerformLayout();
  1191. }
  1192. #endregion
  1193. private System.Windows.Forms.ToolStrip toolStrip1;
  1194. private System.Windows.Forms.ToolStripButton tsbtnImpStop;
  1195. private System.Windows.Forms.ToolStripButton tsbtnStart;
  1196. private System.Windows.Forms.ToolStripButton tsbtnStop;
  1197. private System.Windows.Forms.ToolStripButton tsbtnWarning;
  1198. private System.Windows.Forms.ToolStripButton tsbtnReset;
  1199. private System.Windows.Forms.ToolStripButton tsbGoHome;
  1200. private System.Windows.Forms.MenuStrip menuStrip1;
  1201. private System.Windows.Forms.ToolStripMenuItem tsmSysmgr;
  1202. private System.Windows.Forms.ToolStripMenuItem tsmPdtMgr;
  1203. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1204. private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
  1205. private System.Windows.Forms.ToolStripMenuItem tsmSysDataFind;
  1206. private System.Windows.Forms.ToolStripMenuItem 本地数据库查询ToolStripMenuItem;
  1207. private System.Windows.Forms.ToolStripMenuItem tsmSysUserMgr;
  1208. private System.Windows.Forms.ToolStripMenuItem tsmUserRight;
  1209. private System.Windows.Forms.ToolStripMenuItem tsmUserList;
  1210. private System.Windows.Forms.ToolStripMenuItem stmSysSet;
  1211. private System.Windows.Forms.ToolStripMenuItem tsmSysSet;
  1212. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  1213. private System.Windows.Forms.ToolStripMenuItem tsmDebug;
  1214. private System.Windows.Forms.ToolStripMenuItem tsmHelp;
  1215. private System.Windows.Forms.ToolStripMenuItem tsmReadLog;
  1216. private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
  1217. private System.Windows.Forms.ToolStripMenuItem tsmHelpInfo;
  1218. private System.Windows.Forms.ToolStripMenuItem tsmInfoUS;
  1219. private System.Windows.Forms.ToolStripMenuItem tsmSoftFile;
  1220. private System.Windows.Forms.StatusStrip statusStrip1;
  1221. private System.Windows.Forms.ToolStripStatusLabel tsState;
  1222. private System.Windows.Forms.ToolStripStatusLabel tsslLoginTime;
  1223. private System.Windows.Forms.ToolStripStatusLabel tsslLoginInfo;
  1224. private System.Windows.Forms.BindingSource bindingSource1;
  1225. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  1226. private System.Windows.Forms.Label lblDefectSpeed;
  1227. private System.Windows.Forms.Label lblDefectLen;
  1228. private System.Windows.Forms.SplitContainer splitContainer1;
  1229. private System.Windows.Forms.SplitContainer splitContainer2;
  1230. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1231. private System.Windows.Forms.Panel keyPanel;
  1232. private HZH_Controls.Controls.UCKeyBorderAll ucKeyBorderAll1;
  1233. private System.Windows.Forms.ToolStripStatusLabel stsSaveQueue;
  1234. private System.Windows.Forms.ToolStripStatusLabel tslabelTime;
  1235. private GeBoShi.UIKits.MaiMuMenu.UITitel_LT uiTitel1;
  1236. private System.Windows.Forms.SplitContainer splitContainer4;
  1237. private System.Windows.Forms.ToolStripStatusLabel logTxt;
  1238. private System.Windows.Forms.PictureBox pictureBox1;
  1239. private System.Windows.Forms.Panel panel9;
  1240. private System.Windows.Forms.Label lbFK;
  1241. private System.Windows.Forms.DataVisualization.Charting.Chart chart3;
  1242. private System.Windows.Forms.DataGridView dataGridView1;
  1243. private System.Windows.Forms.DataGridViewTextBoxColumn DefectItem;
  1244. private System.Windows.Forms.DataGridViewButtonColumn Enable;
  1245. private System.Windows.Forms.Label label7;
  1246. private HZH_Controls.Controls.UCSwitch ucSwitch1;
  1247. private System.Windows.Forms.Panel panel1;
  1248. private System.Windows.Forms.ComboBox cbDefectCode;
  1249. private System.Windows.Forms.Label label8;
  1250. private System.Windows.Forms.ComboBox cbPdtSN;
  1251. private System.Windows.Forms.Label label4;
  1252. private System.Windows.Forms.Panel panel2;
  1253. private System.Windows.Forms.Label label1;
  1254. private System.Windows.Forms.Panel panel3;
  1255. private System.Windows.Forms.Panel panel4;
  1256. private System.Windows.Forms.Label label2;
  1257. private System.Windows.Forms.TabControl tabControl1;
  1258. private System.Windows.Forms.TabPage tabPage1;
  1259. private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
  1260. private System.Windows.Forms.TabPage tabPage2;
  1261. private CCWin.SkinControl.SkinDataGridView skinDataGridView1;
  1262. private System.Windows.Forms.DataGridViewTextBoxColumn colUid;
  1263. private System.Windows.Forms.DataGridViewTextBoxColumn colCode;
  1264. private System.Windows.Forms.DataGridViewTextBoxColumn colIndex;
  1265. private System.Windows.Forms.DataGridViewTextBoxColumn colDefectName;
  1266. private System.Windows.Forms.DataGridViewTextBoxColumn colX;
  1267. private System.Windows.Forms.DataGridViewTextBoxColumn colY;
  1268. private System.Windows.Forms.DataGridViewTextBoxColumn colW;
  1269. private System.Windows.Forms.DataGridViewTextBoxColumn colH;
  1270. private System.Windows.Forms.DataGridViewTextBoxColumn colArea;
  1271. private System.Windows.Forms.DataGridViewTextBoxColumn colZXD;
  1272. private System.Windows.Forms.DataGridViewTextBoxColumn colTarget;
  1273. }
  1274. }