SystemSetting_LabelMaintain.Designer.cs 36 KB

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