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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721
  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.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  46. this.la_code_label = new System.Windows.Forms.Label();
  47. this.LabelParam = new System.Windows.Forms.Panel();
  48. this.NetURL_label = new System.Windows.Forms.Label();
  49. this.cl_labeltype_label = new System.Windows.Forms.Label();
  50. this.la_type = new System.Windows.Forms.ComboBox();
  51. this.la_name = new System.Windows.Forms.TextBox();
  52. this.la_name_label = new System.Windows.Forms.Label();
  53. this.FTPShare = new System.Windows.Forms.CheckBox();
  54. this.CodeSoft = new System.Windows.Forms.RadioButton();
  55. this.pagination1 = new UAS_LabelMachine.CustomControl.Pagination();
  56. this.NewLabel = new UAS_LabelMachine.CustomControl.NormalButton();
  57. this.NetURL = new UAS_LabelMachine.CustomControl.EnterTextBox();
  58. this.la_code = new UAS_LabelMachine.CustomControl.SearchTextBox();
  59. this.Save = new UAS_LabelMachine.CustomControl.NormalButton();
  60. this.ChooseAll = new UAS_LabelMachine.CustomControl.ChooseAllButton();
  61. this.PrinterList = new UAS_LabelMachine.CustomControl.PrinterCombox();
  62. this.LabelDataGridView = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
  63. this.PrintTest = new UAS_LabelMachine.CustomControl.NormalButton();
  64. this.客户编号 = new UAS_LabelMachine.CustomControl.SearchTextBox();
  65. this.cu_code = new UAS_LabelMachine.CustomControl.SearchTextBox();
  66. this.UpdateGrid = new UAS_LabelMachine.CustomControl.NormalButton();
  67. this.Screen = new UAS_LabelMachine.CustomControl.NormalButton();
  68. this.cu_name = new UAS_LabelMachine.CustomControl.EnterTextBox();
  69. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  70. this.la_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.cu_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.cl_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.CL_CUSTCODE2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.cl_labeltype = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.cl_labelcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.cl_labelurl = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.cl_labelname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.cl_date = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.cl_isdefault = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.cl_detno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.cl_labelsoft = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.cl_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  84. this.SuspendLayout();
  85. //
  86. // cl_code_label
  87. //
  88. this.cl_code_label.AutoSize = true;
  89. this.cl_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.cl_code_label.Location = new System.Drawing.Point(41, 19);
  91. this.cl_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  92. this.cl_code_label.Name = "cl_code_label";
  93. this.cl_code_label.Size = new System.Drawing.Size(92, 27);
  94. this.cl_code_label.TabIndex = 145;
  95. this.cl_code_label.Text = "客户编号";
  96. //
  97. // cu_name_label
  98. //
  99. this.cu_name_label.AutoSize = true;
  100. this.cu_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.cu_name_label.Location = new System.Drawing.Point(433, 20);
  102. this.cu_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  103. this.cu_name_label.Name = "cu_name_label";
  104. this.cu_name_label.Size = new System.Drawing.Size(92, 27);
  105. this.cu_name_label.TabIndex = 144;
  106. this.cu_name_label.Text = "客户名称";
  107. //
  108. // openFileDialog1
  109. //
  110. this.openFileDialog1.FileName = "openFileDialog1";
  111. //
  112. // label1
  113. //
  114. this.label1.AutoSize = true;
  115. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.label1.Location = new System.Drawing.Point(1225, 111);
  117. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  118. this.label1.Name = "label1";
  119. this.label1.Size = new System.Drawing.Size(132, 27);
  120. this.label1.TabIndex = 164;
  121. this.label1.Text = "模板参数预览";
  122. //
  123. // PrinterList_lable
  124. //
  125. this.PrinterList_lable.AutoSize = true;
  126. this.PrinterList_lable.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.PrinterList_lable.Location = new System.Drawing.Point(1227, 26);
  128. this.PrinterList_lable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  129. this.PrinterList_lable.Name = "PrinterList_lable";
  130. this.PrinterList_lable.Size = new System.Drawing.Size(112, 27);
  131. this.PrinterList_lable.TabIndex = 175;
  132. this.PrinterList_lable.Text = "打印机列表";
  133. //
  134. // OpenFolder
  135. //
  136. this.OpenFolder.Location = new System.Drawing.Point(776, 612);
  137. this.OpenFolder.Margin = new System.Windows.Forms.Padding(4);
  138. this.OpenFolder.Name = "OpenFolder";
  139. this.OpenFolder.Size = new System.Drawing.Size(100, 34);
  140. this.OpenFolder.TabIndex = 156;
  141. this.OpenFolder.Text = "打开";
  142. this.OpenFolder.UseVisualStyleBackColor = true;
  143. this.OpenFolder.Click += new System.EventHandler(this.OpenFolder_Click);
  144. //
  145. // label3
  146. //
  147. this.label3.AutoSize = true;
  148. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.label3.Location = new System.Drawing.Point(403, 566);
  150. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  151. this.label3.Name = "label3";
  152. this.label3.Size = new System.Drawing.Size(92, 27);
  153. this.label3.TabIndex = 171;
  154. this.label3.Text = "盘标类型";
  155. //
  156. // FolderPath
  157. //
  158. this.FolderPath.Enabled = false;
  159. this.FolderPath.Location = new System.Drawing.Point(531, 616);
  160. this.FolderPath.Margin = new System.Windows.Forms.Padding(4);
  161. this.FolderPath.Name = "FolderPath";
  162. this.FolderPath.Size = new System.Drawing.Size(213, 25);
  163. this.FolderPath.TabIndex = 157;
  164. //
  165. // FolderPath_Label
  166. //
  167. this.FolderPath_Label.AutoSize = true;
  168. this.FolderPath_Label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.FolderPath_Label.Location = new System.Drawing.Point(403, 616);
  170. this.FolderPath_Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  171. this.FolderPath_Label.Name = "FolderPath_Label";
  172. this.FolderPath_Label.Size = new System.Drawing.Size(92, 27);
  173. this.FolderPath_Label.TabIndex = 158;
  174. this.FolderPath_Label.Text = "模板路径";
  175. //
  176. // la_type1
  177. //
  178. this.la_type1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  179. this.la_type1.DropDownWidth = 161;
  180. this.la_type1.FormattingEnabled = true;
  181. this.la_type1.Items.AddRange(new object[] {
  182. "单盘",
  183. "中盒",
  184. "外箱"});
  185. this.la_type1.Location = new System.Drawing.Point(531, 567);
  186. this.la_type1.Margin = new System.Windows.Forms.Padding(4);
  187. this.la_type1.Name = "la_type1";
  188. this.la_type1.Size = new System.Drawing.Size(213, 23);
  189. this.la_type1.TabIndex = 169;
  190. //
  191. // cl_custcode_label
  192. //
  193. this.cl_custcode_label.AutoSize = true;
  194. this.cl_custcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.cl_custcode_label.Location = new System.Drawing.Point(27, 562);
  196. this.cl_custcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  197. this.cl_custcode_label.Name = "cl_custcode_label";
  198. this.cl_custcode_label.Size = new System.Drawing.Size(92, 27);
  199. this.cl_custcode_label.TabIndex = 167;
  200. this.cl_custcode_label.Text = "客户编号";
  201. //
  202. // dataGridViewCheckBoxColumn1
  203. //
  204. this.dataGridViewCheckBoxColumn1.HeaderText = "";
  205. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  206. this.dataGridViewCheckBoxColumn1.Width = 30;
  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(777, 566);
  213. this.la_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  214. this.la_code_label.Name = "la_code_label";
  215. this.la_code_label.Size = new System.Drawing.Size(92, 27);
  216. this.la_code_label.TabIndex = 178;
  217. this.la_code_label.Text = "模板编号";
  218. //
  219. // LabelParam
  220. //
  221. this.LabelParam.AutoScroll = true;
  222. this.LabelParam.Location = new System.Drawing.Point(1230, 147);
  223. this.LabelParam.Margin = new System.Windows.Forms.Padding(4);
  224. this.LabelParam.Name = "LabelParam";
  225. this.LabelParam.Size = new System.Drawing.Size(328, 400);
  226. this.LabelParam.TabIndex = 180;
  227. //
  228. // NetURL_label
  229. //
  230. this.NetURL_label.AutoSize = true;
  231. this.NetURL_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.NetURL_label.Location = new System.Drawing.Point(1248, 61);
  233. this.NetURL_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  234. this.NetURL_label.Name = "NetURL_label";
  235. this.NetURL_label.Size = new System.Drawing.Size(92, 27);
  236. this.NetURL_label.TabIndex = 181;
  237. this.NetURL_label.Text = "网络路径";
  238. //
  239. // cl_labeltype_label
  240. //
  241. this.cl_labeltype_label.AutoSize = true;
  242. this.cl_labeltype_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.cl_labeltype_label.Location = new System.Drawing.Point(812, 19);
  244. this.cl_labeltype_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  245. this.cl_labeltype_label.Name = "cl_labeltype_label";
  246. this.cl_labeltype_label.Size = new System.Drawing.Size(92, 27);
  247. this.cl_labeltype_label.TabIndex = 185;
  248. this.cl_labeltype_label.Text = "盘标类型";
  249. //
  250. // la_type
  251. //
  252. this.la_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  253. this.la_type.DropDownWidth = 161;
  254. this.la_type.FormattingEnabled = true;
  255. this.la_type.Location = new System.Drawing.Point(940, 20);
  256. this.la_type.Margin = new System.Windows.Forms.Padding(4);
  257. this.la_type.Name = "la_type";
  258. this.la_type.Size = new System.Drawing.Size(213, 23);
  259. this.la_type.TabIndex = 184;
  260. this.la_type.Tag = "cl_labeltype";
  261. //
  262. // la_name
  263. //
  264. this.la_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  265. | System.Windows.Forms.AnchorStyles.Right)));
  266. this.la_name.Location = new System.Drawing.Point(155, 616);
  267. this.la_name.Margin = new System.Windows.Forms.Padding(4);
  268. this.la_name.Name = "la_name";
  269. this.la_name.Size = new System.Drawing.Size(0, 25);
  270. this.la_name.TabIndex = 186;
  271. //
  272. // la_name_label
  273. //
  274. this.la_name_label.AutoSize = true;
  275. this.la_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.la_name_label.Location = new System.Drawing.Point(27, 616);
  277. this.la_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  278. this.la_name_label.Name = "la_name_label";
  279. this.la_name_label.Size = new System.Drawing.Size(92, 27);
  280. this.la_name_label.TabIndex = 187;
  281. this.la_name_label.Text = "模板名称";
  282. //
  283. // FTPShare
  284. //
  285. this.FTPShare.AutoSize = true;
  286. this.FTPShare.Checked = true;
  287. this.FTPShare.CheckState = System.Windows.Forms.CheckState.Checked;
  288. this.FTPShare.Location = new System.Drawing.Point(905, 621);
  289. this.FTPShare.Margin = new System.Windows.Forms.Padding(4);
  290. this.FTPShare.Name = "FTPShare";
  291. this.FTPShare.Size = new System.Drawing.Size(83, 19);
  292. this.FTPShare.TabIndex = 188;
  293. this.FTPShare.Text = "FTP共享";
  294. this.FTPShare.UseVisualStyleBackColor = true;
  295. //
  296. // CodeSoft
  297. //
  298. this.CodeSoft.AutoSize = true;
  299. this.CodeSoft.Checked = true;
  300. this.CodeSoft.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.CodeSoft.Location = new System.Drawing.Point(1410, 107);
  302. this.CodeSoft.Margin = new System.Windows.Forms.Padding(4);
  303. this.CodeSoft.Name = "CodeSoft";
  304. this.CodeSoft.Size = new System.Drawing.Size(122, 31);
  305. this.CodeSoft.TabIndex = 161;
  306. this.CodeSoft.TabStop = true;
  307. this.CodeSoft.Text = "CodeSoft";
  308. this.CodeSoft.UseVisualStyleBackColor = true;
  309. this.CodeSoft.Visible = false;
  310. //
  311. // pagination1
  312. //
  313. this.pagination1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  314. this.pagination1.Cursor = System.Windows.Forms.Cursors.Hand;
  315. this.pagination1.Location = new System.Drawing.Point(0, 683);
  316. this.pagination1.Margin = new System.Windows.Forms.Padding(5);
  317. this.pagination1.Name = "pagination1";
  318. this.pagination1.Size = new System.Drawing.Size(1572, 39);
  319. this.pagination1.TabIndex = 190;
  320. //
  321. // NewLabel
  322. //
  323. this.NewLabel.Image = ((System.Drawing.Image)(resources.GetObject("NewLabel.Image")));
  324. this.NewLabel.Location = new System.Drawing.Point(1128, 613);
  325. this.NewLabel.Margin = new System.Windows.Forms.Padding(4);
  326. this.NewLabel.Name = "NewLabel";
  327. this.NewLabel.Size = new System.Drawing.Size(81, 30);
  328. this.NewLabel.TabIndex = 189;
  329. this.NewLabel.Tag = "IfWrite";
  330. this.NewLabel.Text = "新增标签";
  331. this.NewLabel.UseVisualStyleBackColor = true;
  332. this.NewLabel.Click += new System.EventHandler(this.NewLabel_Click);
  333. //
  334. // NetURL
  335. //
  336. this.NetURL.ID = null;
  337. this.NetURL.Location = new System.Drawing.Point(1368, 61);
  338. this.NetURL.Margin = new System.Windows.Forms.Padding(4);
  339. this.NetURL.Name = "NetURL";
  340. this.NetURL.Size = new System.Drawing.Size(161, 25);
  341. this.NetURL.Str = null;
  342. this.NetURL.Str1 = null;
  343. this.NetURL.Str2 = null;
  344. this.NetURL.TabIndex = 182;
  345. this.NetURL.Tag = "cu_name";
  346. this.NetURL.TextChanged += new System.EventHandler(this.NetURL_TextChanged);
  347. //
  348. // la_code
  349. //
  350. this.la_code.Caller = null;
  351. this.la_code.Condition = null;
  352. this.la_code.FormName = null;
  353. this.la_code.Location = new System.Drawing.Point(905, 569);
  354. this.la_code.Margin = new System.Windows.Forms.Padding(4);
  355. this.la_code.Name = "la_code";
  356. this.la_code.SelectField = null;
  357. this.la_code.SetValueField = null;
  358. this.la_code.Size = new System.Drawing.Size(215, 26);
  359. this.la_code.TabIndex = 179;
  360. this.la_code.TableName = null;
  361. this.la_code.Tag = "la_code";
  362. //
  363. // Save
  364. //
  365. this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
  366. this.Save.Location = new System.Drawing.Point(1020, 613);
  367. this.Save.Margin = new System.Windows.Forms.Padding(4);
  368. this.Save.Name = "Save";
  369. this.Save.Size = new System.Drawing.Size(81, 30);
  370. this.Save.TabIndex = 170;
  371. this.Save.Tag = "IfWrite";
  372. this.Save.Text = "保存";
  373. this.Save.UseVisualStyleBackColor = true;
  374. this.Save.Click += new System.EventHandler(this.Save_Click);
  375. //
  376. // ChooseAll
  377. //
  378. this.ChooseAll.Location = new System.Drawing.Point(23, 112);
  379. this.ChooseAll.Margin = new System.Windows.Forms.Padding(4);
  380. this.ChooseAll.Name = "ChooseAll";
  381. this.ChooseAll.Size = new System.Drawing.Size(45, 26);
  382. this.ChooseAll.TabIndex = 177;
  383. this.ChooseAll.Text = "全选";
  384. this.ChooseAll.UseVisualStyleBackColor = true;
  385. //
  386. // PrinterList
  387. //
  388. this.PrinterList.Location = new System.Drawing.Point(1368, 27);
  389. this.PrinterList.Margin = new System.Windows.Forms.Padding(5);
  390. this.PrinterList.Name = "PrinterList";
  391. this.PrinterList.Size = new System.Drawing.Size(161, 25);
  392. this.PrinterList.TabIndex = 174;
  393. //
  394. // LabelDataGridView
  395. //
  396. this.LabelDataGridView.AllowUserToAddRows = false;
  397. this.LabelDataGridView.AllowUserToResizeRows = false;
  398. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  399. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  400. this.Choose,
  401. this.la_id,
  402. this.cu_name1,
  403. this.cl_id,
  404. this.CL_CUSTCODE2,
  405. this.cl_labeltype,
  406. this.cl_labelcode,
  407. this.cl_labelurl,
  408. this.cl_labelname,
  409. this.cl_date,
  410. this.cl_isdefault,
  411. this.cl_detno,
  412. this.cl_labelsoft,
  413. this.cl_status});
  414. this.LabelDataGridView.Location = new System.Drawing.Point(23, 112);
  415. this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(4);
  416. this.LabelDataGridView.Name = "LabelDataGridView";
  417. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  418. dataGridViewCellStyle1.BackColor = System.Drawing.Color.Blue;
  419. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  420. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  421. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  422. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  423. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  424. this.LabelDataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle1;
  425. dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
  426. this.LabelDataGridView.RowsDefaultCellStyle = dataGridViewCellStyle2;
  427. this.LabelDataGridView.RowTemplate.Height = 23;
  428. this.LabelDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  429. this.LabelDataGridView.Size = new System.Drawing.Size(1186, 435);
  430. this.LabelDataGridView.TabIndex = 172;
  431. this.LabelDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellContentClick);
  432. this.LabelDataGridView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.LabelDataGridView_CellFormatting);
  433. this.LabelDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.LabelDataGridView_DataError);
  434. //
  435. // PrintTest
  436. //
  437. this.PrintTest.Image = ((System.Drawing.Image)(resources.GetObject("PrintTest.Image")));
  438. this.PrintTest.Location = new System.Drawing.Point(1354, 569);
  439. this.PrintTest.Margin = new System.Windows.Forms.Padding(4);
  440. this.PrintTest.Name = "PrintTest";
  441. this.PrintTest.Size = new System.Drawing.Size(81, 30);
  442. this.PrintTest.TabIndex = 166;
  443. this.PrintTest.Tag = "Print";
  444. this.PrintTest.Text = "打印测试";
  445. this.PrintTest.UseVisualStyleBackColor = true;
  446. this.PrintTest.Click += new System.EventHandler(this.PrintTest_Click);
  447. //
  448. // 客户编号
  449. //
  450. this.客户编号.Caller = null;
  451. this.客户编号.Condition = null;
  452. this.客户编号.FormName = null;
  453. this.客户编号.Location = new System.Drawing.Point(155, 566);
  454. this.客户编号.Margin = new System.Windows.Forms.Padding(4);
  455. this.客户编号.Name = "客户编号";
  456. this.客户编号.SelectField = null;
  457. this.客户编号.SetValueField = null;
  458. this.客户编号.Size = new System.Drawing.Size(181, 26);
  459. this.客户编号.TabIndex = 168;
  460. this.客户编号.TableName = null;
  461. this.客户编号.Tag = "cu_code";
  462. //
  463. // cu_code
  464. //
  465. this.cu_code.Caller = null;
  466. this.cu_code.Condition = null;
  467. this.cu_code.FormName = null;
  468. this.cu_code.Location = new System.Drawing.Point(169, 20);
  469. this.cu_code.Margin = new System.Windows.Forms.Padding(4);
  470. this.cu_code.Name = "cu_code";
  471. this.cu_code.SelectField = null;
  472. this.cu_code.SetValueField = null;
  473. this.cu_code.Size = new System.Drawing.Size(200, 26);
  474. this.cu_code.TabIndex = 159;
  475. this.cu_code.TableName = null;
  476. this.cu_code.Tag = "cl_custcode";
  477. //
  478. // UpdateGrid
  479. //
  480. this.UpdateGrid.Image = ((System.Drawing.Image)(resources.GetObject("UpdateGrid.Image")));
  481. this.UpdateGrid.Location = new System.Drawing.Point(927, 61);
  482. this.UpdateGrid.Margin = new System.Windows.Forms.Padding(4);
  483. this.UpdateGrid.Name = "UpdateGrid";
  484. this.UpdateGrid.Size = new System.Drawing.Size(81, 30);
  485. this.UpdateGrid.TabIndex = 154;
  486. this.UpdateGrid.Tag = "IfWrite";
  487. this.UpdateGrid.Text = "更新";
  488. this.UpdateGrid.UseVisualStyleBackColor = true;
  489. this.UpdateGrid.Click += new System.EventHandler(this.Update_Click);
  490. //
  491. // Screen
  492. //
  493. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  494. this.Screen.Location = new System.Drawing.Point(776, 61);
  495. this.Screen.Margin = new System.Windows.Forms.Padding(4);
  496. this.Screen.Name = "Screen";
  497. this.Screen.Size = new System.Drawing.Size(81, 30);
  498. this.Screen.TabIndex = 153;
  499. this.Screen.Tag = "IfRead";
  500. this.Screen.Text = "筛选";
  501. this.Screen.UseVisualStyleBackColor = true;
  502. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  503. //
  504. // cu_name
  505. //
  506. this.cu_name.ID = null;
  507. this.cu_name.Location = new System.Drawing.Point(559, 20);
  508. this.cu_name.Margin = new System.Windows.Forms.Padding(4);
  509. this.cu_name.Name = "cu_name";
  510. this.cu_name.Size = new System.Drawing.Size(199, 25);
  511. this.cu_name.Str = null;
  512. this.cu_name.Str1 = null;
  513. this.cu_name.Str2 = null;
  514. this.cu_name.TabIndex = 147;
  515. this.cu_name.Tag = "cu_name";
  516. //
  517. // Choose
  518. //
  519. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  520. this.Choose.HeaderText = "勾选";
  521. this.Choose.Name = "Choose";
  522. this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  523. this.Choose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  524. this.Choose.Width = 40;
  525. //
  526. // la_id
  527. //
  528. this.la_id.DataPropertyName = "la_id";
  529. this.la_id.HeaderText = "la_id";
  530. this.la_id.Name = "la_id";
  531. this.la_id.Visible = false;
  532. //
  533. // cu_name1
  534. //
  535. this.cu_name1.DataPropertyName = "cu_name";
  536. this.cu_name1.HeaderText = "客户名称";
  537. this.cu_name1.Name = "cu_name1";
  538. this.cu_name1.ReadOnly = true;
  539. //
  540. // cl_id
  541. //
  542. this.cl_id.DataPropertyName = "cl_id";
  543. this.cl_id.HeaderText = "cl_id";
  544. this.cl_id.Name = "cl_id";
  545. this.cl_id.Visible = false;
  546. //
  547. // CL_CUSTCODE2
  548. //
  549. this.CL_CUSTCODE2.DataPropertyName = "cl_custcode";
  550. this.CL_CUSTCODE2.HeaderText = "客户编号";
  551. this.CL_CUSTCODE2.Name = "CL_CUSTCODE2";
  552. this.CL_CUSTCODE2.ReadOnly = true;
  553. //
  554. // cl_labeltype
  555. //
  556. this.cl_labeltype.DataPropertyName = "cl_labeltype";
  557. this.cl_labeltype.HeaderText = "标签类型";
  558. this.cl_labeltype.Name = "cl_labeltype";
  559. //
  560. // cl_labelcode
  561. //
  562. this.cl_labelcode.DataPropertyName = "cl_labelcode";
  563. this.cl_labelcode.HeaderText = "模板编号";
  564. this.cl_labelcode.Name = "cl_labelcode";
  565. //
  566. // cl_labelurl
  567. //
  568. this.cl_labelurl.DataPropertyName = "cl_labelurl";
  569. this.cl_labelurl.HeaderText = "模板路径";
  570. this.cl_labelurl.Name = "cl_labelurl";
  571. //
  572. // cl_labelname
  573. //
  574. this.cl_labelname.DataPropertyName = "cl_labelname";
  575. this.cl_labelname.HeaderText = "模板名称";
  576. this.cl_labelname.Name = "cl_labelname";
  577. //
  578. // cl_date
  579. //
  580. this.cl_date.DataPropertyName = "cl_date";
  581. this.cl_date.HeaderText = "最后修改时间";
  582. this.cl_date.Name = "cl_date";
  583. //
  584. // cl_isdefault
  585. //
  586. this.cl_isdefault.DataPropertyName = "cl_isdefault";
  587. this.cl_isdefault.HeaderText = "是否默认";
  588. this.cl_isdefault.Name = "cl_isdefault";
  589. //
  590. // cl_detno
  591. //
  592. this.cl_detno.DataPropertyName = "cl_detno";
  593. this.cl_detno.HeaderText = "序号";
  594. this.cl_detno.Name = "cl_detno";
  595. //
  596. // cl_labelsoft
  597. //
  598. this.cl_labelsoft.DataPropertyName = "cl_labelsoft";
  599. this.cl_labelsoft.HeaderText = "标签软件";
  600. this.cl_labelsoft.Name = "cl_labelsoft";
  601. //
  602. // cl_status
  603. //
  604. this.cl_status.DataPropertyName = "cl_status";
  605. this.cl_status.HeaderText = "状态";
  606. this.cl_status.Name = "cl_status";
  607. this.cl_status.ReadOnly = true;
  608. //
  609. // 客户标签维护
  610. //
  611. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  612. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  613. this.ClientSize = new System.Drawing.Size(1572, 726);
  614. this.Controls.Add(this.pagination1);
  615. this.Controls.Add(this.NewLabel);
  616. this.Controls.Add(this.FTPShare);
  617. this.Controls.Add(this.la_name);
  618. this.Controls.Add(this.la_name_label);
  619. this.Controls.Add(this.cl_labeltype_label);
  620. this.Controls.Add(this.la_type);
  621. this.Controls.Add(this.NetURL);
  622. this.Controls.Add(this.NetURL_label);
  623. this.Controls.Add(this.LabelParam);
  624. this.Controls.Add(this.la_code_label);
  625. this.Controls.Add(this.la_code);
  626. this.Controls.Add(this.Save);
  627. this.Controls.Add(this.ChooseAll);
  628. this.Controls.Add(this.OpenFolder);
  629. this.Controls.Add(this.label3);
  630. this.Controls.Add(this.PrinterList_lable);
  631. this.Controls.Add(this.FolderPath);
  632. this.Controls.Add(this.PrinterList);
  633. this.Controls.Add(this.FolderPath_Label);
  634. this.Controls.Add(this.la_type1);
  635. this.Controls.Add(this.LabelDataGridView);
  636. this.Controls.Add(this.cl_custcode_label);
  637. this.Controls.Add(this.PrintTest);
  638. this.Controls.Add(this.客户编号);
  639. this.Controls.Add(this.label1);
  640. this.Controls.Add(this.CodeSoft);
  641. this.Controls.Add(this.cu_code);
  642. this.Controls.Add(this.UpdateGrid);
  643. this.Controls.Add(this.Screen);
  644. this.Controls.Add(this.cu_name);
  645. this.Controls.Add(this.cl_code_label);
  646. this.Controls.Add(this.cu_name_label);
  647. this.Margin = new System.Windows.Forms.Padding(4);
  648. this.Name = "客户标签维护";
  649. this.Tag = "Make!CustLabel";
  650. this.Text = "客户标签维护";
  651. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.产品标签维护_FormClosing);
  652. this.Load += new System.EventHandler(this.条码维护_Load);
  653. this.SizeChanged += new System.EventHandler(this.产品标签维护_SizeChanged);
  654. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  655. this.ResumeLayout(false);
  656. this.PerformLayout();
  657. }
  658. #endregion
  659. private CustomControl.EnterTextBox cu_name;
  660. private Label cl_code_label;
  661. private Label cu_name_label;
  662. private DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  663. private CustomControl.NormalButton Screen;
  664. private CustomControl.NormalButton UpdateGrid;
  665. private OpenFileDialog openFileDialog1;
  666. private FolderBrowserDialog folderBrowserDialog1;
  667. private Label FolderPath_Label;
  668. private TextBox FolderPath;
  669. private Button OpenFolder;
  670. private CustomControl.SearchTextBox cu_code;
  671. private Label label1;
  672. private CustomControl.NormalButton PrintTest;
  673. private CustomControl.SearchTextBox 客户编号;
  674. private Label cl_custcode_label;
  675. private ComboBox la_type1;
  676. private CustomControl.NormalButton Save;
  677. private Label label3;
  678. private CustomControl.DataGridViewWithSerialNum LabelDataGridView;
  679. private PrinterCombox PrinterList;
  680. private Label PrinterList_lable;
  681. private ChooseAllButton ChooseAll;
  682. private Label la_code_label;
  683. private SearchTextBox la_code;
  684. private Panel LabelParam;
  685. private EnterTextBox NetURL;
  686. private Label NetURL_label;
  687. private Label cl_labeltype_label;
  688. private ComboBox la_type;
  689. private TextBox la_name;
  690. private Label la_name_label;
  691. private CheckBox FTPShare;
  692. private NormalButton NewLabel;
  693. private Pagination pagination1;
  694. private RadioButton CodeSoft;
  695. private DataGridViewCheckBoxColumn Choose;
  696. private DataGridViewTextBoxColumn la_id;
  697. private DataGridViewTextBoxColumn cu_name1;
  698. private DataGridViewTextBoxColumn cl_id;
  699. private DataGridViewTextBoxColumn CL_CUSTCODE2;
  700. private DataGridViewTextBoxColumn cl_labeltype;
  701. private DataGridViewTextBoxColumn cl_labelcode;
  702. private DataGridViewTextBoxColumn cl_labelurl;
  703. private DataGridViewTextBoxColumn cl_labelname;
  704. private DataGridViewTextBoxColumn cl_date;
  705. private DataGridViewTextBoxColumn cl_isdefault;
  706. private DataGridViewTextBoxColumn cl_detno;
  707. private DataGridViewTextBoxColumn cl_labelsoft;
  708. private DataGridViewTextBoxColumn cl_status;
  709. }
  710. }