SystemSetting_LabelMaintain.Designer.cs 38 KB

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