革博士V2程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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