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

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