产品标签维护.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675
  1. namespace UAS_MES.产线作业
  2. {
  3. partial class 产品标签维护
  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(产品标签维护));
  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.Pagination();
  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.DataGridViewWithCheckBox();
  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. ((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(386, 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(782, 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(1290, 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, 113);
  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(1015, 656);
  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, 647);
  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, 603);
  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(4);
  271. this.pagination1.Name = "pagination1";
  272. this.pagination1.Size = new System.Drawing.Size(1470, 40);
  273. this.pagination1.TabIndex = 207;
  274. //
  275. // pr_code2
  276. //
  277. this.pr_code2.ID = null;
  278. this.pr_code2.Location = new System.Drawing.Point(137, 17);
  279. this.pr_code2.Margin = new System.Windows.Forms.Padding(4);
  280. this.pr_code2.Name = "pr_code2";
  281. this.pr_code2.Power = null;
  282. this.pr_code2.Size = new System.Drawing.Size(199, 25);
  283. this.pr_code2.Str = null;
  284. this.pr_code2.Str1 = null;
  285. this.pr_code2.Str2 = null;
  286. this.pr_code2.TabIndex = 206;
  287. this.pr_code2.Tag = "pr_code";
  288. //
  289. // Save
  290. //
  291. this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
  292. this.Save.Location = new System.Drawing.Point(898, 647);
  293. this.Save.Margin = new System.Windows.Forms.Padding(4);
  294. this.Save.Name = "Save";
  295. this.Save.Power = "IfWrite";
  296. this.Save.Size = new System.Drawing.Size(80, 30);
  297. this.Save.TabIndex = 198;
  298. this.Save.Tag = "IfWrite";
  299. this.Save.Text = "保存";
  300. this.Save.UseVisualStyleBackColor = true;
  301. this.Save.Click += new System.EventHandler(this.Save_Click);
  302. //
  303. // la_type
  304. //
  305. this.la_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  306. this.la_type.DropDownWidth = 161;
  307. this.la_type.FormattingEnabled = true;
  308. this.la_type.Items.AddRange(new object[] {
  309. "机身标",
  310. "彩盒标",
  311. "卡通箱标",
  312. "大箱标",
  313. "栈板标"});
  314. this.la_type.Location = new System.Drawing.Point(528, 602);
  315. this.la_type.Margin = new System.Windows.Forms.Padding(4);
  316. this.la_type.Name = "la_type";
  317. this.la_type.Size = new System.Drawing.Size(213, 23);
  318. this.la_type.TabIndex = 197;
  319. //
  320. // la_code
  321. //
  322. this.la_code.Caller = null;
  323. this.la_code.Condition = null;
  324. this.la_code.DBTitle = "模板查询";
  325. this.la_code.FormName = null;
  326. this.la_code.Location = new System.Drawing.Point(148, 602);
  327. this.la_code.Margin = new System.Windows.Forms.Padding(4);
  328. this.la_code.Name = "la_code";
  329. this.la_code.Power = null;
  330. this.la_code.SelectField = null;
  331. this.la_code.SetValueField = null;
  332. this.la_code.Size = new System.Drawing.Size(215, 26);
  333. this.la_code.TabIndex = 196;
  334. this.la_code.TableName = null;
  335. this.la_code.Tag = "IfRead";
  336. this.la_code.TextBoxEnable = false;
  337. //
  338. // ChooseAll
  339. //
  340. this.ChooseAll.Location = new System.Drawing.Point(21, 94);
  341. this.ChooseAll.Margin = new System.Windows.Forms.Padding(4);
  342. this.ChooseAll.Name = "ChooseAll";
  343. this.ChooseAll.Size = new System.Drawing.Size(51, 25);
  344. this.ChooseAll.TabIndex = 174;
  345. this.ChooseAll.Text = "全选";
  346. this.ChooseAll.UseVisualStyleBackColor = true;
  347. //
  348. // LabelDataGridView
  349. //
  350. this.LabelDataGridView.AllowUserToAddRows = false;
  351. this.LabelDataGridView.AllowUserToResizeRows = false;
  352. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  353. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  354. this.Choose,
  355. this.la_id,
  356. this.pl_detno,
  357. this.pr_code1,
  358. this.pr_detail1,
  359. this.pr_spec1,
  360. this.pl_labelname,
  361. this.pl_labeltype,
  362. this.pl_labelcode,
  363. this.pl_labelsoft,
  364. this.pl_isdefault,
  365. this.pl_labelurl,
  366. this.pl_id,
  367. this.pl_prodcode});
  368. this.LabelDataGridView.Location = new System.Drawing.Point(21, 126);
  369. this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(4);
  370. this.LabelDataGridView.Name = "LabelDataGridView";
  371. this.LabelDataGridView.RowTemplate.Height = 23;
  372. this.LabelDataGridView.Size = new System.Drawing.Size(1077, 458);
  373. this.LabelDataGridView.TabIndex = 172;
  374. this.LabelDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellContentClick);
  375. this.LabelDataGridView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.LabelDataGridView_CellFormatting);
  376. this.LabelDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.LabelDataGridView_DataError);
  377. //
  378. // Choose
  379. //
  380. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  381. this.Choose.HeaderText = "勾选";
  382. this.Choose.Name = "Choose";
  383. this.Choose.Width = 40;
  384. //
  385. // la_id
  386. //
  387. this.la_id.DataPropertyName = "la_id";
  388. this.la_id.HeaderText = "la_id";
  389. this.la_id.Name = "la_id";
  390. this.la_id.Visible = false;
  391. //
  392. // pl_detno
  393. //
  394. this.pl_detno.DataPropertyName = "pl_detno";
  395. this.pl_detno.HeaderText = "序号";
  396. this.pl_detno.Name = "pl_detno";
  397. this.pl_detno.Width = 60;
  398. //
  399. // pr_code1
  400. //
  401. this.pr_code1.DataPropertyName = "pl_prodcode";
  402. this.pr_code1.HeaderText = "产品编号";
  403. this.pr_code1.Name = "pr_code1";
  404. this.pr_code1.ReadOnly = true;
  405. //
  406. // pr_detail1
  407. //
  408. this.pr_detail1.DataPropertyName = "pr_detail";
  409. this.pr_detail1.HeaderText = "产品名称";
  410. this.pr_detail1.Name = "pr_detail1";
  411. this.pr_detail1.ReadOnly = true;
  412. //
  413. // pr_spec1
  414. //
  415. this.pr_spec1.DataPropertyName = "pr_spec";
  416. this.pr_spec1.HeaderText = "产品规格";
  417. this.pr_spec1.Name = "pr_spec1";
  418. this.pr_spec1.ReadOnly = true;
  419. this.pr_spec1.Width = 80;
  420. //
  421. // pl_labelname
  422. //
  423. this.pl_labelname.DataPropertyName = "pl_labelname";
  424. this.pl_labelname.HeaderText = "模板名称";
  425. this.pl_labelname.Name = "pl_labelname";
  426. //
  427. // pl_labeltype
  428. //
  429. this.pl_labeltype.DataPropertyName = "pl_labeltype";
  430. this.pl_labeltype.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  431. this.pl_labeltype.HeaderText = "模板类型";
  432. this.pl_labeltype.Items.AddRange(new object[] {
  433. "机身标",
  434. "彩盒标",
  435. "大箱标"});
  436. this.pl_labeltype.Name = "pl_labeltype";
  437. this.pl_labeltype.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  438. this.pl_labeltype.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  439. this.pl_labeltype.Width = 70;
  440. //
  441. // pl_labelcode
  442. //
  443. this.pl_labelcode.DataPropertyName = "pl_labelcode";
  444. this.pl_labelcode.HeaderText = "模板编号";
  445. this.pl_labelcode.Name = "pl_labelcode";
  446. this.pl_labelcode.Width = 90;
  447. //
  448. // pl_labelsoft
  449. //
  450. this.pl_labelsoft.DataPropertyName = "pl_labelsoft";
  451. this.pl_labelsoft.HeaderText = "模板软件";
  452. this.pl_labelsoft.Name = "pl_labelsoft";
  453. this.pl_labelsoft.Width = 80;
  454. //
  455. // pl_isdefault
  456. //
  457. this.pl_isdefault.DataPropertyName = "pl_isdefault";
  458. this.pl_isdefault.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  459. this.pl_isdefault.HeaderText = "是否默认";
  460. this.pl_isdefault.Name = "pl_isdefault";
  461. this.pl_isdefault.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  462. this.pl_isdefault.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  463. this.pl_isdefault.Width = 60;
  464. //
  465. // pl_labelurl
  466. //
  467. this.pl_labelurl.DataPropertyName = "pl_labelurl";
  468. this.pl_labelurl.HeaderText = "模板路径";
  469. this.pl_labelurl.Name = "pl_labelurl";
  470. this.pl_labelurl.ReadOnly = true;
  471. this.pl_labelurl.Width = 240;
  472. //
  473. // pl_id
  474. //
  475. this.pl_id.DataPropertyName = "pl_id";
  476. this.pl_id.HeaderText = "pl_id";
  477. this.pl_id.Name = "pl_id";
  478. this.pl_id.Visible = false;
  479. //
  480. // pl_prodcode
  481. //
  482. this.pl_prodcode.DataPropertyName = "pl_prodcode";
  483. this.pl_prodcode.HeaderText = "pl_prodcode";
  484. this.pl_prodcode.Name = "pl_prodcode";
  485. this.pl_prodcode.Visible = false;
  486. //
  487. // PrintTest
  488. //
  489. this.PrintTest.Image = ((System.Drawing.Image)(resources.GetObject("PrintTest.Image")));
  490. this.PrintTest.Location = new System.Drawing.Point(1251, 606);
  491. this.PrintTest.Margin = new System.Windows.Forms.Padding(4);
  492. this.PrintTest.Name = "PrintTest";
  493. this.PrintTest.Power = "ifread";
  494. this.PrintTest.Size = new System.Drawing.Size(81, 30);
  495. this.PrintTest.TabIndex = 166;
  496. this.PrintTest.Tag = "Print";
  497. this.PrintTest.Text = "打印测试";
  498. this.PrintTest.UseVisualStyleBackColor = true;
  499. this.PrintTest.Click += new System.EventHandler(this.PrintTest_Click);
  500. //
  501. // pr_code
  502. //
  503. this.pr_code.Caller = null;
  504. this.pr_code.Condition = null;
  505. this.pr_code.DBTitle = "产品编号查询";
  506. this.pr_code.FormName = null;
  507. this.pr_code.Location = new System.Drawing.Point(898, 599);
  508. this.pr_code.Margin = new System.Windows.Forms.Padding(4);
  509. this.pr_code.Name = "pr_code";
  510. this.pr_code.Power = null;
  511. this.pr_code.SelectField = null;
  512. this.pr_code.SetValueField = null;
  513. this.pr_code.Size = new System.Drawing.Size(200, 26);
  514. this.pr_code.TabIndex = 159;
  515. this.pr_code.TableName = null;
  516. this.pr_code.Tag = "pr_code";
  517. this.pr_code.TextBoxEnable = false;
  518. //
  519. // UpdateGrid
  520. //
  521. this.UpdateGrid.Image = ((System.Drawing.Image)(resources.GetObject("UpdateGrid.Image")));
  522. this.UpdateGrid.Location = new System.Drawing.Point(771, 62);
  523. this.UpdateGrid.Margin = new System.Windows.Forms.Padding(4);
  524. this.UpdateGrid.Name = "UpdateGrid";
  525. this.UpdateGrid.Power = "IfWrite";
  526. this.UpdateGrid.Size = new System.Drawing.Size(84, 30);
  527. this.UpdateGrid.TabIndex = 154;
  528. this.UpdateGrid.Tag = "IfWrite";
  529. this.UpdateGrid.Text = "更新";
  530. this.UpdateGrid.UseVisualStyleBackColor = true;
  531. this.UpdateGrid.Click += new System.EventHandler(this.Update_Click);
  532. //
  533. // Screen
  534. //
  535. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  536. this.Screen.Location = new System.Drawing.Point(637, 62);
  537. this.Screen.Margin = new System.Windows.Forms.Padding(4);
  538. this.Screen.Name = "Screen";
  539. this.Screen.Power = "IfRead";
  540. this.Screen.Size = new System.Drawing.Size(84, 30);
  541. this.Screen.TabIndex = 153;
  542. this.Screen.Tag = "IfRead";
  543. this.Screen.Text = "筛选";
  544. this.Screen.UseVisualStyleBackColor = true;
  545. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  546. //
  547. // pr_spec
  548. //
  549. this.pr_spec.ID = null;
  550. this.pr_spec.Location = new System.Drawing.Point(900, 15);
  551. this.pr_spec.Margin = new System.Windows.Forms.Padding(4);
  552. this.pr_spec.Name = "pr_spec";
  553. this.pr_spec.Power = null;
  554. this.pr_spec.Size = new System.Drawing.Size(199, 25);
  555. this.pr_spec.Str = null;
  556. this.pr_spec.Str1 = null;
  557. this.pr_spec.Str2 = null;
  558. this.pr_spec.TabIndex = 151;
  559. this.pr_spec.Tag = "pr_spec";
  560. //
  561. // pr_detail
  562. //
  563. this.pr_detail.ID = null;
  564. this.pr_detail.Location = new System.Drawing.Point(497, 16);
  565. this.pr_detail.Margin = new System.Windows.Forms.Padding(4);
  566. this.pr_detail.Name = "pr_detail";
  567. this.pr_detail.Power = null;
  568. this.pr_detail.Size = new System.Drawing.Size(199, 25);
  569. this.pr_detail.Str = null;
  570. this.pr_detail.Str1 = null;
  571. this.pr_detail.Str2 = null;
  572. this.pr_detail.TabIndex = 147;
  573. this.pr_detail.Tag = "pr_detail";
  574. //
  575. // 产品标签维护
  576. //
  577. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  578. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  579. this.ClientSize = new System.Drawing.Size(1470, 730);
  580. this.Controls.Add(this.pagination1);
  581. this.Controls.Add(this.pr_code2);
  582. this.Controls.Add(this.label2);
  583. this.Controls.Add(this.LabelParam);
  584. this.Controls.Add(this.la_name);
  585. this.Controls.Add(this.la_name_label);
  586. this.Controls.Add(this.FTPShare);
  587. this.Controls.Add(this.Save);
  588. this.Controls.Add(this.OpenFolder);
  589. this.Controls.Add(this.label3);
  590. this.Controls.Add(this.FolderPath);
  591. this.Controls.Add(this.FolderPath_Label);
  592. this.Controls.Add(this.la_type);
  593. this.Controls.Add(this.la_code_label);
  594. this.Controls.Add(this.la_code);
  595. this.Controls.Add(this.ChooseAll);
  596. this.Controls.Add(this.LabelDataGridView);
  597. this.Controls.Add(this.PrintTest);
  598. this.Controls.Add(this.label1);
  599. this.Controls.Add(this.labelSoft_label);
  600. this.Controls.Add(this.CodeSoft);
  601. this.Controls.Add(this.pr_code);
  602. this.Controls.Add(this.UpdateGrid);
  603. this.Controls.Add(this.Screen);
  604. this.Controls.Add(this.pr_spec);
  605. this.Controls.Add(this.pr_spec_label);
  606. this.Controls.Add(this.pr_detail);
  607. this.Controls.Add(this.pr_code_label);
  608. this.Controls.Add(this.pr_detail_label);
  609. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  610. this.Margin = new System.Windows.Forms.Padding(4);
  611. this.Name = "产品标签维护";
  612. this.Tag = "Make!ProLabel";
  613. this.Text = "产品标签维护";
  614. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.产品标签维护_FormClosing);
  615. this.Load += new System.EventHandler(this.条码维护_Load);
  616. this.SizeChanged += new System.EventHandler(this.产品标签维护_SizeChanged);
  617. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  618. this.ResumeLayout(false);
  619. this.PerformLayout();
  620. }
  621. #endregion
  622. private CustomControl.TextBoxWithIcon.EnterTextBox pr_detail;
  623. private System.Windows.Forms.Label pr_code_label;
  624. private System.Windows.Forms.Label pr_detail_label;
  625. private CustomControl.TextBoxWithIcon.EnterTextBox pr_spec;
  626. private System.Windows.Forms.Label pr_spec_label;
  627. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  628. private CustomControl.ButtonUtil.NormalButton Screen;
  629. private CustomControl.ButtonUtil.NormalButton UpdateGrid;
  630. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  631. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  632. private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
  633. private System.Windows.Forms.RadioButton CodeSoft;
  634. private System.Windows.Forms.Label labelSoft_label;
  635. private System.Windows.Forms.Label label1;
  636. private CustomControl.ButtonUtil.NormalButton PrintTest;
  637. private CustomControl.DataGrid_View.DataGridViewWithCheckBox LabelDataGridView;
  638. private CustomControl.ButtonUtil.ChooseAllButton ChooseAll;
  639. private System.Windows.Forms.TextBox la_name;
  640. private System.Windows.Forms.Label la_name_label;
  641. private System.Windows.Forms.CheckBox FTPShare;
  642. private CustomControl.ButtonUtil.NormalButton Save;
  643. private System.Windows.Forms.Button OpenFolder;
  644. private System.Windows.Forms.Label label3;
  645. private System.Windows.Forms.TextBox FolderPath;
  646. private System.Windows.Forms.Label FolderPath_Label;
  647. private CustomControl.ComBoxWithFocus.ComBoxWithFocus la_type;
  648. private System.Windows.Forms.Label la_code_label;
  649. private CustomControl.TextBoxWithIcon.SearchTextBox la_code;
  650. private System.Windows.Forms.Panel LabelParam;
  651. private System.Windows.Forms.Label label2;
  652. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code2;
  653. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  654. private System.Windows.Forms.DataGridViewTextBoxColumn la_id;
  655. private System.Windows.Forms.DataGridViewTextBoxColumn pl_detno;
  656. private System.Windows.Forms.DataGridViewTextBoxColumn pr_code1;
  657. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail1;
  658. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec1;
  659. private System.Windows.Forms.DataGridViewTextBoxColumn pl_labelname;
  660. private System.Windows.Forms.DataGridViewComboBoxColumn pl_labeltype;
  661. private System.Windows.Forms.DataGridViewTextBoxColumn pl_labelcode;
  662. private System.Windows.Forms.DataGridViewTextBoxColumn pl_labelsoft;
  663. private System.Windows.Forms.DataGridViewComboBoxColumn pl_isdefault;
  664. private System.Windows.Forms.DataGridViewTextBoxColumn pl_labelurl;
  665. private System.Windows.Forms.DataGridViewTextBoxColumn pl_id;
  666. private System.Windows.Forms.DataGridViewTextBoxColumn pl_prodcode;
  667. private CustomControl.Pagination.Pagination pagination1;
  668. }
  669. }