客户标签维护.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845
  1. using System.Windows.Forms;
  2. using UAS_LabelMachine.CustomControl;
  3. namespace UAS_LabelMachine
  4. {
  5. partial class 客户标签维护
  6. {
  7. /// <summary>
  8. /// Required designer variable.
  9. /// </summary>
  10. private System.ComponentModel.IContainer components = null;
  11. /// <summary>
  12. /// Clean up any resources being used.
  13. /// </summary>
  14. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  15. protected override void Dispose(bool disposing)
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Windows Form Designer generated code
  24. /// <summary>
  25. /// Required method for Designer support - do not modify
  26. /// the contents of this method with the code editor.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(客户标签维护));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.cl_code_label = new System.Windows.Forms.Label();
  34. this.cu_name_label = new System.Windows.Forms.Label();
  35. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  36. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.PrinterList_lable = new System.Windows.Forms.Label();
  39. this.OpenFolder = new System.Windows.Forms.Button();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.FolderPath = new System.Windows.Forms.TextBox();
  42. this.FolderPath_Label = new System.Windows.Forms.Label();
  43. this.la_type1 = new System.Windows.Forms.ComboBox();
  44. this.cl_custcode_label = new System.Windows.Forms.Label();
  45. this.la_code_label = new System.Windows.Forms.Label();
  46. this.NetURL_label = new System.Windows.Forms.Label();
  47. this.cl_labeltype_label = new System.Windows.Forms.Label();
  48. this.la_type = new System.Windows.Forms.ComboBox();
  49. this.la_name = new System.Windows.Forms.TextBox();
  50. this.la_name_label = new System.Windows.Forms.Label();
  51. this.FTPShare = new System.Windows.Forms.CheckBox();
  52. this.CodeSoft = new System.Windows.Forms.RadioButton();
  53. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  54. this.PortModel = new System.Windows.Forms.CheckBox();
  55. this.BarTender = new System.Windows.Forms.RadioButton();
  56. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  57. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.pagination1 = new UAS_LabelMachine.CustomControl.Pagination();
  71. this.NewLabel = new UAS_LabelMachine.CustomControl.NormalButton();
  72. this.NetURL = new UAS_LabelMachine.CustomControl.EnterTextBox();
  73. this.la_code = new UAS_LabelMachine.CustomControl.SearchTextBox();
  74. this.Save = new UAS_LabelMachine.CustomControl.NormalButton();
  75. this.ChooseAll = new UAS_LabelMachine.CustomControl.ChooseAllButton();
  76. this.PrinterList = new UAS_LabelMachine.CustomControl.PrinterCombox();
  77. this.LabelDataGridView = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
  78. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  79. this.la_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.cu_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.cl_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.CL_CUSTCODE2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.cl_labeltype = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.cl_labelcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.cl_labelurl = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.cl_labelname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.cl_date = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.cl_isdefault = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.cl_detno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.cl_labelsoft = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.cl_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.PrintTest = new UAS_LabelMachine.CustomControl.NormalButton();
  93. this.客户编号 = new UAS_LabelMachine.CustomControl.SearchTextBox();
  94. this.cu_code = new UAS_LabelMachine.CustomControl.SearchTextBox();
  95. this.UpdateGrid = new UAS_LabelMachine.CustomControl.NormalButton();
  96. this.Screen = new UAS_LabelMachine.CustomControl.NormalButton();
  97. this.cu_name = new UAS_LabelMachine.CustomControl.EnterTextBox();
  98. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  100. this.SuspendLayout();
  101. //
  102. // cl_code_label
  103. //
  104. this.cl_code_label.AutoSize = true;
  105. this.cl_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.cl_code_label.Location = new System.Drawing.Point(31, 15);
  107. this.cl_code_label.Name = "cl_code_label";
  108. this.cl_code_label.Size = new System.Drawing.Size(74, 21);
  109. this.cl_code_label.TabIndex = 145;
  110. this.cl_code_label.Text = "客户编号";
  111. //
  112. // cu_name_label
  113. //
  114. this.cu_name_label.AutoSize = true;
  115. this.cu_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.cu_name_label.Location = new System.Drawing.Point(325, 16);
  117. this.cu_name_label.Name = "cu_name_label";
  118. this.cu_name_label.Size = new System.Drawing.Size(74, 21);
  119. this.cu_name_label.TabIndex = 144;
  120. this.cu_name_label.Text = "客户名称";
  121. //
  122. // openFileDialog1
  123. //
  124. this.openFileDialog1.FileName = "openFileDialog1";
  125. //
  126. // label1
  127. //
  128. this.label1.AutoSize = true;
  129. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.label1.Location = new System.Drawing.Point(919, 89);
  131. this.label1.Name = "label1";
  132. this.label1.Size = new System.Drawing.Size(106, 21);
  133. this.label1.TabIndex = 164;
  134. this.label1.Text = "模板参数预览";
  135. //
  136. // PrinterList_lable
  137. //
  138. this.PrinterList_lable.AutoSize = true;
  139. this.PrinterList_lable.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.PrinterList_lable.Location = new System.Drawing.Point(920, 21);
  141. this.PrinterList_lable.Name = "PrinterList_lable";
  142. this.PrinterList_lable.Size = new System.Drawing.Size(90, 21);
  143. this.PrinterList_lable.TabIndex = 175;
  144. this.PrinterList_lable.Text = "打印机列表";
  145. //
  146. // OpenFolder
  147. //
  148. this.OpenFolder.Location = new System.Drawing.Point(562, 490);
  149. this.OpenFolder.Name = "OpenFolder";
  150. this.OpenFolder.Size = new System.Drawing.Size(75, 27);
  151. this.OpenFolder.TabIndex = 156;
  152. this.OpenFolder.Text = "打开";
  153. this.OpenFolder.UseVisualStyleBackColor = true;
  154. this.OpenFolder.Click += new System.EventHandler(this.OpenFolder_Click);
  155. //
  156. // label3
  157. //
  158. this.label3.AutoSize = true;
  159. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.label3.Location = new System.Drawing.Point(283, 453);
  161. this.label3.Name = "label3";
  162. this.label3.Size = new System.Drawing.Size(74, 21);
  163. this.label3.TabIndex = 171;
  164. this.label3.Text = "盘标类型";
  165. //
  166. // FolderPath
  167. //
  168. this.FolderPath.Enabled = false;
  169. this.FolderPath.Location = new System.Drawing.Point(379, 493);
  170. this.FolderPath.Name = "FolderPath";
  171. this.FolderPath.Size = new System.Drawing.Size(161, 21);
  172. this.FolderPath.TabIndex = 157;
  173. //
  174. // FolderPath_Label
  175. //
  176. this.FolderPath_Label.AutoSize = true;
  177. this.FolderPath_Label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.FolderPath_Label.Location = new System.Drawing.Point(283, 493);
  179. this.FolderPath_Label.Name = "FolderPath_Label";
  180. this.FolderPath_Label.Size = new System.Drawing.Size(74, 21);
  181. this.FolderPath_Label.TabIndex = 158;
  182. this.FolderPath_Label.Text = "模板路径";
  183. //
  184. // la_type1
  185. //
  186. this.la_type1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  187. this.la_type1.DropDownWidth = 161;
  188. this.la_type1.FormattingEnabled = true;
  189. this.la_type1.Items.AddRange(new object[] {
  190. "单盘",
  191. "中盒",
  192. "外箱"});
  193. this.la_type1.Location = new System.Drawing.Point(379, 454);
  194. this.la_type1.Name = "la_type1";
  195. this.la_type1.Size = new System.Drawing.Size(161, 20);
  196. this.la_type1.TabIndex = 169;
  197. //
  198. // cl_custcode_label
  199. //
  200. this.cl_custcode_label.AutoSize = true;
  201. this.cl_custcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.cl_custcode_label.Location = new System.Drawing.Point(20, 450);
  203. this.cl_custcode_label.Name = "cl_custcode_label";
  204. this.cl_custcode_label.Size = new System.Drawing.Size(74, 21);
  205. this.cl_custcode_label.TabIndex = 167;
  206. this.cl_custcode_label.Text = "客户编号";
  207. //
  208. // la_code_label
  209. //
  210. this.la_code_label.AutoSize = true;
  211. this.la_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.la_code_label.Location = new System.Drawing.Point(563, 453);
  213. this.la_code_label.Name = "la_code_label";
  214. this.la_code_label.Size = new System.Drawing.Size(74, 21);
  215. this.la_code_label.TabIndex = 178;
  216. this.la_code_label.Text = "模板编号";
  217. //
  218. // NetURL_label
  219. //
  220. this.NetURL_label.AutoSize = true;
  221. this.NetURL_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.NetURL_label.Location = new System.Drawing.Point(936, 49);
  223. this.NetURL_label.Name = "NetURL_label";
  224. this.NetURL_label.Size = new System.Drawing.Size(74, 21);
  225. this.NetURL_label.TabIndex = 181;
  226. this.NetURL_label.Text = "网络路径";
  227. //
  228. // cl_labeltype_label
  229. //
  230. this.cl_labeltype_label.AutoSize = true;
  231. this.cl_labeltype_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.cl_labeltype_label.Location = new System.Drawing.Point(609, 15);
  233. this.cl_labeltype_label.Name = "cl_labeltype_label";
  234. this.cl_labeltype_label.Size = new System.Drawing.Size(74, 21);
  235. this.cl_labeltype_label.TabIndex = 185;
  236. this.cl_labeltype_label.Text = "盘标类型";
  237. //
  238. // la_type
  239. //
  240. this.la_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  241. this.la_type.DropDownWidth = 161;
  242. this.la_type.FormattingEnabled = true;
  243. this.la_type.Location = new System.Drawing.Point(705, 16);
  244. this.la_type.Name = "la_type";
  245. this.la_type.Size = new System.Drawing.Size(161, 20);
  246. this.la_type.TabIndex = 184;
  247. this.la_type.Tag = "cl_labeltype";
  248. //
  249. // la_name
  250. //
  251. this.la_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  252. | System.Windows.Forms.AnchorStyles.Right)));
  253. this.la_name.Location = new System.Drawing.Point(116, 493);
  254. this.la_name.Name = "la_name";
  255. this.la_name.Size = new System.Drawing.Size(1, 21);
  256. this.la_name.TabIndex = 186;
  257. //
  258. // la_name_label
  259. //
  260. this.la_name_label.AutoSize = true;
  261. this.la_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.la_name_label.Location = new System.Drawing.Point(20, 493);
  263. this.la_name_label.Name = "la_name_label";
  264. this.la_name_label.Size = new System.Drawing.Size(74, 21);
  265. this.la_name_label.TabIndex = 187;
  266. this.la_name_label.Text = "模板名称";
  267. //
  268. // FTPShare
  269. //
  270. this.FTPShare.AutoSize = true;
  271. this.FTPShare.Checked = true;
  272. this.FTPShare.CheckState = System.Windows.Forms.CheckState.Checked;
  273. this.FTPShare.Location = new System.Drawing.Point(659, 497);
  274. this.FTPShare.Name = "FTPShare";
  275. this.FTPShare.Size = new System.Drawing.Size(66, 16);
  276. this.FTPShare.TabIndex = 188;
  277. this.FTPShare.Text = "FTP共享";
  278. this.FTPShare.UseVisualStyleBackColor = true;
  279. //
  280. // CodeSoft
  281. //
  282. this.CodeSoft.AutoSize = true;
  283. this.CodeSoft.Enabled = false;
  284. this.CodeSoft.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.CodeSoft.Location = new System.Drawing.Point(1058, 78);
  286. this.CodeSoft.Name = "CodeSoft";
  287. this.CodeSoft.Size = new System.Drawing.Size(99, 25);
  288. this.CodeSoft.TabIndex = 161;
  289. this.CodeSoft.Text = "CodeSoft";
  290. this.CodeSoft.UseVisualStyleBackColor = true;
  291. //
  292. // pictureBox1
  293. //
  294. this.pictureBox1.Location = new System.Drawing.Point(918, 138);
  295. this.pictureBox1.Name = "pictureBox1";
  296. this.pictureBox1.Size = new System.Drawing.Size(254, 300);
  297. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  298. this.pictureBox1.TabIndex = 191;
  299. this.pictureBox1.TabStop = false;
  300. //
  301. // PortModel
  302. //
  303. this.PortModel.AutoSize = true;
  304. this.PortModel.Location = new System.Drawing.Point(923, 116);
  305. this.PortModel.Name = "PortModel";
  306. this.PortModel.Size = new System.Drawing.Size(96, 16);
  307. this.PortModel.TabIndex = 193;
  308. this.PortModel.Text = "启用被动模式";
  309. this.PortModel.UseVisualStyleBackColor = true;
  310. this.PortModel.CheckedChanged += new System.EventHandler(this.PortModel_CheckedChanged);
  311. //
  312. // BarTender
  313. //
  314. this.BarTender.AutoSize = true;
  315. this.BarTender.Enabled = false;
  316. this.BarTender.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.BarTender.Location = new System.Drawing.Point(1058, 110);
  318. this.BarTender.Name = "BarTender";
  319. this.BarTender.Size = new System.Drawing.Size(106, 25);
  320. this.BarTender.TabIndex = 194;
  321. this.BarTender.Text = "BarTender";
  322. this.BarTender.UseVisualStyleBackColor = true;
  323. //
  324. // dataGridViewCheckBoxColumn1
  325. //
  326. this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  327. this.dataGridViewCheckBoxColumn1.HeaderText = "";
  328. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  329. this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  330. this.dataGridViewCheckBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  331. this.dataGridViewCheckBoxColumn1.Width = 30;
  332. //
  333. // dataGridViewTextBoxColumn1
  334. //
  335. this.dataGridViewTextBoxColumn1.DataPropertyName = "la_id";
  336. this.dataGridViewTextBoxColumn1.HeaderText = "la_id";
  337. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  338. this.dataGridViewTextBoxColumn1.Visible = false;
  339. //
  340. // dataGridViewTextBoxColumn2
  341. //
  342. this.dataGridViewTextBoxColumn2.DataPropertyName = "cu_name";
  343. this.dataGridViewTextBoxColumn2.HeaderText = "客户名称";
  344. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  345. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  346. //
  347. // dataGridViewTextBoxColumn3
  348. //
  349. this.dataGridViewTextBoxColumn3.DataPropertyName = "cl_id";
  350. this.dataGridViewTextBoxColumn3.HeaderText = "cl_id";
  351. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  352. this.dataGridViewTextBoxColumn3.Visible = false;
  353. //
  354. // dataGridViewTextBoxColumn4
  355. //
  356. this.dataGridViewTextBoxColumn4.DataPropertyName = "cl_custcode";
  357. this.dataGridViewTextBoxColumn4.HeaderText = "客户编号";
  358. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  359. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  360. //
  361. // dataGridViewTextBoxColumn5
  362. //
  363. this.dataGridViewTextBoxColumn5.DataPropertyName = "cl_labeltype";
  364. this.dataGridViewTextBoxColumn5.HeaderText = "标签类型";
  365. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  366. //
  367. // dataGridViewTextBoxColumn6
  368. //
  369. this.dataGridViewTextBoxColumn6.DataPropertyName = "cl_labelcode";
  370. this.dataGridViewTextBoxColumn6.HeaderText = "模板编号";
  371. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  372. //
  373. // dataGridViewTextBoxColumn7
  374. //
  375. this.dataGridViewTextBoxColumn7.DataPropertyName = "cl_labelurl";
  376. this.dataGridViewTextBoxColumn7.HeaderText = "模板路径";
  377. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  378. //
  379. // dataGridViewTextBoxColumn8
  380. //
  381. this.dataGridViewTextBoxColumn8.DataPropertyName = "cl_labelname";
  382. this.dataGridViewTextBoxColumn8.HeaderText = "模板名称";
  383. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  384. //
  385. // dataGridViewTextBoxColumn9
  386. //
  387. this.dataGridViewTextBoxColumn9.DataPropertyName = "cl_date";
  388. this.dataGridViewTextBoxColumn9.HeaderText = "最后修改时间";
  389. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  390. //
  391. // dataGridViewTextBoxColumn10
  392. //
  393. this.dataGridViewTextBoxColumn10.DataPropertyName = "cl_isdefault";
  394. this.dataGridViewTextBoxColumn10.HeaderText = "是否默认";
  395. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  396. //
  397. // dataGridViewTextBoxColumn11
  398. //
  399. this.dataGridViewTextBoxColumn11.DataPropertyName = "cl_detno";
  400. this.dataGridViewTextBoxColumn11.HeaderText = "序号";
  401. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  402. //
  403. // dataGridViewTextBoxColumn12
  404. //
  405. this.dataGridViewTextBoxColumn12.DataPropertyName = "cl_labelsoft";
  406. this.dataGridViewTextBoxColumn12.HeaderText = "标签软件";
  407. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  408. //
  409. // dataGridViewTextBoxColumn13
  410. //
  411. this.dataGridViewTextBoxColumn13.DataPropertyName = "cl_status";
  412. this.dataGridViewTextBoxColumn13.HeaderText = "状态";
  413. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  414. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  415. //
  416. // pagination1
  417. //
  418. this.pagination1.Cursor = System.Windows.Forms.Cursors.Hand;
  419. this.pagination1.Location = new System.Drawing.Point(0, 550);
  420. this.pagination1.Margin = new System.Windows.Forms.Padding(4);
  421. this.pagination1.Name = "pagination1";
  422. this.pagination1.Size = new System.Drawing.Size(1179, 31);
  423. this.pagination1.TabIndex = 190;
  424. //
  425. // NewLabel
  426. //
  427. this.NewLabel.Image = ((System.Drawing.Image)(resources.GetObject("NewLabel.Image")));
  428. this.NewLabel.Location = new System.Drawing.Point(846, 490);
  429. this.NewLabel.Name = "NewLabel";
  430. this.NewLabel.Size = new System.Drawing.Size(61, 24);
  431. this.NewLabel.TabIndex = 189;
  432. this.NewLabel.Tag = "IfWrite";
  433. this.NewLabel.Text = "新增标签";
  434. this.NewLabel.UseVisualStyleBackColor = true;
  435. this.NewLabel.Click += new System.EventHandler(this.NewLabel_Click);
  436. //
  437. // NetURL
  438. //
  439. this.NetURL.ID = null;
  440. this.NetURL.Location = new System.Drawing.Point(1026, 49);
  441. this.NetURL.Name = "NetURL";
  442. this.NetURL.Size = new System.Drawing.Size(122, 21);
  443. this.NetURL.Str = null;
  444. this.NetURL.Str1 = null;
  445. this.NetURL.Str2 = null;
  446. this.NetURL.TabIndex = 182;
  447. this.NetURL.Tag = "cu_name";
  448. this.NetURL.TextChanged += new System.EventHandler(this.NetURL_TextChanged);
  449. //
  450. // la_code
  451. //
  452. this.la_code.AllPower = null;
  453. this.la_code.Caller = null;
  454. this.la_code.Condition = null;
  455. this.la_code.DBTitle = null;
  456. this.la_code.FormName = null;
  457. this.la_code.Location = new System.Drawing.Point(659, 455);
  458. this.la_code.Name = "la_code";
  459. this.la_code.Power = null;
  460. this.la_code.ReturnData = null;
  461. this.la_code.SelectField = null;
  462. this.la_code.SetValueField = null;
  463. this.la_code.Size = new System.Drawing.Size(161, 21);
  464. this.la_code.TabIndex = 179;
  465. this.la_code.TableName = null;
  466. this.la_code.Tag = "la_code";
  467. this.la_code.TextBoxEnable = false;
  468. //
  469. // Save
  470. //
  471. this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
  472. this.Save.Location = new System.Drawing.Point(759, 491);
  473. this.Save.Name = "Save";
  474. this.Save.Size = new System.Drawing.Size(61, 24);
  475. this.Save.TabIndex = 170;
  476. this.Save.Tag = "IfWrite";
  477. this.Save.Text = "保存";
  478. this.Save.UseVisualStyleBackColor = true;
  479. this.Save.Click += new System.EventHandler(this.Save_Click);
  480. //
  481. // ChooseAll
  482. //
  483. this.ChooseAll.Location = new System.Drawing.Point(19, 92);
  484. this.ChooseAll.Name = "ChooseAll";
  485. this.ChooseAll.Size = new System.Drawing.Size(40, 21);
  486. this.ChooseAll.TabIndex = 177;
  487. this.ChooseAll.Text = "全选";
  488. this.ChooseAll.UseVisualStyleBackColor = true;
  489. //
  490. // PrinterList
  491. //
  492. this.PrinterList.Location = new System.Drawing.Point(1026, 22);
  493. this.PrinterList.Margin = new System.Windows.Forms.Padding(4);
  494. this.PrinterList.Name = "PrinterList";
  495. this.PrinterList.Size = new System.Drawing.Size(121, 20);
  496. this.PrinterList.TabIndex = 174;
  497. //
  498. // LabelDataGridView
  499. //
  500. this.LabelDataGridView.AllowUserToAddRows = false;
  501. this.LabelDataGridView.AllowUserToResizeRows = false;
  502. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  503. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  504. this.Choose,
  505. this.la_id,
  506. this.cu_name1,
  507. this.cl_id,
  508. this.CL_CUSTCODE2,
  509. this.cl_labeltype,
  510. this.cl_labelcode,
  511. this.cl_labelurl,
  512. this.cl_labelname,
  513. this.cl_date,
  514. this.cl_isdefault,
  515. this.cl_detno,
  516. this.cl_labelsoft,
  517. this.cl_status});
  518. this.LabelDataGridView.Location = new System.Drawing.Point(17, 90);
  519. this.LabelDataGridView.Name = "LabelDataGridView";
  520. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  521. dataGridViewCellStyle1.BackColor = System.Drawing.Color.Blue;
  522. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  523. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  524. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  525. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  526. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  527. this.LabelDataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle1;
  528. dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
  529. this.LabelDataGridView.RowsDefaultCellStyle = dataGridViewCellStyle2;
  530. this.LabelDataGridView.RowTemplate.Height = 23;
  531. this.LabelDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  532. this.LabelDataGridView.Size = new System.Drawing.Size(890, 348);
  533. this.LabelDataGridView.TabIndex = 172;
  534. this.LabelDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellContentClick);
  535. this.LabelDataGridView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.LabelDataGridView_CellFormatting);
  536. this.LabelDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.LabelDataGridView_DataError);
  537. //
  538. // Choose
  539. //
  540. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  541. this.Choose.HeaderText = "勾选";
  542. this.Choose.Name = "Choose";
  543. this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  544. this.Choose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  545. this.Choose.Width = 40;
  546. //
  547. // la_id
  548. //
  549. this.la_id.DataPropertyName = "la_id";
  550. this.la_id.HeaderText = "la_id";
  551. this.la_id.Name = "la_id";
  552. this.la_id.Visible = false;
  553. //
  554. // cu_name1
  555. //
  556. this.cu_name1.DataPropertyName = "cu_name";
  557. this.cu_name1.HeaderText = "客户名称";
  558. this.cu_name1.Name = "cu_name1";
  559. this.cu_name1.ReadOnly = true;
  560. //
  561. // cl_id
  562. //
  563. this.cl_id.DataPropertyName = "cl_id";
  564. this.cl_id.HeaderText = "cl_id";
  565. this.cl_id.Name = "cl_id";
  566. this.cl_id.Visible = false;
  567. //
  568. // CL_CUSTCODE2
  569. //
  570. this.CL_CUSTCODE2.DataPropertyName = "cl_custcode";
  571. this.CL_CUSTCODE2.HeaderText = "客户编号";
  572. this.CL_CUSTCODE2.Name = "CL_CUSTCODE2";
  573. this.CL_CUSTCODE2.ReadOnly = true;
  574. //
  575. // cl_labeltype
  576. //
  577. this.cl_labeltype.DataPropertyName = "cl_labeltype";
  578. this.cl_labeltype.HeaderText = "标签类型";
  579. this.cl_labeltype.Name = "cl_labeltype";
  580. //
  581. // cl_labelcode
  582. //
  583. this.cl_labelcode.DataPropertyName = "cl_labelcode";
  584. this.cl_labelcode.HeaderText = "模板编号";
  585. this.cl_labelcode.Name = "cl_labelcode";
  586. //
  587. // cl_labelurl
  588. //
  589. this.cl_labelurl.DataPropertyName = "cl_labelurl";
  590. this.cl_labelurl.HeaderText = "模板路径";
  591. this.cl_labelurl.Name = "cl_labelurl";
  592. //
  593. // cl_labelname
  594. //
  595. this.cl_labelname.DataPropertyName = "cl_labelname";
  596. this.cl_labelname.HeaderText = "模板名称";
  597. this.cl_labelname.Name = "cl_labelname";
  598. //
  599. // cl_date
  600. //
  601. this.cl_date.DataPropertyName = "cl_date";
  602. this.cl_date.HeaderText = "最后修改时间";
  603. this.cl_date.Name = "cl_date";
  604. //
  605. // cl_isdefault
  606. //
  607. this.cl_isdefault.DataPropertyName = "cl_isdefault";
  608. this.cl_isdefault.HeaderText = "是否默认";
  609. this.cl_isdefault.Name = "cl_isdefault";
  610. //
  611. // cl_detno
  612. //
  613. this.cl_detno.DataPropertyName = "cl_detno";
  614. this.cl_detno.HeaderText = "序号";
  615. this.cl_detno.Name = "cl_detno";
  616. //
  617. // cl_labelsoft
  618. //
  619. this.cl_labelsoft.DataPropertyName = "cl_labelsoft";
  620. this.cl_labelsoft.HeaderText = "标签软件";
  621. this.cl_labelsoft.Name = "cl_labelsoft";
  622. //
  623. // cl_status
  624. //
  625. this.cl_status.DataPropertyName = "cl_status";
  626. this.cl_status.HeaderText = "状态";
  627. this.cl_status.Name = "cl_status";
  628. this.cl_status.ReadOnly = true;
  629. //
  630. // PrintTest
  631. //
  632. this.PrintTest.Image = ((System.Drawing.Image)(resources.GetObject("PrintTest.Image")));
  633. this.PrintTest.Location = new System.Drawing.Point(1016, 455);
  634. this.PrintTest.Name = "PrintTest";
  635. this.PrintTest.Size = new System.Drawing.Size(61, 24);
  636. this.PrintTest.TabIndex = 166;
  637. this.PrintTest.Tag = "Print";
  638. this.PrintTest.Text = "打印测试";
  639. this.PrintTest.UseVisualStyleBackColor = true;
  640. this.PrintTest.Click += new System.EventHandler(this.PrintTest_Click);
  641. //
  642. // 客户编号
  643. //
  644. this.客户编号.AllPower = null;
  645. this.客户编号.Caller = null;
  646. this.客户编号.Condition = null;
  647. this.客户编号.DBTitle = null;
  648. this.客户编号.FormName = null;
  649. this.客户编号.Location = new System.Drawing.Point(116, 453);
  650. this.客户编号.Name = "客户编号";
  651. this.客户编号.Power = null;
  652. this.客户编号.ReturnData = null;
  653. this.客户编号.SelectField = null;
  654. this.客户编号.SetValueField = null;
  655. this.客户编号.Size = new System.Drawing.Size(136, 21);
  656. this.客户编号.TabIndex = 168;
  657. this.客户编号.TableName = null;
  658. this.客户编号.Tag = "cu_code";
  659. this.客户编号.TextBoxEnable = false;
  660. //
  661. // cu_code
  662. //
  663. this.cu_code.AllPower = null;
  664. this.cu_code.Caller = null;
  665. this.cu_code.Condition = null;
  666. this.cu_code.DBTitle = null;
  667. this.cu_code.FormName = null;
  668. this.cu_code.Location = new System.Drawing.Point(127, 16);
  669. this.cu_code.Name = "cu_code";
  670. this.cu_code.Power = null;
  671. this.cu_code.ReturnData = null;
  672. this.cu_code.SelectField = null;
  673. this.cu_code.SetValueField = null;
  674. this.cu_code.Size = new System.Drawing.Size(150, 21);
  675. this.cu_code.TabIndex = 159;
  676. this.cu_code.TableName = null;
  677. this.cu_code.Tag = "cl_custcode";
  678. this.cu_code.TextBoxEnable = false;
  679. //
  680. // UpdateGrid
  681. //
  682. this.UpdateGrid.Image = ((System.Drawing.Image)(resources.GetObject("UpdateGrid.Image")));
  683. this.UpdateGrid.Location = new System.Drawing.Point(695, 49);
  684. this.UpdateGrid.Name = "UpdateGrid";
  685. this.UpdateGrid.Size = new System.Drawing.Size(61, 24);
  686. this.UpdateGrid.TabIndex = 154;
  687. this.UpdateGrid.Tag = "IfWrite";
  688. this.UpdateGrid.Text = "更新";
  689. this.UpdateGrid.UseVisualStyleBackColor = true;
  690. this.UpdateGrid.Click += new System.EventHandler(this.Update_Click);
  691. //
  692. // Screen
  693. //
  694. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  695. this.Screen.Location = new System.Drawing.Point(582, 49);
  696. this.Screen.Name = "Screen";
  697. this.Screen.Size = new System.Drawing.Size(61, 24);
  698. this.Screen.TabIndex = 153;
  699. this.Screen.Tag = "IfRead";
  700. this.Screen.Text = "筛选";
  701. this.Screen.UseVisualStyleBackColor = true;
  702. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  703. //
  704. // cu_name
  705. //
  706. this.cu_name.ID = null;
  707. this.cu_name.Location = new System.Drawing.Point(419, 16);
  708. this.cu_name.Name = "cu_name";
  709. this.cu_name.Size = new System.Drawing.Size(150, 21);
  710. this.cu_name.Str = null;
  711. this.cu_name.Str1 = null;
  712. this.cu_name.Str2 = null;
  713. this.cu_name.TabIndex = 147;
  714. this.cu_name.Tag = "cu_name";
  715. //
  716. // 客户标签维护
  717. //
  718. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  719. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  720. this.ClientSize = new System.Drawing.Size(1179, 581);
  721. this.Controls.Add(this.BarTender);
  722. this.Controls.Add(this.PortModel);
  723. this.Controls.Add(this.pictureBox1);
  724. this.Controls.Add(this.pagination1);
  725. this.Controls.Add(this.NewLabel);
  726. this.Controls.Add(this.FTPShare);
  727. this.Controls.Add(this.la_name);
  728. this.Controls.Add(this.la_name_label);
  729. this.Controls.Add(this.cl_labeltype_label);
  730. this.Controls.Add(this.la_type);
  731. this.Controls.Add(this.NetURL);
  732. this.Controls.Add(this.NetURL_label);
  733. this.Controls.Add(this.la_code_label);
  734. this.Controls.Add(this.la_code);
  735. this.Controls.Add(this.Save);
  736. this.Controls.Add(this.ChooseAll);
  737. this.Controls.Add(this.OpenFolder);
  738. this.Controls.Add(this.label3);
  739. this.Controls.Add(this.PrinterList_lable);
  740. this.Controls.Add(this.FolderPath);
  741. this.Controls.Add(this.PrinterList);
  742. this.Controls.Add(this.FolderPath_Label);
  743. this.Controls.Add(this.la_type1);
  744. this.Controls.Add(this.LabelDataGridView);
  745. this.Controls.Add(this.cl_custcode_label);
  746. this.Controls.Add(this.PrintTest);
  747. this.Controls.Add(this.客户编号);
  748. this.Controls.Add(this.label1);
  749. this.Controls.Add(this.CodeSoft);
  750. this.Controls.Add(this.cu_code);
  751. this.Controls.Add(this.UpdateGrid);
  752. this.Controls.Add(this.Screen);
  753. this.Controls.Add(this.cu_name);
  754. this.Controls.Add(this.cl_code_label);
  755. this.Controls.Add(this.cu_name_label);
  756. this.Name = "客户标签维护";
  757. this.Tag = "Make!CustLabel";
  758. this.Text = "客户标签维护";
  759. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.产品标签维护_FormClosing);
  760. this.Load += new System.EventHandler(this.条码维护_Load);
  761. this.SizeChanged += new System.EventHandler(this.产品标签维护_SizeChanged);
  762. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  763. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  764. this.ResumeLayout(false);
  765. this.PerformLayout();
  766. }
  767. #endregion
  768. private CustomControl.EnterTextBox cu_name;
  769. private Label cl_code_label;
  770. private Label cu_name_label;
  771. private DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  772. private CustomControl.NormalButton Screen;
  773. private CustomControl.NormalButton UpdateGrid;
  774. private OpenFileDialog openFileDialog1;
  775. private FolderBrowserDialog folderBrowserDialog1;
  776. private Label FolderPath_Label;
  777. private TextBox FolderPath;
  778. private Button OpenFolder;
  779. private CustomControl.SearchTextBox cu_code;
  780. private Label label1;
  781. private CustomControl.NormalButton PrintTest;
  782. private CustomControl.SearchTextBox 客户编号;
  783. private Label cl_custcode_label;
  784. private ComboBox la_type1;
  785. private CustomControl.NormalButton Save;
  786. private Label label3;
  787. private CustomControl.DataGridViewWithSerialNum LabelDataGridView;
  788. private PrinterCombox PrinterList;
  789. private Label PrinterList_lable;
  790. private ChooseAllButton ChooseAll;
  791. private Label la_code_label;
  792. private SearchTextBox la_code;
  793. private EnterTextBox NetURL;
  794. private Label NetURL_label;
  795. private Label cl_labeltype_label;
  796. private ComboBox la_type;
  797. private TextBox la_name;
  798. private Label la_name_label;
  799. private CheckBox FTPShare;
  800. private NormalButton NewLabel;
  801. private Pagination pagination1;
  802. private RadioButton CodeSoft;
  803. private DataGridViewCheckBoxColumn Choose;
  804. private DataGridViewTextBoxColumn la_id;
  805. private DataGridViewTextBoxColumn cu_name1;
  806. private DataGridViewTextBoxColumn cl_id;
  807. private DataGridViewTextBoxColumn CL_CUSTCODE2;
  808. private DataGridViewTextBoxColumn cl_labeltype;
  809. private DataGridViewTextBoxColumn cl_labelcode;
  810. private DataGridViewTextBoxColumn cl_labelurl;
  811. private DataGridViewTextBoxColumn cl_labelname;
  812. private DataGridViewTextBoxColumn cl_date;
  813. private DataGridViewTextBoxColumn cl_isdefault;
  814. private DataGridViewTextBoxColumn cl_detno;
  815. private DataGridViewTextBoxColumn cl_labelsoft;
  816. private DataGridViewTextBoxColumn cl_status;
  817. private PictureBox pictureBox1;
  818. private CheckBox PortModel;
  819. private RadioButton BarTender;
  820. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  821. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  822. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  823. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  824. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  825. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  826. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  827. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  828. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  829. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  830. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  831. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  832. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  833. }
  834. }