TextItemSetting.designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870
  1. namespace Dongke.WinForm.Controls.InvoiceLayout
  2. {
  3. partial class TextItemSetting
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextItemSetting));
  30. this.grbTextAlignment = new System.Windows.Forms.GroupBox();
  31. this.rbtnEvenness = new System.Windows.Forms.RadioButton();
  32. this.rbtnRight = new System.Windows.Forms.RadioButton();
  33. this.rbtnCenter = new System.Windows.Forms.RadioButton();
  34. this.rbtnLeft = new System.Windows.Forms.RadioButton();
  35. this.label7 = new System.Windows.Forms.Label();
  36. this.numLineSpace = new System.Windows.Forms.NumericUpDown();
  37. this.label8 = new System.Windows.Forms.Label();
  38. this.label9 = new System.Windows.Forms.Label();
  39. this.label10 = new System.Windows.Forms.Label();
  40. this.numCharSpace = new System.Windows.Forms.NumericUpDown();
  41. this.label11 = new System.Windows.Forms.Label();
  42. this.label12 = new System.Windows.Forms.Label();
  43. this.numWidth = new System.Windows.Forms.NumericUpDown();
  44. this.label13 = new System.Windows.Forms.Label();
  45. this.label14 = new System.Windows.Forms.Label();
  46. this.numHeight = new System.Windows.Forms.NumericUpDown();
  47. this.label15 = new System.Windows.Forms.Label();
  48. this.label16 = new System.Windows.Forms.Label();
  49. this.numLoctionY = new System.Windows.Forms.NumericUpDown();
  50. this.label17 = new System.Windows.Forms.Label();
  51. this.label18 = new System.Windows.Forms.Label();
  52. this.numLoctionX = new System.Windows.Forms.NumericUpDown();
  53. this.label19 = new System.Windows.Forms.Label();
  54. this.numCharCount = new System.Windows.Forms.NumericUpDown();
  55. this.txtPreview = new System.Windows.Forms.TextBox();
  56. this.lblPreview = new System.Windows.Forms.Label();
  57. this.ddlDefaultValue = new System.Windows.Forms.ComboBox();
  58. this.ddlTextFormat = new System.Windows.Forms.ComboBox();
  59. this.label22 = new System.Windows.Forms.Label();
  60. this.label23 = new System.Windows.Forms.Label();
  61. this.btnSelectColor = new System.Windows.Forms.Button();
  62. this.colorDialog = new System.Windows.Forms.ColorDialog();
  63. this.lblItemName = new System.Windows.Forms.Label();
  64. this.txtItemName = new System.Windows.Forms.TextBox();
  65. this.toolTip = new System.Windows.Forms.ToolTip(this.components);
  66. this.btnFont = new System.Windows.Forms.Button();
  67. this.groupBox2 = new System.Windows.Forms.GroupBox();
  68. this.grbTextAlignmentV = new System.Windows.Forms.GroupBox();
  69. this.rbtnBottom = new System.Windows.Forms.RadioButton();
  70. this.rbtnCenterV = new System.Windows.Forms.RadioButton();
  71. this.rbtnTop = new System.Windows.Forms.RadioButton();
  72. this.fontDialog = new System.Windows.Forms.FontDialog();
  73. this.ckbWrap = new System.Windows.Forms.CheckBox();
  74. this.btnOK = new Dongke.WinForm.Controls.BtnButton();
  75. this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
  76. this.chkFixedRatio = new System.Windows.Forms.CheckBox();
  77. this.chkM = new System.Windows.Forms.CheckBox();
  78. this.chkPic = new System.Windows.Forms.CheckBox();
  79. this.ddlBarcodeFormat = new System.Windows.Forms.ComboBox();
  80. this.ddlQRCodeLevel = new System.Windows.Forms.ComboBox();
  81. this.pnlBack.SuspendLayout();
  82. this.grbTextAlignment.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.numLineSpace)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.numCharSpace)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.numWidth)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.numHeight)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.numCharCount)).BeginInit();
  90. this.groupBox2.SuspendLayout();
  91. this.grbTextAlignmentV.SuspendLayout();
  92. this.SuspendLayout();
  93. //
  94. // pnlBack
  95. //
  96. this.pnlBack.Controls.Add(this.ddlQRCodeLevel);
  97. this.pnlBack.Controls.Add(this.ddlBarcodeFormat);
  98. this.pnlBack.Size = new System.Drawing.Size(409, 480);
  99. //
  100. // grbTextAlignment
  101. //
  102. this.grbTextAlignment.Controls.Add(this.rbtnEvenness);
  103. this.grbTextAlignment.Controls.Add(this.rbtnRight);
  104. this.grbTextAlignment.Controls.Add(this.rbtnCenter);
  105. this.grbTextAlignment.Controls.Add(this.rbtnLeft);
  106. this.grbTextAlignment.Location = new System.Drawing.Point(192, 20);
  107. this.grbTextAlignment.Name = "grbTextAlignment";
  108. this.grbTextAlignment.Size = new System.Drawing.Size(95, 111);
  109. this.grbTextAlignment.TabIndex = 20;
  110. this.grbTextAlignment.TabStop = false;
  111. this.grbTextAlignment.Text = "水平对齐";
  112. //
  113. // rbtnEvenness
  114. //
  115. this.rbtnEvenness.AutoSize = true;
  116. this.rbtnEvenness.Location = new System.Drawing.Point(10, 83);
  117. this.rbtnEvenness.Name = "rbtnEvenness";
  118. this.rbtnEvenness.Size = new System.Drawing.Size(71, 16);
  119. this.rbtnEvenness.TabIndex = 3;
  120. this.rbtnEvenness.TabStop = true;
  121. this.rbtnEvenness.Text = "两端对齐";
  122. this.rbtnEvenness.UseVisualStyleBackColor = true;
  123. this.rbtnEvenness.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  124. //
  125. // rbtnRight
  126. //
  127. this.rbtnRight.AutoSize = true;
  128. this.rbtnRight.Location = new System.Drawing.Point(10, 61);
  129. this.rbtnRight.Name = "rbtnRight";
  130. this.rbtnRight.Size = new System.Drawing.Size(59, 16);
  131. this.rbtnRight.TabIndex = 2;
  132. this.rbtnRight.TabStop = true;
  133. this.rbtnRight.Text = "右对齐";
  134. this.rbtnRight.UseVisualStyleBackColor = true;
  135. this.rbtnRight.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  136. //
  137. // rbtnCenter
  138. //
  139. this.rbtnCenter.AutoSize = true;
  140. this.rbtnCenter.Location = new System.Drawing.Point(10, 39);
  141. this.rbtnCenter.Name = "rbtnCenter";
  142. this.rbtnCenter.Size = new System.Drawing.Size(71, 16);
  143. this.rbtnCenter.TabIndex = 1;
  144. this.rbtnCenter.Text = "居中对齐";
  145. this.rbtnCenter.UseVisualStyleBackColor = true;
  146. this.rbtnCenter.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  147. //
  148. // rbtnLeft
  149. //
  150. this.rbtnLeft.AutoSize = true;
  151. this.rbtnLeft.Checked = true;
  152. this.rbtnLeft.Location = new System.Drawing.Point(10, 17);
  153. this.rbtnLeft.Name = "rbtnLeft";
  154. this.rbtnLeft.Size = new System.Drawing.Size(59, 16);
  155. this.rbtnLeft.TabIndex = 0;
  156. this.rbtnLeft.TabStop = true;
  157. this.rbtnLeft.Text = "左对齐";
  158. this.rbtnLeft.UseVisualStyleBackColor = true;
  159. this.rbtnLeft.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  160. //
  161. // label7
  162. //
  163. this.label7.AutoSize = true;
  164. this.label7.Location = new System.Drawing.Point(17, 134);
  165. this.label7.Name = "label7";
  166. this.label7.Size = new System.Drawing.Size(29, 12);
  167. this.label7.TabIndex = 12;
  168. this.label7.Text = "行距";
  169. //
  170. // numLineSpace
  171. //
  172. this.numLineSpace.DecimalPlaces = 1;
  173. this.numLineSpace.Increment = new decimal(new int[] {
  174. 1,
  175. 0,
  176. 0,
  177. 65536});
  178. this.numLineSpace.Location = new System.Drawing.Point(19, 149);
  179. this.numLineSpace.Maximum = new decimal(new int[] {
  180. 999,
  181. 0,
  182. 0,
  183. 65536});
  184. this.numLineSpace.Minimum = new decimal(new int[] {
  185. 999,
  186. 0,
  187. 0,
  188. -2147418112});
  189. this.numLineSpace.Name = "numLineSpace";
  190. this.numLineSpace.Size = new System.Drawing.Size(53, 21);
  191. this.numLineSpace.TabIndex = 13;
  192. this.numLineSpace.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  193. //
  194. // label8
  195. //
  196. this.label8.AutoSize = true;
  197. this.label8.Location = new System.Drawing.Point(75, 153);
  198. this.label8.Name = "label8";
  199. this.label8.Size = new System.Drawing.Size(17, 12);
  200. this.label8.TabIndex = 14;
  201. this.label8.Text = "mm";
  202. //
  203. // label9
  204. //
  205. this.label9.AutoSize = true;
  206. this.label9.Location = new System.Drawing.Point(108, 134);
  207. this.label9.Name = "label9";
  208. this.label9.Size = new System.Drawing.Size(41, 12);
  209. this.label9.TabIndex = 15;
  210. this.label9.Text = "字间距";
  211. //
  212. // label10
  213. //
  214. this.label10.AutoSize = true;
  215. this.label10.Location = new System.Drawing.Point(169, 153);
  216. this.label10.Name = "label10";
  217. this.label10.Size = new System.Drawing.Size(17, 12);
  218. this.label10.TabIndex = 17;
  219. this.label10.Text = "mm";
  220. //
  221. // numCharSpace
  222. //
  223. this.numCharSpace.DecimalPlaces = 1;
  224. this.numCharSpace.Increment = new decimal(new int[] {
  225. 1,
  226. 0,
  227. 0,
  228. 65536});
  229. this.numCharSpace.Location = new System.Drawing.Point(110, 149);
  230. this.numCharSpace.Maximum = new decimal(new int[] {
  231. 999,
  232. 0,
  233. 0,
  234. 65536});
  235. this.numCharSpace.Minimum = new decimal(new int[] {
  236. 999,
  237. 0,
  238. 0,
  239. -2147418112});
  240. this.numCharSpace.Name = "numCharSpace";
  241. this.numCharSpace.Size = new System.Drawing.Size(53, 21);
  242. this.numCharSpace.TabIndex = 16;
  243. this.numCharSpace.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  244. //
  245. // label11
  246. //
  247. this.label11.AutoSize = true;
  248. this.label11.Location = new System.Drawing.Point(17, 77);
  249. this.label11.Name = "label11";
  250. this.label11.Size = new System.Drawing.Size(17, 12);
  251. this.label11.TabIndex = 5;
  252. this.label11.Text = "宽";
  253. //
  254. // label12
  255. //
  256. this.label12.AutoSize = true;
  257. this.label12.Location = new System.Drawing.Point(77, 96);
  258. this.label12.Name = "label12";
  259. this.label12.Size = new System.Drawing.Size(17, 12);
  260. this.label12.TabIndex = 7;
  261. this.label12.Text = "mm";
  262. //
  263. // numWidth
  264. //
  265. this.numWidth.DecimalPlaces = 1;
  266. this.numWidth.Increment = new decimal(new int[] {
  267. 1,
  268. 0,
  269. 0,
  270. 65536});
  271. this.numWidth.Location = new System.Drawing.Point(19, 92);
  272. this.numWidth.Maximum = new decimal(new int[] {
  273. 9999,
  274. 0,
  275. 0,
  276. 65536});
  277. this.numWidth.Minimum = new decimal(new int[] {
  278. 1,
  279. 0,
  280. 0,
  281. 0});
  282. this.numWidth.Name = "numWidth";
  283. this.numWidth.Size = new System.Drawing.Size(53, 21);
  284. this.numWidth.TabIndex = 6;
  285. this.numWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  286. this.numWidth.Value = new decimal(new int[] {
  287. 40,
  288. 0,
  289. 0,
  290. 0});
  291. this.numWidth.ValueChanged += new System.EventHandler(this.numCharCount_ValueChanged);
  292. //
  293. // label13
  294. //
  295. this.label13.AutoSize = true;
  296. this.label13.Location = new System.Drawing.Point(108, 77);
  297. this.label13.Name = "label13";
  298. this.label13.Size = new System.Drawing.Size(17, 12);
  299. this.label13.TabIndex = 8;
  300. this.label13.Text = "高";
  301. //
  302. // label14
  303. //
  304. this.label14.AutoSize = true;
  305. this.label14.Location = new System.Drawing.Point(169, 96);
  306. this.label14.Name = "label14";
  307. this.label14.Size = new System.Drawing.Size(17, 12);
  308. this.label14.TabIndex = 11;
  309. this.label14.Text = "mm";
  310. //
  311. // numHeight
  312. //
  313. this.numHeight.DecimalPlaces = 1;
  314. this.numHeight.Increment = new decimal(new int[] {
  315. 1,
  316. 0,
  317. 0,
  318. 65536});
  319. this.numHeight.Location = new System.Drawing.Point(110, 92);
  320. this.numHeight.Maximum = new decimal(new int[] {
  321. 9999,
  322. 0,
  323. 0,
  324. 65536});
  325. this.numHeight.Minimum = new decimal(new int[] {
  326. 1,
  327. 0,
  328. 0,
  329. 0});
  330. this.numHeight.Name = "numHeight";
  331. this.numHeight.Size = new System.Drawing.Size(53, 21);
  332. this.numHeight.TabIndex = 9;
  333. this.numHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  334. this.numHeight.Value = new decimal(new int[] {
  335. 6,
  336. 0,
  337. 0,
  338. 0});
  339. //
  340. // label15
  341. //
  342. this.label15.AutoSize = true;
  343. this.label15.Location = new System.Drawing.Point(108, 20);
  344. this.label15.Name = "label15";
  345. this.label15.Size = new System.Drawing.Size(11, 12);
  346. this.label15.TabIndex = 3;
  347. this.label15.Text = "Y";
  348. //
  349. // label16
  350. //
  351. this.label16.AutoSize = true;
  352. this.label16.Location = new System.Drawing.Point(169, 39);
  353. this.label16.Name = "label16";
  354. this.label16.Size = new System.Drawing.Size(17, 12);
  355. this.label16.TabIndex = 10;
  356. this.label16.Text = "mm";
  357. //
  358. // numLoctionY
  359. //
  360. this.numLoctionY.DecimalPlaces = 1;
  361. this.numLoctionY.Increment = new decimal(new int[] {
  362. 1,
  363. 0,
  364. 0,
  365. 65536});
  366. this.numLoctionY.Location = new System.Drawing.Point(110, 35);
  367. this.numLoctionY.Maximum = new decimal(new int[] {
  368. 9999,
  369. 0,
  370. 0,
  371. 65536});
  372. this.numLoctionY.Name = "numLoctionY";
  373. this.numLoctionY.Size = new System.Drawing.Size(53, 21);
  374. this.numLoctionY.TabIndex = 4;
  375. this.numLoctionY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  376. this.numLoctionY.Value = new decimal(new int[] {
  377. 10,
  378. 0,
  379. 0,
  380. 0});
  381. //
  382. // label17
  383. //
  384. this.label17.AutoSize = true;
  385. this.label17.Location = new System.Drawing.Point(17, 20);
  386. this.label17.Name = "label17";
  387. this.label17.Size = new System.Drawing.Size(11, 12);
  388. this.label17.TabIndex = 0;
  389. this.label17.Text = "X";
  390. //
  391. // label18
  392. //
  393. this.label18.AutoSize = true;
  394. this.label18.Location = new System.Drawing.Point(77, 39);
  395. this.label18.Name = "label18";
  396. this.label18.Size = new System.Drawing.Size(17, 12);
  397. this.label18.TabIndex = 2;
  398. this.label18.Text = "mm";
  399. //
  400. // numLoctionX
  401. //
  402. this.numLoctionX.DecimalPlaces = 1;
  403. this.numLoctionX.Increment = new decimal(new int[] {
  404. 1,
  405. 0,
  406. 0,
  407. 65536});
  408. this.numLoctionX.Location = new System.Drawing.Point(19, 35);
  409. this.numLoctionX.Maximum = new decimal(new int[] {
  410. 9999,
  411. 0,
  412. 0,
  413. 65536});
  414. this.numLoctionX.Name = "numLoctionX";
  415. this.numLoctionX.Size = new System.Drawing.Size(53, 21);
  416. this.numLoctionX.TabIndex = 1;
  417. this.numLoctionX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  418. this.numLoctionX.Value = new decimal(new int[] {
  419. 10,
  420. 0,
  421. 0,
  422. 0});
  423. //
  424. // label19
  425. //
  426. this.label19.AutoSize = true;
  427. this.label19.Location = new System.Drawing.Point(198, 134);
  428. this.label19.Name = "label19";
  429. this.label19.Size = new System.Drawing.Size(65, 12);
  430. this.label19.TabIndex = 18;
  431. this.label19.Text = "单行文字数";
  432. //
  433. // numCharCount
  434. //
  435. this.numCharCount.Location = new System.Drawing.Point(200, 149);
  436. this.numCharCount.Maximum = new decimal(new int[] {
  437. 99,
  438. 0,
  439. 0,
  440. 0});
  441. this.numCharCount.Name = "numCharCount";
  442. this.numCharCount.Size = new System.Drawing.Size(53, 21);
  443. this.numCharCount.TabIndex = 19;
  444. this.numCharCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  445. this.numCharCount.ValueChanged += new System.EventHandler(this.numCharCount_ValueChanged);
  446. //
  447. // txtPreview
  448. //
  449. this.txtPreview.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  450. this.txtPreview.ForeColor = System.Drawing.Color.Black;
  451. this.txtPreview.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  452. this.txtPreview.Location = new System.Drawing.Point(12, 234);
  453. this.txtPreview.Multiline = true;
  454. this.txtPreview.Name = "txtPreview";
  455. this.txtPreview.Size = new System.Drawing.Size(385, 91);
  456. this.txtPreview.TabIndex = 4;
  457. this.txtPreview.Text = "固定文字";
  458. this.txtPreview.WordWrap = false;
  459. this.txtPreview.FontChanged += new System.EventHandler(this.txtPreview_FontChanged);
  460. //
  461. // lblPreview
  462. //
  463. this.lblPreview.AutoSize = true;
  464. this.lblPreview.BackColor = System.Drawing.Color.Transparent;
  465. this.lblPreview.Location = new System.Drawing.Point(12, 219);
  466. this.lblPreview.Name = "lblPreview";
  467. this.lblPreview.Size = new System.Drawing.Size(29, 12);
  468. this.lblPreview.TabIndex = 3;
  469. this.lblPreview.Text = "示例";
  470. //
  471. // ddlDefaultValue
  472. //
  473. this.ddlDefaultValue.FormattingEnabled = true;
  474. this.ddlDefaultValue.Location = new System.Drawing.Point(12, 343);
  475. this.ddlDefaultValue.Name = "ddlDefaultValue";
  476. this.ddlDefaultValue.Size = new System.Drawing.Size(187, 20);
  477. this.ddlDefaultValue.TabIndex = 6;
  478. //
  479. // ddlTextFormat
  480. //
  481. this.ddlTextFormat.FormattingEnabled = true;
  482. this.ddlTextFormat.Location = new System.Drawing.Point(12, 381);
  483. this.ddlTextFormat.Name = "ddlTextFormat";
  484. this.ddlTextFormat.Size = new System.Drawing.Size(187, 20);
  485. this.ddlTextFormat.TabIndex = 8;
  486. this.ddlTextFormat.SelectedIndexChanged += new System.EventHandler(this.ddlTextFormat_SelectedIndexChanged);
  487. //
  488. // label22
  489. //
  490. this.label22.AutoSize = true;
  491. this.label22.BackColor = System.Drawing.Color.Transparent;
  492. this.label22.Location = new System.Drawing.Point(12, 328);
  493. this.label22.Name = "label22";
  494. this.label22.Size = new System.Drawing.Size(41, 12);
  495. this.label22.TabIndex = 5;
  496. this.label22.Text = "初始值";
  497. //
  498. // label23
  499. //
  500. this.label23.AutoSize = true;
  501. this.label23.BackColor = System.Drawing.Color.Transparent;
  502. this.label23.Location = new System.Drawing.Point(12, 366);
  503. this.label23.Name = "label23";
  504. this.label23.Size = new System.Drawing.Size(29, 12);
  505. this.label23.TabIndex = 7;
  506. this.label23.Text = "格式";
  507. //
  508. // btnSelectColor
  509. //
  510. this.btnSelectColor.Location = new System.Drawing.Point(227, 342);
  511. this.btnSelectColor.Name = "btnSelectColor";
  512. this.btnSelectColor.Size = new System.Drawing.Size(75, 23);
  513. this.btnSelectColor.TabIndex = 5;
  514. this.btnSelectColor.Text = "颜色...";
  515. this.btnSelectColor.UseVisualStyleBackColor = true;
  516. this.btnSelectColor.Click += new System.EventHandler(this.btnSelectColor_Click);
  517. //
  518. // lblItemName
  519. //
  520. this.lblItemName.AutoSize = true;
  521. this.lblItemName.BackColor = System.Drawing.Color.Transparent;
  522. this.lblItemName.Location = new System.Drawing.Point(12, 13);
  523. this.lblItemName.Name = "lblItemName";
  524. this.lblItemName.Size = new System.Drawing.Size(41, 12);
  525. this.lblItemName.TabIndex = 0;
  526. this.lblItemName.Text = "项目名";
  527. //
  528. // txtItemName
  529. //
  530. this.txtItemName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  531. this.txtItemName.Location = new System.Drawing.Point(59, 10);
  532. this.txtItemName.MaxLength = 30;
  533. this.txtItemName.Name = "txtItemName";
  534. this.txtItemName.Size = new System.Drawing.Size(338, 21);
  535. this.txtItemName.TabIndex = 1;
  536. //
  537. // toolTip
  538. //
  539. this.toolTip.AutoPopDelay = 5000;
  540. this.toolTip.InitialDelay = 500;
  541. this.toolTip.ReshowDelay = 500;
  542. //
  543. // btnFont
  544. //
  545. this.btnFont.Location = new System.Drawing.Point(227, 380);
  546. this.btnFont.Name = "btnFont";
  547. this.btnFont.Size = new System.Drawing.Size(75, 23);
  548. this.btnFont.TabIndex = 6;
  549. this.btnFont.Text = "字体...";
  550. this.btnFont.UseVisualStyleBackColor = true;
  551. this.btnFont.Click += new System.EventHandler(this.btnFont_Click);
  552. //
  553. // groupBox2
  554. //
  555. this.groupBox2.BackColor = System.Drawing.Color.Transparent;
  556. this.groupBox2.Controls.Add(this.label11);
  557. this.groupBox2.Controls.Add(this.label13);
  558. this.groupBox2.Controls.Add(this.label15);
  559. this.groupBox2.Controls.Add(this.label17);
  560. this.groupBox2.Controls.Add(this.label12);
  561. this.groupBox2.Controls.Add(this.label14);
  562. this.groupBox2.Controls.Add(this.label16);
  563. this.groupBox2.Controls.Add(this.numCharCount);
  564. this.groupBox2.Controls.Add(this.numLoctionX);
  565. this.groupBox2.Controls.Add(this.numCharSpace);
  566. this.groupBox2.Controls.Add(this.label18);
  567. this.groupBox2.Controls.Add(this.grbTextAlignmentV);
  568. this.groupBox2.Controls.Add(this.grbTextAlignment);
  569. this.groupBox2.Controls.Add(this.numLineSpace);
  570. this.groupBox2.Controls.Add(this.numLoctionY);
  571. this.groupBox2.Controls.Add(this.label10);
  572. this.groupBox2.Controls.Add(this.numWidth);
  573. this.groupBox2.Controls.Add(this.label8);
  574. this.groupBox2.Controls.Add(this.numHeight);
  575. this.groupBox2.Controls.Add(this.label19);
  576. this.groupBox2.Controls.Add(this.label7);
  577. this.groupBox2.Controls.Add(this.label9);
  578. this.groupBox2.Location = new System.Drawing.Point(6, 37);
  579. this.groupBox2.Name = "groupBox2";
  580. this.groupBox2.Size = new System.Drawing.Size(396, 179);
  581. this.groupBox2.TabIndex = 2;
  582. this.groupBox2.TabStop = false;
  583. this.groupBox2.Text = "文本位置";
  584. //
  585. // grbTextAlignmentV
  586. //
  587. this.grbTextAlignmentV.Controls.Add(this.rbtnBottom);
  588. this.grbTextAlignmentV.Controls.Add(this.rbtnCenterV);
  589. this.grbTextAlignmentV.Controls.Add(this.rbtnTop);
  590. this.grbTextAlignmentV.Location = new System.Drawing.Point(293, 20);
  591. this.grbTextAlignmentV.Name = "grbTextAlignmentV";
  592. this.grbTextAlignmentV.Size = new System.Drawing.Size(95, 111);
  593. this.grbTextAlignmentV.TabIndex = 21;
  594. this.grbTextAlignmentV.TabStop = false;
  595. this.grbTextAlignmentV.Text = "垂直对齐";
  596. //
  597. // rbtnBottom
  598. //
  599. this.rbtnBottom.AutoSize = true;
  600. this.rbtnBottom.Location = new System.Drawing.Point(10, 61);
  601. this.rbtnBottom.Name = "rbtnBottom";
  602. this.rbtnBottom.Size = new System.Drawing.Size(71, 16);
  603. this.rbtnBottom.TabIndex = 2;
  604. this.rbtnBottom.TabStop = true;
  605. this.rbtnBottom.Text = "底端对齐";
  606. this.rbtnBottom.UseVisualStyleBackColor = true;
  607. this.rbtnBottom.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  608. //
  609. // rbtnCenterV
  610. //
  611. this.rbtnCenterV.AutoSize = true;
  612. this.rbtnCenterV.Location = new System.Drawing.Point(10, 39);
  613. this.rbtnCenterV.Name = "rbtnCenterV";
  614. this.rbtnCenterV.Size = new System.Drawing.Size(71, 16);
  615. this.rbtnCenterV.TabIndex = 1;
  616. this.rbtnCenterV.Text = "垂直居中";
  617. this.rbtnCenterV.UseVisualStyleBackColor = true;
  618. this.rbtnCenterV.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  619. //
  620. // rbtnTop
  621. //
  622. this.rbtnTop.AutoSize = true;
  623. this.rbtnTop.Checked = true;
  624. this.rbtnTop.Location = new System.Drawing.Point(10, 17);
  625. this.rbtnTop.Name = "rbtnTop";
  626. this.rbtnTop.Size = new System.Drawing.Size(71, 16);
  627. this.rbtnTop.TabIndex = 0;
  628. this.rbtnTop.TabStop = true;
  629. this.rbtnTop.Text = "顶端对齐";
  630. this.rbtnTop.UseVisualStyleBackColor = true;
  631. this.rbtnTop.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  632. //
  633. // fontDialog
  634. //
  635. this.fontDialog.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  636. this.fontDialog.ShowEffects = false;
  637. //
  638. // ckbWrap
  639. //
  640. this.ckbWrap.AutoSize = true;
  641. this.ckbWrap.BackColor = System.Drawing.Color.Transparent;
  642. this.ckbWrap.Location = new System.Drawing.Point(12, 413);
  643. this.ckbWrap.Name = "ckbWrap";
  644. this.ckbWrap.Size = new System.Drawing.Size(72, 16);
  645. this.ckbWrap.TabIndex = 13;
  646. this.ckbWrap.Text = "自动换行";
  647. this.ckbWrap.UseVisualStyleBackColor = false;
  648. //
  649. // btnOK
  650. //
  651. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  652. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  653. this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  654. this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  655. this.btnOK.Location = new System.Drawing.Point(221, 439);
  656. this.btnOK.Name = "btnOK";
  657. this.btnOK.Size = new System.Drawing.Size(85, 33);
  658. this.btnOK.TabIndex = 14;
  659. this.btnOK.Text = "确定";
  660. this.btnOK.UseVisualStyleBackColor = true;
  661. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  662. //
  663. // btnCancel
  664. //
  665. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  666. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  667. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  668. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  669. this.btnCancel.Location = new System.Drawing.Point(312, 439);
  670. this.btnCancel.Name = "btnCancel";
  671. this.btnCancel.Size = new System.Drawing.Size(85, 33);
  672. this.btnCancel.TabIndex = 15;
  673. this.btnCancel.Text = "取消";
  674. this.btnCancel.UseVisualStyleBackColor = true;
  675. //
  676. // chkFixedRatio
  677. //
  678. this.chkFixedRatio.AutoSize = true;
  679. this.chkFixedRatio.BackColor = System.Drawing.Color.Transparent;
  680. this.chkFixedRatio.Location = new System.Drawing.Point(215, 413);
  681. this.chkFixedRatio.Name = "chkFixedRatio";
  682. this.chkFixedRatio.Size = new System.Drawing.Size(84, 16);
  683. this.chkFixedRatio.TabIndex = 18;
  684. this.chkFixedRatio.Text = "长宽比固定";
  685. this.chkFixedRatio.UseVisualStyleBackColor = false;
  686. //
  687. // chkM
  688. //
  689. this.chkM.AutoSize = true;
  690. this.chkM.BackColor = System.Drawing.Color.Transparent;
  691. this.chkM.Location = new System.Drawing.Point(161, 413);
  692. this.chkM.Name = "chkM";
  693. this.chkM.Size = new System.Drawing.Size(48, 16);
  694. this.chkM.TabIndex = 17;
  695. this.chkM.Text = "余白";
  696. this.chkM.UseVisualStyleBackColor = false;
  697. //
  698. // chkPic
  699. //
  700. this.chkPic.AutoSize = true;
  701. this.chkPic.BackColor = System.Drawing.Color.Transparent;
  702. this.chkPic.Location = new System.Drawing.Point(95, 413);
  703. this.chkPic.Name = "chkPic";
  704. this.chkPic.Size = new System.Drawing.Size(60, 16);
  705. this.chkPic.TabIndex = 16;
  706. this.chkPic.Text = "图片列";
  707. this.chkPic.UseVisualStyleBackColor = false;
  708. this.chkPic.Visible = false;
  709. this.chkPic.CheckedChanged += new System.EventHandler(this.chkPic_CheckedChanged);
  710. //
  711. // ddlBarcodeFormat
  712. //
  713. this.ddlBarcodeFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  714. this.ddlBarcodeFormat.FormattingEnabled = true;
  715. this.ddlBarcodeFormat.Items.AddRange(new object[] {
  716. "FONT_CODE_EAN_13",
  717. "CODE_128",
  718. "EAN_13",
  719. "EAN_8",
  720. "CODABAR",
  721. "CODE_39",
  722. "CODE_93",
  723. "ITF",
  724. "MSI",
  725. "PLESSEY",
  726. "UPC_E"});
  727. this.ddlBarcodeFormat.Location = new System.Drawing.Point(12, 435);
  728. this.ddlBarcodeFormat.Name = "ddlBarcodeFormat";
  729. this.ddlBarcodeFormat.Size = new System.Drawing.Size(187, 20);
  730. this.ddlBarcodeFormat.TabIndex = 1000;
  731. this.ddlBarcodeFormat.Visible = false;
  732. //
  733. // ddlQRCodeLevel
  734. //
  735. this.ddlQRCodeLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  736. this.ddlQRCodeLevel.FormattingEnabled = true;
  737. this.ddlQRCodeLevel.Items.AddRange(new object[] {
  738. "H",
  739. "Q",
  740. "M",
  741. "L"});
  742. this.ddlQRCodeLevel.Location = new System.Drawing.Point(13, 450);
  743. this.ddlQRCodeLevel.Name = "ddlQRCodeLevel";
  744. this.ddlQRCodeLevel.Size = new System.Drawing.Size(187, 20);
  745. this.ddlQRCodeLevel.TabIndex = 1001;
  746. this.ddlQRCodeLevel.Visible = false;
  747. //
  748. // TextItemSetting
  749. //
  750. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  751. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  752. this.BackColor = System.Drawing.SystemColors.Window;
  753. this.ClientSize = new System.Drawing.Size(409, 502);
  754. this.Controls.Add(this.chkFixedRatio);
  755. this.Controls.Add(this.chkM);
  756. this.Controls.Add(this.chkPic);
  757. this.Controls.Add(this.btnCancel);
  758. this.Controls.Add(this.ckbWrap);
  759. this.Controls.Add(this.btnFont);
  760. this.Controls.Add(this.btnOK);
  761. this.Controls.Add(this.btnSelectColor);
  762. this.Controls.Add(this.lblPreview);
  763. this.Controls.Add(this.label22);
  764. this.Controls.Add(this.label23);
  765. this.Controls.Add(this.txtPreview);
  766. this.Controls.Add(this.ddlDefaultValue);
  767. this.Controls.Add(this.groupBox2);
  768. this.Controls.Add(this.ddlTextFormat);
  769. this.Controls.Add(this.txtItemName);
  770. this.Controls.Add(this.lblItemName);
  771. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  772. this.Name = "TextItemSetting";
  773. this.ShowIcon = true;
  774. this.Text = "文本设置";
  775. this.Shown += new System.EventHandler(this.TextItemSetting_Shown);
  776. this.Controls.SetChildIndex(this.pnlBack, 0);
  777. this.Controls.SetChildIndex(this.lblItemName, 0);
  778. this.Controls.SetChildIndex(this.txtItemName, 0);
  779. this.Controls.SetChildIndex(this.ddlTextFormat, 0);
  780. this.Controls.SetChildIndex(this.groupBox2, 0);
  781. this.Controls.SetChildIndex(this.ddlDefaultValue, 0);
  782. this.Controls.SetChildIndex(this.txtPreview, 0);
  783. this.Controls.SetChildIndex(this.label23, 0);
  784. this.Controls.SetChildIndex(this.label22, 0);
  785. this.Controls.SetChildIndex(this.lblPreview, 0);
  786. this.Controls.SetChildIndex(this.btnSelectColor, 0);
  787. this.Controls.SetChildIndex(this.btnOK, 0);
  788. this.Controls.SetChildIndex(this.btnFont, 0);
  789. this.Controls.SetChildIndex(this.ckbWrap, 0);
  790. this.Controls.SetChildIndex(this.btnCancel, 0);
  791. this.Controls.SetChildIndex(this.chkPic, 0);
  792. this.Controls.SetChildIndex(this.chkM, 0);
  793. this.Controls.SetChildIndex(this.chkFixedRatio, 0);
  794. this.pnlBack.ResumeLayout(false);
  795. this.grbTextAlignment.ResumeLayout(false);
  796. this.grbTextAlignment.PerformLayout();
  797. ((System.ComponentModel.ISupportInitialize)(this.numLineSpace)).EndInit();
  798. ((System.ComponentModel.ISupportInitialize)(this.numCharSpace)).EndInit();
  799. ((System.ComponentModel.ISupportInitialize)(this.numWidth)).EndInit();
  800. ((System.ComponentModel.ISupportInitialize)(this.numHeight)).EndInit();
  801. ((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).EndInit();
  802. ((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).EndInit();
  803. ((System.ComponentModel.ISupportInitialize)(this.numCharCount)).EndInit();
  804. this.groupBox2.ResumeLayout(false);
  805. this.groupBox2.PerformLayout();
  806. this.grbTextAlignmentV.ResumeLayout(false);
  807. this.grbTextAlignmentV.PerformLayout();
  808. this.ResumeLayout(false);
  809. this.PerformLayout();
  810. }
  811. #endregion
  812. private System.Windows.Forms.GroupBox grbTextAlignment;
  813. private System.Windows.Forms.Label label7;
  814. private System.Windows.Forms.NumericUpDown numLineSpace;
  815. private System.Windows.Forms.Label label8;
  816. private System.Windows.Forms.Label label9;
  817. private System.Windows.Forms.Label label10;
  818. private System.Windows.Forms.NumericUpDown numCharSpace;
  819. private System.Windows.Forms.Label label11;
  820. private System.Windows.Forms.Label label12;
  821. private System.Windows.Forms.NumericUpDown numWidth;
  822. private System.Windows.Forms.Label label13;
  823. private System.Windows.Forms.Label label14;
  824. private System.Windows.Forms.NumericUpDown numHeight;
  825. private System.Windows.Forms.Label label15;
  826. private System.Windows.Forms.Label label16;
  827. private System.Windows.Forms.NumericUpDown numLoctionY;
  828. private System.Windows.Forms.Label label17;
  829. private System.Windows.Forms.Label label18;
  830. private System.Windows.Forms.NumericUpDown numLoctionX;
  831. private System.Windows.Forms.RadioButton rbtnEvenness;
  832. private System.Windows.Forms.RadioButton rbtnRight;
  833. private System.Windows.Forms.RadioButton rbtnCenter;
  834. private System.Windows.Forms.RadioButton rbtnLeft;
  835. private System.Windows.Forms.Label label19;
  836. private System.Windows.Forms.NumericUpDown numCharCount;
  837. private System.Windows.Forms.TextBox txtPreview;
  838. private System.Windows.Forms.Label lblPreview;
  839. private System.Windows.Forms.ComboBox ddlDefaultValue;
  840. private System.Windows.Forms.ComboBox ddlTextFormat;
  841. private System.Windows.Forms.Label label22;
  842. private System.Windows.Forms.Label label23;
  843. private System.Windows.Forms.Button btnSelectColor;
  844. private System.Windows.Forms.ColorDialog colorDialog;
  845. private System.Windows.Forms.Label lblItemName;
  846. private System.Windows.Forms.TextBox txtItemName;
  847. private System.Windows.Forms.ToolTip toolTip;
  848. private System.Windows.Forms.GroupBox groupBox2;
  849. private System.Windows.Forms.FontDialog fontDialog;
  850. private System.Windows.Forms.Button btnFont;
  851. private System.Windows.Forms.CheckBox ckbWrap;
  852. private Dongke.WinForm.Controls.BtnButton btnOK;
  853. private Dongke.WinForm.Controls.BtnButton btnCancel;
  854. public System.Windows.Forms.CheckBox chkFixedRatio;
  855. public System.Windows.Forms.CheckBox chkM;
  856. public System.Windows.Forms.CheckBox chkPic;
  857. private System.Windows.Forms.GroupBox grbTextAlignmentV;
  858. private System.Windows.Forms.RadioButton rbtnBottom;
  859. private System.Windows.Forms.RadioButton rbtnCenterV;
  860. private System.Windows.Forms.RadioButton rbtnTop;
  861. private System.Windows.Forms.ComboBox ddlBarcodeFormat;
  862. private System.Windows.Forms.ComboBox ddlQRCodeLevel;
  863. }
  864. }