SystemSetting_LabelMaintain.Designer.cs 36 KB

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