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

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