SystemSetting_LabelMaintain.Designer.cs 38 KB

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