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

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