Main.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
  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. this.ChannelList.BaseColor = System.Drawing.Color.Cyan;
  128. this.ChannelList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  129. this.ChannelList.DropDownHeight = 100;
  130. this.ChannelList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  131. this.ChannelList.FormattingEnabled = true;
  132. resources.ApplyResources(this.ChannelList, "ChannelList");
  133. this.ChannelList.Name = "ChannelList";
  134. this.ChannelList.WaterText = "";
  135. this.ChannelList.SelectedIndexChanged += new System.EventHandler(this.ChannelList_SelectedIndexChanged);
  136. //
  137. // OSDList
  138. //
  139. this.OSDList.BaseColor = System.Drawing.Color.Cyan;
  140. this.OSDList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  141. this.OSDList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  142. this.OSDList.FormattingEnabled = true;
  143. resources.ApplyResources(this.OSDList, "OSDList");
  144. this.OSDList.Name = "OSDList";
  145. this.OSDList.WaterText = "";
  146. this.OSDList.SelectedIndexChanged += new System.EventHandler(this.OSDList_SelectedIndexChanged);
  147. //
  148. // SHOPList
  149. //
  150. this.SHOPList.BaseColor = System.Drawing.Color.Cyan;
  151. this.SHOPList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  152. this.SHOPList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  153. this.SHOPList.FormattingEnabled = true;
  154. resources.ApplyResources(this.SHOPList, "SHOPList");
  155. this.SHOPList.Name = "SHOPList";
  156. this.SHOPList.WaterText = "";
  157. this.SHOPList.SelectedIndexChanged += new System.EventHandler(this.SHOPList_SelectedIndexChanged);
  158. //
  159. // skinGroupBox1
  160. //
  161. this.skinGroupBox1.BackColor = System.Drawing.Color.Transparent;
  162. this.skinGroupBox1.BorderColor = System.Drawing.Color.White;
  163. this.skinGroupBox1.Controls.Add(this.BarcodeWrite);
  164. this.skinGroupBox1.Controls.Add(this.UsinglocalIDCheck);
  165. this.skinGroupBox1.Controls.Add(this.skinLabel8);
  166. this.skinGroupBox1.Controls.Add(this.skinLabel7);
  167. this.skinGroupBox1.Controls.Add(this.BarCodeLengthText);
  168. this.skinGroupBox1.Controls.Add(this.BarCodeKeyCodeText);
  169. this.skinGroupBox1.Controls.Add(this.BarcodeLimit);
  170. this.skinGroupBox1.Controls.Add(this.skinLabel6);
  171. this.skinGroupBox1.Controls.Add(this.PID_Num);
  172. this.skinGroupBox1.Controls.Add(this.SHOPList);
  173. this.skinGroupBox1.Controls.Add(this.WriteChannel);
  174. this.skinGroupBox1.Controls.Add(this.OSDList);
  175. this.skinGroupBox1.Controls.Add(this.WriteOSD);
  176. this.skinGroupBox1.Controls.Add(this.ChannelList);
  177. this.skinGroupBox1.Controls.Add(this.WriteSHOP);
  178. this.skinGroupBox1.Controls.Add(this.skinLabel1);
  179. this.skinGroupBox1.ForeColor = System.Drawing.Color.Black;
  180. resources.ApplyResources(this.skinGroupBox1, "skinGroupBox1");
  181. this.skinGroupBox1.Name = "skinGroupBox1";
  182. this.skinGroupBox1.RectBackColor = System.Drawing.Color.Transparent;
  183. this.skinGroupBox1.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  184. this.skinGroupBox1.TabStop = false;
  185. this.skinGroupBox1.TitleBorderColor = System.Drawing.Color.Transparent;
  186. this.skinGroupBox1.TitleRectBackColor = System.Drawing.Color.Transparent;
  187. this.skinGroupBox1.TitleRoundStyle = CCWin.SkinClass.RoundStyle.All;
  188. //
  189. // BarcodeWrite
  190. //
  191. resources.ApplyResources(this.BarcodeWrite, "BarcodeWrite");
  192. this.BarcodeWrite.BackColor = System.Drawing.Color.Transparent;
  193. this.BarcodeWrite.ControlState = CCWin.SkinClass.ControlState.Normal;
  194. this.BarcodeWrite.DownBack = null;
  195. this.BarcodeWrite.MouseBack = null;
  196. this.BarcodeWrite.Name = "BarcodeWrite";
  197. this.BarcodeWrite.NormlBack = null;
  198. this.BarcodeWrite.SelectedDownBack = null;
  199. this.BarcodeWrite.SelectedMouseBack = null;
  200. this.BarcodeWrite.SelectedNormlBack = null;
  201. this.BarcodeWrite.UseVisualStyleBackColor = false;
  202. this.BarcodeWrite.CheckedChanged += new System.EventHandler(this.BarcodeWrite_CheckedChanged);
  203. //
  204. // UsinglocalIDCheck
  205. //
  206. resources.ApplyResources(this.UsinglocalIDCheck, "UsinglocalIDCheck");
  207. this.UsinglocalIDCheck.BackColor = System.Drawing.Color.Transparent;
  208. this.UsinglocalIDCheck.ControlState = CCWin.SkinClass.ControlState.Normal;
  209. this.UsinglocalIDCheck.DownBack = null;
  210. this.UsinglocalIDCheck.MouseBack = null;
  211. this.UsinglocalIDCheck.Name = "UsinglocalIDCheck";
  212. this.UsinglocalIDCheck.NormlBack = null;
  213. this.UsinglocalIDCheck.SelectedDownBack = null;
  214. this.UsinglocalIDCheck.SelectedMouseBack = null;
  215. this.UsinglocalIDCheck.SelectedNormlBack = null;
  216. this.UsinglocalIDCheck.UseVisualStyleBackColor = false;
  217. this.UsinglocalIDCheck.CheckedChanged += new System.EventHandler(this.UsinglocalIDCheck_CheckedChanged);
  218. //
  219. // skinLabel8
  220. //
  221. resources.ApplyResources(this.skinLabel8, "skinLabel8");
  222. this.skinLabel8.BackColor = System.Drawing.Color.Transparent;
  223. this.skinLabel8.BorderColor = System.Drawing.Color.White;
  224. this.skinLabel8.Name = "skinLabel8";
  225. //
  226. // skinLabel7
  227. //
  228. resources.ApplyResources(this.skinLabel7, "skinLabel7");
  229. this.skinLabel7.BackColor = System.Drawing.Color.Transparent;
  230. this.skinLabel7.BorderColor = System.Drawing.Color.White;
  231. this.skinLabel7.Name = "skinLabel7";
  232. //
  233. // BarCodeLengthText
  234. //
  235. resources.ApplyResources(this.BarCodeLengthText, "BarCodeLengthText");
  236. this.BarCodeLengthText.Maximum = new decimal(new int[] {
  237. 1000,
  238. 0,
  239. 0,
  240. 0});
  241. this.BarCodeLengthText.Name = "BarCodeLengthText";
  242. this.BarCodeLengthText.ValueChanged += new System.EventHandler(this.BarCodeLengthText_ValueChanged);
  243. //
  244. // BarCodeKeyCodeText
  245. //
  246. this.BarCodeKeyCodeText.BackColor = System.Drawing.SystemColors.Control;
  247. resources.ApplyResources(this.BarCodeKeyCodeText, "BarCodeKeyCodeText");
  248. this.BarCodeKeyCodeText.Name = "BarCodeKeyCodeText";
  249. this.BarCodeKeyCodeText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  250. this.BarCodeKeyCodeText.WaterText = "";
  251. this.BarCodeKeyCodeText.TextChanged += new System.EventHandler(this.BarCodeKeyCodeText_TextChanged);
  252. //
  253. // BarcodeLimit
  254. //
  255. resources.ApplyResources(this.BarcodeLimit, "BarcodeLimit");
  256. this.BarcodeLimit.BackColor = System.Drawing.Color.Transparent;
  257. this.BarcodeLimit.ControlState = CCWin.SkinClass.ControlState.Normal;
  258. this.BarcodeLimit.DownBack = null;
  259. this.BarcodeLimit.MouseBack = null;
  260. this.BarcodeLimit.Name = "BarcodeLimit";
  261. this.BarcodeLimit.NormlBack = null;
  262. this.BarcodeLimit.SelectedDownBack = null;
  263. this.BarcodeLimit.SelectedMouseBack = null;
  264. this.BarcodeLimit.SelectedNormlBack = null;
  265. this.BarcodeLimit.UseVisualStyleBackColor = false;
  266. this.BarcodeLimit.CheckedChanged += new System.EventHandler(this.BarcodeLimit_CheckedChanged);
  267. //
  268. // skinLabel6
  269. //
  270. resources.ApplyResources(this.skinLabel6, "skinLabel6");
  271. this.skinLabel6.BackColor = System.Drawing.Color.Transparent;
  272. this.skinLabel6.BorderColor = System.Drawing.Color.White;
  273. this.skinLabel6.Name = "skinLabel6";
  274. //
  275. // PID_Num
  276. //
  277. resources.ApplyResources(this.PID_Num, "PID_Num");
  278. this.PID_Num.Maximum = new decimal(new int[] {
  279. 10000,
  280. 0,
  281. 0,
  282. 0});
  283. this.PID_Num.Name = "PID_Num";
  284. this.PID_Num.ValueChanged += new System.EventHandler(this.PID_Num_ValueChanged);
  285. //
  286. // skinGroupBox2
  287. //
  288. this.skinGroupBox2.BackColor = System.Drawing.Color.Transparent;
  289. this.skinGroupBox2.BorderColor = System.Drawing.Color.White;
  290. this.skinGroupBox2.Controls.Add(this.skinLabel3);
  291. this.skinGroupBox2.Controls.Add(this.TVBaud);
  292. this.skinGroupBox2.Controls.Add(this.TVCOM);
  293. this.skinGroupBox2.Controls.Add(this.skinLabel2);
  294. resources.ApplyResources(this.skinGroupBox2, "skinGroupBox2");
  295. this.skinGroupBox2.ForeColor = System.Drawing.Color.Black;
  296. this.skinGroupBox2.Name = "skinGroupBox2";
  297. this.skinGroupBox2.RectBackColor = System.Drawing.Color.Transparent;
  298. this.skinGroupBox2.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  299. this.skinGroupBox2.TabStop = false;
  300. this.skinGroupBox2.TitleBorderColor = System.Drawing.Color.Transparent;
  301. this.skinGroupBox2.TitleRectBackColor = System.Drawing.Color.Transparent;
  302. this.skinGroupBox2.TitleRoundStyle = CCWin.SkinClass.RoundStyle.All;
  303. //
  304. // skinLabel3
  305. //
  306. resources.ApplyResources(this.skinLabel3, "skinLabel3");
  307. this.skinLabel3.BackColor = System.Drawing.Color.Transparent;
  308. this.skinLabel3.BorderColor = System.Drawing.Color.White;
  309. this.skinLabel3.Name = "skinLabel3";
  310. //
  311. // TVBaud
  312. //
  313. this.TVBaud.BaseColor = System.Drawing.Color.Cyan;
  314. this.TVBaud.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  315. this.TVBaud.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  316. resources.ApplyResources(this.TVBaud, "TVBaud");
  317. this.TVBaud.FormattingEnabled = true;
  318. this.TVBaud.Items.AddRange(new object[] {
  319. resources.GetString("TVBaud.Items"),
  320. resources.GetString("TVBaud.Items1")});
  321. this.TVBaud.Name = "TVBaud";
  322. this.TVBaud.WaterText = "";
  323. this.TVBaud.SelectedIndexChanged += new System.EventHandler(this.TVBaud_SelectedIndexChanged);
  324. //
  325. // TVCOM
  326. //
  327. this.TVCOM.BaseColor = System.Drawing.Color.Cyan;
  328. this.TVCOM.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  329. this.TVCOM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  330. this.TVCOM.FormattingEnabled = true;
  331. resources.ApplyResources(this.TVCOM, "TVCOM");
  332. this.TVCOM.Name = "TVCOM";
  333. this.TVCOM.WaterText = "";
  334. this.TVCOM.SelectedIndexChanged += new System.EventHandler(this.TVCOM_SelectedIndexChanged);
  335. this.TVCOM.MouseClick += new System.Windows.Forms.MouseEventHandler(this.TVCOM_MouseClick);
  336. //
  337. // skinLabel2
  338. //
  339. resources.ApplyResources(this.skinLabel2, "skinLabel2");
  340. this.skinLabel2.BackColor = System.Drawing.Color.Transparent;
  341. this.skinLabel2.BorderColor = System.Drawing.Color.White;
  342. this.skinLabel2.Name = "skinLabel2";
  343. //
  344. // skinGroupBox3
  345. //
  346. this.skinGroupBox3.BackColor = System.Drawing.Color.Transparent;
  347. this.skinGroupBox3.BorderColor = System.Drawing.Color.White;
  348. this.skinGroupBox3.Controls.Add(this.WBPath);
  349. this.skinGroupBox3.Controls.Add(this.skinButton1);
  350. this.skinGroupBox3.Controls.Add(this.WriteWB);
  351. this.skinGroupBox3.Controls.Add(this.WBInit);
  352. this.skinGroupBox3.Controls.Add(this.skinLabel5);
  353. this.skinGroupBox3.ForeColor = System.Drawing.Color.Black;
  354. resources.ApplyResources(this.skinGroupBox3, "skinGroupBox3");
  355. this.skinGroupBox3.Name = "skinGroupBox3";
  356. this.skinGroupBox3.RectBackColor = System.Drawing.Color.Transparent;
  357. this.skinGroupBox3.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  358. this.skinGroupBox3.TabStop = false;
  359. this.skinGroupBox3.TitleBorderColor = System.Drawing.Color.Transparent;
  360. this.skinGroupBox3.TitleRectBackColor = System.Drawing.Color.Transparent;
  361. this.skinGroupBox3.TitleRoundStyle = CCWin.SkinClass.RoundStyle.All;
  362. //
  363. // WBPath
  364. //
  365. this.WBPath.BackColor = System.Drawing.SystemColors.Control;
  366. resources.ApplyResources(this.WBPath, "WBPath");
  367. this.WBPath.Name = "WBPath";
  368. this.WBPath.ReadOnly = true;
  369. this.WBPath.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  370. this.WBPath.WaterText = "";
  371. //
  372. // skinButton1
  373. //
  374. this.skinButton1.BackColor = System.Drawing.Color.Transparent;
  375. this.skinButton1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  376. this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
  377. this.skinButton1.DownBack = null;
  378. resources.ApplyResources(this.skinButton1, "skinButton1");
  379. this.skinButton1.MouseBack = null;
  380. this.skinButton1.Name = "skinButton1";
  381. this.skinButton1.NormlBack = null;
  382. this.skinButton1.UseVisualStyleBackColor = false;
  383. this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
  384. //
  385. // WriteWB
  386. //
  387. resources.ApplyResources(this.WriteWB, "WriteWB");
  388. this.WriteWB.BackColor = System.Drawing.Color.Transparent;
  389. this.WriteWB.ControlState = CCWin.SkinClass.ControlState.Normal;
  390. this.WriteWB.DownBack = null;
  391. this.WriteWB.MouseBack = null;
  392. this.WriteWB.Name = "WriteWB";
  393. this.WriteWB.NormlBack = null;
  394. this.WriteWB.SelectedDownBack = null;
  395. this.WriteWB.SelectedMouseBack = null;
  396. this.WriteWB.SelectedNormlBack = null;
  397. this.WriteWB.UseVisualStyleBackColor = false;
  398. this.WriteWB.CheckedChanged += new System.EventHandler(this.WriteWB_CheckedChanged);
  399. //
  400. // WBInit
  401. //
  402. resources.ApplyResources(this.WBInit, "WBInit");
  403. this.WBInit.BackColor = System.Drawing.Color.Transparent;
  404. this.WBInit.ControlState = CCWin.SkinClass.ControlState.Normal;
  405. this.WBInit.DownBack = null;
  406. this.WBInit.MouseBack = null;
  407. this.WBInit.Name = "WBInit";
  408. this.WBInit.NormlBack = null;
  409. this.WBInit.SelectedDownBack = null;
  410. this.WBInit.SelectedMouseBack = null;
  411. this.WBInit.SelectedNormlBack = null;
  412. this.WBInit.UseVisualStyleBackColor = false;
  413. this.WBInit.CheckedChanged += new System.EventHandler(this.WBInit_CheckedChanged);
  414. //
  415. // skinLabel5
  416. //
  417. resources.ApplyResources(this.skinLabel5, "skinLabel5");
  418. this.skinLabel5.BackColor = System.Drawing.Color.Transparent;
  419. this.skinLabel5.BorderColor = System.Drawing.Color.White;
  420. this.skinLabel5.Name = "skinLabel5";
  421. //
  422. // skinLabel4
  423. //
  424. resources.ApplyResources(this.skinLabel4, "skinLabel4");
  425. this.skinLabel4.BackColor = System.Drawing.Color.Transparent;
  426. this.skinLabel4.BorderColor = System.Drawing.Color.White;
  427. this.skinLabel4.Name = "skinLabel4";
  428. //
  429. // OrderText
  430. //
  431. resources.ApplyResources(this.OrderText, "OrderText");
  432. this.OrderText.Name = "OrderText";
  433. this.OrderText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  434. this.OrderText.WaterText = "";
  435. //
  436. // OrderSubmit
  437. //
  438. this.OrderSubmit.BackColor = System.Drawing.Color.Transparent;
  439. this.OrderSubmit.BaseColor = System.Drawing.Color.Cyan;
  440. this.OrderSubmit.ControlState = CCWin.SkinClass.ControlState.Normal;
  441. this.OrderSubmit.DownBack = null;
  442. resources.ApplyResources(this.OrderSubmit, "OrderSubmit");
  443. this.OrderSubmit.MouseBack = null;
  444. this.OrderSubmit.Name = "OrderSubmit";
  445. this.OrderSubmit.NormlBack = null;
  446. this.OrderSubmit.UseVisualStyleBackColor = false;
  447. this.OrderSubmit.Click += new System.EventHandler(this.OrderSubmit_Click);
  448. //
  449. // openFileDialog1
  450. //
  451. this.openFileDialog1.FileName = "openFileDialog1";
  452. //
  453. // CreateKeyManually
  454. //
  455. this.CreateKeyManually.BackColor = System.Drawing.Color.Transparent;
  456. this.CreateKeyManually.BaseColor = System.Drawing.Color.Cyan;
  457. this.CreateKeyManually.ControlState = CCWin.SkinClass.ControlState.Normal;
  458. this.CreateKeyManually.DownBack = null;
  459. resources.ApplyResources(this.CreateKeyManually, "CreateKeyManually");
  460. this.CreateKeyManually.MouseBack = null;
  461. this.CreateKeyManually.Name = "CreateKeyManually";
  462. this.CreateKeyManually.NormlBack = null;
  463. this.CreateKeyManually.UseVisualStyleBackColor = false;
  464. this.CreateKeyManually.Click += new System.EventHandler(this.CreateKeyManually_Click);
  465. //
  466. // Preload
  467. //
  468. resources.ApplyResources(this.Preload, "Preload");
  469. this.Preload.BackColor = System.Drawing.Color.Transparent;
  470. this.Preload.ControlState = CCWin.SkinClass.ControlState.Normal;
  471. this.Preload.DownBack = null;
  472. this.Preload.MouseBack = null;
  473. this.Preload.Name = "Preload";
  474. this.Preload.NormlBack = null;
  475. this.Preload.SelectedDownBack = null;
  476. this.Preload.SelectedMouseBack = null;
  477. this.Preload.SelectedNormlBack = null;
  478. this.Preload.UseVisualStyleBackColor = false;
  479. this.Preload.CheckedChanged += new System.EventHandler(this.Preload_CheckedChanged);
  480. //
  481. // ProductionNum_Text
  482. //
  483. resources.ApplyResources(this.ProductionNum_Text, "ProductionNum_Text");
  484. this.ProductionNum_Text.BackColor = System.Drawing.Color.Transparent;
  485. this.ProductionNum_Text.BorderColor = System.Drawing.Color.White;
  486. this.ProductionNum_Text.Name = "ProductionNum_Text";
  487. //
  488. // timer1
  489. //
  490. this.timer1.Interval = 500;
  491. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  492. //
  493. // Main
  494. //
  495. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  496. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  497. this.CaptionBackColorBottom = System.Drawing.Color.Cyan;
  498. this.CaptionBackColorTop = System.Drawing.Color.RoyalBlue;
  499. this.CaptionFont = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  500. resources.ApplyResources(this, "$this");
  501. this.Controls.Add(this.ProductionNum_Text);
  502. this.Controls.Add(this.Preload);
  503. this.Controls.Add(this.CreateKeyManually);
  504. this.Controls.Add(this.OrderSubmit);
  505. this.Controls.Add(this.OrderText);
  506. this.Controls.Add(this.skinLabel4);
  507. this.Controls.Add(this.skinGroupBox3);
  508. this.Controls.Add(this.skinGroupBox2);
  509. this.Controls.Add(this.skinGroupBox1);
  510. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  511. this.MaximizeBox = false;
  512. this.Name = "Main";
  513. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
  514. this.Load += new System.EventHandler(this.Form1_Load);
  515. this.Move += new System.EventHandler(this.Form1_Move);
  516. this.skinGroupBox1.ResumeLayout(false);
  517. this.skinGroupBox1.PerformLayout();
  518. ((System.ComponentModel.ISupportInitialize)(this.BarCodeLengthText)).EndInit();
  519. ((System.ComponentModel.ISupportInitialize)(this.PID_Num)).EndInit();
  520. this.skinGroupBox2.ResumeLayout(false);
  521. this.skinGroupBox2.PerformLayout();
  522. this.skinGroupBox3.ResumeLayout(false);
  523. this.skinGroupBox3.PerformLayout();
  524. this.ResumeLayout(false);
  525. this.PerformLayout();
  526. }
  527. #endregion
  528. private CCWin.SkinControl.SkinCheckBox WriteChannel;
  529. private CCWin.SkinControl.SkinCheckBox WriteOSD;
  530. private CCWin.SkinControl.SkinCheckBox WriteSHOP;
  531. private CCWin.SkinControl.SkinLabel skinLabel1;
  532. private CCWin.SkinControl.SkinComboBox ChannelList;
  533. private CCWin.SkinControl.SkinComboBox OSDList;
  534. private CCWin.SkinControl.SkinComboBox SHOPList;
  535. private CCWin.SkinControl.SkinGroupBox skinGroupBox1;
  536. private CCWin.SkinControl.SkinGroupBox skinGroupBox2;
  537. private CCWin.SkinControl.SkinLabel skinLabel3;
  538. private CCWin.SkinControl.SkinComboBox TVBaud;
  539. private CCWin.SkinControl.SkinComboBox TVCOM;
  540. private CCWin.SkinControl.SkinLabel skinLabel2;
  541. private CCWin.SkinControl.SkinGroupBox skinGroupBox3;
  542. private CCWin.SkinControl.SkinLabel skinLabel5;
  543. private CCWin.SkinControl.SkinWaterTextBox WBPath;
  544. private CCWin.SkinControl.SkinButton skinButton1;
  545. private CCWin.SkinControl.SkinCheckBox WriteWB;
  546. private CCWin.SkinControl.SkinCheckBox WBInit;
  547. private CCWin.SkinControl.SkinLabel skinLabel4;
  548. private CCWin.SkinControl.SkinWaterTextBox OrderText;
  549. private CCWin.SkinControl.SkinButton OrderSubmit;
  550. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  551. private CCWin.SkinControl.SkinButton CreateKeyManually;
  552. private CCWin.SkinControl.SkinCheckBox Preload;
  553. private CCWin.SkinControl.SkinLabel ProductionNum_Text;
  554. private System.Windows.Forms.Timer timer1;
  555. private CCWin.SkinControl.SkinLabel skinLabel6;
  556. private System.Windows.Forms.NumericUpDown PID_Num;
  557. private System.Windows.Forms.NumericUpDown BarCodeLengthText;
  558. private CCWin.SkinControl.SkinWaterTextBox BarCodeKeyCodeText;
  559. private CCWin.SkinControl.SkinCheckBox BarcodeLimit;
  560. private CCWin.SkinControl.SkinLabel skinLabel8;
  561. private CCWin.SkinControl.SkinLabel skinLabel7;
  562. private CCWin.SkinControl.SkinCheckBox UsinglocalIDCheck;
  563. private CCWin.SkinControl.SkinCheckBox BarcodeWrite;
  564. }
  565. }