版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AmendantRecordFrm.Designer.cs 65 KiB

2 vuotta sitten
2 vuotta sitten
2 vuotta sitten
2 vuotta sitten
2 vuotta sitten
2 vuotta sitten
2 vuotta sitten
2 vuotta sitten
2 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374
  1. namespace MaiMuAOI.SysUI.DefectPicShow
  2. {
  3. partial class AmendantRecordFrm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.radioButton1 = new System.Windows.Forms.RadioButton();
  33. this.radioButton2 = new System.Windows.Forms.RadioButton();
  34. this.radioButton3 = new System.Windows.Forms.RadioButton();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  37. this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
  42. this.label6 = new System.Windows.Forms.Label();
  43. this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
  44. this.label7 = new System.Windows.Forms.Label();
  45. this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
  46. this.label8 = new System.Windows.Forms.Label();
  47. this.numericUpDown7 = new System.Windows.Forms.NumericUpDown();
  48. this.label9 = new System.Windows.Forms.Label();
  49. this.numericUpDown8 = new System.Windows.Forms.NumericUpDown();
  50. this.label10 = new System.Windows.Forms.Label();
  51. this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
  52. this.label11 = new System.Windows.Forms.Label();
  53. this.numericUpDown10 = new System.Windows.Forms.NumericUpDown();
  54. this.label12 = new System.Windows.Forms.Label();
  55. this.numericUpDown11 = new System.Windows.Forms.NumericUpDown();
  56. this.label13 = new System.Windows.Forms.Label();
  57. this.numericUpDown12 = new System.Windows.Forms.NumericUpDown();
  58. this.label14 = new System.Windows.Forms.Label();
  59. this.numericUpDown13 = new System.Windows.Forms.NumericUpDown();
  60. this.label15 = new System.Windows.Forms.Label();
  61. this.numericUpDown14 = new System.Windows.Forms.NumericUpDown();
  62. this.label16 = new System.Windows.Forms.Label();
  63. this.numericUpDown15 = new System.Windows.Forms.NumericUpDown();
  64. this.label17 = new System.Windows.Forms.Label();
  65. this.numericUpDown16 = new System.Windows.Forms.NumericUpDown();
  66. this.label18 = new System.Windows.Forms.Label();
  67. this.numericUpDown17 = new System.Windows.Forms.NumericUpDown();
  68. this.label19 = new System.Windows.Forms.Label();
  69. this.numericUpDown18 = new System.Windows.Forms.NumericUpDown();
  70. this.label20 = new System.Windows.Forms.Label();
  71. this.numericUpDown19 = new System.Windows.Forms.NumericUpDown();
  72. this.label21 = new System.Windows.Forms.Label();
  73. this.numericUpDown20 = new System.Windows.Forms.NumericUpDown();
  74. this.label22 = new System.Windows.Forms.Label();
  75. this.numericUpDown21 = new System.Windows.Forms.NumericUpDown();
  76. this.label23 = new System.Windows.Forms.Label();
  77. this.numericUpDown22 = new System.Windows.Forms.NumericUpDown();
  78. this.label24 = new System.Windows.Forms.Label();
  79. this.skinButton3 = new CCWin.SkinControl.SkinButton();
  80. this.skinButton1 = new CCWin.SkinControl.SkinButton();
  81. this.numericUpDown23 = new System.Windows.Forms.NumericUpDown();
  82. this.label25 = new System.Windows.Forms.Label();
  83. this.numericUpDown24 = new System.Windows.Forms.NumericUpDown();
  84. this.label26 = new System.Windows.Forms.Label();
  85. this.numericUpDown26 = new System.Windows.Forms.NumericUpDown();
  86. this.label28 = new System.Windows.Forms.Label();
  87. this.numericUpDown27 = new System.Windows.Forms.NumericUpDown();
  88. this.label29 = new System.Windows.Forms.Label();
  89. this.numericUpDown28 = new System.Windows.Forms.NumericUpDown();
  90. this.label30 = new System.Windows.Forms.Label();
  91. this.numericUpDown29 = new System.Windows.Forms.NumericUpDown();
  92. this.label31 = new System.Windows.Forms.Label();
  93. this.numericUpDown30 = new System.Windows.Forms.NumericUpDown();
  94. this.label32 = new System.Windows.Forms.Label();
  95. this.numericUpDown25 = new System.Windows.Forms.NumericUpDown();
  96. this.label27 = new System.Windows.Forms.Label();
  97. this.numericUpDown31 = new System.Windows.Forms.NumericUpDown();
  98. this.label33 = new System.Windows.Forms.Label();
  99. this.numericUpDown32 = new System.Windows.Forms.NumericUpDown();
  100. this.label34 = new System.Windows.Forms.Label();
  101. this.numericUpDown33 = new System.Windows.Forms.NumericUpDown();
  102. this.label35 = new System.Windows.Forms.Label();
  103. this.numericUpDown34 = new System.Windows.Forms.NumericUpDown();
  104. this.label36 = new System.Windows.Forms.Label();
  105. this.numericUpDown35 = new System.Windows.Forms.NumericUpDown();
  106. this.label37 = new System.Windows.Forms.Label();
  107. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown12)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown13)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown14)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown15)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown16)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown17)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown18)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown19)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown20)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown21)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown22)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown23)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown24)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown26)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown27)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown28)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown29)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown30)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown25)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown31)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown32)).BeginInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown33)).BeginInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown34)).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown35)).BeginInit();
  142. this.SuspendLayout();
  143. //
  144. // uiTitel1
  145. //
  146. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  147. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  148. this.uiTitel1.FatherForm = null;
  149. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  150. this.uiTitel1.Name = "uiTitel1";
  151. this.uiTitel1.Size = new System.Drawing.Size(870, 46);
  152. this.uiTitel1.TabIndex = 36;
  153. //
  154. // label1
  155. //
  156. this.label1.AutoSize = true;
  157. this.label1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.label1.Location = new System.Drawing.Point(35, 73);
  159. this.label1.Name = "label1";
  160. this.label1.Size = new System.Drawing.Size(96, 28);
  161. this.label1.TabIndex = 37;
  162. this.label1.Text = "修改记录";
  163. //
  164. // label2
  165. //
  166. this.label2.AutoSize = true;
  167. this.label2.Location = new System.Drawing.Point(38, 136);
  168. this.label2.Name = "label2";
  169. this.label2.Size = new System.Drawing.Size(59, 12);
  170. this.label2.TabIndex = 38;
  171. this.label2.Text = "比对结果:";
  172. //
  173. // radioButton1
  174. //
  175. this.radioButton1.AutoSize = true;
  176. this.radioButton1.Location = new System.Drawing.Point(121, 134);
  177. this.radioButton1.Name = "radioButton1";
  178. this.radioButton1.Size = new System.Drawing.Size(59, 16);
  179. this.radioButton1.TabIndex = 39;
  180. this.radioButton1.TabStop = true;
  181. this.radioButton1.Text = "未比对";
  182. this.radioButton1.UseVisualStyleBackColor = true;
  183. //
  184. // radioButton2
  185. //
  186. this.radioButton2.AutoSize = true;
  187. this.radioButton2.Location = new System.Drawing.Point(204, 134);
  188. this.radioButton2.Name = "radioButton2";
  189. this.radioButton2.Size = new System.Drawing.Size(47, 16);
  190. this.radioButton2.TabIndex = 40;
  191. this.radioButton2.TabStop = true;
  192. this.radioButton2.Text = "通过";
  193. this.radioButton2.UseVisualStyleBackColor = true;
  194. //
  195. // radioButton3
  196. //
  197. this.radioButton3.AutoSize = true;
  198. this.radioButton3.Location = new System.Drawing.Point(281, 134);
  199. this.radioButton3.Name = "radioButton3";
  200. this.radioButton3.Size = new System.Drawing.Size(59, 16);
  201. this.radioButton3.TabIndex = 41;
  202. this.radioButton3.TabStop = true;
  203. this.radioButton3.Text = "未通过";
  204. this.radioButton3.UseVisualStyleBackColor = true;
  205. //
  206. // label3
  207. //
  208. this.label3.AutoSize = true;
  209. this.label3.Location = new System.Drawing.Point(38, 184);
  210. this.label3.Name = "label3";
  211. this.label3.Size = new System.Drawing.Size(59, 12);
  212. this.label3.TabIndex = 42;
  213. this.label3.Text = "张力均值:";
  214. //
  215. // numericUpDown1
  216. //
  217. this.numericUpDown1.DecimalPlaces = 2;
  218. this.numericUpDown1.Increment = new decimal(new int[] {
  219. 1,
  220. 0,
  221. 0,
  222. 131072});
  223. this.numericUpDown1.Location = new System.Drawing.Point(133, 182);
  224. this.numericUpDown1.Maximum = new decimal(new int[] {
  225. 100000,
  226. 0,
  227. 0,
  228. 0});
  229. this.numericUpDown1.Name = "numericUpDown1";
  230. this.numericUpDown1.Size = new System.Drawing.Size(89, 21);
  231. this.numericUpDown1.TabIndex = 43;
  232. this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  233. //
  234. // numericUpDown2
  235. //
  236. this.numericUpDown2.DecimalPlaces = 2;
  237. this.numericUpDown2.Increment = new decimal(new int[] {
  238. 1,
  239. 0,
  240. 0,
  241. 131072});
  242. this.numericUpDown2.Location = new System.Drawing.Point(322, 182);
  243. this.numericUpDown2.Maximum = new decimal(new int[] {
  244. 100000,
  245. 0,
  246. 0,
  247. 0});
  248. this.numericUpDown2.Name = "numericUpDown2";
  249. this.numericUpDown2.Size = new System.Drawing.Size(89, 21);
  250. this.numericUpDown2.TabIndex = 45;
  251. this.numericUpDown2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  252. //
  253. // label4
  254. //
  255. this.label4.AutoSize = true;
  256. this.label4.Location = new System.Drawing.Point(239, 184);
  257. this.label4.Name = "label4";
  258. this.label4.Size = new System.Drawing.Size(59, 12);
  259. this.label4.TabIndex = 44;
  260. this.label4.Text = "膜厚均值:";
  261. //
  262. // numericUpDown3
  263. //
  264. this.numericUpDown3.DecimalPlaces = 4;
  265. this.numericUpDown3.Increment = new decimal(new int[] {
  266. 1,
  267. 0,
  268. 0,
  269. 131072});
  270. this.numericUpDown3.Location = new System.Drawing.Point(540, 182);
  271. this.numericUpDown3.Maximum = new decimal(new int[] {
  272. 100000,
  273. 0,
  274. 0,
  275. 0});
  276. this.numericUpDown3.Name = "numericUpDown3";
  277. this.numericUpDown3.Size = new System.Drawing.Size(89, 21);
  278. this.numericUpDown3.TabIndex = 47;
  279. this.numericUpDown3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  280. //
  281. // label5
  282. //
  283. this.label5.AutoSize = true;
  284. this.label5.Location = new System.Drawing.Point(439, 184);
  285. this.label5.Name = "label5";
  286. this.label5.Size = new System.Drawing.Size(77, 12);
  287. this.label5.TabIndex = 46;
  288. this.label5.Text = "Y方向PT均值:";
  289. //
  290. // numericUpDown4
  291. //
  292. this.numericUpDown4.DecimalPlaces = 2;
  293. this.numericUpDown4.Increment = new decimal(new int[] {
  294. 1,
  295. 0,
  296. 0,
  297. 131072});
  298. this.numericUpDown4.Location = new System.Drawing.Point(733, 182);
  299. this.numericUpDown4.Maximum = new decimal(new int[] {
  300. 100000,
  301. 0,
  302. 0,
  303. 0});
  304. this.numericUpDown4.Name = "numericUpDown4";
  305. this.numericUpDown4.Size = new System.Drawing.Size(89, 21);
  306. this.numericUpDown4.TabIndex = 49;
  307. this.numericUpDown4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  308. //
  309. // label6
  310. //
  311. this.label6.AutoSize = true;
  312. this.label6.Location = new System.Drawing.Point(644, 184);
  313. this.label6.Name = "label6";
  314. this.label6.Size = new System.Drawing.Size(83, 12);
  315. this.label6.TabIndex = 48;
  316. this.label6.Text = "线宽正面均值:";
  317. //
  318. // numericUpDown5
  319. //
  320. this.numericUpDown5.DecimalPlaces = 2;
  321. this.numericUpDown5.Increment = new decimal(new int[] {
  322. 1,
  323. 0,
  324. 0,
  325. 131072});
  326. this.numericUpDown5.Location = new System.Drawing.Point(133, 224);
  327. this.numericUpDown5.Maximum = new decimal(new int[] {
  328. 100000,
  329. 0,
  330. 0,
  331. 0});
  332. this.numericUpDown5.Name = "numericUpDown5";
  333. this.numericUpDown5.Size = new System.Drawing.Size(89, 21);
  334. this.numericUpDown5.TabIndex = 51;
  335. this.numericUpDown5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  336. //
  337. // label7
  338. //
  339. this.label7.AutoSize = true;
  340. this.label7.Location = new System.Drawing.Point(38, 226);
  341. this.label7.Name = "label7";
  342. this.label7.Size = new System.Drawing.Size(83, 12);
  343. this.label7.TabIndex = 50;
  344. this.label7.Text = "反面检测均值:";
  345. //
  346. // numericUpDown6
  347. //
  348. this.numericUpDown6.DecimalPlaces = 4;
  349. this.numericUpDown6.Increment = new decimal(new int[] {
  350. 1,
  351. 0,
  352. 0,
  353. 131072});
  354. this.numericUpDown6.Location = new System.Drawing.Point(322, 224);
  355. this.numericUpDown6.Maximum = new decimal(new int[] {
  356. 100000,
  357. 0,
  358. 0,
  359. 0});
  360. this.numericUpDown6.Name = "numericUpDown6";
  361. this.numericUpDown6.Size = new System.Drawing.Size(89, 21);
  362. this.numericUpDown6.TabIndex = 53;
  363. this.numericUpDown6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  364. //
  365. // label8
  366. //
  367. this.label8.AutoSize = true;
  368. this.label8.Location = new System.Drawing.Point(239, 226);
  369. this.label8.Name = "label8";
  370. this.label8.Size = new System.Drawing.Size(77, 12);
  371. this.label8.TabIndex = 52;
  372. this.label8.Text = "X方向PT均值:";
  373. //
  374. // numericUpDown7
  375. //
  376. this.numericUpDown7.DecimalPlaces = 2;
  377. this.numericUpDown7.Increment = new decimal(new int[] {
  378. 1,
  379. 0,
  380. 0,
  381. 131072});
  382. this.numericUpDown7.Location = new System.Drawing.Point(540, 224);
  383. this.numericUpDown7.Maximum = new decimal(new int[] {
  384. 100000,
  385. 0,
  386. 0,
  387. 0});
  388. this.numericUpDown7.Name = "numericUpDown7";
  389. this.numericUpDown7.Size = new System.Drawing.Size(89, 21);
  390. this.numericUpDown7.TabIndex = 55;
  391. this.numericUpDown7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  392. //
  393. // label9
  394. //
  395. this.label9.AutoSize = true;
  396. this.label9.Location = new System.Drawing.Point(439, 226);
  397. this.label9.Name = "label9";
  398. this.label9.Size = new System.Drawing.Size(95, 12);
  399. this.label9.TabIndex = 54;
  400. this.label9.Text = "主栅连接线均值:";
  401. //
  402. // numericUpDown8
  403. //
  404. this.numericUpDown8.DecimalPlaces = 2;
  405. this.numericUpDown8.Increment = new decimal(new int[] {
  406. 1,
  407. 0,
  408. 0,
  409. 131072});
  410. this.numericUpDown8.Location = new System.Drawing.Point(733, 224);
  411. this.numericUpDown8.Maximum = new decimal(new int[] {
  412. 100000,
  413. 0,
  414. 0,
  415. 0});
  416. this.numericUpDown8.Name = "numericUpDown8";
  417. this.numericUpDown8.Size = new System.Drawing.Size(89, 21);
  418. this.numericUpDown8.TabIndex = 57;
  419. this.numericUpDown8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  420. //
  421. // label10
  422. //
  423. this.label10.AutoSize = true;
  424. this.label10.Location = new System.Drawing.Point(644, 226);
  425. this.label10.Name = "label10";
  426. this.label10.Size = new System.Drawing.Size(83, 12);
  427. this.label10.TabIndex = 56;
  428. this.label10.Text = "主栅宽度均值:";
  429. //
  430. // numericUpDown9
  431. //
  432. this.numericUpDown9.DecimalPlaces = 2;
  433. this.numericUpDown9.Increment = new decimal(new int[] {
  434. 1,
  435. 0,
  436. 0,
  437. 131072});
  438. this.numericUpDown9.Location = new System.Drawing.Point(133, 266);
  439. this.numericUpDown9.Maximum = new decimal(new int[] {
  440. 100000,
  441. 0,
  442. 0,
  443. 0});
  444. this.numericUpDown9.Name = "numericUpDown9";
  445. this.numericUpDown9.Size = new System.Drawing.Size(89, 21);
  446. this.numericUpDown9.TabIndex = 59;
  447. this.numericUpDown9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  448. //
  449. // label11
  450. //
  451. this.label11.AutoSize = true;
  452. this.label11.Location = new System.Drawing.Point(38, 268);
  453. this.label11.Name = "label11";
  454. this.label11.Size = new System.Drawing.Size(83, 12);
  455. this.label11.TabIndex = 58;
  456. this.label11.Text = "主栅间距均值:";
  457. //
  458. // numericUpDown10
  459. //
  460. this.numericUpDown10.DecimalPlaces = 2;
  461. this.numericUpDown10.Increment = new decimal(new int[] {
  462. 1,
  463. 0,
  464. 0,
  465. 131072});
  466. this.numericUpDown10.Location = new System.Drawing.Point(322, 264);
  467. this.numericUpDown10.Maximum = new decimal(new int[] {
  468. 100000,
  469. 0,
  470. 0,
  471. 0});
  472. this.numericUpDown10.Name = "numericUpDown10";
  473. this.numericUpDown10.Size = new System.Drawing.Size(89, 21);
  474. this.numericUpDown10.TabIndex = 61;
  475. this.numericUpDown10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  476. //
  477. // label12
  478. //
  479. this.label12.AutoSize = true;
  480. this.label12.Location = new System.Drawing.Point(239, 266);
  481. this.label12.Name = "label12";
  482. this.label12.Size = new System.Drawing.Size(83, 12);
  483. this.label12.TabIndex = 60;
  484. this.label12.Text = "细栅间距均值:";
  485. //
  486. // numericUpDown11
  487. //
  488. this.numericUpDown11.DecimalPlaces = 2;
  489. this.numericUpDown11.Increment = new decimal(new int[] {
  490. 1,
  491. 0,
  492. 0,
  493. 131072});
  494. this.numericUpDown11.Location = new System.Drawing.Point(540, 262);
  495. this.numericUpDown11.Maximum = new decimal(new int[] {
  496. 100000,
  497. 0,
  498. 0,
  499. 0});
  500. this.numericUpDown11.Name = "numericUpDown11";
  501. this.numericUpDown11.Size = new System.Drawing.Size(89, 21);
  502. this.numericUpDown11.TabIndex = 63;
  503. this.numericUpDown11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  504. //
  505. // label13
  506. //
  507. this.label13.AutoSize = true;
  508. this.label13.Location = new System.Drawing.Point(439, 264);
  509. this.label13.Name = "label13";
  510. this.label13.Size = new System.Drawing.Size(83, 12);
  511. this.label13.TabIndex = 62;
  512. this.label13.Text = "背极宽度均值:";
  513. //
  514. // numericUpDown12
  515. //
  516. this.numericUpDown12.Location = new System.Drawing.Point(133, 477);
  517. this.numericUpDown12.Maximum = new decimal(new int[] {
  518. 100000000,
  519. 0,
  520. 0,
  521. 0});
  522. this.numericUpDown12.Name = "numericUpDown12";
  523. this.numericUpDown12.Size = new System.Drawing.Size(89, 21);
  524. this.numericUpDown12.TabIndex = 65;
  525. this.numericUpDown12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  526. //
  527. // label14
  528. //
  529. this.label14.AutoSize = true;
  530. this.label14.Location = new System.Drawing.Point(38, 479);
  531. this.label14.Name = "label14";
  532. this.label14.Size = new System.Drawing.Size(59, 12);
  533. this.label14.TabIndex = 64;
  534. this.label14.Text = "堵孔数量:";
  535. //
  536. // numericUpDown13
  537. //
  538. this.numericUpDown13.Location = new System.Drawing.Point(322, 475);
  539. this.numericUpDown13.Maximum = new decimal(new int[] {
  540. 100000000,
  541. 0,
  542. 0,
  543. 0});
  544. this.numericUpDown13.Name = "numericUpDown13";
  545. this.numericUpDown13.Size = new System.Drawing.Size(89, 21);
  546. this.numericUpDown13.TabIndex = 67;
  547. this.numericUpDown13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  548. //
  549. // label15
  550. //
  551. this.label15.AutoSize = true;
  552. this.label15.Location = new System.Drawing.Point(239, 477);
  553. this.label15.Name = "label15";
  554. this.label15.Size = new System.Drawing.Size(59, 12);
  555. this.label15.TabIndex = 66;
  556. this.label15.Text = "脏污数量:";
  557. //
  558. // numericUpDown14
  559. //
  560. this.numericUpDown14.Location = new System.Drawing.Point(540, 477);
  561. this.numericUpDown14.Maximum = new decimal(new int[] {
  562. 100000000,
  563. 0,
  564. 0,
  565. 0});
  566. this.numericUpDown14.Name = "numericUpDown14";
  567. this.numericUpDown14.Size = new System.Drawing.Size(89, 21);
  568. this.numericUpDown14.TabIndex = 69;
  569. this.numericUpDown14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  570. //
  571. // label16
  572. //
  573. this.label16.AutoSize = true;
  574. this.label16.Location = new System.Drawing.Point(439, 479);
  575. this.label16.Name = "label16";
  576. this.label16.Size = new System.Drawing.Size(83, 12);
  577. this.label16.TabIndex = 68;
  578. this.label16.Text = "钢丝异常数量:";
  579. //
  580. // numericUpDown15
  581. //
  582. this.numericUpDown15.Location = new System.Drawing.Point(733, 477);
  583. this.numericUpDown15.Maximum = new decimal(new int[] {
  584. 100000000,
  585. 0,
  586. 0,
  587. 0});
  588. this.numericUpDown15.Name = "numericUpDown15";
  589. this.numericUpDown15.Size = new System.Drawing.Size(89, 21);
  590. this.numericUpDown15.TabIndex = 71;
  591. this.numericUpDown15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  592. //
  593. // label17
  594. //
  595. this.label17.AutoSize = true;
  596. this.label17.Location = new System.Drawing.Point(644, 479);
  597. this.label17.Name = "label17";
  598. this.label17.Size = new System.Drawing.Size(71, 12);
  599. this.label17.TabIndex = 70;
  600. this.label17.Text = "纤维丝数量:";
  601. //
  602. // numericUpDown16
  603. //
  604. this.numericUpDown16.Location = new System.Drawing.Point(133, 519);
  605. this.numericUpDown16.Maximum = new decimal(new int[] {
  606. 100000000,
  607. 0,
  608. 0,
  609. 0});
  610. this.numericUpDown16.Name = "numericUpDown16";
  611. this.numericUpDown16.Size = new System.Drawing.Size(89, 21);
  612. this.numericUpDown16.TabIndex = 73;
  613. this.numericUpDown16.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  614. //
  615. // label18
  616. //
  617. this.label18.AutoSize = true;
  618. this.label18.Location = new System.Drawing.Point(38, 521);
  619. this.label18.Name = "label18";
  620. this.label18.Size = new System.Drawing.Size(59, 12);
  621. this.label18.TabIndex = 72;
  622. this.label18.Text = "缺口数量:";
  623. //
  624. // numericUpDown17
  625. //
  626. this.numericUpDown17.Location = new System.Drawing.Point(322, 519);
  627. this.numericUpDown17.Maximum = new decimal(new int[] {
  628. 100000000,
  629. 0,
  630. 0,
  631. 0});
  632. this.numericUpDown17.Name = "numericUpDown17";
  633. this.numericUpDown17.Size = new System.Drawing.Size(89, 21);
  634. this.numericUpDown17.TabIndex = 75;
  635. this.numericUpDown17.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  636. //
  637. // label19
  638. //
  639. this.label19.AutoSize = true;
  640. this.label19.Location = new System.Drawing.Point(239, 521);
  641. this.label19.Name = "label19";
  642. this.label19.Size = new System.Drawing.Size(59, 12);
  643. this.label19.TabIndex = 74;
  644. this.label19.Text = "针孔数量:";
  645. //
  646. // numericUpDown18
  647. //
  648. this.numericUpDown18.Location = new System.Drawing.Point(540, 519);
  649. this.numericUpDown18.Maximum = new decimal(new int[] {
  650. 100000000,
  651. 0,
  652. 0,
  653. 0});
  654. this.numericUpDown18.Name = "numericUpDown18";
  655. this.numericUpDown18.Size = new System.Drawing.Size(89, 21);
  656. this.numericUpDown18.TabIndex = 77;
  657. this.numericUpDown18.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  658. //
  659. // label20
  660. //
  661. this.label20.AutoSize = true;
  662. this.label20.Location = new System.Drawing.Point(439, 521);
  663. this.label20.Name = "label20";
  664. this.label20.Size = new System.Drawing.Size(59, 12);
  665. this.label20.TabIndex = 76;
  666. this.label20.Text = "泡泡数量:";
  667. //
  668. // numericUpDown19
  669. //
  670. this.numericUpDown19.Location = new System.Drawing.Point(733, 519);
  671. this.numericUpDown19.Maximum = new decimal(new int[] {
  672. 100000000,
  673. 0,
  674. 0,
  675. 0});
  676. this.numericUpDown19.Name = "numericUpDown19";
  677. this.numericUpDown19.Size = new System.Drawing.Size(89, 21);
  678. this.numericUpDown19.TabIndex = 79;
  679. this.numericUpDown19.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  680. //
  681. // label21
  682. //
  683. this.label21.AutoSize = true;
  684. this.label21.Location = new System.Drawing.Point(644, 521);
  685. this.label21.Name = "label21";
  686. this.label21.Size = new System.Drawing.Size(59, 12);
  687. this.label21.TabIndex = 78;
  688. this.label21.Text = "划伤数量:";
  689. //
  690. // numericUpDown20
  691. //
  692. this.numericUpDown20.Location = new System.Drawing.Point(133, 561);
  693. this.numericUpDown20.Maximum = new decimal(new int[] {
  694. 100000000,
  695. 0,
  696. 0,
  697. 0});
  698. this.numericUpDown20.Name = "numericUpDown20";
  699. this.numericUpDown20.Size = new System.Drawing.Size(89, 21);
  700. this.numericUpDown20.TabIndex = 81;
  701. this.numericUpDown20.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  702. //
  703. // label22
  704. //
  705. this.label22.AutoSize = true;
  706. this.label22.Location = new System.Drawing.Point(38, 563);
  707. this.label22.Name = "label22";
  708. this.label22.Size = new System.Drawing.Size(59, 12);
  709. this.label22.TabIndex = 80;
  710. this.label22.Text = "压线数量:";
  711. //
  712. // numericUpDown21
  713. //
  714. this.numericUpDown21.Location = new System.Drawing.Point(322, 561);
  715. this.numericUpDown21.Maximum = new decimal(new int[] {
  716. 100000000,
  717. 0,
  718. 0,
  719. 0});
  720. this.numericUpDown21.Name = "numericUpDown21";
  721. this.numericUpDown21.Size = new System.Drawing.Size(89, 21);
  722. this.numericUpDown21.TabIndex = 83;
  723. this.numericUpDown21.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  724. //
  725. // label23
  726. //
  727. this.label23.AutoSize = true;
  728. this.label23.Location = new System.Drawing.Point(239, 563);
  729. this.label23.Name = "label23";
  730. this.label23.Size = new System.Drawing.Size(59, 12);
  731. this.label23.TabIndex = 82;
  732. this.label23.Text = "斜边数量:";
  733. //
  734. // numericUpDown22
  735. //
  736. this.numericUpDown22.Location = new System.Drawing.Point(540, 561);
  737. this.numericUpDown22.Maximum = new decimal(new int[] {
  738. 100000000,
  739. 0,
  740. 0,
  741. 0});
  742. this.numericUpDown22.Name = "numericUpDown22";
  743. this.numericUpDown22.Size = new System.Drawing.Size(89, 21);
  744. this.numericUpDown22.TabIndex = 85;
  745. this.numericUpDown22.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  746. //
  747. // label24
  748. //
  749. this.label24.AutoSize = true;
  750. this.label24.Location = new System.Drawing.Point(439, 563);
  751. this.label24.Name = "label24";
  752. this.label24.Size = new System.Drawing.Size(59, 12);
  753. this.label24.TabIndex = 84;
  754. this.label24.Text = "栅线数量:";
  755. //
  756. // skinButton3
  757. //
  758. this.skinButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  759. this.skinButton3.BackColor = System.Drawing.Color.White;
  760. this.skinButton3.BaseColor = System.Drawing.Color.Red;
  761. this.skinButton3.BorderColor = System.Drawing.Color.Red;
  762. this.skinButton3.ControlState = CCWin.SkinClass.ControlState.Normal;
  763. this.skinButton3.DownBack = null;
  764. this.skinButton3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  765. this.skinButton3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  766. this.skinButton3.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  767. this.skinButton3.InnerBorderColor = System.Drawing.Color.Red;
  768. this.skinButton3.Location = new System.Drawing.Point(774, 76);
  769. this.skinButton3.MouseBack = null;
  770. this.skinButton3.Name = "skinButton3";
  771. this.skinButton3.NormlBack = null;
  772. this.skinButton3.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  773. this.skinButton3.Size = new System.Drawing.Size(61, 27);
  774. this.skinButton3.TabIndex = 102;
  775. this.skinButton3.Text = "取消";
  776. this.skinButton3.UseVisualStyleBackColor = false;
  777. this.skinButton3.Click += new System.EventHandler(this.skinButton3_Click);
  778. //
  779. // skinButton1
  780. //
  781. this.skinButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  782. this.skinButton1.BackColor = System.Drawing.Color.White;
  783. this.skinButton1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
  784. this.skinButton1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
  785. this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
  786. this.skinButton1.DownBack = null;
  787. this.skinButton1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  788. this.skinButton1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  789. this.skinButton1.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  790. this.skinButton1.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
  791. this.skinButton1.Location = new System.Drawing.Point(699, 76);
  792. this.skinButton1.MouseBack = null;
  793. this.skinButton1.Name = "skinButton1";
  794. this.skinButton1.NormlBack = null;
  795. this.skinButton1.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  796. this.skinButton1.Size = new System.Drawing.Size(61, 27);
  797. this.skinButton1.TabIndex = 101;
  798. this.skinButton1.Text = "保存";
  799. this.skinButton1.UseVisualStyleBackColor = false;
  800. this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
  801. //
  802. // numericUpDown23
  803. //
  804. this.numericUpDown23.Location = new System.Drawing.Point(733, 561);
  805. this.numericUpDown23.Maximum = new decimal(new int[] {
  806. 100000000,
  807. 0,
  808. 0,
  809. 0});
  810. this.numericUpDown23.Name = "numericUpDown23";
  811. this.numericUpDown23.Size = new System.Drawing.Size(89, 21);
  812. this.numericUpDown23.TabIndex = 104;
  813. this.numericUpDown23.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  814. this.numericUpDown23.Visible = false;
  815. //
  816. // label25
  817. //
  818. this.label25.AutoSize = true;
  819. this.label25.Location = new System.Drawing.Point(644, 563);
  820. this.label25.Name = "label25";
  821. this.label25.Size = new System.Drawing.Size(59, 12);
  822. this.label25.TabIndex = 103;
  823. this.label25.Text = "断栅数量:";
  824. this.label25.Visible = false;
  825. //
  826. // numericUpDown24
  827. //
  828. this.numericUpDown24.DecimalPlaces = 2;
  829. this.numericUpDown24.Increment = new decimal(new int[] {
  830. 1,
  831. 0,
  832. 0,
  833. 131072});
  834. this.numericUpDown24.Location = new System.Drawing.Point(733, 306);
  835. this.numericUpDown24.Maximum = new decimal(new int[] {
  836. 100000,
  837. 0,
  838. 0,
  839. 0});
  840. this.numericUpDown24.Name = "numericUpDown24";
  841. this.numericUpDown24.Size = new System.Drawing.Size(89, 21);
  842. this.numericUpDown24.TabIndex = 118;
  843. this.numericUpDown24.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  844. //
  845. // label26
  846. //
  847. this.label26.AutoSize = true;
  848. this.label26.Location = new System.Drawing.Point(644, 310);
  849. this.label26.Name = "label26";
  850. this.label26.Size = new System.Drawing.Size(83, 12);
  851. this.label26.TabIndex = 117;
  852. this.label26.Text = "鱼叉口宽均值:";
  853. //
  854. // numericUpDown26
  855. //
  856. this.numericUpDown26.DecimalPlaces = 2;
  857. this.numericUpDown26.Increment = new decimal(new int[] {
  858. 1,
  859. 0,
  860. 0,
  861. 131072});
  862. this.numericUpDown26.Location = new System.Drawing.Point(133, 348);
  863. this.numericUpDown26.Maximum = new decimal(new int[] {
  864. 100000,
  865. 0,
  866. 0,
  867. 0});
  868. this.numericUpDown26.Name = "numericUpDown26";
  869. this.numericUpDown26.Size = new System.Drawing.Size(89, 21);
  870. this.numericUpDown26.TabIndex = 114;
  871. this.numericUpDown26.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  872. //
  873. // label28
  874. //
  875. this.label28.AutoSize = true;
  876. this.label28.Location = new System.Drawing.Point(38, 350);
  877. this.label28.Name = "label28";
  878. this.label28.Size = new System.Drawing.Size(95, 12);
  879. this.label28.TabIndex = 113;
  880. this.label28.Text = "鱼叉口间距均值:";
  881. //
  882. // numericUpDown27
  883. //
  884. this.numericUpDown27.DecimalPlaces = 2;
  885. this.numericUpDown27.Increment = new decimal(new int[] {
  886. 1,
  887. 0,
  888. 0,
  889. 131072});
  890. this.numericUpDown27.Location = new System.Drawing.Point(733, 262);
  891. this.numericUpDown27.Maximum = new decimal(new int[] {
  892. 100000,
  893. 0,
  894. 0,
  895. 0});
  896. this.numericUpDown27.Name = "numericUpDown27";
  897. this.numericUpDown27.Size = new System.Drawing.Size(89, 21);
  898. this.numericUpDown27.TabIndex = 112;
  899. this.numericUpDown27.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  900. //
  901. // label29
  902. //
  903. this.label29.AutoSize = true;
  904. this.label29.Location = new System.Drawing.Point(644, 264);
  905. this.label29.Name = "label29";
  906. this.label29.Size = new System.Drawing.Size(83, 12);
  907. this.label29.TabIndex = 111;
  908. this.label29.Text = "主栅长度均值:";
  909. //
  910. // numericUpDown28
  911. //
  912. this.numericUpDown28.DecimalPlaces = 2;
  913. this.numericUpDown28.Increment = new decimal(new int[] {
  914. 1,
  915. 0,
  916. 0,
  917. 131072});
  918. this.numericUpDown28.Location = new System.Drawing.Point(540, 306);
  919. this.numericUpDown28.Maximum = new decimal(new int[] {
  920. 100000,
  921. 0,
  922. 0,
  923. 0});
  924. this.numericUpDown28.Name = "numericUpDown28";
  925. this.numericUpDown28.Size = new System.Drawing.Size(89, 21);
  926. this.numericUpDown28.TabIndex = 110;
  927. this.numericUpDown28.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  928. //
  929. // label30
  930. //
  931. this.label30.AutoSize = true;
  932. this.label30.Location = new System.Drawing.Point(439, 308);
  933. this.label30.Name = "label30";
  934. this.label30.Size = new System.Drawing.Size(83, 12);
  935. this.label30.TabIndex = 109;
  936. this.label30.Text = "鱼叉口长均值:";
  937. //
  938. // numericUpDown29
  939. //
  940. this.numericUpDown29.DecimalPlaces = 4;
  941. this.numericUpDown29.Increment = new decimal(new int[] {
  942. 1,
  943. 0,
  944. 0,
  945. 131072});
  946. this.numericUpDown29.Location = new System.Drawing.Point(322, 306);
  947. this.numericUpDown29.Maximum = new decimal(new int[] {
  948. 100000,
  949. 0,
  950. 0,
  951. 0});
  952. this.numericUpDown29.Name = "numericUpDown29";
  953. this.numericUpDown29.Size = new System.Drawing.Size(89, 21);
  954. this.numericUpDown29.TabIndex = 108;
  955. this.numericUpDown29.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  956. //
  957. // label31
  958. //
  959. this.label31.AutoSize = true;
  960. this.label31.Location = new System.Drawing.Point(239, 308);
  961. this.label31.Name = "label31";
  962. this.label31.Size = new System.Drawing.Size(83, 12);
  963. this.label31.TabIndex = 107;
  964. this.label31.Text = "Mark竖向均值:";
  965. //
  966. // numericUpDown30
  967. //
  968. this.numericUpDown30.DecimalPlaces = 2;
  969. this.numericUpDown30.Increment = new decimal(new int[] {
  970. 1,
  971. 0,
  972. 0,
  973. 131072});
  974. this.numericUpDown30.Location = new System.Drawing.Point(133, 306);
  975. this.numericUpDown30.Maximum = new decimal(new int[] {
  976. 100000,
  977. 0,
  978. 0,
  979. 0});
  980. this.numericUpDown30.Name = "numericUpDown30";
  981. this.numericUpDown30.Size = new System.Drawing.Size(89, 21);
  982. this.numericUpDown30.TabIndex = 106;
  983. this.numericUpDown30.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  984. //
  985. // label32
  986. //
  987. this.label32.AutoSize = true;
  988. this.label32.Location = new System.Drawing.Point(38, 308);
  989. this.label32.Name = "label32";
  990. this.label32.Size = new System.Drawing.Size(83, 12);
  991. this.label32.TabIndex = 105;
  992. this.label32.Text = "Mark横向均值:";
  993. //
  994. // numericUpDown25
  995. //
  996. this.numericUpDown25.DecimalPlaces = 2;
  997. this.numericUpDown25.Increment = new decimal(new int[] {
  998. 1,
  999. 0,
  1000. 0,
  1001. 131072});
  1002. this.numericUpDown25.Location = new System.Drawing.Point(540, 348);
  1003. this.numericUpDown25.Maximum = new decimal(new int[] {
  1004. 100000,
  1005. 0,
  1006. 0,
  1007. 0});
  1008. this.numericUpDown25.Name = "numericUpDown25";
  1009. this.numericUpDown25.Size = new System.Drawing.Size(89, 21);
  1010. this.numericUpDown25.TabIndex = 122;
  1011. this.numericUpDown25.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1012. //
  1013. // label27
  1014. //
  1015. this.label27.AutoSize = true;
  1016. this.label27.Location = new System.Drawing.Point(439, 350);
  1017. this.label27.Name = "label27";
  1018. this.label27.Size = new System.Drawing.Size(83, 12);
  1019. this.label27.TabIndex = 121;
  1020. this.label27.Text = "蜈蚣角宽均值:";
  1021. //
  1022. // numericUpDown31
  1023. //
  1024. this.numericUpDown31.DecimalPlaces = 4;
  1025. this.numericUpDown31.Increment = new decimal(new int[] {
  1026. 1,
  1027. 0,
  1028. 0,
  1029. 131072});
  1030. this.numericUpDown31.Location = new System.Drawing.Point(322, 348);
  1031. this.numericUpDown31.Maximum = new decimal(new int[] {
  1032. 100000,
  1033. 0,
  1034. 0,
  1035. 0});
  1036. this.numericUpDown31.Name = "numericUpDown31";
  1037. this.numericUpDown31.Size = new System.Drawing.Size(89, 21);
  1038. this.numericUpDown31.TabIndex = 120;
  1039. this.numericUpDown31.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1040. //
  1041. // label33
  1042. //
  1043. this.label33.AutoSize = true;
  1044. this.label33.Location = new System.Drawing.Point(239, 350);
  1045. this.label33.Name = "label33";
  1046. this.label33.Size = new System.Drawing.Size(83, 12);
  1047. this.label33.TabIndex = 119;
  1048. this.label33.Text = "蜈蚣角长均值:";
  1049. //
  1050. // numericUpDown32
  1051. //
  1052. this.numericUpDown32.DecimalPlaces = 2;
  1053. this.numericUpDown32.Increment = new decimal(new int[] {
  1054. 1,
  1055. 0,
  1056. 0,
  1057. 131072});
  1058. this.numericUpDown32.Location = new System.Drawing.Point(733, 350);
  1059. this.numericUpDown32.Maximum = new decimal(new int[] {
  1060. 100000,
  1061. 0,
  1062. 0,
  1063. 0});
  1064. this.numericUpDown32.Name = "numericUpDown32";
  1065. this.numericUpDown32.Size = new System.Drawing.Size(89, 21);
  1066. this.numericUpDown32.TabIndex = 124;
  1067. this.numericUpDown32.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1068. //
  1069. // label34
  1070. //
  1071. this.label34.AutoSize = true;
  1072. this.label34.Location = new System.Drawing.Point(644, 354);
  1073. this.label34.Name = "label34";
  1074. this.label34.Size = new System.Drawing.Size(83, 12);
  1075. this.label34.TabIndex = 123;
  1076. this.label34.Text = "分片间隔均值:";
  1077. //
  1078. // numericUpDown33
  1079. //
  1080. this.numericUpDown33.DecimalPlaces = 2;
  1081. this.numericUpDown33.Increment = new decimal(new int[] {
  1082. 1,
  1083. 0,
  1084. 0,
  1085. 131072});
  1086. this.numericUpDown33.Location = new System.Drawing.Point(540, 391);
  1087. this.numericUpDown33.Maximum = new decimal(new int[] {
  1088. 100000,
  1089. 0,
  1090. 0,
  1091. 0});
  1092. this.numericUpDown33.Name = "numericUpDown33";
  1093. this.numericUpDown33.Size = new System.Drawing.Size(89, 21);
  1094. this.numericUpDown33.TabIndex = 130;
  1095. this.numericUpDown33.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1096. //
  1097. // label35
  1098. //
  1099. this.label35.AutoSize = true;
  1100. this.label35.Location = new System.Drawing.Point(439, 393);
  1101. this.label35.Name = "label35";
  1102. this.label35.Size = new System.Drawing.Size(83, 12);
  1103. this.label35.TabIndex = 129;
  1104. this.label35.Text = "焊点间距均值:";
  1105. //
  1106. // numericUpDown34
  1107. //
  1108. this.numericUpDown34.DecimalPlaces = 4;
  1109. this.numericUpDown34.Increment = new decimal(new int[] {
  1110. 1,
  1111. 0,
  1112. 0,
  1113. 131072});
  1114. this.numericUpDown34.Location = new System.Drawing.Point(322, 391);
  1115. this.numericUpDown34.Maximum = new decimal(new int[] {
  1116. 100000,
  1117. 0,
  1118. 0,
  1119. 0});
  1120. this.numericUpDown34.Name = "numericUpDown34";
  1121. this.numericUpDown34.Size = new System.Drawing.Size(89, 21);
  1122. this.numericUpDown34.TabIndex = 128;
  1123. this.numericUpDown34.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1124. //
  1125. // label36
  1126. //
  1127. this.label36.AutoSize = true;
  1128. this.label36.Location = new System.Drawing.Point(239, 393);
  1129. this.label36.Name = "label36";
  1130. this.label36.Size = new System.Drawing.Size(71, 12);
  1131. this.label36.TabIndex = 127;
  1132. this.label36.Text = "焊点宽均值:";
  1133. //
  1134. // numericUpDown35
  1135. //
  1136. this.numericUpDown35.DecimalPlaces = 2;
  1137. this.numericUpDown35.Increment = new decimal(new int[] {
  1138. 1,
  1139. 0,
  1140. 0,
  1141. 131072});
  1142. this.numericUpDown35.Location = new System.Drawing.Point(133, 391);
  1143. this.numericUpDown35.Maximum = new decimal(new int[] {
  1144. 100000,
  1145. 0,
  1146. 0,
  1147. 0});
  1148. this.numericUpDown35.Name = "numericUpDown35";
  1149. this.numericUpDown35.Size = new System.Drawing.Size(89, 21);
  1150. this.numericUpDown35.TabIndex = 126;
  1151. this.numericUpDown35.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1152. //
  1153. // label37
  1154. //
  1155. this.label37.AutoSize = true;
  1156. this.label37.Location = new System.Drawing.Point(38, 393);
  1157. this.label37.Name = "label37";
  1158. this.label37.Size = new System.Drawing.Size(71, 12);
  1159. this.label37.TabIndex = 125;
  1160. this.label37.Text = "焊点长均值:";
  1161. //
  1162. // AmendantRecordFrm
  1163. //
  1164. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1165. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1166. this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  1167. this.ClientSize = new System.Drawing.Size(870, 603);
  1168. this.Controls.Add(this.numericUpDown33);
  1169. this.Controls.Add(this.label35);
  1170. this.Controls.Add(this.numericUpDown34);
  1171. this.Controls.Add(this.label36);
  1172. this.Controls.Add(this.numericUpDown35);
  1173. this.Controls.Add(this.label37);
  1174. this.Controls.Add(this.numericUpDown32);
  1175. this.Controls.Add(this.label34);
  1176. this.Controls.Add(this.numericUpDown25);
  1177. this.Controls.Add(this.label27);
  1178. this.Controls.Add(this.numericUpDown31);
  1179. this.Controls.Add(this.label33);
  1180. this.Controls.Add(this.numericUpDown24);
  1181. this.Controls.Add(this.label26);
  1182. this.Controls.Add(this.numericUpDown26);
  1183. this.Controls.Add(this.label28);
  1184. this.Controls.Add(this.numericUpDown27);
  1185. this.Controls.Add(this.label29);
  1186. this.Controls.Add(this.numericUpDown28);
  1187. this.Controls.Add(this.label30);
  1188. this.Controls.Add(this.numericUpDown29);
  1189. this.Controls.Add(this.label31);
  1190. this.Controls.Add(this.numericUpDown30);
  1191. this.Controls.Add(this.label32);
  1192. this.Controls.Add(this.numericUpDown23);
  1193. this.Controls.Add(this.label25);
  1194. this.Controls.Add(this.skinButton3);
  1195. this.Controls.Add(this.skinButton1);
  1196. this.Controls.Add(this.numericUpDown22);
  1197. this.Controls.Add(this.label24);
  1198. this.Controls.Add(this.numericUpDown21);
  1199. this.Controls.Add(this.label23);
  1200. this.Controls.Add(this.numericUpDown20);
  1201. this.Controls.Add(this.label22);
  1202. this.Controls.Add(this.numericUpDown19);
  1203. this.Controls.Add(this.label21);
  1204. this.Controls.Add(this.numericUpDown18);
  1205. this.Controls.Add(this.label20);
  1206. this.Controls.Add(this.numericUpDown17);
  1207. this.Controls.Add(this.label19);
  1208. this.Controls.Add(this.numericUpDown16);
  1209. this.Controls.Add(this.label18);
  1210. this.Controls.Add(this.numericUpDown15);
  1211. this.Controls.Add(this.label17);
  1212. this.Controls.Add(this.numericUpDown14);
  1213. this.Controls.Add(this.label16);
  1214. this.Controls.Add(this.numericUpDown13);
  1215. this.Controls.Add(this.label15);
  1216. this.Controls.Add(this.numericUpDown12);
  1217. this.Controls.Add(this.label14);
  1218. this.Controls.Add(this.numericUpDown11);
  1219. this.Controls.Add(this.label13);
  1220. this.Controls.Add(this.numericUpDown10);
  1221. this.Controls.Add(this.label12);
  1222. this.Controls.Add(this.numericUpDown9);
  1223. this.Controls.Add(this.label11);
  1224. this.Controls.Add(this.numericUpDown8);
  1225. this.Controls.Add(this.label10);
  1226. this.Controls.Add(this.numericUpDown7);
  1227. this.Controls.Add(this.label9);
  1228. this.Controls.Add(this.numericUpDown6);
  1229. this.Controls.Add(this.label8);
  1230. this.Controls.Add(this.numericUpDown5);
  1231. this.Controls.Add(this.label7);
  1232. this.Controls.Add(this.numericUpDown4);
  1233. this.Controls.Add(this.label6);
  1234. this.Controls.Add(this.numericUpDown3);
  1235. this.Controls.Add(this.label5);
  1236. this.Controls.Add(this.numericUpDown2);
  1237. this.Controls.Add(this.label4);
  1238. this.Controls.Add(this.numericUpDown1);
  1239. this.Controls.Add(this.label3);
  1240. this.Controls.Add(this.radioButton3);
  1241. this.Controls.Add(this.radioButton2);
  1242. this.Controls.Add(this.radioButton1);
  1243. this.Controls.Add(this.label2);
  1244. this.Controls.Add(this.label1);
  1245. this.Controls.Add(this.uiTitel1);
  1246. this.Name = "AmendantRecordFrm";
  1247. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  1248. this.Text = "修改记录";
  1249. this.Load += new System.EventHandler(this.AmendantRecordFrm_Load);
  1250. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  1251. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
  1252. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
  1253. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
  1254. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
  1255. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
  1256. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).EndInit();
  1257. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).EndInit();
  1258. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
  1259. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).EndInit();
  1260. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).EndInit();
  1261. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown12)).EndInit();
  1262. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown13)).EndInit();
  1263. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown14)).EndInit();
  1264. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown15)).EndInit();
  1265. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown16)).EndInit();
  1266. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown17)).EndInit();
  1267. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown18)).EndInit();
  1268. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown19)).EndInit();
  1269. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown20)).EndInit();
  1270. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown21)).EndInit();
  1271. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown22)).EndInit();
  1272. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown23)).EndInit();
  1273. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown24)).EndInit();
  1274. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown26)).EndInit();
  1275. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown27)).EndInit();
  1276. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown28)).EndInit();
  1277. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown29)).EndInit();
  1278. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown30)).EndInit();
  1279. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown25)).EndInit();
  1280. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown31)).EndInit();
  1281. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown32)).EndInit();
  1282. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown33)).EndInit();
  1283. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown34)).EndInit();
  1284. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown35)).EndInit();
  1285. this.ResumeLayout(false);
  1286. this.PerformLayout();
  1287. }
  1288. #endregion
  1289. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  1290. private System.Windows.Forms.Label label1;
  1291. private System.Windows.Forms.Label label2;
  1292. private System.Windows.Forms.RadioButton radioButton1;
  1293. private System.Windows.Forms.RadioButton radioButton2;
  1294. private System.Windows.Forms.RadioButton radioButton3;
  1295. private System.Windows.Forms.Label label3;
  1296. private System.Windows.Forms.NumericUpDown numericUpDown1;
  1297. private System.Windows.Forms.NumericUpDown numericUpDown2;
  1298. private System.Windows.Forms.Label label4;
  1299. private System.Windows.Forms.NumericUpDown numericUpDown3;
  1300. private System.Windows.Forms.Label label5;
  1301. private System.Windows.Forms.NumericUpDown numericUpDown4;
  1302. private System.Windows.Forms.Label label6;
  1303. private System.Windows.Forms.NumericUpDown numericUpDown5;
  1304. private System.Windows.Forms.Label label7;
  1305. private System.Windows.Forms.NumericUpDown numericUpDown6;
  1306. private System.Windows.Forms.Label label8;
  1307. private System.Windows.Forms.NumericUpDown numericUpDown7;
  1308. private System.Windows.Forms.Label label9;
  1309. private System.Windows.Forms.NumericUpDown numericUpDown8;
  1310. private System.Windows.Forms.Label label10;
  1311. private System.Windows.Forms.NumericUpDown numericUpDown9;
  1312. private System.Windows.Forms.Label label11;
  1313. private System.Windows.Forms.NumericUpDown numericUpDown10;
  1314. private System.Windows.Forms.Label label12;
  1315. private System.Windows.Forms.NumericUpDown numericUpDown11;
  1316. private System.Windows.Forms.Label label13;
  1317. private System.Windows.Forms.NumericUpDown numericUpDown12;
  1318. private System.Windows.Forms.Label label14;
  1319. private System.Windows.Forms.NumericUpDown numericUpDown13;
  1320. private System.Windows.Forms.Label label15;
  1321. private System.Windows.Forms.NumericUpDown numericUpDown14;
  1322. private System.Windows.Forms.Label label16;
  1323. private System.Windows.Forms.NumericUpDown numericUpDown15;
  1324. private System.Windows.Forms.Label label17;
  1325. private System.Windows.Forms.NumericUpDown numericUpDown16;
  1326. private System.Windows.Forms.Label label18;
  1327. private System.Windows.Forms.NumericUpDown numericUpDown17;
  1328. private System.Windows.Forms.Label label19;
  1329. private System.Windows.Forms.NumericUpDown numericUpDown18;
  1330. private System.Windows.Forms.Label label20;
  1331. private System.Windows.Forms.NumericUpDown numericUpDown19;
  1332. private System.Windows.Forms.Label label21;
  1333. private System.Windows.Forms.NumericUpDown numericUpDown20;
  1334. private System.Windows.Forms.Label label22;
  1335. private System.Windows.Forms.NumericUpDown numericUpDown21;
  1336. private System.Windows.Forms.Label label23;
  1337. private System.Windows.Forms.NumericUpDown numericUpDown22;
  1338. private System.Windows.Forms.Label label24;
  1339. private CCWin.SkinControl.SkinButton skinButton3;
  1340. private CCWin.SkinControl.SkinButton skinButton1;
  1341. private System.Windows.Forms.NumericUpDown numericUpDown23;
  1342. private System.Windows.Forms.Label label25;
  1343. private System.Windows.Forms.NumericUpDown numericUpDown24;
  1344. private System.Windows.Forms.Label label26;
  1345. private System.Windows.Forms.NumericUpDown numericUpDown26;
  1346. private System.Windows.Forms.Label label28;
  1347. private System.Windows.Forms.NumericUpDown numericUpDown27;
  1348. private System.Windows.Forms.Label label29;
  1349. private System.Windows.Forms.NumericUpDown numericUpDown28;
  1350. private System.Windows.Forms.Label label30;
  1351. private System.Windows.Forms.NumericUpDown numericUpDown29;
  1352. private System.Windows.Forms.Label label31;
  1353. private System.Windows.Forms.NumericUpDown numericUpDown30;
  1354. private System.Windows.Forms.Label label32;
  1355. private System.Windows.Forms.NumericUpDown numericUpDown25;
  1356. private System.Windows.Forms.Label label27;
  1357. private System.Windows.Forms.NumericUpDown numericUpDown31;
  1358. private System.Windows.Forms.Label label33;
  1359. private System.Windows.Forms.NumericUpDown numericUpDown32;
  1360. private System.Windows.Forms.Label label34;
  1361. private System.Windows.Forms.NumericUpDown numericUpDown33;
  1362. private System.Windows.Forms.Label label35;
  1363. private System.Windows.Forms.NumericUpDown numericUpDown34;
  1364. private System.Windows.Forms.Label label36;
  1365. private System.Windows.Forms.NumericUpDown numericUpDown35;
  1366. private System.Windows.Forms.Label label37;
  1367. }
  1368. }