SystemSetting_LabelMaintain.Designer.cs 35 KB

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