FetchingForm.Designer.cs 62 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342
  1. namespace chutian_parking_terminal
  2. {
  3. partial class FetchingForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FetchingForm));
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.label7 = new System.Windows.Forms.Label();
  32. this.label6 = new System.Windows.Forms.Label();
  33. this.timeLab = new System.Windows.Forms.Label();
  34. this.returnBtn = new System.Windows.Forms.Button();
  35. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  36. this.panel3 = new System.Windows.Forms.Panel();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.panelscannerBox = new System.Windows.Forms.Panel();
  39. this.determine_button = new Sunny.UI.UIButton();
  40. this.uiComboBox8 = new Sunny.UI.UIComboBox();
  41. this.english_panel = new System.Windows.Forms.Panel();
  42. this.chinese_button = new Sunny.UI.UIButton();
  43. this.uiComboBox19 = new Sunny.UI.UIComboBox();
  44. this.uiComboBox18 = new Sunny.UI.UIComboBox();
  45. this.uiComboBox17 = new Sunny.UI.UIComboBox();
  46. this.uiComboBox16 = new Sunny.UI.UIComboBox();
  47. this.uiComboBox15 = new Sunny.UI.UIComboBox();
  48. this.uiComboBox11 = new Sunny.UI.UIComboBox();
  49. this.uiComboBox14 = new Sunny.UI.UIComboBox();
  50. this.uiComboBox13 = new Sunny.UI.UIComboBox();
  51. this.uiComboBox12 = new Sunny.UI.UIComboBox();
  52. this.clear_button = new Sunny.UI.UIButton();
  53. this.ok__button = new Sunny.UI.UIButton();
  54. this.chinese_panel = new System.Windows.Forms.Panel();
  55. this.return_button = new Sunny.UI.UIButton();
  56. this.uiComboBox24 = new Sunny.UI.UIComboBox();
  57. this.uiComboBox210 = new Sunny.UI.UIComboBox();
  58. this.uiComboBox211 = new Sunny.UI.UIComboBox();
  59. this.uiComboBox28 = new Sunny.UI.UIComboBox();
  60. this.uiComboBox29 = new Sunny.UI.UIComboBox();
  61. this.uiComboBox27 = new Sunny.UI.UIComboBox();
  62. this.uiComboBox22 = new Sunny.UI.UIComboBox();
  63. this.uiComboBox25 = new Sunny.UI.UIComboBox();
  64. this.uiComboBox23 = new Sunny.UI.UIComboBox();
  65. this.uiComboBox26 = new Sunny.UI.UIComboBox();
  66. this.uiComboBox21 = new Sunny.UI.UIComboBox();
  67. this.label1 = new System.Windows.Forms.Label();
  68. this.uiComboBox7 = new Sunny.UI.UIComboBox();
  69. this.ScannerTextBox = new System.Windows.Forms.TextBox();
  70. this.uiComboBox1 = new Sunny.UI.UIComboBox();
  71. this.label4 = new System.Windows.Forms.Label();
  72. this.uiComboBox4 = new Sunny.UI.UIComboBox();
  73. this.uiComboBox2 = new Sunny.UI.UIComboBox();
  74. this.uiComboBox3 = new Sunny.UI.UIComboBox();
  75. this.uiComboBox5 = new Sunny.UI.UIComboBox();
  76. this.uiComboBox6 = new Sunny.UI.UIComboBox();
  77. this.label3 = new System.Windows.Forms.Label();
  78. this.centralControllerBindingSource = new System.Windows.Forms.BindingSource(this.components);
  79. this.panel2.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  81. this.panel3.SuspendLayout();
  82. this.panelscannerBox.SuspendLayout();
  83. this.english_panel.SuspendLayout();
  84. this.chinese_panel.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.centralControllerBindingSource)).BeginInit();
  86. this.SuspendLayout();
  87. //
  88. // panel2
  89. //
  90. this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
  91. this.panel2.Controls.Add(this.label7);
  92. this.panel2.Controls.Add(this.label6);
  93. this.panel2.Controls.Add(this.timeLab);
  94. this.panel2.Controls.Add(this.returnBtn);
  95. this.panel2.Controls.Add(this.pictureBox2);
  96. this.panel2.Location = new System.Drawing.Point(0, 0);
  97. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  98. this.panel2.Name = "panel2";
  99. this.panel2.Size = new System.Drawing.Size(1080, 80);
  100. this.panel2.TabIndex = 1;
  101. //
  102. // label7
  103. //
  104. this.label7.BackColor = System.Drawing.Color.Transparent;
  105. this.label7.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  106. this.label7.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  107. this.label7.Location = new System.Drawing.Point(439, 51);
  108. this.label7.Name = "label7";
  109. this.label7.Size = new System.Drawing.Size(265, 13);
  110. this.label7.TabIndex = 13;
  111. this.label7.Text = "Intelligent elephant Parking Terminal NO.";
  112. //
  113. // label6
  114. //
  115. this.label6.BackColor = System.Drawing.Color.Transparent;
  116. this.label6.Font = new System.Drawing.Font("宋体", 27F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  117. this.label6.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  118. this.label6.Location = new System.Drawing.Point(436, 19);
  119. this.label6.Name = "label6";
  120. this.label6.Size = new System.Drawing.Size(268, 26);
  121. this.label6.TabIndex = 12;
  122. this.label6.Text = "智象泊车终端01号机";
  123. //
  124. // timeLab
  125. //
  126. this.timeLab.BackColor = System.Drawing.Color.Transparent;
  127. this.timeLab.Font = new System.Drawing.Font("宋体", 27F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  128. this.timeLab.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  129. this.timeLab.Location = new System.Drawing.Point(801, 29);
  130. this.timeLab.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  131. this.timeLab.Name = "timeLab";
  132. this.timeLab.Size = new System.Drawing.Size(256, 27);
  133. this.timeLab.TabIndex = 6;
  134. this.timeLab.Text = "2019-06-24 15:11";
  135. this.timeLab.Visible = false;
  136. //
  137. // returnBtn
  138. //
  139. this.returnBtn.BackColor = System.Drawing.Color.Transparent;
  140. this.returnBtn.FlatAppearance.BorderSize = 0;
  141. this.returnBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  142. this.returnBtn.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  143. this.returnBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  144. this.returnBtn.Image = ((System.Drawing.Image)(resources.GetObject("returnBtn.Image")));
  145. this.returnBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  146. this.returnBtn.Location = new System.Drawing.Point(40, 29);
  147. this.returnBtn.Margin = new System.Windows.Forms.Padding(2);
  148. this.returnBtn.Name = "returnBtn";
  149. this.returnBtn.Size = new System.Drawing.Size(93, 24);
  150. this.returnBtn.TabIndex = 3;
  151. this.returnBtn.Text = "返回";
  152. this.returnBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  153. this.returnBtn.UseVisualStyleBackColor = false;
  154. this.returnBtn.Click += new System.EventHandler(this.returnBtn_Click);
  155. //
  156. // pictureBox2
  157. //
  158. this.pictureBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.BackgroundImage")));
  159. this.pictureBox2.Location = new System.Drawing.Point(385, 19);
  160. this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
  161. this.pictureBox2.Name = "pictureBox2";
  162. this.pictureBox2.Size = new System.Drawing.Size(45, 45);
  163. this.pictureBox2.TabIndex = 0;
  164. this.pictureBox2.TabStop = false;
  165. //
  166. // panel3
  167. //
  168. this.panel3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel3.BackgroundImage")));
  169. this.panel3.Controls.Add(this.label2);
  170. this.panel3.Controls.Add(this.panelscannerBox);
  171. this.panel3.Controls.Add(this.label3);
  172. this.panel3.Location = new System.Drawing.Point(0, 80);
  173. this.panel3.Margin = new System.Windows.Forms.Padding(2);
  174. this.panel3.Name = "panel3";
  175. this.panel3.Size = new System.Drawing.Size(1080, 582);
  176. this.panel3.TabIndex = 2;
  177. //
  178. // label2
  179. //
  180. this.label2.BackColor = System.Drawing.Color.Transparent;
  181. this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
  182. this.label2.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
  183. this.label2.Location = new System.Drawing.Point(46, 90);
  184. this.label2.Name = "label2";
  185. this.label2.Size = new System.Drawing.Size(226, 217);
  186. this.label2.TabIndex = 29;
  187. //
  188. // panelscannerBox
  189. //
  190. this.panelscannerBox.BackColor = System.Drawing.Color.Transparent;
  191. this.panelscannerBox.Controls.Add(this.determine_button);
  192. this.panelscannerBox.Controls.Add(this.uiComboBox8);
  193. this.panelscannerBox.Controls.Add(this.english_panel);
  194. this.panelscannerBox.Controls.Add(this.chinese_panel);
  195. this.panelscannerBox.Controls.Add(this.label1);
  196. this.panelscannerBox.Controls.Add(this.uiComboBox7);
  197. this.panelscannerBox.Controls.Add(this.ScannerTextBox);
  198. this.panelscannerBox.Controls.Add(this.uiComboBox1);
  199. this.panelscannerBox.Controls.Add(this.label4);
  200. this.panelscannerBox.Controls.Add(this.uiComboBox4);
  201. this.panelscannerBox.Controls.Add(this.uiComboBox2);
  202. this.panelscannerBox.Controls.Add(this.uiComboBox3);
  203. this.panelscannerBox.Controls.Add(this.uiComboBox5);
  204. this.panelscannerBox.Controls.Add(this.uiComboBox6);
  205. this.panelscannerBox.Location = new System.Drawing.Point(183, 125);
  206. this.panelscannerBox.Name = "panelscannerBox";
  207. this.panelscannerBox.Size = new System.Drawing.Size(824, 429);
  208. this.panelscannerBox.TabIndex = 41;
  209. //
  210. // determine_button
  211. //
  212. this.determine_button.Cursor = System.Windows.Forms.Cursors.Hand;
  213. this.determine_button.Font = new System.Drawing.Font("微软雅黑", 20F);
  214. this.determine_button.Location = new System.Drawing.Point(707, 349);
  215. this.determine_button.MinimumSize = new System.Drawing.Size(1, 1);
  216. this.determine_button.Name = "determine_button";
  217. this.determine_button.Radius = 25;
  218. this.determine_button.Size = new System.Drawing.Size(81, 53);
  219. this.determine_button.TabIndex = 128;
  220. this.determine_button.Text = "确定";
  221. this.determine_button.Click += new System.EventHandler(this.determine_button_Click);
  222. //
  223. // uiComboBox8
  224. //
  225. this.uiComboBox8.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  226. this.uiComboBox8.FillColor = System.Drawing.Color.White;
  227. this.uiComboBox8.Font = new System.Drawing.Font("新宋体", 30F);
  228. this.uiComboBox8.ItemHeight = 45;
  229. this.uiComboBox8.Items.AddRange(new object[] {
  230. "",
  231. "0",
  232. "1",
  233. "2",
  234. "3",
  235. "4",
  236. "5",
  237. "6",
  238. "7",
  239. "8",
  240. "9",
  241. "A",
  242. "B",
  243. "C",
  244. "D",
  245. "E",
  246. "F",
  247. "G",
  248. "H",
  249. "J",
  250. "K",
  251. "L",
  252. "M",
  253. "N",
  254. "P",
  255. "Q",
  256. "R",
  257. "S",
  258. "T",
  259. "U",
  260. "V",
  261. "W",
  262. "X",
  263. "Y",
  264. "Z"});
  265. this.uiComboBox8.Location = new System.Drawing.Point(616, 349);
  266. this.uiComboBox8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  267. this.uiComboBox8.MaxDropDownItems = 7;
  268. this.uiComboBox8.MinimumSize = new System.Drawing.Size(63, 0);
  269. this.uiComboBox8.Name = "uiComboBox8";
  270. this.uiComboBox8.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  271. this.uiComboBox8.Radius = 25;
  272. this.uiComboBox8.Size = new System.Drawing.Size(72, 53);
  273. this.uiComboBox8.TabIndex = 59;
  274. this.uiComboBox8.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  275. //
  276. // english_panel
  277. //
  278. this.english_panel.Controls.Add(this.chinese_button);
  279. this.english_panel.Controls.Add(this.uiComboBox19);
  280. this.english_panel.Controls.Add(this.uiComboBox18);
  281. this.english_panel.Controls.Add(this.uiComboBox17);
  282. this.english_panel.Controls.Add(this.uiComboBox16);
  283. this.english_panel.Controls.Add(this.uiComboBox15);
  284. this.english_panel.Controls.Add(this.uiComboBox11);
  285. this.english_panel.Controls.Add(this.uiComboBox14);
  286. this.english_panel.Controls.Add(this.uiComboBox13);
  287. this.english_panel.Controls.Add(this.uiComboBox12);
  288. this.english_panel.Controls.Add(this.clear_button);
  289. this.english_panel.Controls.Add(this.ok__button);
  290. this.english_panel.Location = new System.Drawing.Point(113, 123);
  291. this.english_panel.Name = "english_panel";
  292. this.english_panel.Size = new System.Drawing.Size(557, 200);
  293. this.english_panel.TabIndex = 124;
  294. //
  295. // chinese_button
  296. //
  297. this.chinese_button.Cursor = System.Windows.Forms.Cursors.Hand;
  298. this.chinese_button.Font = new System.Drawing.Font("微软雅黑", 20F);
  299. this.chinese_button.Location = new System.Drawing.Point(428, 4);
  300. this.chinese_button.MinimumSize = new System.Drawing.Size(1, 1);
  301. this.chinese_button.Name = "chinese_button";
  302. this.chinese_button.Radius = 25;
  303. this.chinese_button.Size = new System.Drawing.Size(118, 44);
  304. this.chinese_button.TabIndex = 127;
  305. this.chinese_button.Text = "中文";
  306. this.chinese_button.Click += new System.EventHandler(this.chinese_button_Click);
  307. //
  308. // uiComboBox19
  309. //
  310. this.uiComboBox19.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  311. this.uiComboBox19.FillColor = System.Drawing.Color.White;
  312. this.uiComboBox19.Font = new System.Drawing.Font("新宋体", 24F);
  313. this.uiComboBox19.ItemHeight = 45;
  314. this.uiComboBox19.Items.AddRange(new object[] {
  315. "9WXYZ",
  316. "9",
  317. "W",
  318. "X",
  319. "Y",
  320. "Z"});
  321. this.uiComboBox19.Location = new System.Drawing.Point(283, 142);
  322. this.uiComboBox19.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  323. this.uiComboBox19.MaxDropDownItems = 7;
  324. this.uiComboBox19.MinimumSize = new System.Drawing.Size(63, 0);
  325. this.uiComboBox19.Name = "uiComboBox19";
  326. this.uiComboBox19.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  327. this.uiComboBox19.Radius = 25;
  328. this.uiComboBox19.Size = new System.Drawing.Size(114, 44);
  329. this.uiComboBox19.TabIndex = 126;
  330. this.uiComboBox19.Text = "9WXYZ";
  331. this.uiComboBox19.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  332. this.uiComboBox19.SelectedIndexChanged += new System.EventHandler(this.uiComboBox19_SelectedIndexChanged);
  333. //
  334. // uiComboBox18
  335. //
  336. this.uiComboBox18.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  337. this.uiComboBox18.FillColor = System.Drawing.Color.White;
  338. this.uiComboBox18.Font = new System.Drawing.Font("新宋体", 24F);
  339. this.uiComboBox18.ItemHeight = 45;
  340. this.uiComboBox18.Items.AddRange(new object[] {
  341. " 8TUV",
  342. "8",
  343. "T",
  344. "U",
  345. "V"});
  346. this.uiComboBox18.Location = new System.Drawing.Point(145, 142);
  347. this.uiComboBox18.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  348. this.uiComboBox18.MaxDropDownItems = 7;
  349. this.uiComboBox18.MinimumSize = new System.Drawing.Size(63, 0);
  350. this.uiComboBox18.Name = "uiComboBox18";
  351. this.uiComboBox18.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  352. this.uiComboBox18.Radius = 25;
  353. this.uiComboBox18.Size = new System.Drawing.Size(114, 44);
  354. this.uiComboBox18.TabIndex = 125;
  355. this.uiComboBox18.Text = " 8TUV";
  356. this.uiComboBox18.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  357. this.uiComboBox18.SelectedIndexChanged += new System.EventHandler(this.uiComboBox18_SelectedIndexChanged);
  358. //
  359. // uiComboBox17
  360. //
  361. this.uiComboBox17.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  362. this.uiComboBox17.FillColor = System.Drawing.Color.White;
  363. this.uiComboBox17.Font = new System.Drawing.Font("新宋体", 24F);
  364. this.uiComboBox17.ItemHeight = 45;
  365. this.uiComboBox17.Items.AddRange(new object[] {
  366. "7PQRS",
  367. "7",
  368. "P",
  369. "Q",
  370. "R",
  371. "S",
  372. "T"});
  373. this.uiComboBox17.Location = new System.Drawing.Point(7, 142);
  374. this.uiComboBox17.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  375. this.uiComboBox17.MaxDropDownItems = 7;
  376. this.uiComboBox17.MinimumSize = new System.Drawing.Size(63, 0);
  377. this.uiComboBox17.Name = "uiComboBox17";
  378. this.uiComboBox17.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  379. this.uiComboBox17.Radius = 25;
  380. this.uiComboBox17.Size = new System.Drawing.Size(114, 44);
  381. this.uiComboBox17.TabIndex = 124;
  382. this.uiComboBox17.Text = "7PQRS";
  383. this.uiComboBox17.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  384. this.uiComboBox17.SelectedIndexChanged += new System.EventHandler(this.uiComboBox17_SelectedIndexChanged);
  385. //
  386. // uiComboBox16
  387. //
  388. this.uiComboBox16.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  389. this.uiComboBox16.FillColor = System.Drawing.Color.White;
  390. this.uiComboBox16.Font = new System.Drawing.Font("新宋体", 24F);
  391. this.uiComboBox16.ItemHeight = 45;
  392. this.uiComboBox16.Items.AddRange(new object[] {
  393. " 6MN",
  394. "6",
  395. "M",
  396. "N"});
  397. this.uiComboBox16.Location = new System.Drawing.Point(281, 72);
  398. this.uiComboBox16.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  399. this.uiComboBox16.MaxDropDownItems = 7;
  400. this.uiComboBox16.MinimumSize = new System.Drawing.Size(63, 0);
  401. this.uiComboBox16.Name = "uiComboBox16";
  402. this.uiComboBox16.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  403. this.uiComboBox16.Radius = 25;
  404. this.uiComboBox16.Size = new System.Drawing.Size(114, 44);
  405. this.uiComboBox16.TabIndex = 123;
  406. this.uiComboBox16.Text = " 6MN";
  407. this.uiComboBox16.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  408. this.uiComboBox16.SelectedIndexChanged += new System.EventHandler(this.uiComboBox16_SelectedIndexChanged);
  409. //
  410. // uiComboBox15
  411. //
  412. this.uiComboBox15.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  413. this.uiComboBox15.FillColor = System.Drawing.Color.White;
  414. this.uiComboBox15.Font = new System.Drawing.Font("新宋体", 24F);
  415. this.uiComboBox15.ItemHeight = 45;
  416. this.uiComboBox15.Items.AddRange(new object[] {
  417. " 5JKL",
  418. "5",
  419. "J",
  420. "K",
  421. "L"});
  422. this.uiComboBox15.Location = new System.Drawing.Point(143, 72);
  423. this.uiComboBox15.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  424. this.uiComboBox15.MaxDropDownItems = 7;
  425. this.uiComboBox15.MinimumSize = new System.Drawing.Size(63, 0);
  426. this.uiComboBox15.Name = "uiComboBox15";
  427. this.uiComboBox15.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  428. this.uiComboBox15.Radius = 25;
  429. this.uiComboBox15.Size = new System.Drawing.Size(114, 44);
  430. this.uiComboBox15.TabIndex = 122;
  431. this.uiComboBox15.Text = " 5JKL";
  432. this.uiComboBox15.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  433. this.uiComboBox15.SelectedIndexChanged += new System.EventHandler(this.uiComboBox15_SelectedIndexChanged);
  434. //
  435. // uiComboBox11
  436. //
  437. this.uiComboBox11.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  438. this.uiComboBox11.FillColor = System.Drawing.Color.White;
  439. this.uiComboBox11.Font = new System.Drawing.Font("新宋体", 24F);
  440. this.uiComboBox11.ItemHeight = 45;
  441. this.uiComboBox11.Items.AddRange(new object[] {
  442. " 01",
  443. "0",
  444. "1"});
  445. this.uiComboBox11.Location = new System.Drawing.Point(5, 4);
  446. this.uiComboBox11.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  447. this.uiComboBox11.MaxDropDownItems = 7;
  448. this.uiComboBox11.MinimumSize = new System.Drawing.Size(63, 0);
  449. this.uiComboBox11.Name = "uiComboBox11";
  450. this.uiComboBox11.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  451. this.uiComboBox11.Radius = 25;
  452. this.uiComboBox11.Size = new System.Drawing.Size(114, 44);
  453. this.uiComboBox11.TabIndex = 121;
  454. this.uiComboBox11.Text = " 01";
  455. this.uiComboBox11.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  456. this.uiComboBox11.SelectedIndexChanged += new System.EventHandler(this.uiComboBox11_SelectedIndexChanged);
  457. //
  458. // uiComboBox14
  459. //
  460. this.uiComboBox14.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  461. this.uiComboBox14.FillColor = System.Drawing.Color.White;
  462. this.uiComboBox14.Font = new System.Drawing.Font("新宋体", 24F);
  463. this.uiComboBox14.ItemHeight = 45;
  464. this.uiComboBox14.Items.AddRange(new object[] {
  465. " 4GH",
  466. "4",
  467. "G",
  468. "H"});
  469. this.uiComboBox14.Location = new System.Drawing.Point(5, 72);
  470. this.uiComboBox14.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  471. this.uiComboBox14.MaxDropDownItems = 7;
  472. this.uiComboBox14.MinimumSize = new System.Drawing.Size(63, 0);
  473. this.uiComboBox14.Name = "uiComboBox14";
  474. this.uiComboBox14.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  475. this.uiComboBox14.Radius = 25;
  476. this.uiComboBox14.Size = new System.Drawing.Size(114, 44);
  477. this.uiComboBox14.TabIndex = 120;
  478. this.uiComboBox14.Text = " 4GH";
  479. this.uiComboBox14.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  480. this.uiComboBox14.SelectedIndexChanged += new System.EventHandler(this.uiComboBox14_SelectedIndexChanged);
  481. //
  482. // uiComboBox13
  483. //
  484. this.uiComboBox13.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  485. this.uiComboBox13.FillColor = System.Drawing.Color.White;
  486. this.uiComboBox13.Font = new System.Drawing.Font("新宋体", 24F);
  487. this.uiComboBox13.ItemHeight = 45;
  488. this.uiComboBox13.Items.AddRange(new object[] {
  489. " 3DEF",
  490. "3",
  491. "D",
  492. "E",
  493. "F"});
  494. this.uiComboBox13.Location = new System.Drawing.Point(281, 4);
  495. this.uiComboBox13.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  496. this.uiComboBox13.MaxDropDownItems = 7;
  497. this.uiComboBox13.MinimumSize = new System.Drawing.Size(63, 0);
  498. this.uiComboBox13.Name = "uiComboBox13";
  499. this.uiComboBox13.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  500. this.uiComboBox13.Radius = 25;
  501. this.uiComboBox13.Size = new System.Drawing.Size(114, 44);
  502. this.uiComboBox13.TabIndex = 119;
  503. this.uiComboBox13.Text = " 3DEF";
  504. this.uiComboBox13.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  505. this.uiComboBox13.SelectedIndexChanged += new System.EventHandler(this.uiComboBox13_SelectedIndexChanged);
  506. //
  507. // uiComboBox12
  508. //
  509. this.uiComboBox12.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  510. this.uiComboBox12.FillColor = System.Drawing.Color.White;
  511. this.uiComboBox12.Font = new System.Drawing.Font("新宋体", 24F);
  512. this.uiComboBox12.ItemHeight = 45;
  513. this.uiComboBox12.Items.AddRange(new object[] {
  514. " 2ABC",
  515. "2",
  516. "A",
  517. "B",
  518. "C"});
  519. this.uiComboBox12.Location = new System.Drawing.Point(143, 4);
  520. this.uiComboBox12.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  521. this.uiComboBox12.MaxDropDownItems = 7;
  522. this.uiComboBox12.MinimumSize = new System.Drawing.Size(63, 0);
  523. this.uiComboBox12.Name = "uiComboBox12";
  524. this.uiComboBox12.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  525. this.uiComboBox12.Radius = 25;
  526. this.uiComboBox12.Size = new System.Drawing.Size(114, 44);
  527. this.uiComboBox12.TabIndex = 118;
  528. this.uiComboBox12.Text = " 2ABC";
  529. this.uiComboBox12.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  530. this.uiComboBox12.SelectedIndexChanged += new System.EventHandler(this.uiComboBox12_SelectedIndexChanged);
  531. //
  532. // clear_button
  533. //
  534. this.clear_button.Cursor = System.Windows.Forms.Cursors.Hand;
  535. this.clear_button.Font = new System.Drawing.Font("微软雅黑", 20F);
  536. this.clear_button.Location = new System.Drawing.Point(428, 72);
  537. this.clear_button.MinimumSize = new System.Drawing.Size(1, 1);
  538. this.clear_button.Name = "clear_button";
  539. this.clear_button.Radius = 25;
  540. this.clear_button.Size = new System.Drawing.Size(118, 44);
  541. this.clear_button.TabIndex = 117;
  542. this.clear_button.Text = "退格";
  543. this.clear_button.Click += new System.EventHandler(this.clearBtn_Click);
  544. //
  545. // ok__button
  546. //
  547. this.ok__button.Cursor = System.Windows.Forms.Cursors.Hand;
  548. this.ok__button.Font = new System.Drawing.Font("微软雅黑", 20F);
  549. this.ok__button.Location = new System.Drawing.Point(429, 142);
  550. this.ok__button.MinimumSize = new System.Drawing.Size(1, 1);
  551. this.ok__button.Name = "ok__button";
  552. this.ok__button.Radius = 25;
  553. this.ok__button.Size = new System.Drawing.Size(116, 44);
  554. this.ok__button.TabIndex = 116;
  555. this.ok__button.Text = "提交";
  556. this.ok__button.Click += new System.EventHandler(this.OKBtn_Click);
  557. //
  558. // chinese_panel
  559. //
  560. this.chinese_panel.Controls.Add(this.return_button);
  561. this.chinese_panel.Controls.Add(this.uiComboBox24);
  562. this.chinese_panel.Controls.Add(this.uiComboBox210);
  563. this.chinese_panel.Controls.Add(this.uiComboBox211);
  564. this.chinese_panel.Controls.Add(this.uiComboBox28);
  565. this.chinese_panel.Controls.Add(this.uiComboBox29);
  566. this.chinese_panel.Controls.Add(this.uiComboBox27);
  567. this.chinese_panel.Controls.Add(this.uiComboBox22);
  568. this.chinese_panel.Controls.Add(this.uiComboBox25);
  569. this.chinese_panel.Controls.Add(this.uiComboBox23);
  570. this.chinese_panel.Controls.Add(this.uiComboBox26);
  571. this.chinese_panel.Controls.Add(this.uiComboBox21);
  572. this.chinese_panel.Location = new System.Drawing.Point(113, 144);
  573. this.chinese_panel.Name = "chinese_panel";
  574. this.chinese_panel.Size = new System.Drawing.Size(557, 155);
  575. this.chinese_panel.TabIndex = 123;
  576. //
  577. // return_button
  578. //
  579. this.return_button.Cursor = System.Windows.Forms.Cursors.Hand;
  580. this.return_button.Font = new System.Drawing.Font("微软雅黑", 20F);
  581. this.return_button.Location = new System.Drawing.Point(426, 114);
  582. this.return_button.MinimumSize = new System.Drawing.Size(1, 1);
  583. this.return_button.Name = "return_button";
  584. this.return_button.Radius = 25;
  585. this.return_button.Size = new System.Drawing.Size(118, 32);
  586. this.return_button.TabIndex = 134;
  587. this.return_button.Text = "返回";
  588. this.return_button.Click += new System.EventHandler(this.return_button_Click);
  589. //
  590. // uiComboBox24
  591. //
  592. this.uiComboBox24.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  593. this.uiComboBox24.FillColor = System.Drawing.Color.White;
  594. this.uiComboBox24.Font = new System.Drawing.Font("新宋体", 16F);
  595. this.uiComboBox24.ItemHeight = 40;
  596. this.uiComboBox24.Items.AddRange(new object[] {
  597. " 桂粤闽",
  598. "桂",
  599. "粤",
  600. "闽"});
  601. this.uiComboBox24.Location = new System.Drawing.Point(428, 8);
  602. this.uiComboBox24.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  603. this.uiComboBox24.MaxDropDownItems = 7;
  604. this.uiComboBox24.MinimumSize = new System.Drawing.Size(63, 0);
  605. this.uiComboBox24.Name = "uiComboBox24";
  606. this.uiComboBox24.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  607. this.uiComboBox24.Radius = 25;
  608. this.uiComboBox24.Size = new System.Drawing.Size(116, 32);
  609. this.uiComboBox24.TabIndex = 133;
  610. this.uiComboBox24.Text = " 桂粤闽";
  611. this.uiComboBox24.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  612. this.uiComboBox24.SelectedIndexChanged += new System.EventHandler(this.uiComboBox24_SelectedIndexChanged);
  613. //
  614. // uiComboBox210
  615. //
  616. this.uiComboBox210.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  617. this.uiComboBox210.FillColor = System.Drawing.Color.White;
  618. this.uiComboBox210.Font = new System.Drawing.Font("新宋体", 16F);
  619. this.uiComboBox210.ItemHeight = 40;
  620. this.uiComboBox210.Items.AddRange(new object[] {
  621. " 辽吉黑",
  622. "辽",
  623. "吉",
  624. "黑"});
  625. this.uiComboBox210.Location = new System.Drawing.Point(142, 114);
  626. this.uiComboBox210.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  627. this.uiComboBox210.MaxDropDownItems = 7;
  628. this.uiComboBox210.MinimumSize = new System.Drawing.Size(63, 0);
  629. this.uiComboBox210.Name = "uiComboBox210";
  630. this.uiComboBox210.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  631. this.uiComboBox210.Radius = 25;
  632. this.uiComboBox210.Size = new System.Drawing.Size(116, 32);
  633. this.uiComboBox210.TabIndex = 130;
  634. this.uiComboBox210.Text = " 辽吉黑";
  635. this.uiComboBox210.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  636. this.uiComboBox210.SelectedIndexChanged += new System.EventHandler(this.uiComboBox210_SelectedIndexChanged);
  637. //
  638. // uiComboBox211
  639. //
  640. this.uiComboBox211.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  641. this.uiComboBox211.FillColor = System.Drawing.Color.White;
  642. this.uiComboBox211.Font = new System.Drawing.Font("新宋体", 16F);
  643. this.uiComboBox211.ItemHeight = 40;
  644. this.uiComboBox211.Items.AddRange(new object[] {
  645. "琼港澳台",
  646. "琼",
  647. "港",
  648. "澳",
  649. "台"});
  650. this.uiComboBox211.Location = new System.Drawing.Point(282, 114);
  651. this.uiComboBox211.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  652. this.uiComboBox211.MaxDropDownItems = 7;
  653. this.uiComboBox211.MinimumSize = new System.Drawing.Size(63, 0);
  654. this.uiComboBox211.Name = "uiComboBox211";
  655. this.uiComboBox211.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  656. this.uiComboBox211.Radius = 25;
  657. this.uiComboBox211.Size = new System.Drawing.Size(116, 32);
  658. this.uiComboBox211.TabIndex = 132;
  659. this.uiComboBox211.Text = "琼港澳台";
  660. this.uiComboBox211.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  661. this.uiComboBox211.SelectedIndexChanged += new System.EventHandler(this.uiComboBox211_SelectedIndexChanged);
  662. //
  663. // uiComboBox28
  664. //
  665. this.uiComboBox28.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  666. this.uiComboBox28.FillColor = System.Drawing.Color.White;
  667. this.uiComboBox28.Font = new System.Drawing.Font("新宋体", 16F);
  668. this.uiComboBox28.ItemHeight = 40;
  669. this.uiComboBox28.Items.AddRange(new object[] {
  670. " 藏新青",
  671. "藏",
  672. "新",
  673. "青"});
  674. this.uiComboBox28.Location = new System.Drawing.Point(426, 60);
  675. this.uiComboBox28.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  676. this.uiComboBox28.MaxDropDownItems = 7;
  677. this.uiComboBox28.MinimumSize = new System.Drawing.Size(63, 0);
  678. this.uiComboBox28.Name = "uiComboBox28";
  679. this.uiComboBox28.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  680. this.uiComboBox28.Radius = 25;
  681. this.uiComboBox28.Size = new System.Drawing.Size(116, 32);
  682. this.uiComboBox28.TabIndex = 131;
  683. this.uiComboBox28.Text = " 藏新青";
  684. this.uiComboBox28.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  685. this.uiComboBox28.SelectedIndexChanged += new System.EventHandler(this.uiComboBox28_SelectedIndexChanged);
  686. //
  687. // uiComboBox29
  688. //
  689. this.uiComboBox29.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  690. this.uiComboBox29.FillColor = System.Drawing.Color.White;
  691. this.uiComboBox29.Font = new System.Drawing.Font("新宋体", 16F);
  692. this.uiComboBox29.ItemHeight = 40;
  693. this.uiComboBox29.Items.AddRange(new object[] {
  694. " 蒙京津",
  695. "蒙",
  696. "京",
  697. "津"});
  698. this.uiComboBox29.Location = new System.Drawing.Point(5, 114);
  699. this.uiComboBox29.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  700. this.uiComboBox29.MaxDropDownItems = 7;
  701. this.uiComboBox29.MinimumSize = new System.Drawing.Size(63, 0);
  702. this.uiComboBox29.Name = "uiComboBox29";
  703. this.uiComboBox29.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  704. this.uiComboBox29.Radius = 25;
  705. this.uiComboBox29.Size = new System.Drawing.Size(116, 32);
  706. this.uiComboBox29.TabIndex = 129;
  707. this.uiComboBox29.Text = " 蒙京津";
  708. this.uiComboBox29.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  709. this.uiComboBox29.SelectedIndexChanged += new System.EventHandler(this.uiComboBox29_SelectedIndexChanged);
  710. //
  711. // uiComboBox27
  712. //
  713. this.uiComboBox27.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  714. this.uiComboBox27.FillColor = System.Drawing.Color.White;
  715. this.uiComboBox27.Font = new System.Drawing.Font("新宋体", 16F);
  716. this.uiComboBox27.ItemHeight = 40;
  717. this.uiComboBox27.Items.AddRange(new object[] {
  718. " 云宁甘",
  719. "云",
  720. "宁",
  721. "甘"});
  722. this.uiComboBox27.Location = new System.Drawing.Point(281, 60);
  723. this.uiComboBox27.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  724. this.uiComboBox27.MaxDropDownItems = 7;
  725. this.uiComboBox27.MinimumSize = new System.Drawing.Size(63, 0);
  726. this.uiComboBox27.Name = "uiComboBox27";
  727. this.uiComboBox27.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  728. this.uiComboBox27.Radius = 25;
  729. this.uiComboBox27.Size = new System.Drawing.Size(116, 32);
  730. this.uiComboBox27.TabIndex = 128;
  731. this.uiComboBox27.Text = " 云宁甘";
  732. this.uiComboBox27.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  733. this.uiComboBox27.SelectedIndexChanged += new System.EventHandler(this.uiComboBox27_SelectedIndexChanged);
  734. //
  735. // uiComboBox22
  736. //
  737. this.uiComboBox22.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  738. this.uiComboBox22.FillColor = System.Drawing.Color.White;
  739. this.uiComboBox22.Font = new System.Drawing.Font("新宋体", 16F);
  740. this.uiComboBox22.ItemHeight = 40;
  741. this.uiComboBox22.Items.AddRange(new object[] {
  742. " 陕豫皖",
  743. "陕",
  744. "豫",
  745. "皖"});
  746. this.uiComboBox22.Location = new System.Drawing.Point(142, 8);
  747. this.uiComboBox22.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  748. this.uiComboBox22.MaxDropDownItems = 7;
  749. this.uiComboBox22.MinimumSize = new System.Drawing.Size(63, 0);
  750. this.uiComboBox22.Name = "uiComboBox22";
  751. this.uiComboBox22.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  752. this.uiComboBox22.Radius = 25;
  753. this.uiComboBox22.Size = new System.Drawing.Size(116, 32);
  754. this.uiComboBox22.TabIndex = 124;
  755. this.uiComboBox22.Text = " 陕豫皖";
  756. this.uiComboBox22.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  757. this.uiComboBox22.SelectedIndexChanged += new System.EventHandler(this.uiComboBox22_SelectedIndexChanged);
  758. //
  759. // uiComboBox25
  760. //
  761. this.uiComboBox25.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  762. this.uiComboBox25.FillColor = System.Drawing.Color.White;
  763. this.uiComboBox25.Font = new System.Drawing.Font("新宋体", 16F);
  764. this.uiComboBox25.ItemHeight = 40;
  765. this.uiComboBox25.Items.AddRange(new object[] {
  766. " 浙沪苏",
  767. "浙",
  768. "沪",
  769. "苏"});
  770. this.uiComboBox25.Location = new System.Drawing.Point(5, 60);
  771. this.uiComboBox25.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  772. this.uiComboBox25.MaxDropDownItems = 7;
  773. this.uiComboBox25.MinimumSize = new System.Drawing.Size(63, 0);
  774. this.uiComboBox25.Name = "uiComboBox25";
  775. this.uiComboBox25.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  776. this.uiComboBox25.Radius = 25;
  777. this.uiComboBox25.Size = new System.Drawing.Size(116, 32);
  778. this.uiComboBox25.TabIndex = 127;
  779. this.uiComboBox25.Text = " 浙沪苏";
  780. this.uiComboBox25.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  781. this.uiComboBox25.SelectedIndexChanged += new System.EventHandler(this.uiComboBox25_SelectedIndexChanged);
  782. //
  783. // uiComboBox23
  784. //
  785. this.uiComboBox23.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  786. this.uiComboBox23.FillColor = System.Drawing.Color.White;
  787. this.uiComboBox23.Font = new System.Drawing.Font("新宋体", 16F);
  788. this.uiComboBox23.ItemHeight = 40;
  789. this.uiComboBox23.Items.AddRange(new object[] {
  790. " 赣贵川",
  791. "赣",
  792. "贵",
  793. "川"});
  794. this.uiComboBox23.Location = new System.Drawing.Point(282, 8);
  795. this.uiComboBox23.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  796. this.uiComboBox23.MaxDropDownItems = 7;
  797. this.uiComboBox23.MinimumSize = new System.Drawing.Size(63, 0);
  798. this.uiComboBox23.Name = "uiComboBox23";
  799. this.uiComboBox23.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  800. this.uiComboBox23.Radius = 25;
  801. this.uiComboBox23.Size = new System.Drawing.Size(116, 32);
  802. this.uiComboBox23.TabIndex = 126;
  803. this.uiComboBox23.Text = " 赣贵川";
  804. this.uiComboBox23.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  805. this.uiComboBox23.SelectedIndexChanged += new System.EventHandler(this.uiComboBox23_SelectedIndexChanged);
  806. //
  807. // uiComboBox26
  808. //
  809. this.uiComboBox26.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  810. this.uiComboBox26.FillColor = System.Drawing.Color.White;
  811. this.uiComboBox26.Font = new System.Drawing.Font("新宋体", 16F);
  812. this.uiComboBox26.ItemHeight = 40;
  813. this.uiComboBox26.Items.AddRange(new object[] {
  814. " 鲁冀晋",
  815. "鲁",
  816. "冀",
  817. "晋"});
  818. this.uiComboBox26.Location = new System.Drawing.Point(142, 60);
  819. this.uiComboBox26.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  820. this.uiComboBox26.MaxDropDownItems = 7;
  821. this.uiComboBox26.MinimumSize = new System.Drawing.Size(63, 0);
  822. this.uiComboBox26.Name = "uiComboBox26";
  823. this.uiComboBox26.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  824. this.uiComboBox26.Radius = 25;
  825. this.uiComboBox26.Size = new System.Drawing.Size(116, 32);
  826. this.uiComboBox26.TabIndex = 125;
  827. this.uiComboBox26.Text = " 鲁冀晋";
  828. this.uiComboBox26.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  829. this.uiComboBox26.SelectedIndexChanged += new System.EventHandler(this.uiComboBox26_SelectedIndexChanged);
  830. //
  831. // uiComboBox21
  832. //
  833. this.uiComboBox21.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  834. this.uiComboBox21.FillColor = System.Drawing.Color.White;
  835. this.uiComboBox21.Font = new System.Drawing.Font("新宋体", 16F);
  836. this.uiComboBox21.ItemHeight = 40;
  837. this.uiComboBox21.Items.AddRange(new object[] {
  838. " 鄂湘渝",
  839. "鄂",
  840. "湘",
  841. "渝"});
  842. this.uiComboBox21.Location = new System.Drawing.Point(5, 8);
  843. this.uiComboBox21.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  844. this.uiComboBox21.MaxDropDownItems = 7;
  845. this.uiComboBox21.MinimumSize = new System.Drawing.Size(63, 0);
  846. this.uiComboBox21.Name = "uiComboBox21";
  847. this.uiComboBox21.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  848. this.uiComboBox21.Radius = 25;
  849. this.uiComboBox21.Size = new System.Drawing.Size(116, 32);
  850. this.uiComboBox21.TabIndex = 123;
  851. this.uiComboBox21.Text = " 鄂湘渝";
  852. this.uiComboBox21.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  853. this.uiComboBox21.SelectedIndexChanged += new System.EventHandler(this.uiComboBox21_SelectedIndexChanged);
  854. //
  855. // label1
  856. //
  857. this.label1.AutoSize = true;
  858. this.label1.Font = new System.Drawing.Font("宋体", 24F);
  859. this.label1.Location = new System.Drawing.Point(107, 46);
  860. this.label1.Name = "label1";
  861. this.label1.Size = new System.Drawing.Size(111, 33);
  862. this.label1.TabIndex = 107;
  863. this.label1.Text = "车牌号";
  864. //
  865. // uiComboBox7
  866. //
  867. this.uiComboBox7.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  868. this.uiComboBox7.FillColor = System.Drawing.Color.White;
  869. this.uiComboBox7.Font = new System.Drawing.Font("新宋体", 30F);
  870. this.uiComboBox7.ItemHeight = 45;
  871. this.uiComboBox7.Items.AddRange(new object[] {
  872. "",
  873. "0",
  874. "1",
  875. "2",
  876. "3",
  877. "4",
  878. "5",
  879. "6",
  880. "7",
  881. "8",
  882. "9",
  883. "A",
  884. "B",
  885. "C",
  886. "D",
  887. "E",
  888. "F",
  889. "G",
  890. "H",
  891. "J",
  892. "K",
  893. "L",
  894. "M",
  895. "N",
  896. "P",
  897. "Q",
  898. "R",
  899. "S",
  900. "T",
  901. "U",
  902. "V",
  903. "W",
  904. "X",
  905. "Y",
  906. "Z"});
  907. this.uiComboBox7.Location = new System.Drawing.Point(541, 349);
  908. this.uiComboBox7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  909. this.uiComboBox7.MaxDropDownItems = 7;
  910. this.uiComboBox7.MinimumSize = new System.Drawing.Size(63, 0);
  911. this.uiComboBox7.Name = "uiComboBox7";
  912. this.uiComboBox7.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  913. this.uiComboBox7.Radius = 25;
  914. this.uiComboBox7.Size = new System.Drawing.Size(72, 53);
  915. this.uiComboBox7.TabIndex = 58;
  916. this.uiComboBox7.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  917. //
  918. // ScannerTextBox
  919. //
  920. this.ScannerTextBox.Font = new System.Drawing.Font("宋体", 24F);
  921. this.ScannerTextBox.Location = new System.Drawing.Point(226, 39);
  922. this.ScannerTextBox.Margin = new System.Windows.Forms.Padding(2);
  923. this.ScannerTextBox.Multiline = true;
  924. this.ScannerTextBox.Name = "ScannerTextBox";
  925. this.ScannerTextBox.Size = new System.Drawing.Size(419, 49);
  926. this.ScannerTextBox.TabIndex = 101;
  927. this.ScannerTextBox.TextChanged += new System.EventHandler(this.ScannerTextBox_TextChanged);
  928. //
  929. // uiComboBox1
  930. //
  931. this.uiComboBox1.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  932. this.uiComboBox1.FillColor = System.Drawing.Color.White;
  933. this.uiComboBox1.Font = new System.Drawing.Font("新宋体", 30F);
  934. this.uiComboBox1.ItemHeight = 45;
  935. this.uiComboBox1.Items.AddRange(new object[] {
  936. "",
  937. "鄂",
  938. "湘",
  939. "渝",
  940. "陕",
  941. "豫",
  942. "皖",
  943. "赣",
  944. "贵",
  945. "川",
  946. "桂",
  947. "粤",
  948. "闽",
  949. "浙",
  950. "沪",
  951. "苏",
  952. "鲁",
  953. "冀",
  954. "晋",
  955. "云",
  956. "宁",
  957. "甘",
  958. "藏",
  959. "新",
  960. "青",
  961. "蒙",
  962. "京",
  963. "津",
  964. "辽",
  965. "吉",
  966. "黑",
  967. "琼",
  968. "港",
  969. "澳",
  970. "台"});
  971. this.uiComboBox1.Location = new System.Drawing.Point(61, 349);
  972. this.uiComboBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  973. this.uiComboBox1.MaxDropDownItems = 7;
  974. this.uiComboBox1.MinimumSize = new System.Drawing.Size(63, 0);
  975. this.uiComboBox1.Name = "uiComboBox1";
  976. this.uiComboBox1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  977. this.uiComboBox1.Radius = 25;
  978. this.uiComboBox1.Size = new System.Drawing.Size(72, 53);
  979. this.uiComboBox1.TabIndex = 51;
  980. this.uiComboBox1.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  981. //
  982. // label4
  983. //
  984. this.label4.BackColor = System.Drawing.Color.Transparent;
  985. this.label4.Font = new System.Drawing.Font("宋体", 40F);
  986. this.label4.Location = new System.Drawing.Point(210, 332);
  987. this.label4.Name = "label4";
  988. this.label4.Size = new System.Drawing.Size(27, 72);
  989. this.label4.TabIndex = 53;
  990. this.label4.Text = ".";
  991. //
  992. // uiComboBox4
  993. //
  994. this.uiComboBox4.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  995. this.uiComboBox4.FillColor = System.Drawing.Color.White;
  996. this.uiComboBox4.Font = new System.Drawing.Font("新宋体", 30F);
  997. this.uiComboBox4.ItemHeight = 45;
  998. this.uiComboBox4.Items.AddRange(new object[] {
  999. "",
  1000. "0",
  1001. "1",
  1002. "2",
  1003. "3",
  1004. "4",
  1005. "5",
  1006. "6",
  1007. "7",
  1008. "8",
  1009. "9",
  1010. "A",
  1011. "B",
  1012. "C",
  1013. "D",
  1014. "E",
  1015. "F",
  1016. "G",
  1017. "H",
  1018. "J",
  1019. "K",
  1020. "L",
  1021. "M",
  1022. "N",
  1023. "P",
  1024. "Q",
  1025. "R",
  1026. "S",
  1027. "T",
  1028. "U",
  1029. "V",
  1030. "W",
  1031. "X",
  1032. "Y",
  1033. "Z"});
  1034. this.uiComboBox4.Location = new System.Drawing.Point(316, 349);
  1035. this.uiComboBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1036. this.uiComboBox4.MaxDropDownItems = 7;
  1037. this.uiComboBox4.MinimumSize = new System.Drawing.Size(63, 0);
  1038. this.uiComboBox4.Name = "uiComboBox4";
  1039. this.uiComboBox4.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1040. this.uiComboBox4.Radius = 25;
  1041. this.uiComboBox4.Size = new System.Drawing.Size(72, 53);
  1042. this.uiComboBox4.TabIndex = 55;
  1043. this.uiComboBox4.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  1044. //
  1045. // uiComboBox2
  1046. //
  1047. this.uiComboBox2.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  1048. this.uiComboBox2.FillColor = System.Drawing.Color.White;
  1049. this.uiComboBox2.Font = new System.Drawing.Font("新宋体", 30F);
  1050. this.uiComboBox2.ItemHeight = 45;
  1051. this.uiComboBox2.Items.AddRange(new object[] {
  1052. "",
  1053. "A",
  1054. "B",
  1055. "C",
  1056. "D",
  1057. "E",
  1058. "F",
  1059. "G",
  1060. "H",
  1061. "J",
  1062. "K",
  1063. "L",
  1064. "M",
  1065. "N",
  1066. "P",
  1067. "Q",
  1068. "R",
  1069. "S",
  1070. "T",
  1071. "U",
  1072. "V",
  1073. "W",
  1074. "X",
  1075. "Y",
  1076. "Z"});
  1077. this.uiComboBox2.Location = new System.Drawing.Point(136, 349);
  1078. this.uiComboBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1079. this.uiComboBox2.MaxDropDownItems = 7;
  1080. this.uiComboBox2.MinimumSize = new System.Drawing.Size(63, 0);
  1081. this.uiComboBox2.Name = "uiComboBox2";
  1082. this.uiComboBox2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1083. this.uiComboBox2.Radius = 25;
  1084. this.uiComboBox2.Size = new System.Drawing.Size(72, 53);
  1085. this.uiComboBox2.TabIndex = 52;
  1086. this.uiComboBox2.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  1087. //
  1088. // uiComboBox3
  1089. //
  1090. this.uiComboBox3.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  1091. this.uiComboBox3.FillColor = System.Drawing.Color.White;
  1092. this.uiComboBox3.Font = new System.Drawing.Font("新宋体", 30F);
  1093. this.uiComboBox3.ItemHeight = 45;
  1094. this.uiComboBox3.Items.AddRange(new object[] {
  1095. "",
  1096. "0",
  1097. "1",
  1098. "2",
  1099. "3",
  1100. "4",
  1101. "5",
  1102. "6",
  1103. "7",
  1104. "8",
  1105. "9",
  1106. "A",
  1107. "B",
  1108. "C",
  1109. "D",
  1110. "E",
  1111. "F",
  1112. "G",
  1113. "H",
  1114. "J",
  1115. "K",
  1116. "L",
  1117. "M",
  1118. "N",
  1119. "P",
  1120. "Q",
  1121. "R",
  1122. "S",
  1123. "T",
  1124. "U",
  1125. "V",
  1126. "W",
  1127. "X",
  1128. "Y",
  1129. "Z"});
  1130. this.uiComboBox3.Location = new System.Drawing.Point(241, 349);
  1131. this.uiComboBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1132. this.uiComboBox3.MaxDropDownItems = 7;
  1133. this.uiComboBox3.MinimumSize = new System.Drawing.Size(63, 0);
  1134. this.uiComboBox3.Name = "uiComboBox3";
  1135. this.uiComboBox3.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1136. this.uiComboBox3.Radius = 25;
  1137. this.uiComboBox3.Size = new System.Drawing.Size(72, 53);
  1138. this.uiComboBox3.TabIndex = 54;
  1139. this.uiComboBox3.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  1140. //
  1141. // uiComboBox5
  1142. //
  1143. this.uiComboBox5.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  1144. this.uiComboBox5.FillColor = System.Drawing.Color.White;
  1145. this.uiComboBox5.Font = new System.Drawing.Font("新宋体", 30F);
  1146. this.uiComboBox5.ItemHeight = 45;
  1147. this.uiComboBox5.Items.AddRange(new object[] {
  1148. "",
  1149. "0",
  1150. "1",
  1151. "2",
  1152. "3",
  1153. "4",
  1154. "5",
  1155. "6",
  1156. "7",
  1157. "8",
  1158. "9",
  1159. "A",
  1160. "B",
  1161. "C",
  1162. "D",
  1163. "E",
  1164. "F",
  1165. "G",
  1166. "H",
  1167. "J",
  1168. "K",
  1169. "L",
  1170. "M",
  1171. "N",
  1172. "P",
  1173. "Q",
  1174. "R",
  1175. "S",
  1176. "T",
  1177. "U",
  1178. "V",
  1179. "W",
  1180. "X",
  1181. "Y",
  1182. "Z"});
  1183. this.uiComboBox5.Location = new System.Drawing.Point(391, 349);
  1184. this.uiComboBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1185. this.uiComboBox5.MaxDropDownItems = 7;
  1186. this.uiComboBox5.MinimumSize = new System.Drawing.Size(63, 0);
  1187. this.uiComboBox5.Name = "uiComboBox5";
  1188. this.uiComboBox5.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1189. this.uiComboBox5.Radius = 25;
  1190. this.uiComboBox5.Size = new System.Drawing.Size(72, 53);
  1191. this.uiComboBox5.TabIndex = 56;
  1192. this.uiComboBox5.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  1193. //
  1194. // uiComboBox6
  1195. //
  1196. this.uiComboBox6.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  1197. this.uiComboBox6.FillColor = System.Drawing.Color.White;
  1198. this.uiComboBox6.Font = new System.Drawing.Font("新宋体", 30F);
  1199. this.uiComboBox6.ItemHeight = 45;
  1200. this.uiComboBox6.Items.AddRange(new object[] {
  1201. "",
  1202. "0",
  1203. "1",
  1204. "2",
  1205. "3",
  1206. "4",
  1207. "5",
  1208. "6",
  1209. "7",
  1210. "8",
  1211. "9",
  1212. "A",
  1213. "B",
  1214. "C",
  1215. "D",
  1216. "E",
  1217. "F",
  1218. "G",
  1219. "H",
  1220. "J",
  1221. "K",
  1222. "L",
  1223. "M",
  1224. "N",
  1225. "P",
  1226. "Q",
  1227. "R",
  1228. "S",
  1229. "T",
  1230. "U",
  1231. "V",
  1232. "W",
  1233. "X",
  1234. "Y",
  1235. "Z"});
  1236. this.uiComboBox6.Location = new System.Drawing.Point(466, 349);
  1237. this.uiComboBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1238. this.uiComboBox6.MaxDropDownItems = 7;
  1239. this.uiComboBox6.MinimumSize = new System.Drawing.Size(63, 0);
  1240. this.uiComboBox6.Name = "uiComboBox6";
  1241. this.uiComboBox6.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1242. this.uiComboBox6.Radius = 25;
  1243. this.uiComboBox6.Size = new System.Drawing.Size(72, 53);
  1244. this.uiComboBox6.TabIndex = 57;
  1245. this.uiComboBox6.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
  1246. //
  1247. // label3
  1248. //
  1249. this.label3.AutoSize = true;
  1250. this.label3.BackColor = System.Drawing.Color.Transparent;
  1251. this.label3.Font = new System.Drawing.Font("宋体", 24F);
  1252. this.label3.Location = new System.Drawing.Point(444, 58);
  1253. this.label3.Name = "label3";
  1254. this.label3.Size = new System.Drawing.Size(207, 33);
  1255. this.label3.TabIndex = 30;
  1256. this.label3.Text = "请您扫码取车";
  1257. //
  1258. // FetchingForm
  1259. //
  1260. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  1261. this.ClientSize = new System.Drawing.Size(1081, 662);
  1262. this.Controls.Add(this.panel3);
  1263. this.Controls.Add(this.panel2);
  1264. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1265. this.Location = new System.Drawing.Point(0, 497);
  1266. this.Margin = new System.Windows.Forms.Padding(2);
  1267. this.Name = "FetchingForm";
  1268. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  1269. this.Text = "FetchingForm";
  1270. this.Activated += new System.EventHandler(this.FetchingForm_Activated);
  1271. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FetchingForm_FormClosing);
  1272. this.Load += new System.EventHandler(this.FetchingForm_Load);
  1273. this.panel2.ResumeLayout(false);
  1274. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  1275. this.panel3.ResumeLayout(false);
  1276. this.panel3.PerformLayout();
  1277. this.panelscannerBox.ResumeLayout(false);
  1278. this.panelscannerBox.PerformLayout();
  1279. this.english_panel.ResumeLayout(false);
  1280. this.chinese_panel.ResumeLayout(false);
  1281. ((System.ComponentModel.ISupportInitialize)(this.centralControllerBindingSource)).EndInit();
  1282. this.ResumeLayout(false);
  1283. }
  1284. #endregion
  1285. private System.Windows.Forms.Panel panel2;
  1286. private System.Windows.Forms.Panel panel3;
  1287. private System.Windows.Forms.PictureBox pictureBox2;
  1288. private System.Windows.Forms.Label timeLab;
  1289. private System.Windows.Forms.Label label7;
  1290. private System.Windows.Forms.Label label6;
  1291. private System.Windows.Forms.Button returnBtn;
  1292. private System.Windows.Forms.Label label3;
  1293. private System.Windows.Forms.BindingSource centralControllerBindingSource;
  1294. private System.Windows.Forms.Panel panelscannerBox;
  1295. private System.Windows.Forms.TextBox ScannerTextBox;
  1296. private System.Windows.Forms.Label label1;
  1297. private System.Windows.Forms.Label label2;
  1298. private Sunny.UI.UIComboBox uiComboBox8;
  1299. private Sunny.UI.UIComboBox uiComboBox7;
  1300. private Sunny.UI.UIComboBox uiComboBox6;
  1301. private Sunny.UI.UIComboBox uiComboBox5;
  1302. private Sunny.UI.UIComboBox uiComboBox4;
  1303. private Sunny.UI.UIComboBox uiComboBox3;
  1304. private System.Windows.Forms.Label label4;
  1305. private Sunny.UI.UIComboBox uiComboBox2;
  1306. private Sunny.UI.UIComboBox uiComboBox1;
  1307. private Sunny.UI.UIButton determine_button;
  1308. private System.Windows.Forms.Panel english_panel;
  1309. private Sunny.UI.UIButton chinese_button;
  1310. private Sunny.UI.UIComboBox uiComboBox19;
  1311. private Sunny.UI.UIComboBox uiComboBox18;
  1312. private Sunny.UI.UIComboBox uiComboBox17;
  1313. private Sunny.UI.UIComboBox uiComboBox16;
  1314. private Sunny.UI.UIComboBox uiComboBox15;
  1315. private Sunny.UI.UIComboBox uiComboBox11;
  1316. private Sunny.UI.UIComboBox uiComboBox14;
  1317. private Sunny.UI.UIComboBox uiComboBox13;
  1318. private Sunny.UI.UIComboBox uiComboBox12;
  1319. private Sunny.UI.UIButton clear_button;
  1320. private Sunny.UI.UIButton ok__button;
  1321. private System.Windows.Forms.Panel chinese_panel;
  1322. private Sunny.UI.UIButton return_button;
  1323. private Sunny.UI.UIComboBox uiComboBox24;
  1324. private Sunny.UI.UIComboBox uiComboBox210;
  1325. private Sunny.UI.UIComboBox uiComboBox211;
  1326. private Sunny.UI.UIComboBox uiComboBox28;
  1327. private Sunny.UI.UIComboBox uiComboBox29;
  1328. private Sunny.UI.UIComboBox uiComboBox27;
  1329. private Sunny.UI.UIComboBox uiComboBox22;
  1330. private Sunny.UI.UIComboBox uiComboBox25;
  1331. private Sunny.UI.UIComboBox uiComboBox23;
  1332. private Sunny.UI.UIComboBox uiComboBox26;
  1333. private Sunny.UI.UIComboBox uiComboBox21;
  1334. }
  1335. }