Main.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567
  1. namespace MOKA_Factory_Tools
  2. {
  3. partial class Main
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
  30. this.WriteChannel = new CCWin.SkinControl.SkinCheckBox();
  31. this.WriteOSD = new CCWin.SkinControl.SkinCheckBox();
  32. this.WriteSHOP = new CCWin.SkinControl.SkinCheckBox();
  33. this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
  34. this.ChannelList = new CCWin.SkinControl.SkinComboBox();
  35. this.OSDList = new CCWin.SkinControl.SkinComboBox();
  36. this.SHOPList = new CCWin.SkinControl.SkinComboBox();
  37. this.skinGroupBox1 = new CCWin.SkinControl.SkinGroupBox();
  38. this.BarcodeWrite = new CCWin.SkinControl.SkinCheckBox();
  39. this.UsinglocalIDCheck = new CCWin.SkinControl.SkinCheckBox();
  40. this.skinLabel8 = new CCWin.SkinControl.SkinLabel();
  41. this.skinLabel7 = new CCWin.SkinControl.SkinLabel();
  42. this.BarCodeLengthText = new System.Windows.Forms.NumericUpDown();
  43. this.BarCodeKeyCodeText = new CCWin.SkinControl.SkinWaterTextBox();
  44. this.BarcodeLimit = new CCWin.SkinControl.SkinCheckBox();
  45. this.skinLabel6 = new CCWin.SkinControl.SkinLabel();
  46. this.PID_Num = new System.Windows.Forms.NumericUpDown();
  47. this.skinGroupBox2 = new CCWin.SkinControl.SkinGroupBox();
  48. this.skinLabel3 = new CCWin.SkinControl.SkinLabel();
  49. this.TVBaud = new CCWin.SkinControl.SkinComboBox();
  50. this.TVCOM = new CCWin.SkinControl.SkinComboBox();
  51. this.skinLabel2 = new CCWin.SkinControl.SkinLabel();
  52. this.skinGroupBox3 = new CCWin.SkinControl.SkinGroupBox();
  53. this.WBPath = new CCWin.SkinControl.SkinWaterTextBox();
  54. this.skinButton1 = new CCWin.SkinControl.SkinButton();
  55. this.WriteWB = new CCWin.SkinControl.SkinCheckBox();
  56. this.WBInit = new CCWin.SkinControl.SkinCheckBox();
  57. this.skinLabel5 = new CCWin.SkinControl.SkinLabel();
  58. this.skinLabel4 = new CCWin.SkinControl.SkinLabel();
  59. this.OrderText = new CCWin.SkinControl.SkinWaterTextBox();
  60. this.OrderSubmit = new CCWin.SkinControl.SkinButton();
  61. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  62. this.CreateKeyManually = new CCWin.SkinControl.SkinButton();
  63. this.Preload = new CCWin.SkinControl.SkinCheckBox();
  64. this.ProductionNum_Text = new CCWin.SkinControl.SkinLabel();
  65. this.timer1 = new System.Windows.Forms.Timer(this.components);
  66. this.skinGroupBox1.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.BarCodeLengthText)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.PID_Num)).BeginInit();
  69. this.skinGroupBox2.SuspendLayout();
  70. this.skinGroupBox3.SuspendLayout();
  71. this.SuspendLayout();
  72. //
  73. // WriteChannel
  74. //
  75. resources.ApplyResources(this.WriteChannel, "WriteChannel");
  76. this.WriteChannel.BackColor = System.Drawing.Color.Transparent;
  77. this.WriteChannel.ControlState = CCWin.SkinClass.ControlState.Normal;
  78. this.WriteChannel.DownBack = null;
  79. this.WriteChannel.MouseBack = null;
  80. this.WriteChannel.Name = "WriteChannel";
  81. this.WriteChannel.NormlBack = null;
  82. this.WriteChannel.SelectedDownBack = null;
  83. this.WriteChannel.SelectedMouseBack = null;
  84. this.WriteChannel.SelectedNormlBack = null;
  85. this.WriteChannel.UseVisualStyleBackColor = false;
  86. this.WriteChannel.CheckedChanged += new System.EventHandler(this.WriteChannel_CheckedChanged);
  87. //
  88. // WriteOSD
  89. //
  90. resources.ApplyResources(this.WriteOSD, "WriteOSD");
  91. this.WriteOSD.BackColor = System.Drawing.Color.Transparent;
  92. this.WriteOSD.ControlState = CCWin.SkinClass.ControlState.Normal;
  93. this.WriteOSD.DownBack = null;
  94. this.WriteOSD.MouseBack = null;
  95. this.WriteOSD.Name = "WriteOSD";
  96. this.WriteOSD.NormlBack = null;
  97. this.WriteOSD.SelectedDownBack = null;
  98. this.WriteOSD.SelectedMouseBack = null;
  99. this.WriteOSD.SelectedNormlBack = null;
  100. this.WriteOSD.UseVisualStyleBackColor = false;
  101. this.WriteOSD.CheckedChanged += new System.EventHandler(this.WriteOSD_CheckedChanged);
  102. //
  103. // WriteSHOP
  104. //
  105. resources.ApplyResources(this.WriteSHOP, "WriteSHOP");
  106. this.WriteSHOP.BackColor = System.Drawing.Color.Transparent;
  107. this.WriteSHOP.ControlState = CCWin.SkinClass.ControlState.Normal;
  108. this.WriteSHOP.DownBack = null;
  109. this.WriteSHOP.MouseBack = null;
  110. this.WriteSHOP.Name = "WriteSHOP";
  111. this.WriteSHOP.NormlBack = null;
  112. this.WriteSHOP.SelectedDownBack = null;
  113. this.WriteSHOP.SelectedMouseBack = null;
  114. this.WriteSHOP.SelectedNormlBack = null;
  115. this.WriteSHOP.UseVisualStyleBackColor = false;
  116. this.WriteSHOP.CheckedChanged += new System.EventHandler(this.WriteSHOP_CheckedChanged);
  117. //
  118. // skinLabel1
  119. //
  120. resources.ApplyResources(this.skinLabel1, "skinLabel1");
  121. this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
  122. this.skinLabel1.BorderColor = System.Drawing.Color.White;
  123. this.skinLabel1.Name = "skinLabel1";
  124. //
  125. // ChannelList
  126. //
  127. resources.ApplyResources(this.ChannelList, "ChannelList");
  128. this.ChannelList.BaseColor = System.Drawing.Color.Cyan;
  129. this.ChannelList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  130. this.ChannelList.DropDownHeight = 100;
  131. this.ChannelList.FormattingEnabled = true;
  132. this.ChannelList.Name = "ChannelList";
  133. this.ChannelList.WaterText = "";
  134. this.ChannelList.SelectedIndexChanged += new System.EventHandler(this.ChannelList_SelectedIndexChanged);
  135. //
  136. // OSDList
  137. //
  138. resources.ApplyResources(this.OSDList, "OSDList");
  139. this.OSDList.BaseColor = System.Drawing.Color.Cyan;
  140. this.OSDList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  141. this.OSDList.FormattingEnabled = true;
  142. this.OSDList.Name = "OSDList";
  143. this.OSDList.WaterText = "";
  144. this.OSDList.SelectedIndexChanged += new System.EventHandler(this.OSDList_SelectedIndexChanged);
  145. //
  146. // SHOPList
  147. //
  148. resources.ApplyResources(this.SHOPList, "SHOPList");
  149. this.SHOPList.BaseColor = System.Drawing.Color.Cyan;
  150. this.SHOPList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  151. this.SHOPList.FormattingEnabled = true;
  152. this.SHOPList.Name = "SHOPList";
  153. this.SHOPList.WaterText = "";
  154. this.SHOPList.SelectedIndexChanged += new System.EventHandler(this.SHOPList_SelectedIndexChanged);
  155. //
  156. // skinGroupBox1
  157. //
  158. resources.ApplyResources(this.skinGroupBox1, "skinGroupBox1");
  159. this.skinGroupBox1.BackColor = System.Drawing.Color.Transparent;
  160. this.skinGroupBox1.BorderColor = System.Drawing.Color.White;
  161. this.skinGroupBox1.Controls.Add(this.BarcodeWrite);
  162. this.skinGroupBox1.Controls.Add(this.UsinglocalIDCheck);
  163. this.skinGroupBox1.Controls.Add(this.skinLabel8);
  164. this.skinGroupBox1.Controls.Add(this.skinLabel7);
  165. this.skinGroupBox1.Controls.Add(this.BarCodeLengthText);
  166. this.skinGroupBox1.Controls.Add(this.BarCodeKeyCodeText);
  167. this.skinGroupBox1.Controls.Add(this.BarcodeLimit);
  168. this.skinGroupBox1.Controls.Add(this.skinLabel6);
  169. this.skinGroupBox1.Controls.Add(this.PID_Num);
  170. this.skinGroupBox1.Controls.Add(this.SHOPList);
  171. this.skinGroupBox1.Controls.Add(this.WriteChannel);
  172. this.skinGroupBox1.Controls.Add(this.OSDList);
  173. this.skinGroupBox1.Controls.Add(this.WriteOSD);
  174. this.skinGroupBox1.Controls.Add(this.ChannelList);
  175. this.skinGroupBox1.Controls.Add(this.WriteSHOP);
  176. this.skinGroupBox1.Controls.Add(this.skinLabel1);
  177. this.skinGroupBox1.ForeColor = System.Drawing.Color.Black;
  178. this.skinGroupBox1.Name = "skinGroupBox1";
  179. this.skinGroupBox1.RectBackColor = System.Drawing.Color.Transparent;
  180. this.skinGroupBox1.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  181. this.skinGroupBox1.TabStop = false;
  182. this.skinGroupBox1.TitleBorderColor = System.Drawing.Color.Transparent;
  183. this.skinGroupBox1.TitleRectBackColor = System.Drawing.Color.Transparent;
  184. this.skinGroupBox1.TitleRoundStyle = CCWin.SkinClass.RoundStyle.All;
  185. //
  186. // BarcodeWrite
  187. //
  188. resources.ApplyResources(this.BarcodeWrite, "BarcodeWrite");
  189. this.BarcodeWrite.BackColor = System.Drawing.Color.Transparent;
  190. this.BarcodeWrite.ControlState = CCWin.SkinClass.ControlState.Normal;
  191. this.BarcodeWrite.DownBack = null;
  192. this.BarcodeWrite.MouseBack = null;
  193. this.BarcodeWrite.Name = "BarcodeWrite";
  194. this.BarcodeWrite.NormlBack = null;
  195. this.BarcodeWrite.SelectedDownBack = null;
  196. this.BarcodeWrite.SelectedMouseBack = null;
  197. this.BarcodeWrite.SelectedNormlBack = null;
  198. this.BarcodeWrite.UseVisualStyleBackColor = false;
  199. this.BarcodeWrite.CheckedChanged += new System.EventHandler(this.BarcodeWrite_CheckedChanged);
  200. //
  201. // UsinglocalIDCheck
  202. //
  203. resources.ApplyResources(this.UsinglocalIDCheck, "UsinglocalIDCheck");
  204. this.UsinglocalIDCheck.BackColor = System.Drawing.Color.Transparent;
  205. this.UsinglocalIDCheck.ControlState = CCWin.SkinClass.ControlState.Normal;
  206. this.UsinglocalIDCheck.DownBack = null;
  207. this.UsinglocalIDCheck.MouseBack = null;
  208. this.UsinglocalIDCheck.Name = "UsinglocalIDCheck";
  209. this.UsinglocalIDCheck.NormlBack = null;
  210. this.UsinglocalIDCheck.SelectedDownBack = null;
  211. this.UsinglocalIDCheck.SelectedMouseBack = null;
  212. this.UsinglocalIDCheck.SelectedNormlBack = null;
  213. this.UsinglocalIDCheck.UseVisualStyleBackColor = false;
  214. this.UsinglocalIDCheck.CheckedChanged += new System.EventHandler(this.UsinglocalIDCheck_CheckedChanged);
  215. //
  216. // skinLabel8
  217. //
  218. resources.ApplyResources(this.skinLabel8, "skinLabel8");
  219. this.skinLabel8.BackColor = System.Drawing.Color.Transparent;
  220. this.skinLabel8.BorderColor = System.Drawing.Color.White;
  221. this.skinLabel8.Name = "skinLabel8";
  222. //
  223. // skinLabel7
  224. //
  225. resources.ApplyResources(this.skinLabel7, "skinLabel7");
  226. this.skinLabel7.BackColor = System.Drawing.Color.Transparent;
  227. this.skinLabel7.BorderColor = System.Drawing.Color.White;
  228. this.skinLabel7.Name = "skinLabel7";
  229. //
  230. // BarCodeLengthText
  231. //
  232. resources.ApplyResources(this.BarCodeLengthText, "BarCodeLengthText");
  233. this.BarCodeLengthText.Maximum = new decimal(new int[] {
  234. 1000,
  235. 0,
  236. 0,
  237. 0});
  238. this.BarCodeLengthText.Name = "BarCodeLengthText";
  239. this.BarCodeLengthText.ValueChanged += new System.EventHandler(this.BarCodeLengthText_ValueChanged);
  240. //
  241. // BarCodeKeyCodeText
  242. //
  243. resources.ApplyResources(this.BarCodeKeyCodeText, "BarCodeKeyCodeText");
  244. this.BarCodeKeyCodeText.BackColor = System.Drawing.SystemColors.Control;
  245. this.BarCodeKeyCodeText.Name = "BarCodeKeyCodeText";
  246. this.BarCodeKeyCodeText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  247. this.BarCodeKeyCodeText.WaterText = "";
  248. this.BarCodeKeyCodeText.TextChanged += new System.EventHandler(this.BarCodeKeyCodeText_TextChanged);
  249. //
  250. // BarcodeLimit
  251. //
  252. resources.ApplyResources(this.BarcodeLimit, "BarcodeLimit");
  253. this.BarcodeLimit.BackColor = System.Drawing.Color.Transparent;
  254. this.BarcodeLimit.ControlState = CCWin.SkinClass.ControlState.Normal;
  255. this.BarcodeLimit.DownBack = null;
  256. this.BarcodeLimit.MouseBack = null;
  257. this.BarcodeLimit.Name = "BarcodeLimit";
  258. this.BarcodeLimit.NormlBack = null;
  259. this.BarcodeLimit.SelectedDownBack = null;
  260. this.BarcodeLimit.SelectedMouseBack = null;
  261. this.BarcodeLimit.SelectedNormlBack = null;
  262. this.BarcodeLimit.UseVisualStyleBackColor = false;
  263. this.BarcodeLimit.CheckedChanged += new System.EventHandler(this.BarcodeLimit_CheckedChanged);
  264. //
  265. // skinLabel6
  266. //
  267. resources.ApplyResources(this.skinLabel6, "skinLabel6");
  268. this.skinLabel6.BackColor = System.Drawing.Color.Transparent;
  269. this.skinLabel6.BorderColor = System.Drawing.Color.White;
  270. this.skinLabel6.Name = "skinLabel6";
  271. //
  272. // PID_Num
  273. //
  274. resources.ApplyResources(this.PID_Num, "PID_Num");
  275. this.PID_Num.Maximum = new decimal(new int[] {
  276. 1000,
  277. 0,
  278. 0,
  279. 0});
  280. this.PID_Num.Name = "PID_Num";
  281. this.PID_Num.ValueChanged += new System.EventHandler(this.PID_Num_ValueChanged);
  282. //
  283. // skinGroupBox2
  284. //
  285. resources.ApplyResources(this.skinGroupBox2, "skinGroupBox2");
  286. this.skinGroupBox2.BackColor = System.Drawing.Color.Transparent;
  287. this.skinGroupBox2.BorderColor = System.Drawing.Color.White;
  288. this.skinGroupBox2.Controls.Add(this.skinLabel3);
  289. this.skinGroupBox2.Controls.Add(this.TVBaud);
  290. this.skinGroupBox2.Controls.Add(this.TVCOM);
  291. this.skinGroupBox2.Controls.Add(this.skinLabel2);
  292. this.skinGroupBox2.ForeColor = System.Drawing.Color.Black;
  293. this.skinGroupBox2.Name = "skinGroupBox2";
  294. this.skinGroupBox2.RectBackColor = System.Drawing.Color.Transparent;
  295. this.skinGroupBox2.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  296. this.skinGroupBox2.TabStop = false;
  297. this.skinGroupBox2.TitleBorderColor = System.Drawing.Color.Transparent;
  298. this.skinGroupBox2.TitleRectBackColor = System.Drawing.Color.Transparent;
  299. this.skinGroupBox2.TitleRoundStyle = CCWin.SkinClass.RoundStyle.All;
  300. //
  301. // skinLabel3
  302. //
  303. resources.ApplyResources(this.skinLabel3, "skinLabel3");
  304. this.skinLabel3.BackColor = System.Drawing.Color.Transparent;
  305. this.skinLabel3.BorderColor = System.Drawing.Color.White;
  306. this.skinLabel3.Name = "skinLabel3";
  307. //
  308. // TVBaud
  309. //
  310. resources.ApplyResources(this.TVBaud, "TVBaud");
  311. this.TVBaud.BaseColor = System.Drawing.Color.Cyan;
  312. this.TVBaud.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  313. this.TVBaud.FormattingEnabled = true;
  314. this.TVBaud.Items.AddRange(new object[] {
  315. resources.GetString("TVBaud.Items"),
  316. resources.GetString("TVBaud.Items1")});
  317. this.TVBaud.Name = "TVBaud";
  318. this.TVBaud.WaterText = "";
  319. this.TVBaud.SelectedIndexChanged += new System.EventHandler(this.TVBaud_SelectedIndexChanged);
  320. //
  321. // TVCOM
  322. //
  323. resources.ApplyResources(this.TVCOM, "TVCOM");
  324. this.TVCOM.BaseColor = System.Drawing.Color.Cyan;
  325. this.TVCOM.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  326. this.TVCOM.FormattingEnabled = true;
  327. this.TVCOM.Name = "TVCOM";
  328. this.TVCOM.WaterText = "";
  329. this.TVCOM.SelectedIndexChanged += new System.EventHandler(this.TVCOM_SelectedIndexChanged);
  330. this.TVCOM.MouseClick += new System.Windows.Forms.MouseEventHandler(this.TVCOM_MouseClick);
  331. //
  332. // skinLabel2
  333. //
  334. resources.ApplyResources(this.skinLabel2, "skinLabel2");
  335. this.skinLabel2.BackColor = System.Drawing.Color.Transparent;
  336. this.skinLabel2.BorderColor = System.Drawing.Color.White;
  337. this.skinLabel2.Name = "skinLabel2";
  338. //
  339. // skinGroupBox3
  340. //
  341. resources.ApplyResources(this.skinGroupBox3, "skinGroupBox3");
  342. this.skinGroupBox3.BackColor = System.Drawing.Color.Transparent;
  343. this.skinGroupBox3.BorderColor = System.Drawing.Color.White;
  344. this.skinGroupBox3.Controls.Add(this.WBPath);
  345. this.skinGroupBox3.Controls.Add(this.skinButton1);
  346. this.skinGroupBox3.Controls.Add(this.WriteWB);
  347. this.skinGroupBox3.Controls.Add(this.WBInit);
  348. this.skinGroupBox3.Controls.Add(this.skinLabel5);
  349. this.skinGroupBox3.ForeColor = System.Drawing.Color.Black;
  350. this.skinGroupBox3.Name = "skinGroupBox3";
  351. this.skinGroupBox3.RectBackColor = System.Drawing.Color.Transparent;
  352. this.skinGroupBox3.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  353. this.skinGroupBox3.TabStop = false;
  354. this.skinGroupBox3.TitleBorderColor = System.Drawing.Color.Transparent;
  355. this.skinGroupBox3.TitleRectBackColor = System.Drawing.Color.Transparent;
  356. this.skinGroupBox3.TitleRoundStyle = CCWin.SkinClass.RoundStyle.All;
  357. //
  358. // WBPath
  359. //
  360. resources.ApplyResources(this.WBPath, "WBPath");
  361. this.WBPath.BackColor = System.Drawing.SystemColors.Control;
  362. this.WBPath.Name = "WBPath";
  363. this.WBPath.ReadOnly = true;
  364. this.WBPath.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  365. this.WBPath.WaterText = "";
  366. //
  367. // skinButton1
  368. //
  369. resources.ApplyResources(this.skinButton1, "skinButton1");
  370. this.skinButton1.BackColor = System.Drawing.Color.Transparent;
  371. this.skinButton1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  372. this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
  373. this.skinButton1.DownBack = null;
  374. this.skinButton1.MouseBack = null;
  375. this.skinButton1.Name = "skinButton1";
  376. this.skinButton1.NormlBack = null;
  377. this.skinButton1.UseVisualStyleBackColor = false;
  378. this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
  379. //
  380. // WriteWB
  381. //
  382. resources.ApplyResources(this.WriteWB, "WriteWB");
  383. this.WriteWB.BackColor = System.Drawing.Color.Transparent;
  384. this.WriteWB.ControlState = CCWin.SkinClass.ControlState.Normal;
  385. this.WriteWB.DownBack = null;
  386. this.WriteWB.MouseBack = null;
  387. this.WriteWB.Name = "WriteWB";
  388. this.WriteWB.NormlBack = null;
  389. this.WriteWB.SelectedDownBack = null;
  390. this.WriteWB.SelectedMouseBack = null;
  391. this.WriteWB.SelectedNormlBack = null;
  392. this.WriteWB.UseVisualStyleBackColor = false;
  393. this.WriteWB.CheckedChanged += new System.EventHandler(this.WriteWB_CheckedChanged);
  394. //
  395. // WBInit
  396. //
  397. resources.ApplyResources(this.WBInit, "WBInit");
  398. this.WBInit.BackColor = System.Drawing.Color.Transparent;
  399. this.WBInit.ControlState = CCWin.SkinClass.ControlState.Normal;
  400. this.WBInit.DownBack = null;
  401. this.WBInit.MouseBack = null;
  402. this.WBInit.Name = "WBInit";
  403. this.WBInit.NormlBack = null;
  404. this.WBInit.SelectedDownBack = null;
  405. this.WBInit.SelectedMouseBack = null;
  406. this.WBInit.SelectedNormlBack = null;
  407. this.WBInit.UseVisualStyleBackColor = false;
  408. this.WBInit.CheckedChanged += new System.EventHandler(this.WBInit_CheckedChanged);
  409. //
  410. // skinLabel5
  411. //
  412. resources.ApplyResources(this.skinLabel5, "skinLabel5");
  413. this.skinLabel5.BackColor = System.Drawing.Color.Transparent;
  414. this.skinLabel5.BorderColor = System.Drawing.Color.White;
  415. this.skinLabel5.Name = "skinLabel5";
  416. //
  417. // skinLabel4
  418. //
  419. resources.ApplyResources(this.skinLabel4, "skinLabel4");
  420. this.skinLabel4.BackColor = System.Drawing.Color.Transparent;
  421. this.skinLabel4.BorderColor = System.Drawing.Color.White;
  422. this.skinLabel4.Name = "skinLabel4";
  423. //
  424. // OrderText
  425. //
  426. resources.ApplyResources(this.OrderText, "OrderText");
  427. this.OrderText.Name = "OrderText";
  428. this.OrderText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  429. this.OrderText.WaterText = "";
  430. //
  431. // OrderSubmit
  432. //
  433. resources.ApplyResources(this.OrderSubmit, "OrderSubmit");
  434. this.OrderSubmit.BackColor = System.Drawing.Color.Transparent;
  435. this.OrderSubmit.BaseColor = System.Drawing.Color.Cyan;
  436. this.OrderSubmit.ControlState = CCWin.SkinClass.ControlState.Normal;
  437. this.OrderSubmit.DownBack = null;
  438. this.OrderSubmit.MouseBack = null;
  439. this.OrderSubmit.Name = "OrderSubmit";
  440. this.OrderSubmit.NormlBack = null;
  441. this.OrderSubmit.UseVisualStyleBackColor = false;
  442. this.OrderSubmit.Click += new System.EventHandler(this.OrderSubmit_Click);
  443. //
  444. // openFileDialog1
  445. //
  446. this.openFileDialog1.FileName = "openFileDialog1";
  447. resources.ApplyResources(this.openFileDialog1, "openFileDialog1");
  448. //
  449. // CreateKeyManually
  450. //
  451. resources.ApplyResources(this.CreateKeyManually, "CreateKeyManually");
  452. this.CreateKeyManually.BackColor = System.Drawing.Color.Transparent;
  453. this.CreateKeyManually.BaseColor = System.Drawing.Color.Cyan;
  454. this.CreateKeyManually.ControlState = CCWin.SkinClass.ControlState.Normal;
  455. this.CreateKeyManually.DownBack = null;
  456. this.CreateKeyManually.MouseBack = null;
  457. this.CreateKeyManually.Name = "CreateKeyManually";
  458. this.CreateKeyManually.NormlBack = null;
  459. this.CreateKeyManually.UseVisualStyleBackColor = false;
  460. this.CreateKeyManually.Click += new System.EventHandler(this.CreateKeyManually_Click);
  461. //
  462. // Preload
  463. //
  464. resources.ApplyResources(this.Preload, "Preload");
  465. this.Preload.BackColor = System.Drawing.Color.Transparent;
  466. this.Preload.ControlState = CCWin.SkinClass.ControlState.Normal;
  467. this.Preload.DownBack = null;
  468. this.Preload.MouseBack = null;
  469. this.Preload.Name = "Preload";
  470. this.Preload.NormlBack = null;
  471. this.Preload.SelectedDownBack = null;
  472. this.Preload.SelectedMouseBack = null;
  473. this.Preload.SelectedNormlBack = null;
  474. this.Preload.UseVisualStyleBackColor = false;
  475. this.Preload.CheckedChanged += new System.EventHandler(this.Preload_CheckedChanged);
  476. //
  477. // ProductionNum_Text
  478. //
  479. resources.ApplyResources(this.ProductionNum_Text, "ProductionNum_Text");
  480. this.ProductionNum_Text.BackColor = System.Drawing.Color.Transparent;
  481. this.ProductionNum_Text.BorderColor = System.Drawing.Color.White;
  482. this.ProductionNum_Text.Name = "ProductionNum_Text";
  483. //
  484. // timer1
  485. //
  486. this.timer1.Interval = 500;
  487. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  488. //
  489. // Form1
  490. //
  491. resources.ApplyResources(this, "$this");
  492. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  493. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  494. this.CaptionBackColorBottom = System.Drawing.Color.Cyan;
  495. this.CaptionBackColorTop = System.Drawing.Color.RoyalBlue;
  496. this.Controls.Add(this.ProductionNum_Text);
  497. this.Controls.Add(this.Preload);
  498. this.Controls.Add(this.CreateKeyManually);
  499. this.Controls.Add(this.OrderSubmit);
  500. this.Controls.Add(this.OrderText);
  501. this.Controls.Add(this.skinLabel4);
  502. this.Controls.Add(this.skinGroupBox3);
  503. this.Controls.Add(this.skinGroupBox2);
  504. this.Controls.Add(this.skinGroupBox1);
  505. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  506. this.MaximizeBox = false;
  507. this.Name = "Form1";
  508. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
  509. this.Load += new System.EventHandler(this.Form1_Load);
  510. this.Move += new System.EventHandler(this.Form1_Move);
  511. this.skinGroupBox1.ResumeLayout(false);
  512. this.skinGroupBox1.PerformLayout();
  513. ((System.ComponentModel.ISupportInitialize)(this.BarCodeLengthText)).EndInit();
  514. ((System.ComponentModel.ISupportInitialize)(this.PID_Num)).EndInit();
  515. this.skinGroupBox2.ResumeLayout(false);
  516. this.skinGroupBox2.PerformLayout();
  517. this.skinGroupBox3.ResumeLayout(false);
  518. this.skinGroupBox3.PerformLayout();
  519. this.ResumeLayout(false);
  520. this.PerformLayout();
  521. }
  522. #endregion
  523. private CCWin.SkinControl.SkinCheckBox WriteChannel;
  524. private CCWin.SkinControl.SkinCheckBox WriteOSD;
  525. private CCWin.SkinControl.SkinCheckBox WriteSHOP;
  526. private CCWin.SkinControl.SkinLabel skinLabel1;
  527. private CCWin.SkinControl.SkinComboBox ChannelList;
  528. private CCWin.SkinControl.SkinComboBox OSDList;
  529. private CCWin.SkinControl.SkinComboBox SHOPList;
  530. private CCWin.SkinControl.SkinGroupBox skinGroupBox1;
  531. private CCWin.SkinControl.SkinGroupBox skinGroupBox2;
  532. private CCWin.SkinControl.SkinLabel skinLabel3;
  533. private CCWin.SkinControl.SkinComboBox TVBaud;
  534. private CCWin.SkinControl.SkinComboBox TVCOM;
  535. private CCWin.SkinControl.SkinLabel skinLabel2;
  536. private CCWin.SkinControl.SkinGroupBox skinGroupBox3;
  537. private CCWin.SkinControl.SkinLabel skinLabel5;
  538. private CCWin.SkinControl.SkinWaterTextBox WBPath;
  539. private CCWin.SkinControl.SkinButton skinButton1;
  540. private CCWin.SkinControl.SkinCheckBox WriteWB;
  541. private CCWin.SkinControl.SkinCheckBox WBInit;
  542. private CCWin.SkinControl.SkinLabel skinLabel4;
  543. private CCWin.SkinControl.SkinWaterTextBox OrderText;
  544. private CCWin.SkinControl.SkinButton OrderSubmit;
  545. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  546. private CCWin.SkinControl.SkinButton CreateKeyManually;
  547. private CCWin.SkinControl.SkinCheckBox Preload;
  548. private CCWin.SkinControl.SkinLabel ProductionNum_Text;
  549. private System.Windows.Forms.Timer timer1;
  550. private CCWin.SkinControl.SkinLabel skinLabel6;
  551. private System.Windows.Forms.NumericUpDown PID_Num;
  552. private System.Windows.Forms.NumericUpDown BarCodeLengthText;
  553. private CCWin.SkinControl.SkinWaterTextBox BarCodeKeyCodeText;
  554. private CCWin.SkinControl.SkinCheckBox BarcodeLimit;
  555. private CCWin.SkinControl.SkinLabel skinLabel8;
  556. private CCWin.SkinControl.SkinLabel skinLabel7;
  557. private CCWin.SkinControl.SkinCheckBox UsinglocalIDCheck;
  558. private CCWin.SkinControl.SkinCheckBox BarcodeWrite;
  559. }
  560. }