SystemSetting_LabelMaintain.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752
  1. namespace UAS_MES.SystemSetting
  2. {
  3. partial class SystemSetting_LabelMaintain
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SystemSetting_LabelMaintain));
  29. this.pr_code_label = new System.Windows.Forms.Label();
  30. this.pr_detail_label = new System.Windows.Forms.Label();
  31. this.pr_spec_label = new System.Windows.Forms.Label();
  32. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  33. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  34. this.CodeSoft = new System.Windows.Forms.RadioButton();
  35. this.labelSoft_label = new System.Windows.Forms.Label();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.la_name = new System.Windows.Forms.TextBox();
  38. this.la_name_label = new System.Windows.Forms.Label();
  39. this.FTPShare = new System.Windows.Forms.CheckBox();
  40. this.OpenFolder = new System.Windows.Forms.Button();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.FolderPath = new System.Windows.Forms.TextBox();
  43. this.FolderPath_Label = new System.Windows.Forms.Label();
  44. this.la_code_label = new System.Windows.Forms.Label();
  45. this.LabelParam = new System.Windows.Forms.Panel();
  46. this.label2 = new System.Windows.Forms.Label();
  47. this.OpernSaveFolder = new System.Windows.Forms.Button();
  48. this.SavePath = new System.Windows.Forms.TextBox();
  49. this.SavePath_label = new System.Windows.Forms.Label();
  50. this.Delete = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  51. this.pagination1 = new UAS_MES.CustomControl.Pagination.PaginationDbFind();
  52. this.pr_code2 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  53. this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  54. this.la_type = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  55. this.la_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  56. this.ChooseAll = new UAS_MES.CustomControl.ButtonUtil.ChooseAllButton();
  57. this.LabelDataGridView = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  58. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  59. this.la_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.pl_detno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.pr_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.pr_detail1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.pr_spec1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.pl_labelname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.pl_labeltype = new System.Windows.Forms.DataGridViewComboBoxColumn();
  66. this.pl_labelcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.pl_labelsoft = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.pl_isdefault = new System.Windows.Forms.DataGridViewComboBoxColumn();
  69. this.pl_labelurl = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.pl_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.pl_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.pr_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  73. this.UpdateGrid = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  74. this.Screen = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  75. this.pr_spec = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  76. this.pr_detail = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  77. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  78. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  79. this.SuspendLayout();
  80. //
  81. // pr_code_label
  82. //
  83. this.pr_code_label.AutoSize = true;
  84. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.pr_code_label.Location = new System.Drawing.Point(28, 15);
  86. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  87. this.pr_code_label.Name = "pr_code_label";
  88. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  89. this.pr_code_label.TabIndex = 145;
  90. this.pr_code_label.Text = "产品编号";
  91. //
  92. // pr_detail_label
  93. //
  94. this.pr_detail_label.AutoSize = true;
  95. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.pr_detail_label.Location = new System.Drawing.Point(387, 15);
  97. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  98. this.pr_detail_label.Name = "pr_detail_label";
  99. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  100. this.pr_detail_label.TabIndex = 144;
  101. this.pr_detail_label.Text = "产品名称";
  102. //
  103. // pr_spec_label
  104. //
  105. this.pr_spec_label.AutoSize = true;
  106. this.pr_spec_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.pr_spec_label.Location = new System.Drawing.Point(781, 14);
  108. this.pr_spec_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  109. this.pr_spec_label.Name = "pr_spec_label";
  110. this.pr_spec_label.Size = new System.Drawing.Size(92, 27);
  111. this.pr_spec_label.TabIndex = 150;
  112. this.pr_spec_label.Text = "产品规格";
  113. //
  114. // openFileDialog1
  115. //
  116. this.openFileDialog1.FileName = "openFileDialog1";
  117. //
  118. // CodeSoft
  119. //
  120. this.CodeSoft.AutoSize = true;
  121. this.CodeSoft.Checked = true;
  122. this.CodeSoft.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.CodeSoft.Location = new System.Drawing.Point(1291, 15);
  124. this.CodeSoft.Margin = new System.Windows.Forms.Padding(4);
  125. this.CodeSoft.Name = "CodeSoft";
  126. this.CodeSoft.Size = new System.Drawing.Size(122, 31);
  127. this.CodeSoft.TabIndex = 161;
  128. this.CodeSoft.TabStop = true;
  129. this.CodeSoft.Text = "CodeSoft";
  130. this.CodeSoft.UseVisualStyleBackColor = true;
  131. //
  132. // labelSoft_label
  133. //
  134. this.labelSoft_label.AutoSize = true;
  135. this.labelSoft_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.labelSoft_label.Location = new System.Drawing.Point(1165, 15);
  137. this.labelSoft_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  138. this.labelSoft_label.Name = "labelSoft_label";
  139. this.labelSoft_label.Size = new System.Drawing.Size(92, 27);
  140. this.labelSoft_label.TabIndex = 163;
  141. this.labelSoft_label.Text = "模板软件";
  142. //
  143. // label1
  144. //
  145. this.label1.AutoSize = true;
  146. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.label1.Location = new System.Drawing.Point(1119, 112);
  148. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  149. this.label1.Name = "label1";
  150. this.label1.Size = new System.Drawing.Size(132, 27);
  151. this.label1.TabIndex = 164;
  152. this.label1.Text = "模板参数预览";
  153. //
  154. // la_name
  155. //
  156. this.la_name.Enabled = false;
  157. this.la_name.Location = new System.Drawing.Point(127, 650);
  158. this.la_name.Margin = new System.Windows.Forms.Padding(4);
  159. this.la_name.Name = "la_name";
  160. this.la_name.Size = new System.Drawing.Size(213, 25);
  161. this.la_name.TabIndex = 201;
  162. //
  163. // la_name_label
  164. //
  165. this.la_name_label.AutoSize = true;
  166. this.la_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.la_name_label.Location = new System.Drawing.Point(19, 650);
  168. this.la_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  169. this.la_name_label.Name = "la_name_label";
  170. this.la_name_label.Size = new System.Drawing.Size(92, 27);
  171. this.la_name_label.TabIndex = 202;
  172. this.la_name_label.Text = "模板名称";
  173. //
  174. // FTPShare
  175. //
  176. this.FTPShare.AutoSize = true;
  177. this.FTPShare.Checked = true;
  178. this.FTPShare.CheckState = System.Windows.Forms.CheckState.Checked;
  179. this.FTPShare.Location = new System.Drawing.Point(1067, 602);
  180. this.FTPShare.Margin = new System.Windows.Forms.Padding(4);
  181. this.FTPShare.Name = "FTPShare";
  182. this.FTPShare.Size = new System.Drawing.Size(83, 19);
  183. this.FTPShare.TabIndex = 200;
  184. this.FTPShare.Text = "FTP共享";
  185. this.FTPShare.UseVisualStyleBackColor = true;
  186. this.FTPShare.Visible = false;
  187. //
  188. // OpenFolder
  189. //
  190. this.OpenFolder.Location = new System.Drawing.Point(639, 650);
  191. this.OpenFolder.Margin = new System.Windows.Forms.Padding(4);
  192. this.OpenFolder.Name = "OpenFolder";
  193. this.OpenFolder.Size = new System.Drawing.Size(51, 28);
  194. this.OpenFolder.TabIndex = 192;
  195. this.OpenFolder.Text = "浏览";
  196. this.OpenFolder.UseVisualStyleBackColor = true;
  197. this.OpenFolder.Click += new System.EventHandler(this.OpenFolder_Click);
  198. //
  199. // label3
  200. //
  201. this.label3.AutoSize = true;
  202. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.label3.Location = new System.Drawing.Point(371, 598);
  204. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  205. this.label3.Name = "label3";
  206. this.label3.Size = new System.Drawing.Size(92, 27);
  207. this.label3.TabIndex = 199;
  208. this.label3.Text = "模板类型";
  209. //
  210. // FolderPath
  211. //
  212. this.FolderPath.Enabled = false;
  213. this.FolderPath.Location = new System.Drawing.Point(476, 650);
  214. this.FolderPath.Margin = new System.Windows.Forms.Padding(4);
  215. this.FolderPath.Name = "FolderPath";
  216. this.FolderPath.Size = new System.Drawing.Size(155, 25);
  217. this.FolderPath.TabIndex = 193;
  218. //
  219. // FolderPath_Label
  220. //
  221. this.FolderPath_Label.AutoSize = true;
  222. this.FolderPath_Label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.FolderPath_Label.Location = new System.Drawing.Point(371, 650);
  224. this.FolderPath_Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  225. this.FolderPath_Label.Name = "FolderPath_Label";
  226. this.FolderPath_Label.Size = new System.Drawing.Size(92, 27);
  227. this.FolderPath_Label.TabIndex = 194;
  228. this.FolderPath_Label.Text = "本地路径";
  229. //
  230. // la_code_label
  231. //
  232. this.la_code_label.AutoSize = true;
  233. this.la_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.la_code_label.Location = new System.Drawing.Point(16, 598);
  235. this.la_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  236. this.la_code_label.Name = "la_code_label";
  237. this.la_code_label.Size = new System.Drawing.Size(92, 27);
  238. this.la_code_label.TabIndex = 195;
  239. this.la_code_label.Text = "模板编号";
  240. //
  241. // LabelParam
  242. //
  243. this.LabelParam.AutoScroll = true;
  244. this.LabelParam.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  245. this.LabelParam.Location = new System.Drawing.Point(1116, 152);
  246. this.LabelParam.Margin = new System.Windows.Forms.Padding(4);
  247. this.LabelParam.Name = "LabelParam";
  248. this.LabelParam.Size = new System.Drawing.Size(343, 432);
  249. this.LabelParam.TabIndex = 203;
  250. //
  251. // label2
  252. //
  253. this.label2.AutoSize = true;
  254. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.label2.Location = new System.Drawing.Point(717, 598);
  256. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  257. this.label2.Name = "label2";
  258. this.label2.Size = new System.Drawing.Size(92, 27);
  259. this.label2.TabIndex = 205;
  260. this.label2.Text = "产品编号";
  261. //
  262. // OpernSaveFolder
  263. //
  264. this.OpernSaveFolder.Location = new System.Drawing.Point(1067, 649);
  265. this.OpernSaveFolder.Margin = new System.Windows.Forms.Padding(4);
  266. this.OpernSaveFolder.Name = "OpernSaveFolder";
  267. this.OpernSaveFolder.Size = new System.Drawing.Size(51, 28);
  268. this.OpernSaveFolder.TabIndex = 209;
  269. this.OpernSaveFolder.Text = "浏览";
  270. this.OpernSaveFolder.UseVisualStyleBackColor = true;
  271. this.OpernSaveFolder.Click += new System.EventHandler(this.OpernSaveFolder_Click);
  272. //
  273. // SavePath
  274. //
  275. this.SavePath.Location = new System.Drawing.Point(827, 651);
  276. this.SavePath.Margin = new System.Windows.Forms.Padding(4);
  277. this.SavePath.Name = "SavePath";
  278. this.SavePath.Size = new System.Drawing.Size(213, 25);
  279. this.SavePath.TabIndex = 210;
  280. this.SavePath.Text = "\\\\172.16.11.99\\ShareTest";
  281. //
  282. // SavePath_label
  283. //
  284. this.SavePath_label.AutoSize = true;
  285. this.SavePath_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.SavePath_label.Location = new System.Drawing.Point(713, 651);
  287. this.SavePath_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  288. this.SavePath_label.Name = "SavePath_label";
  289. this.SavePath_label.Size = new System.Drawing.Size(92, 27);
  290. this.SavePath_label.TabIndex = 211;
  291. this.SavePath_label.Text = "存放路径";
  292. //
  293. // Delete
  294. //
  295. this.Delete.AllPower = "ifall";
  296. this.Delete.BackColor = System.Drawing.Color.Transparent;
  297. this.Delete.DownImage = ((System.Drawing.Image)(resources.GetObject("Delete.DownImage")));
  298. this.Delete.Image = ((System.Drawing.Image)(resources.GetObject("Delete.Image")));
  299. this.Delete.IsShowBorder = true;
  300. this.Delete.Location = new System.Drawing.Point(857, 69);
  301. this.Delete.Margin = new System.Windows.Forms.Padding(4);
  302. this.Delete.MoveImage = ((System.Drawing.Image)(resources.GetObject("Delete.MoveImage")));
  303. this.Delete.Name = "Delete";
  304. this.Delete.NormalImage = ((System.Drawing.Image)(resources.GetObject("Delete.NormalImage")));
  305. this.Delete.Power = "IfWrite";
  306. this.Delete.Size = new System.Drawing.Size(84, 30);
  307. this.Delete.TabIndex = 208;
  308. this.Delete.Tag = "Ifdelete";
  309. this.Delete.Text = "删除";
  310. this.Delete.UseVisualStyleBackColor = true;
  311. this.Delete.Click += new System.EventHandler(this.Delete_Click);
  312. //
  313. // pagination1
  314. //
  315. this.pagination1.AddEnable = false;
  316. this.pagination1.Cursor = System.Windows.Forms.Cursors.Hand;
  317. this.pagination1.DeleteEnable = false;
  318. this.pagination1.Location = new System.Drawing.Point(0, 690);
  319. this.pagination1.Margin = new System.Windows.Forms.Padding(5);
  320. this.pagination1.Name = "pagination1";
  321. this.pagination1.Size = new System.Drawing.Size(1469, 40);
  322. this.pagination1.TabIndex = 207;
  323. //
  324. // pr_code2
  325. //
  326. this.pr_code2.AllPower = null;
  327. this.pr_code2.BackColor = System.Drawing.Color.White;
  328. this.pr_code2.ID = null;
  329. this.pr_code2.Location = new System.Drawing.Point(137, 18);
  330. this.pr_code2.Margin = new System.Windows.Forms.Padding(4);
  331. this.pr_code2.Name = "pr_code2";
  332. this.pr_code2.Power = null;
  333. this.pr_code2.Size = new System.Drawing.Size(199, 25);
  334. this.pr_code2.Str = null;
  335. this.pr_code2.Str1 = null;
  336. this.pr_code2.Str2 = null;
  337. this.pr_code2.TabIndex = 206;
  338. this.pr_code2.Tag = "pr_code";
  339. //
  340. // Save
  341. //
  342. this.Save.AllPower = "ifall";
  343. this.Save.BackColor = System.Drawing.Color.Transparent;
  344. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  345. this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
  346. this.Save.IsShowBorder = true;
  347. this.Save.Location = new System.Drawing.Point(1140, 649);
  348. this.Save.Margin = new System.Windows.Forms.Padding(4);
  349. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  350. this.Save.Name = "Save";
  351. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  352. this.Save.Power = "IfWrite";
  353. this.Save.Size = new System.Drawing.Size(80, 30);
  354. this.Save.TabIndex = 198;
  355. this.Save.Tag = "IfWrite";
  356. this.Save.Text = "保存";
  357. this.Save.UseVisualStyleBackColor = true;
  358. this.Save.Click += new System.EventHandler(this.Save_Click);
  359. //
  360. // la_type
  361. //
  362. this.la_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  363. this.la_type.DropDownWidth = 161;
  364. this.la_type.FormattingEnabled = true;
  365. this.la_type.Items.AddRange(new object[] {
  366. "机身标",
  367. "彩盒标",
  368. "卡通箱标",
  369. "大箱标",
  370. "栈板标",
  371. "SN标签",
  372. "自定义"});
  373. this.la_type.Location = new System.Drawing.Point(476, 598);
  374. this.la_type.Margin = new System.Windows.Forms.Padding(4);
  375. this.la_type.Name = "la_type";
  376. this.la_type.Size = new System.Drawing.Size(213, 23);
  377. this.la_type.TabIndex = 197;
  378. //
  379. // la_code
  380. //
  381. this.la_code.AllPower = null;
  382. this.la_code.Caller = null;
  383. this.la_code.Condition = null;
  384. this.la_code.DBTitle = "模板查询";
  385. this.la_code.FormName = null;
  386. this.la_code.Location = new System.Drawing.Point(127, 598);
  387. this.la_code.Margin = new System.Windows.Forms.Padding(4);
  388. this.la_code.Name = "la_code";
  389. this.la_code.Power = null;
  390. this.la_code.ReturnData = null;
  391. this.la_code.SelectField = null;
  392. this.la_code.SetValueField = null;
  393. this.la_code.Size = new System.Drawing.Size(213, 26);
  394. this.la_code.TabIndex = 196;
  395. this.la_code.TableName = null;
  396. this.la_code.Tag = "IfRead";
  397. this.la_code.TextBoxEnable = false;
  398. //
  399. // ChooseAll
  400. //
  401. this.ChooseAll.Location = new System.Drawing.Point(21, 94);
  402. this.ChooseAll.Margin = new System.Windows.Forms.Padding(4);
  403. this.ChooseAll.Name = "ChooseAll";
  404. this.ChooseAll.Size = new System.Drawing.Size(51, 25);
  405. this.ChooseAll.TabIndex = 174;
  406. this.ChooseAll.Text = "全选";
  407. this.ChooseAll.UseVisualStyleBackColor = true;
  408. //
  409. // LabelDataGridView
  410. //
  411. this.LabelDataGridView.AllowUserToAddRows = false;
  412. this.LabelDataGridView.AllowUserToResizeRows = false;
  413. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  414. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  415. this.Choose,
  416. this.la_id,
  417. this.pl_detno,
  418. this.pr_code1,
  419. this.pr_detail1,
  420. this.pr_spec1,
  421. this.pl_labelname,
  422. this.pl_labeltype,
  423. this.pl_labelcode,
  424. this.pl_labelsoft,
  425. this.pl_isdefault,
  426. this.pl_labelurl,
  427. this.pl_id,
  428. this.pl_prodcode});
  429. this.LabelDataGridView.Location = new System.Drawing.Point(21, 126);
  430. this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(4);
  431. this.LabelDataGridView.Name = "LabelDataGridView";
  432. this.LabelDataGridView.RowTemplate.Height = 23;
  433. this.LabelDataGridView.Size = new System.Drawing.Size(1077, 458);
  434. this.LabelDataGridView.TabIndex = 172;
  435. this.LabelDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellContentClick);
  436. this.LabelDataGridView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.LabelDataGridView_CellFormatting);
  437. this.LabelDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.LabelDataGridView_DataError);
  438. //
  439. // Choose
  440. //
  441. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  442. this.Choose.HeaderText = "勾选";
  443. this.Choose.Name = "Choose";
  444. this.Choose.Width = 40;
  445. //
  446. // la_id
  447. //
  448. this.la_id.DataPropertyName = "la_id";
  449. this.la_id.HeaderText = "la_id";
  450. this.la_id.Name = "la_id";
  451. this.la_id.Visible = false;
  452. //
  453. // pl_detno
  454. //
  455. this.pl_detno.DataPropertyName = "pl_detno";
  456. this.pl_detno.HeaderText = "序号";
  457. this.pl_detno.Name = "pl_detno";
  458. this.pl_detno.Width = 60;
  459. //
  460. // pr_code1
  461. //
  462. this.pr_code1.DataPropertyName = "pl_prodcode";
  463. this.pr_code1.HeaderText = "产品编号";
  464. this.pr_code1.Name = "pr_code1";
  465. this.pr_code1.ReadOnly = true;
  466. //
  467. // pr_detail1
  468. //
  469. this.pr_detail1.DataPropertyName = "pr_detail";
  470. this.pr_detail1.HeaderText = "产品名称";
  471. this.pr_detail1.Name = "pr_detail1";
  472. this.pr_detail1.ReadOnly = true;
  473. //
  474. // pr_spec1
  475. //
  476. this.pr_spec1.DataPropertyName = "pr_spec";
  477. this.pr_spec1.HeaderText = "产品规格";
  478. this.pr_spec1.Name = "pr_spec1";
  479. this.pr_spec1.ReadOnly = true;
  480. this.pr_spec1.Width = 80;
  481. //
  482. // pl_labelname
  483. //
  484. this.pl_labelname.DataPropertyName = "pl_labelname";
  485. this.pl_labelname.HeaderText = "模板名称";
  486. this.pl_labelname.Name = "pl_labelname";
  487. //
  488. // pl_labeltype
  489. //
  490. this.pl_labeltype.DataPropertyName = "pl_labeltype";
  491. this.pl_labeltype.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  492. this.pl_labeltype.HeaderText = "模板类型";
  493. this.pl_labeltype.Items.AddRange(new object[] {
  494. "机身标",
  495. "彩盒标",
  496. "大箱标"});
  497. this.pl_labeltype.Name = "pl_labeltype";
  498. this.pl_labeltype.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  499. this.pl_labeltype.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  500. this.pl_labeltype.Width = 70;
  501. //
  502. // pl_labelcode
  503. //
  504. this.pl_labelcode.DataPropertyName = "pl_labelcode";
  505. this.pl_labelcode.HeaderText = "模板编号";
  506. this.pl_labelcode.Name = "pl_labelcode";
  507. this.pl_labelcode.Width = 90;
  508. //
  509. // pl_labelsoft
  510. //
  511. this.pl_labelsoft.DataPropertyName = "pl_labelsoft";
  512. this.pl_labelsoft.HeaderText = "模板软件";
  513. this.pl_labelsoft.Name = "pl_labelsoft";
  514. this.pl_labelsoft.Width = 80;
  515. //
  516. // pl_isdefault
  517. //
  518. this.pl_isdefault.DataPropertyName = "pl_isdefault";
  519. this.pl_isdefault.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  520. this.pl_isdefault.HeaderText = "是否默认";
  521. this.pl_isdefault.Name = "pl_isdefault";
  522. this.pl_isdefault.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  523. this.pl_isdefault.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  524. this.pl_isdefault.Width = 60;
  525. //
  526. // pl_labelurl
  527. //
  528. this.pl_labelurl.DataPropertyName = "pl_labelurl";
  529. this.pl_labelurl.HeaderText = "模板路径";
  530. this.pl_labelurl.Name = "pl_labelurl";
  531. this.pl_labelurl.ReadOnly = true;
  532. this.pl_labelurl.Width = 240;
  533. //
  534. // pl_id
  535. //
  536. this.pl_id.DataPropertyName = "pl_id";
  537. this.pl_id.HeaderText = "pl_id";
  538. this.pl_id.Name = "pl_id";
  539. this.pl_id.Visible = false;
  540. //
  541. // pl_prodcode
  542. //
  543. this.pl_prodcode.DataPropertyName = "pl_prodcode";
  544. this.pl_prodcode.HeaderText = "pl_prodcode";
  545. this.pl_prodcode.Name = "pl_prodcode";
  546. this.pl_prodcode.Visible = false;
  547. //
  548. // pr_code
  549. //
  550. this.pr_code.AllPower = null;
  551. this.pr_code.Caller = null;
  552. this.pr_code.Condition = null;
  553. this.pr_code.DBTitle = "产品编号查询";
  554. this.pr_code.FormName = null;
  555. this.pr_code.Location = new System.Drawing.Point(827, 598);
  556. this.pr_code.Margin = new System.Windows.Forms.Padding(4);
  557. this.pr_code.Name = "pr_code";
  558. this.pr_code.Power = null;
  559. this.pr_code.ReturnData = null;
  560. this.pr_code.SelectField = null;
  561. this.pr_code.SetValueField = null;
  562. this.pr_code.Size = new System.Drawing.Size(213, 26);
  563. this.pr_code.TabIndex = 159;
  564. this.pr_code.TableName = null;
  565. this.pr_code.Tag = "pr_code";
  566. this.pr_code.TextBoxEnable = true;
  567. //
  568. // UpdateGrid
  569. //
  570. this.UpdateGrid.AllPower = "ifall";
  571. this.UpdateGrid.BackColor = System.Drawing.Color.Transparent;
  572. this.UpdateGrid.DownImage = ((System.Drawing.Image)(resources.GetObject("UpdateGrid.DownImage")));
  573. this.UpdateGrid.Image = ((System.Drawing.Image)(resources.GetObject("UpdateGrid.Image")));
  574. this.UpdateGrid.IsShowBorder = true;
  575. this.UpdateGrid.Location = new System.Drawing.Point(728, 69);
  576. this.UpdateGrid.Margin = new System.Windows.Forms.Padding(4);
  577. this.UpdateGrid.MoveImage = ((System.Drawing.Image)(resources.GetObject("UpdateGrid.MoveImage")));
  578. this.UpdateGrid.Name = "UpdateGrid";
  579. this.UpdateGrid.NormalImage = ((System.Drawing.Image)(resources.GetObject("UpdateGrid.NormalImage")));
  580. this.UpdateGrid.Power = "IfWrite";
  581. this.UpdateGrid.Size = new System.Drawing.Size(84, 30);
  582. this.UpdateGrid.TabIndex = 154;
  583. this.UpdateGrid.Tag = "IfWrite";
  584. this.UpdateGrid.Text = "更新";
  585. this.UpdateGrid.UseVisualStyleBackColor = true;
  586. this.UpdateGrid.Click += new System.EventHandler(this.Update_Click);
  587. //
  588. // Screen
  589. //
  590. this.Screen.AllPower = null;
  591. this.Screen.BackColor = System.Drawing.Color.Transparent;
  592. this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
  593. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  594. this.Screen.IsShowBorder = true;
  595. this.Screen.Location = new System.Drawing.Point(596, 69);
  596. this.Screen.Margin = new System.Windows.Forms.Padding(4);
  597. this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
  598. this.Screen.Name = "Screen";
  599. this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
  600. this.Screen.Power = "IfRead";
  601. this.Screen.Size = new System.Drawing.Size(84, 30);
  602. this.Screen.TabIndex = 153;
  603. this.Screen.Tag = "IfRead";
  604. this.Screen.Text = "筛选";
  605. this.Screen.UseVisualStyleBackColor = true;
  606. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  607. //
  608. // pr_spec
  609. //
  610. this.pr_spec.AllPower = null;
  611. this.pr_spec.BackColor = System.Drawing.Color.White;
  612. this.pr_spec.ID = null;
  613. this.pr_spec.Location = new System.Drawing.Point(900, 15);
  614. this.pr_spec.Margin = new System.Windows.Forms.Padding(4);
  615. this.pr_spec.Name = "pr_spec";
  616. this.pr_spec.Power = null;
  617. this.pr_spec.Size = new System.Drawing.Size(199, 25);
  618. this.pr_spec.Str = null;
  619. this.pr_spec.Str1 = null;
  620. this.pr_spec.Str2 = null;
  621. this.pr_spec.TabIndex = 151;
  622. this.pr_spec.Tag = "pr_spec";
  623. //
  624. // pr_detail
  625. //
  626. this.pr_detail.AllPower = null;
  627. this.pr_detail.BackColor = System.Drawing.Color.White;
  628. this.pr_detail.ID = null;
  629. this.pr_detail.Location = new System.Drawing.Point(497, 16);
  630. this.pr_detail.Margin = new System.Windows.Forms.Padding(4);
  631. this.pr_detail.Name = "pr_detail";
  632. this.pr_detail.Power = null;
  633. this.pr_detail.Size = new System.Drawing.Size(199, 25);
  634. this.pr_detail.Str = null;
  635. this.pr_detail.Str1 = null;
  636. this.pr_detail.Str2 = null;
  637. this.pr_detail.TabIndex = 147;
  638. this.pr_detail.Tag = "pr_detail";
  639. //
  640. // dataGridViewCheckBoxColumn1
  641. //
  642. this.dataGridViewCheckBoxColumn1.HeaderText = "";
  643. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  644. this.dataGridViewCheckBoxColumn1.Width = 30;
  645. //
  646. // SystemSetting_LabelMaintain
  647. //
  648. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  649. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  650. this.ClientSize = new System.Drawing.Size(1467, 730);
  651. this.Controls.Add(this.OpernSaveFolder);
  652. this.Controls.Add(this.SavePath);
  653. this.Controls.Add(this.SavePath_label);
  654. this.Controls.Add(this.Delete);
  655. this.Controls.Add(this.pagination1);
  656. this.Controls.Add(this.pr_code2);
  657. this.Controls.Add(this.label2);
  658. this.Controls.Add(this.LabelParam);
  659. this.Controls.Add(this.la_name);
  660. this.Controls.Add(this.la_name_label);
  661. this.Controls.Add(this.FTPShare);
  662. this.Controls.Add(this.Save);
  663. this.Controls.Add(this.OpenFolder);
  664. this.Controls.Add(this.label3);
  665. this.Controls.Add(this.FolderPath);
  666. this.Controls.Add(this.FolderPath_Label);
  667. this.Controls.Add(this.la_type);
  668. this.Controls.Add(this.la_code_label);
  669. this.Controls.Add(this.la_code);
  670. this.Controls.Add(this.ChooseAll);
  671. this.Controls.Add(this.LabelDataGridView);
  672. this.Controls.Add(this.label1);
  673. this.Controls.Add(this.labelSoft_label);
  674. this.Controls.Add(this.CodeSoft);
  675. this.Controls.Add(this.pr_code);
  676. this.Controls.Add(this.UpdateGrid);
  677. this.Controls.Add(this.Screen);
  678. this.Controls.Add(this.pr_spec);
  679. this.Controls.Add(this.pr_spec_label);
  680. this.Controls.Add(this.pr_detail);
  681. this.Controls.Add(this.pr_code_label);
  682. this.Controls.Add(this.pr_detail_label);
  683. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  684. this.Margin = new System.Windows.Forms.Padding(4);
  685. this.Name = "SystemSetting_LabelMaintain";
  686. this.Tag = "Make!ProLabel";
  687. this.Text = "产品标签维护";
  688. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.产品标签维护_FormClosing);
  689. this.Load += new System.EventHandler(this.条码维护_Load);
  690. this.SizeChanged += new System.EventHandler(this.产品标签维护_SizeChanged);
  691. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  692. this.ResumeLayout(false);
  693. this.PerformLayout();
  694. }
  695. #endregion
  696. private CustomControl.TextBoxWithIcon.EnterTextBox pr_detail;
  697. private System.Windows.Forms.Label pr_code_label;
  698. private System.Windows.Forms.Label pr_detail_label;
  699. private CustomControl.TextBoxWithIcon.EnterTextBox pr_spec;
  700. private System.Windows.Forms.Label pr_spec_label;
  701. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  702. private CustomControl.ButtonUtil.NormalButton Screen;
  703. private CustomControl.ButtonUtil.NormalButton UpdateGrid;
  704. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  705. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  706. private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
  707. private System.Windows.Forms.RadioButton CodeSoft;
  708. private System.Windows.Forms.Label labelSoft_label;
  709. private System.Windows.Forms.Label label1;
  710. private CustomControl.DataGrid_View.DataGridViewWithSerialNum LabelDataGridView;
  711. private CustomControl.ButtonUtil.ChooseAllButton ChooseAll;
  712. private System.Windows.Forms.TextBox la_name;
  713. private System.Windows.Forms.Label la_name_label;
  714. private System.Windows.Forms.CheckBox FTPShare;
  715. private CustomControl.ButtonUtil.NormalButton Save;
  716. private System.Windows.Forms.Button OpenFolder;
  717. private System.Windows.Forms.Label label3;
  718. private System.Windows.Forms.TextBox FolderPath;
  719. private System.Windows.Forms.Label FolderPath_Label;
  720. private CustomControl.ComBoxWithFocus.ComBoxWithFocus la_type;
  721. private System.Windows.Forms.Label la_code_label;
  722. private CustomControl.TextBoxWithIcon.SearchTextBox la_code;
  723. private System.Windows.Forms.Panel LabelParam;
  724. private System.Windows.Forms.Label label2;
  725. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code2;
  726. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  727. private System.Windows.Forms.DataGridViewTextBoxColumn la_id;
  728. private System.Windows.Forms.DataGridViewTextBoxColumn pl_detno;
  729. private System.Windows.Forms.DataGridViewTextBoxColumn pr_code1;
  730. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail1;
  731. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec1;
  732. private System.Windows.Forms.DataGridViewTextBoxColumn pl_labelname;
  733. private System.Windows.Forms.DataGridViewComboBoxColumn pl_labeltype;
  734. private System.Windows.Forms.DataGridViewTextBoxColumn pl_labelcode;
  735. private System.Windows.Forms.DataGridViewTextBoxColumn pl_labelsoft;
  736. private System.Windows.Forms.DataGridViewComboBoxColumn pl_isdefault;
  737. private System.Windows.Forms.DataGridViewTextBoxColumn pl_labelurl;
  738. private System.Windows.Forms.DataGridViewTextBoxColumn pl_id;
  739. private System.Windows.Forms.DataGridViewTextBoxColumn pl_prodcode;
  740. private CustomControl.Pagination.PaginationDbFind pagination1;
  741. private CustomControl.ButtonUtil.NormalButton Delete;
  742. private System.Windows.Forms.Button OpernSaveFolder;
  743. private System.Windows.Forms.TextBox SavePath;
  744. private System.Windows.Forms.Label SavePath_label;
  745. }
  746. }