TotalTextItemSetting.designer.cs 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003
  1. namespace Dongke.WinForm.Controls.InvoiceLayout
  2. {
  3. partial class TotalTextItemSetting
  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(TotalTextItemSetting));
  30. this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
  31. this.btnOK = new Dongke.WinForm.Controls.BtnButton();
  32. this.gbxTotalValueTextAlignment = new System.Windows.Forms.GroupBox();
  33. this.rbtnEvenness = new System.Windows.Forms.RadioButton();
  34. this.rbtnRight = new System.Windows.Forms.RadioButton();
  35. this.rbtnCenter = new System.Windows.Forms.RadioButton();
  36. this.rbtnLeft = new System.Windows.Forms.RadioButton();
  37. this.lblLineSpace = new System.Windows.Forms.Label();
  38. this.numLineSpace = new System.Windows.Forms.NumericUpDown();
  39. this.lblLineSpaceUnit = new System.Windows.Forms.Label();
  40. this.lblCharSpace = new System.Windows.Forms.Label();
  41. this.lblCharSpaceUnit = new System.Windows.Forms.Label();
  42. this.numCharSpace = new System.Windows.Forms.NumericUpDown();
  43. this.lblWidth = new System.Windows.Forms.Label();
  44. this.lblWidthUnit = new System.Windows.Forms.Label();
  45. this.numWidth = new System.Windows.Forms.NumericUpDown();
  46. this.lblHeight = new System.Windows.Forms.Label();
  47. this.lblHeightUnit = new System.Windows.Forms.Label();
  48. this.numHeight = new System.Windows.Forms.NumericUpDown();
  49. this.lblLoctionY = new System.Windows.Forms.Label();
  50. this.lblLoctionYUnit = new System.Windows.Forms.Label();
  51. this.numLoctionY = new System.Windows.Forms.NumericUpDown();
  52. this.lblLoctionX = new System.Windows.Forms.Label();
  53. this.lblLoctionXUnit = new System.Windows.Forms.Label();
  54. this.numLoctionX = new System.Windows.Forms.NumericUpDown();
  55. this.lblCharCount = new System.Windows.Forms.Label();
  56. this.numCharCount = new System.Windows.Forms.NumericUpDown();
  57. this.txtPreview = new System.Windows.Forms.TextBox();
  58. this.lblPreview = new System.Windows.Forms.Label();
  59. this.ddlDefaultValue = new System.Windows.Forms.ComboBox();
  60. this.ddlTextFormat = new System.Windows.Forms.ComboBox();
  61. this.lblDefaultValue = new System.Windows.Forms.Label();
  62. this.lblTextFormat = new System.Windows.Forms.Label();
  63. this.btnSelectColor = new System.Windows.Forms.Button();
  64. this.colorDialog = new System.Windows.Forms.ColorDialog();
  65. this.lblItemName = new System.Windows.Forms.Label();
  66. this.txtItemName = new System.Windows.Forms.TextBox();
  67. this.toolTip = new System.Windows.Forms.ToolTip(this.components);
  68. this.btnFont = new System.Windows.Forms.Button();
  69. this.gbxTotalValueLocation = new System.Windows.Forms.GroupBox();
  70. this.fontDialog = new System.Windows.Forms.FontDialog();
  71. this.ckbWrap = new System.Windows.Forms.CheckBox();
  72. this.gbxNoTotalValueOptions = new System.Windows.Forms.GroupBox();
  73. this.lblNoTotalPreview = new System.Windows.Forms.Label();
  74. this.btnNotFont = new System.Windows.Forms.Button();
  75. this.btnNotColor = new System.Windows.Forms.Button();
  76. this.txtNotTotalValue = new System.Windows.Forms.TextBox();
  77. this.gbxNoTotalValueTextAlignmentV = new System.Windows.Forms.GroupBox();
  78. this.rbtnNotBottom = new System.Windows.Forms.RadioButton();
  79. this.rbtnNotCenterV = new System.Windows.Forms.RadioButton();
  80. this.rbtnNotTop = new System.Windows.Forms.RadioButton();
  81. this.gbxNoTotalValueTextAlignment = new System.Windows.Forms.GroupBox();
  82. this.rbtnNotEvenness = new System.Windows.Forms.RadioButton();
  83. this.rbtnNotRight = new System.Windows.Forms.RadioButton();
  84. this.rbtnNotCenter = new System.Windows.Forms.RadioButton();
  85. this.rbtnNotLeft = new System.Windows.Forms.RadioButton();
  86. this.gbxTotalValueStyle = new System.Windows.Forms.GroupBox();
  87. this.gbxTotalValueOptions = new System.Windows.Forms.GroupBox();
  88. this.gbxTotalValueTextAlignmentV = new System.Windows.Forms.GroupBox();
  89. this.rbtnBottom = new System.Windows.Forms.RadioButton();
  90. this.rbtnCenterV = new System.Windows.Forms.RadioButton();
  91. this.rbtnTop = new System.Windows.Forms.RadioButton();
  92. this.gbxTotalValueTextAlignment.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.numLineSpace)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.numCharSpace)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.numWidth)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.numHeight)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.numCharCount)).BeginInit();
  100. this.gbxTotalValueLocation.SuspendLayout();
  101. this.gbxNoTotalValueOptions.SuspendLayout();
  102. this.gbxNoTotalValueTextAlignmentV.SuspendLayout();
  103. this.gbxNoTotalValueTextAlignment.SuspendLayout();
  104. this.gbxTotalValueStyle.SuspendLayout();
  105. this.gbxTotalValueOptions.SuspendLayout();
  106. this.gbxTotalValueTextAlignmentV.SuspendLayout();
  107. this.SuspendLayout();
  108. //
  109. // pnlBack
  110. //
  111. this.pnlBack.Size = new System.Drawing.Size(579, 450);
  112. //
  113. // btnCancel
  114. //
  115. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  116. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  117. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.btnCancel.Location = new System.Drawing.Point(488, 402);
  119. this.btnCancel.Name = "btnCancel";
  120. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  121. this.btnCancel.TabIndex = 12;
  122. this.btnCancel.Text = "取消";
  123. this.btnCancel.UseVisualStyleBackColor = true;
  124. //
  125. // btnOK
  126. //
  127. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  128. this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  129. this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.btnOK.Location = new System.Drawing.Point(399, 402);
  131. this.btnOK.Name = "btnOK";
  132. this.btnOK.Size = new System.Drawing.Size(85, 30);
  133. this.btnOK.TabIndex = 11;
  134. this.btnOK.Text = "确定";
  135. this.btnOK.UseVisualStyleBackColor = true;
  136. //
  137. // gbxTotalValueTextAlignment
  138. //
  139. this.gbxTotalValueTextAlignment.BackColor = System.Drawing.Color.Transparent;
  140. this.gbxTotalValueTextAlignment.Controls.Add(this.rbtnEvenness);
  141. this.gbxTotalValueTextAlignment.Controls.Add(this.rbtnRight);
  142. this.gbxTotalValueTextAlignment.Controls.Add(this.rbtnCenter);
  143. this.gbxTotalValueTextAlignment.Controls.Add(this.rbtnLeft);
  144. this.gbxTotalValueTextAlignment.Location = new System.Drawing.Point(445, 20);
  145. this.gbxTotalValueTextAlignment.Name = "gbxTotalValueTextAlignment";
  146. this.gbxTotalValueTextAlignment.Size = new System.Drawing.Size(108, 109);
  147. this.gbxTotalValueTextAlignment.TabIndex = 20;
  148. this.gbxTotalValueTextAlignment.TabStop = false;
  149. this.gbxTotalValueTextAlignment.Text = "水平对齐";
  150. //
  151. // rbtnEvenness
  152. //
  153. this.rbtnEvenness.AutoSize = true;
  154. this.rbtnEvenness.Location = new System.Drawing.Point(10, 86);
  155. this.rbtnEvenness.Name = "rbtnEvenness";
  156. this.rbtnEvenness.Size = new System.Drawing.Size(71, 16);
  157. this.rbtnEvenness.TabIndex = 3;
  158. this.rbtnEvenness.TabStop = true;
  159. this.rbtnEvenness.Text = "两端对齐";
  160. this.rbtnEvenness.UseVisualStyleBackColor = true;
  161. this.rbtnEvenness.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  162. //
  163. // rbtnRight
  164. //
  165. this.rbtnRight.AutoSize = true;
  166. this.rbtnRight.Location = new System.Drawing.Point(10, 64);
  167. this.rbtnRight.Name = "rbtnRight";
  168. this.rbtnRight.Size = new System.Drawing.Size(59, 16);
  169. this.rbtnRight.TabIndex = 2;
  170. this.rbtnRight.TabStop = true;
  171. this.rbtnRight.Text = "右对齐";
  172. this.rbtnRight.UseVisualStyleBackColor = true;
  173. this.rbtnRight.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  174. //
  175. // rbtnCenter
  176. //
  177. this.rbtnCenter.AutoSize = true;
  178. this.rbtnCenter.Location = new System.Drawing.Point(10, 42);
  179. this.rbtnCenter.Name = "rbtnCenter";
  180. this.rbtnCenter.Size = new System.Drawing.Size(71, 16);
  181. this.rbtnCenter.TabIndex = 1;
  182. this.rbtnCenter.Text = "居中对齐";
  183. this.rbtnCenter.UseVisualStyleBackColor = true;
  184. this.rbtnCenter.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  185. //
  186. // rbtnLeft
  187. //
  188. this.rbtnLeft.AutoSize = true;
  189. this.rbtnLeft.Checked = true;
  190. this.rbtnLeft.Location = new System.Drawing.Point(10, 20);
  191. this.rbtnLeft.Name = "rbtnLeft";
  192. this.rbtnLeft.Size = new System.Drawing.Size(59, 16);
  193. this.rbtnLeft.TabIndex = 0;
  194. this.rbtnLeft.TabStop = true;
  195. this.rbtnLeft.Text = "左对齐";
  196. this.rbtnLeft.UseVisualStyleBackColor = true;
  197. this.rbtnLeft.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  198. //
  199. // lblLineSpace
  200. //
  201. this.lblLineSpace.AutoSize = true;
  202. this.lblLineSpace.Location = new System.Drawing.Point(17, 106);
  203. this.lblLineSpace.Name = "lblLineSpace";
  204. this.lblLineSpace.Size = new System.Drawing.Size(41, 12);
  205. this.lblLineSpace.TabIndex = 12;
  206. this.lblLineSpace.Text = "行间距";
  207. //
  208. // numLineSpace
  209. //
  210. this.numLineSpace.DecimalPlaces = 1;
  211. this.numLineSpace.Increment = new decimal(new int[] {
  212. 1,
  213. 0,
  214. 0,
  215. 65536});
  216. this.numLineSpace.Location = new System.Drawing.Point(19, 121);
  217. this.numLineSpace.Maximum = new decimal(new int[] {
  218. 999,
  219. 0,
  220. 0,
  221. 65536});
  222. this.numLineSpace.Minimum = new decimal(new int[] {
  223. 999,
  224. 0,
  225. 0,
  226. -2147418112});
  227. this.numLineSpace.Name = "numLineSpace";
  228. this.numLineSpace.Size = new System.Drawing.Size(53, 21);
  229. this.numLineSpace.TabIndex = 13;
  230. this.numLineSpace.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  231. //
  232. // lblLineSpaceUnit
  233. //
  234. this.lblLineSpaceUnit.AutoSize = true;
  235. this.lblLineSpaceUnit.Location = new System.Drawing.Point(75, 125);
  236. this.lblLineSpaceUnit.Name = "lblLineSpaceUnit";
  237. this.lblLineSpaceUnit.Size = new System.Drawing.Size(17, 12);
  238. this.lblLineSpaceUnit.TabIndex = 14;
  239. this.lblLineSpaceUnit.Text = "mm";
  240. //
  241. // lblCharSpace
  242. //
  243. this.lblCharSpace.AutoSize = true;
  244. this.lblCharSpace.Location = new System.Drawing.Point(108, 106);
  245. this.lblCharSpace.Name = "lblCharSpace";
  246. this.lblCharSpace.Size = new System.Drawing.Size(41, 12);
  247. this.lblCharSpace.TabIndex = 15;
  248. this.lblCharSpace.Text = "字间距";
  249. //
  250. // lblCharSpaceUnit
  251. //
  252. this.lblCharSpaceUnit.AutoSize = true;
  253. this.lblCharSpaceUnit.Location = new System.Drawing.Point(169, 125);
  254. this.lblCharSpaceUnit.Name = "lblCharSpaceUnit";
  255. this.lblCharSpaceUnit.Size = new System.Drawing.Size(17, 12);
  256. this.lblCharSpaceUnit.TabIndex = 17;
  257. this.lblCharSpaceUnit.Text = "mm";
  258. //
  259. // numCharSpace
  260. //
  261. this.numCharSpace.DecimalPlaces = 1;
  262. this.numCharSpace.Increment = new decimal(new int[] {
  263. 1,
  264. 0,
  265. 0,
  266. 65536});
  267. this.numCharSpace.Location = new System.Drawing.Point(110, 121);
  268. this.numCharSpace.Maximum = new decimal(new int[] {
  269. 999,
  270. 0,
  271. 0,
  272. 65536});
  273. this.numCharSpace.Minimum = new decimal(new int[] {
  274. 999,
  275. 0,
  276. 0,
  277. -2147418112});
  278. this.numCharSpace.Name = "numCharSpace";
  279. this.numCharSpace.Size = new System.Drawing.Size(53, 21);
  280. this.numCharSpace.TabIndex = 16;
  281. this.numCharSpace.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  282. //
  283. // lblWidth
  284. //
  285. this.lblWidth.AutoSize = true;
  286. this.lblWidth.Location = new System.Drawing.Point(17, 62);
  287. this.lblWidth.Name = "lblWidth";
  288. this.lblWidth.Size = new System.Drawing.Size(17, 12);
  289. this.lblWidth.TabIndex = 5;
  290. this.lblWidth.Text = "宽";
  291. //
  292. // lblWidthUnit
  293. //
  294. this.lblWidthUnit.AutoSize = true;
  295. this.lblWidthUnit.Location = new System.Drawing.Point(77, 81);
  296. this.lblWidthUnit.Name = "lblWidthUnit";
  297. this.lblWidthUnit.Size = new System.Drawing.Size(17, 12);
  298. this.lblWidthUnit.TabIndex = 7;
  299. this.lblWidthUnit.Text = "mm";
  300. //
  301. // numWidth
  302. //
  303. this.numWidth.DecimalPlaces = 1;
  304. this.numWidth.Increment = new decimal(new int[] {
  305. 1,
  306. 0,
  307. 0,
  308. 65536});
  309. this.numWidth.Location = new System.Drawing.Point(19, 77);
  310. this.numWidth.Maximum = new decimal(new int[] {
  311. 9999,
  312. 0,
  313. 0,
  314. 65536});
  315. this.numWidth.Minimum = new decimal(new int[] {
  316. 1,
  317. 0,
  318. 0,
  319. 0});
  320. this.numWidth.Name = "numWidth";
  321. this.numWidth.Size = new System.Drawing.Size(53, 21);
  322. this.numWidth.TabIndex = 6;
  323. this.numWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  324. this.numWidth.Value = new decimal(new int[] {
  325. 40,
  326. 0,
  327. 0,
  328. 0});
  329. this.numWidth.ValueChanged += new System.EventHandler(this.numCharCount_ValueChanged);
  330. //
  331. // lblHeight
  332. //
  333. this.lblHeight.AutoSize = true;
  334. this.lblHeight.Location = new System.Drawing.Point(108, 62);
  335. this.lblHeight.Name = "lblHeight";
  336. this.lblHeight.Size = new System.Drawing.Size(17, 12);
  337. this.lblHeight.TabIndex = 8;
  338. this.lblHeight.Text = "高";
  339. //
  340. // lblHeightUnit
  341. //
  342. this.lblHeightUnit.AutoSize = true;
  343. this.lblHeightUnit.Location = new System.Drawing.Point(169, 81);
  344. this.lblHeightUnit.Name = "lblHeightUnit";
  345. this.lblHeightUnit.Size = new System.Drawing.Size(17, 12);
  346. this.lblHeightUnit.TabIndex = 11;
  347. this.lblHeightUnit.Text = "mm";
  348. //
  349. // numHeight
  350. //
  351. this.numHeight.DecimalPlaces = 1;
  352. this.numHeight.Increment = new decimal(new int[] {
  353. 1,
  354. 0,
  355. 0,
  356. 65536});
  357. this.numHeight.Location = new System.Drawing.Point(110, 77);
  358. this.numHeight.Maximum = new decimal(new int[] {
  359. 9999,
  360. 0,
  361. 0,
  362. 65536});
  363. this.numHeight.Minimum = new decimal(new int[] {
  364. 1,
  365. 0,
  366. 0,
  367. 0});
  368. this.numHeight.Name = "numHeight";
  369. this.numHeight.Size = new System.Drawing.Size(53, 21);
  370. this.numHeight.TabIndex = 9;
  371. this.numHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  372. this.numHeight.Value = new decimal(new int[] {
  373. 6,
  374. 0,
  375. 0,
  376. 0});
  377. //
  378. // lblLoctionY
  379. //
  380. this.lblLoctionY.AutoSize = true;
  381. this.lblLoctionY.Location = new System.Drawing.Point(108, 20);
  382. this.lblLoctionY.Name = "lblLoctionY";
  383. this.lblLoctionY.Size = new System.Drawing.Size(11, 12);
  384. this.lblLoctionY.TabIndex = 3;
  385. this.lblLoctionY.Text = "Y";
  386. //
  387. // lblLoctionYUnit
  388. //
  389. this.lblLoctionYUnit.AutoSize = true;
  390. this.lblLoctionYUnit.Location = new System.Drawing.Point(169, 39);
  391. this.lblLoctionYUnit.Name = "lblLoctionYUnit";
  392. this.lblLoctionYUnit.Size = new System.Drawing.Size(17, 12);
  393. this.lblLoctionYUnit.TabIndex = 10;
  394. this.lblLoctionYUnit.Text = "mm";
  395. //
  396. // numLoctionY
  397. //
  398. this.numLoctionY.DecimalPlaces = 1;
  399. this.numLoctionY.Increment = new decimal(new int[] {
  400. 1,
  401. 0,
  402. 0,
  403. 65536});
  404. this.numLoctionY.Location = new System.Drawing.Point(110, 35);
  405. this.numLoctionY.Maximum = new decimal(new int[] {
  406. 9999,
  407. 0,
  408. 0,
  409. 65536});
  410. this.numLoctionY.Name = "numLoctionY";
  411. this.numLoctionY.Size = new System.Drawing.Size(53, 21);
  412. this.numLoctionY.TabIndex = 4;
  413. this.numLoctionY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  414. this.numLoctionY.Value = new decimal(new int[] {
  415. 10,
  416. 0,
  417. 0,
  418. 0});
  419. //
  420. // lblLoctionX
  421. //
  422. this.lblLoctionX.AutoSize = true;
  423. this.lblLoctionX.Location = new System.Drawing.Point(17, 20);
  424. this.lblLoctionX.Name = "lblLoctionX";
  425. this.lblLoctionX.Size = new System.Drawing.Size(11, 12);
  426. this.lblLoctionX.TabIndex = 0;
  427. this.lblLoctionX.Text = "X";
  428. //
  429. // lblLoctionXUnit
  430. //
  431. this.lblLoctionXUnit.AutoSize = true;
  432. this.lblLoctionXUnit.Location = new System.Drawing.Point(77, 39);
  433. this.lblLoctionXUnit.Name = "lblLoctionXUnit";
  434. this.lblLoctionXUnit.Size = new System.Drawing.Size(17, 12);
  435. this.lblLoctionXUnit.TabIndex = 2;
  436. this.lblLoctionXUnit.Text = "mm";
  437. //
  438. // numLoctionX
  439. //
  440. this.numLoctionX.DecimalPlaces = 1;
  441. this.numLoctionX.Increment = new decimal(new int[] {
  442. 1,
  443. 0,
  444. 0,
  445. 65536});
  446. this.numLoctionX.Location = new System.Drawing.Point(19, 35);
  447. this.numLoctionX.Maximum = new decimal(new int[] {
  448. 9999,
  449. 0,
  450. 0,
  451. 65536});
  452. this.numLoctionX.Name = "numLoctionX";
  453. this.numLoctionX.Size = new System.Drawing.Size(53, 21);
  454. this.numLoctionX.TabIndex = 1;
  455. this.numLoctionX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  456. this.numLoctionX.Value = new decimal(new int[] {
  457. 10,
  458. 0,
  459. 0,
  460. 0});
  461. //
  462. // lblCharCount
  463. //
  464. this.lblCharCount.AutoSize = true;
  465. this.lblCharCount.Location = new System.Drawing.Point(196, 20);
  466. this.lblCharCount.Name = "lblCharCount";
  467. this.lblCharCount.Size = new System.Drawing.Size(65, 12);
  468. this.lblCharCount.TabIndex = 18;
  469. this.lblCharCount.Text = "单行文字数";
  470. //
  471. // numCharCount
  472. //
  473. this.numCharCount.Location = new System.Drawing.Point(198, 35);
  474. this.numCharCount.Maximum = new decimal(new int[] {
  475. 99,
  476. 0,
  477. 0,
  478. 0});
  479. this.numCharCount.Name = "numCharCount";
  480. this.numCharCount.Size = new System.Drawing.Size(53, 21);
  481. this.numCharCount.TabIndex = 19;
  482. this.numCharCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  483. this.numCharCount.ValueChanged += new System.EventHandler(this.numCharCount_ValueChanged);
  484. //
  485. // txtPreview
  486. //
  487. this.txtPreview.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.txtPreview.ForeColor = System.Drawing.Color.Black;
  489. this.txtPreview.ImeMode = System.Windows.Forms.ImeMode.Hiragana;
  490. this.txtPreview.Location = new System.Drawing.Point(45, 177);
  491. this.txtPreview.Multiline = true;
  492. this.txtPreview.Name = "txtPreview";
  493. this.txtPreview.Size = new System.Drawing.Size(394, 45);
  494. this.txtPreview.TabIndex = 4;
  495. this.txtPreview.Text = "壹仟贰佰捌拾柒圆陆角五分";
  496. this.txtPreview.WordWrap = false;
  497. this.txtPreview.FontChanged += new System.EventHandler(this.txtPreview_FontChanged);
  498. //
  499. // lblPreview
  500. //
  501. this.lblPreview.AutoSize = true;
  502. this.lblPreview.BackColor = System.Drawing.Color.Transparent;
  503. this.lblPreview.Location = new System.Drawing.Point(10, 181);
  504. this.lblPreview.Name = "lblPreview";
  505. this.lblPreview.Size = new System.Drawing.Size(29, 12);
  506. this.lblPreview.TabIndex = 3;
  507. this.lblPreview.Text = "示例";
  508. //
  509. // ddlDefaultValue
  510. //
  511. this.ddlDefaultValue.FormattingEnabled = true;
  512. this.ddlDefaultValue.Location = new System.Drawing.Point(6, 32);
  513. this.ddlDefaultValue.Name = "ddlDefaultValue";
  514. this.ddlDefaultValue.Size = new System.Drawing.Size(148, 20);
  515. this.ddlDefaultValue.TabIndex = 6;
  516. //
  517. // ddlTextFormat
  518. //
  519. this.ddlTextFormat.FormattingEnabled = true;
  520. this.ddlTextFormat.Location = new System.Drawing.Point(6, 74);
  521. this.ddlTextFormat.Name = "ddlTextFormat";
  522. this.ddlTextFormat.Size = new System.Drawing.Size(148, 20);
  523. this.ddlTextFormat.TabIndex = 8;
  524. this.ddlTextFormat.SelectedIndexChanged += new System.EventHandler(this.ddlTextFormat_SelectedIndexChanged);
  525. //
  526. // lblDefaultValue
  527. //
  528. this.lblDefaultValue.AutoSize = true;
  529. this.lblDefaultValue.BackColor = System.Drawing.Color.Transparent;
  530. this.lblDefaultValue.Location = new System.Drawing.Point(6, 17);
  531. this.lblDefaultValue.Name = "lblDefaultValue";
  532. this.lblDefaultValue.Size = new System.Drawing.Size(41, 12);
  533. this.lblDefaultValue.TabIndex = 5;
  534. this.lblDefaultValue.Text = "初始值";
  535. //
  536. // lblTextFormat
  537. //
  538. this.lblTextFormat.AutoSize = true;
  539. this.lblTextFormat.BackColor = System.Drawing.Color.Transparent;
  540. this.lblTextFormat.Location = new System.Drawing.Point(6, 59);
  541. this.lblTextFormat.Name = "lblTextFormat";
  542. this.lblTextFormat.Size = new System.Drawing.Size(29, 12);
  543. this.lblTextFormat.TabIndex = 7;
  544. this.lblTextFormat.Text = "格式";
  545. //
  546. // btnSelectColor
  547. //
  548. this.btnSelectColor.Location = new System.Drawing.Point(12, 118);
  549. this.btnSelectColor.Name = "btnSelectColor";
  550. this.btnSelectColor.Size = new System.Drawing.Size(68, 23);
  551. this.btnSelectColor.TabIndex = 5;
  552. this.btnSelectColor.Text = "颜色...";
  553. this.btnSelectColor.UseVisualStyleBackColor = true;
  554. //
  555. // lblItemName
  556. //
  557. this.lblItemName.AutoSize = true;
  558. this.lblItemName.BackColor = System.Drawing.Color.Transparent;
  559. this.lblItemName.Location = new System.Drawing.Point(12, 13);
  560. this.lblItemName.Name = "lblItemName";
  561. this.lblItemName.Size = new System.Drawing.Size(41, 12);
  562. this.lblItemName.TabIndex = 0;
  563. this.lblItemName.Text = "项目名";
  564. //
  565. // txtItemName
  566. //
  567. this.txtItemName.Location = new System.Drawing.Point(59, 10);
  568. this.txtItemName.MaxLength = 30;
  569. this.txtItemName.Name = "txtItemName";
  570. this.txtItemName.Size = new System.Drawing.Size(514, 21);
  571. this.txtItemName.TabIndex = 1;
  572. //
  573. // toolTip
  574. //
  575. this.toolTip.AutoPopDelay = 5000;
  576. this.toolTip.InitialDelay = 500;
  577. this.toolTip.ReshowDelay = 500;
  578. //
  579. // btnFont
  580. //
  581. this.btnFont.Location = new System.Drawing.Point(86, 118);
  582. this.btnFont.Name = "btnFont";
  583. this.btnFont.Size = new System.Drawing.Size(68, 23);
  584. this.btnFont.TabIndex = 6;
  585. this.btnFont.Text = "字体...";
  586. this.btnFont.UseVisualStyleBackColor = true;
  587. this.btnFont.Click += new System.EventHandler(this.btnFont_Click);
  588. //
  589. // gbxTotalValueLocation
  590. //
  591. this.gbxTotalValueLocation.BackColor = System.Drawing.Color.Transparent;
  592. this.gbxTotalValueLocation.Controls.Add(this.lblWidth);
  593. this.gbxTotalValueLocation.Controls.Add(this.lblHeight);
  594. this.gbxTotalValueLocation.Controls.Add(this.lblLoctionY);
  595. this.gbxTotalValueLocation.Controls.Add(this.lblLoctionX);
  596. this.gbxTotalValueLocation.Controls.Add(this.lblWidthUnit);
  597. this.gbxTotalValueLocation.Controls.Add(this.lblHeightUnit);
  598. this.gbxTotalValueLocation.Controls.Add(this.lblLoctionYUnit);
  599. this.gbxTotalValueLocation.Controls.Add(this.numCharCount);
  600. this.gbxTotalValueLocation.Controls.Add(this.numLoctionX);
  601. this.gbxTotalValueLocation.Controls.Add(this.numCharSpace);
  602. this.gbxTotalValueLocation.Controls.Add(this.lblLoctionXUnit);
  603. this.gbxTotalValueLocation.Controls.Add(this.numLineSpace);
  604. this.gbxTotalValueLocation.Controls.Add(this.numLoctionY);
  605. this.gbxTotalValueLocation.Controls.Add(this.lblCharSpaceUnit);
  606. this.gbxTotalValueLocation.Controls.Add(this.numWidth);
  607. this.gbxTotalValueLocation.Controls.Add(this.lblLineSpaceUnit);
  608. this.gbxTotalValueLocation.Controls.Add(this.numHeight);
  609. this.gbxTotalValueLocation.Controls.Add(this.lblCharCount);
  610. this.gbxTotalValueLocation.Controls.Add(this.lblLineSpace);
  611. this.gbxTotalValueLocation.Controls.Add(this.lblCharSpace);
  612. this.gbxTotalValueLocation.Location = new System.Drawing.Point(6, 20);
  613. this.gbxTotalValueLocation.Name = "gbxTotalValueLocation";
  614. this.gbxTotalValueLocation.Size = new System.Drawing.Size(267, 151);
  615. this.gbxTotalValueLocation.TabIndex = 2;
  616. this.gbxTotalValueLocation.TabStop = false;
  617. this.gbxTotalValueLocation.Text = "位置";
  618. //
  619. // fontDialog
  620. //
  621. this.fontDialog.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  622. this.fontDialog.ShowEffects = false;
  623. //
  624. // ckbWrap
  625. //
  626. this.ckbWrap.AutoSize = true;
  627. this.ckbWrap.BackColor = System.Drawing.Color.Transparent;
  628. this.ckbWrap.Location = new System.Drawing.Point(14, 410);
  629. this.ckbWrap.Name = "ckbWrap";
  630. this.ckbWrap.Size = new System.Drawing.Size(72, 16);
  631. this.ckbWrap.TabIndex = 13;
  632. this.ckbWrap.Text = "自动换行";
  633. this.ckbWrap.UseVisualStyleBackColor = false;
  634. //
  635. // gbxNoTotalValueOptions
  636. //
  637. this.gbxNoTotalValueOptions.BackColor = System.Drawing.Color.Transparent;
  638. this.gbxNoTotalValueOptions.Controls.Add(this.lblNoTotalPreview);
  639. this.gbxNoTotalValueOptions.Controls.Add(this.btnNotFont);
  640. this.gbxNoTotalValueOptions.Controls.Add(this.btnNotColor);
  641. this.gbxNoTotalValueOptions.Controls.Add(this.txtNotTotalValue);
  642. this.gbxNoTotalValueOptions.Controls.Add(this.gbxNoTotalValueTextAlignmentV);
  643. this.gbxNoTotalValueOptions.Controls.Add(this.gbxNoTotalValueTextAlignment);
  644. this.gbxNoTotalValueOptions.Location = new System.Drawing.Point(14, 272);
  645. this.gbxNoTotalValueOptions.Name = "gbxNoTotalValueOptions";
  646. this.gbxNoTotalValueOptions.Size = new System.Drawing.Size(559, 124);
  647. this.gbxNoTotalValueOptions.TabIndex = 14;
  648. this.gbxNoTotalValueOptions.TabStop = false;
  649. this.gbxNoTotalValueOptions.Text = "非合计文本选项";
  650. //
  651. // lblNoTotalPreview
  652. //
  653. this.lblNoTotalPreview.AutoSize = true;
  654. this.lblNoTotalPreview.BackColor = System.Drawing.Color.Transparent;
  655. this.lblNoTotalPreview.Location = new System.Drawing.Point(10, 23);
  656. this.lblNoTotalPreview.Name = "lblNoTotalPreview";
  657. this.lblNoTotalPreview.Size = new System.Drawing.Size(29, 12);
  658. this.lblNoTotalPreview.TabIndex = 21;
  659. this.lblNoTotalPreview.Text = "示例";
  660. //
  661. // btnNotFont
  662. //
  663. this.btnNotFont.Location = new System.Drawing.Point(455, 47);
  664. this.btnNotFont.Name = "btnNotFont";
  665. this.btnNotFont.Size = new System.Drawing.Size(75, 23);
  666. this.btnNotFont.TabIndex = 8;
  667. this.btnNotFont.Text = "字体...";
  668. this.btnNotFont.UseVisualStyleBackColor = true;
  669. this.btnNotFont.Click += new System.EventHandler(this.btnNotFont_Click);
  670. //
  671. // btnNotColor
  672. //
  673. this.btnNotColor.Location = new System.Drawing.Point(455, 18);
  674. this.btnNotColor.Name = "btnNotColor";
  675. this.btnNotColor.Size = new System.Drawing.Size(75, 23);
  676. this.btnNotColor.TabIndex = 7;
  677. this.btnNotColor.Text = "颜色...";
  678. this.btnNotColor.UseVisualStyleBackColor = true;
  679. this.btnNotColor.Click += new System.EventHandler(this.btnNotColor_Click);
  680. //
  681. // txtNotTotalValue
  682. //
  683. this.txtNotTotalValue.Location = new System.Drawing.Point(45, 20);
  684. this.txtNotTotalValue.Multiline = true;
  685. this.txtNotTotalValue.Name = "txtNotTotalValue";
  686. this.txtNotTotalValue.Size = new System.Drawing.Size(394, 42);
  687. this.txtNotTotalValue.TabIndex = 0;
  688. //
  689. // gbxNoTotalValueTextAlignmentV
  690. //
  691. this.gbxNoTotalValueTextAlignmentV.Controls.Add(this.rbtnNotBottom);
  692. this.gbxNoTotalValueTextAlignmentV.Controls.Add(this.rbtnNotCenterV);
  693. this.gbxNoTotalValueTextAlignmentV.Controls.Add(this.rbtnNotTop);
  694. this.gbxNoTotalValueTextAlignmentV.Location = new System.Drawing.Point(308, 70);
  695. this.gbxNoTotalValueTextAlignmentV.Name = "gbxNoTotalValueTextAlignmentV";
  696. this.gbxNoTotalValueTextAlignmentV.Size = new System.Drawing.Size(245, 48);
  697. this.gbxNoTotalValueTextAlignmentV.TabIndex = 21;
  698. this.gbxNoTotalValueTextAlignmentV.TabStop = false;
  699. this.gbxNoTotalValueTextAlignmentV.Text = "垂直对齐方式";
  700. //
  701. // rbtnNotBottom
  702. //
  703. this.rbtnNotBottom.AutoSize = true;
  704. this.rbtnNotBottom.Location = new System.Drawing.Point(162, 17);
  705. this.rbtnNotBottom.Name = "rbtnNotBottom";
  706. this.rbtnNotBottom.Size = new System.Drawing.Size(71, 16);
  707. this.rbtnNotBottom.TabIndex = 2;
  708. this.rbtnNotBottom.TabStop = true;
  709. this.rbtnNotBottom.Text = "底端对齐";
  710. this.rbtnNotBottom.UseVisualStyleBackColor = true;
  711. this.rbtnNotBottom.CheckedChanged += new System.EventHandler(this.rbtnNotAlignment_CheckedChanged);
  712. //
  713. // rbtnNotCenterV
  714. //
  715. this.rbtnNotCenterV.AutoSize = true;
  716. this.rbtnNotCenterV.Location = new System.Drawing.Point(85, 19);
  717. this.rbtnNotCenterV.Name = "rbtnNotCenterV";
  718. this.rbtnNotCenterV.Size = new System.Drawing.Size(71, 16);
  719. this.rbtnNotCenterV.TabIndex = 1;
  720. this.rbtnNotCenterV.Text = "垂直对齐";
  721. this.rbtnNotCenterV.UseVisualStyleBackColor = true;
  722. this.rbtnNotCenterV.CheckedChanged += new System.EventHandler(this.rbtnNotAlignment_CheckedChanged);
  723. //
  724. // rbtnNotTop
  725. //
  726. this.rbtnNotTop.AutoSize = true;
  727. this.rbtnNotTop.Checked = true;
  728. this.rbtnNotTop.Location = new System.Drawing.Point(8, 19);
  729. this.rbtnNotTop.Name = "rbtnNotTop";
  730. this.rbtnNotTop.Size = new System.Drawing.Size(71, 16);
  731. this.rbtnNotTop.TabIndex = 0;
  732. this.rbtnNotTop.TabStop = true;
  733. this.rbtnNotTop.Text = "顶端对齐";
  734. this.rbtnNotTop.UseVisualStyleBackColor = true;
  735. this.rbtnNotTop.CheckedChanged += new System.EventHandler(this.rbtnNotAlignment_CheckedChanged);
  736. //
  737. // gbxNoTotalValueTextAlignment
  738. //
  739. this.gbxNoTotalValueTextAlignment.Controls.Add(this.rbtnNotEvenness);
  740. this.gbxNoTotalValueTextAlignment.Controls.Add(this.rbtnNotRight);
  741. this.gbxNoTotalValueTextAlignment.Controls.Add(this.rbtnNotCenter);
  742. this.gbxNoTotalValueTextAlignment.Controls.Add(this.rbtnNotLeft);
  743. this.gbxNoTotalValueTextAlignment.Location = new System.Drawing.Point(12, 70);
  744. this.gbxNoTotalValueTextAlignment.Name = "gbxNoTotalValueTextAlignment";
  745. this.gbxNoTotalValueTextAlignment.Size = new System.Drawing.Size(290, 48);
  746. this.gbxNoTotalValueTextAlignment.TabIndex = 20;
  747. this.gbxNoTotalValueTextAlignment.TabStop = false;
  748. this.gbxNoTotalValueTextAlignment.Text = "对齐方式";
  749. //
  750. // rbtnNotEvenness
  751. //
  752. this.rbtnNotEvenness.AutoSize = true;
  753. this.rbtnNotEvenness.Location = new System.Drawing.Point(212, 19);
  754. this.rbtnNotEvenness.Name = "rbtnNotEvenness";
  755. this.rbtnNotEvenness.Size = new System.Drawing.Size(71, 16);
  756. this.rbtnNotEvenness.TabIndex = 3;
  757. this.rbtnNotEvenness.TabStop = true;
  758. this.rbtnNotEvenness.Text = "两端对齐";
  759. this.rbtnNotEvenness.UseVisualStyleBackColor = true;
  760. this.rbtnNotEvenness.CheckedChanged += new System.EventHandler(this.rbtnNotAlignment_CheckedChanged);
  761. //
  762. // rbtnNotRight
  763. //
  764. this.rbtnNotRight.AutoSize = true;
  765. this.rbtnNotRight.Location = new System.Drawing.Point(148, 19);
  766. this.rbtnNotRight.Name = "rbtnNotRight";
  767. this.rbtnNotRight.Size = new System.Drawing.Size(59, 16);
  768. this.rbtnNotRight.TabIndex = 2;
  769. this.rbtnNotRight.TabStop = true;
  770. this.rbtnNotRight.Text = "右对齐";
  771. this.rbtnNotRight.UseVisualStyleBackColor = true;
  772. this.rbtnNotRight.CheckedChanged += new System.EventHandler(this.rbtnNotAlignment_CheckedChanged);
  773. //
  774. // rbtnNotCenter
  775. //
  776. this.rbtnNotCenter.AutoSize = true;
  777. this.rbtnNotCenter.Location = new System.Drawing.Point(72, 19);
  778. this.rbtnNotCenter.Name = "rbtnNotCenter";
  779. this.rbtnNotCenter.Size = new System.Drawing.Size(71, 16);
  780. this.rbtnNotCenter.TabIndex = 1;
  781. this.rbtnNotCenter.Text = "居中对齐";
  782. this.rbtnNotCenter.UseVisualStyleBackColor = true;
  783. this.rbtnNotCenter.CheckedChanged += new System.EventHandler(this.rbtnNotAlignment_CheckedChanged);
  784. //
  785. // rbtnNotLeft
  786. //
  787. this.rbtnNotLeft.AutoSize = true;
  788. this.rbtnNotLeft.Checked = true;
  789. this.rbtnNotLeft.Location = new System.Drawing.Point(8, 19);
  790. this.rbtnNotLeft.Name = "rbtnNotLeft";
  791. this.rbtnNotLeft.Size = new System.Drawing.Size(59, 16);
  792. this.rbtnNotLeft.TabIndex = 0;
  793. this.rbtnNotLeft.TabStop = true;
  794. this.rbtnNotLeft.Text = "左对齐";
  795. this.rbtnNotLeft.UseVisualStyleBackColor = true;
  796. this.rbtnNotLeft.CheckedChanged += new System.EventHandler(this.rbtnNotAlignment_CheckedChanged);
  797. //
  798. // gbxTotalValueStyle
  799. //
  800. this.gbxTotalValueStyle.BackColor = System.Drawing.Color.Transparent;
  801. this.gbxTotalValueStyle.Controls.Add(this.lblDefaultValue);
  802. this.gbxTotalValueStyle.Controls.Add(this.ddlDefaultValue);
  803. this.gbxTotalValueStyle.Controls.Add(this.lblTextFormat);
  804. this.gbxTotalValueStyle.Controls.Add(this.ddlTextFormat);
  805. this.gbxTotalValueStyle.Controls.Add(this.btnFont);
  806. this.gbxTotalValueStyle.Controls.Add(this.btnSelectColor);
  807. this.gbxTotalValueStyle.Location = new System.Drawing.Point(279, 20);
  808. this.gbxTotalValueStyle.Name = "gbxTotalValueStyle";
  809. this.gbxTotalValueStyle.Size = new System.Drawing.Size(160, 151);
  810. this.gbxTotalValueStyle.TabIndex = 15;
  811. this.gbxTotalValueStyle.TabStop = false;
  812. this.gbxTotalValueStyle.Text = "样式";
  813. //
  814. // gbxTotalValueOptions
  815. //
  816. this.gbxTotalValueOptions.BackColor = System.Drawing.Color.Transparent;
  817. this.gbxTotalValueOptions.Controls.Add(this.gbxTotalValueLocation);
  818. this.gbxTotalValueOptions.Controls.Add(this.gbxTotalValueStyle);
  819. this.gbxTotalValueOptions.Controls.Add(this.txtPreview);
  820. this.gbxTotalValueOptions.Controls.Add(this.gbxTotalValueTextAlignmentV);
  821. this.gbxTotalValueOptions.Controls.Add(this.gbxTotalValueTextAlignment);
  822. this.gbxTotalValueOptions.Controls.Add(this.lblPreview);
  823. this.gbxTotalValueOptions.Location = new System.Drawing.Point(14, 37);
  824. this.gbxTotalValueOptions.Name = "gbxTotalValueOptions";
  825. this.gbxTotalValueOptions.Size = new System.Drawing.Size(559, 229);
  826. this.gbxTotalValueOptions.TabIndex = 21;
  827. this.gbxTotalValueOptions.TabStop = false;
  828. this.gbxTotalValueOptions.Text = "合计文本选项";
  829. //
  830. // gbxTotalValueTextAlignmentV
  831. //
  832. this.gbxTotalValueTextAlignmentV.BackColor = System.Drawing.Color.Transparent;
  833. this.gbxTotalValueTextAlignmentV.Controls.Add(this.rbtnBottom);
  834. this.gbxTotalValueTextAlignmentV.Controls.Add(this.rbtnCenterV);
  835. this.gbxTotalValueTextAlignmentV.Controls.Add(this.rbtnTop);
  836. this.gbxTotalValueTextAlignmentV.Location = new System.Drawing.Point(445, 135);
  837. this.gbxTotalValueTextAlignmentV.Name = "gbxTotalValueTextAlignmentV";
  838. this.gbxTotalValueTextAlignmentV.Size = new System.Drawing.Size(108, 87);
  839. this.gbxTotalValueTextAlignmentV.TabIndex = 21;
  840. this.gbxTotalValueTextAlignmentV.TabStop = false;
  841. this.gbxTotalValueTextAlignmentV.Text = "垂直对齐";
  842. //
  843. // rbtnBottom
  844. //
  845. this.rbtnBottom.AutoSize = true;
  846. this.rbtnBottom.Location = new System.Drawing.Point(10, 64);
  847. this.rbtnBottom.Name = "rbtnBottom";
  848. this.rbtnBottom.Size = new System.Drawing.Size(71, 16);
  849. this.rbtnBottom.TabIndex = 2;
  850. this.rbtnBottom.TabStop = true;
  851. this.rbtnBottom.Text = "底端对齐";
  852. this.rbtnBottom.UseVisualStyleBackColor = true;
  853. this.rbtnBottom.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  854. //
  855. // rbtnCenterV
  856. //
  857. this.rbtnCenterV.AutoSize = true;
  858. this.rbtnCenterV.Location = new System.Drawing.Point(10, 42);
  859. this.rbtnCenterV.Name = "rbtnCenterV";
  860. this.rbtnCenterV.Size = new System.Drawing.Size(71, 16);
  861. this.rbtnCenterV.TabIndex = 1;
  862. this.rbtnCenterV.Text = "垂直居中";
  863. this.rbtnCenterV.UseVisualStyleBackColor = true;
  864. this.rbtnCenterV.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  865. //
  866. // rbtnTop
  867. //
  868. this.rbtnTop.AutoSize = true;
  869. this.rbtnTop.Checked = true;
  870. this.rbtnTop.Location = new System.Drawing.Point(10, 20);
  871. this.rbtnTop.Name = "rbtnTop";
  872. this.rbtnTop.Size = new System.Drawing.Size(71, 16);
  873. this.rbtnTop.TabIndex = 0;
  874. this.rbtnTop.TabStop = true;
  875. this.rbtnTop.Text = "顶端对齐";
  876. this.rbtnTop.UseVisualStyleBackColor = true;
  877. this.rbtnTop.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  878. //
  879. // TotalTextItemSetting
  880. //
  881. this.AcceptButton = this.btnOK;
  882. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  883. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  884. this.BackColor = System.Drawing.SystemColors.Window;
  885. this.CancelButton = this.btnCancel;
  886. this.ClientSize = new System.Drawing.Size(579, 472);
  887. this.Controls.Add(this.gbxTotalValueOptions);
  888. this.Controls.Add(this.gbxNoTotalValueOptions);
  889. this.Controls.Add(this.ckbWrap);
  890. this.Controls.Add(this.txtItemName);
  891. this.Controls.Add(this.btnOK);
  892. this.Controls.Add(this.lblItemName);
  893. this.Controls.Add(this.btnCancel);
  894. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  895. this.Name = "TotalTextItemSetting";
  896. this.ShowIcon = true;
  897. this.Text = "合计文本设置";
  898. this.Shown += new System.EventHandler(this.TextItemSetting_Shown);
  899. this.Controls.SetChildIndex(this.pnlBack, 0);
  900. this.Controls.SetChildIndex(this.btnCancel, 0);
  901. this.Controls.SetChildIndex(this.lblItemName, 0);
  902. this.Controls.SetChildIndex(this.btnOK, 0);
  903. this.Controls.SetChildIndex(this.txtItemName, 0);
  904. this.Controls.SetChildIndex(this.ckbWrap, 0);
  905. this.Controls.SetChildIndex(this.gbxNoTotalValueOptions, 0);
  906. this.Controls.SetChildIndex(this.gbxTotalValueOptions, 0);
  907. this.gbxTotalValueTextAlignment.ResumeLayout(false);
  908. this.gbxTotalValueTextAlignment.PerformLayout();
  909. ((System.ComponentModel.ISupportInitialize)(this.numLineSpace)).EndInit();
  910. ((System.ComponentModel.ISupportInitialize)(this.numCharSpace)).EndInit();
  911. ((System.ComponentModel.ISupportInitialize)(this.numWidth)).EndInit();
  912. ((System.ComponentModel.ISupportInitialize)(this.numHeight)).EndInit();
  913. ((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).EndInit();
  914. ((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).EndInit();
  915. ((System.ComponentModel.ISupportInitialize)(this.numCharCount)).EndInit();
  916. this.gbxTotalValueLocation.ResumeLayout(false);
  917. this.gbxTotalValueLocation.PerformLayout();
  918. this.gbxNoTotalValueOptions.ResumeLayout(false);
  919. this.gbxNoTotalValueOptions.PerformLayout();
  920. this.gbxNoTotalValueTextAlignmentV.ResumeLayout(false);
  921. this.gbxNoTotalValueTextAlignmentV.PerformLayout();
  922. this.gbxNoTotalValueTextAlignment.ResumeLayout(false);
  923. this.gbxNoTotalValueTextAlignment.PerformLayout();
  924. this.gbxTotalValueStyle.ResumeLayout(false);
  925. this.gbxTotalValueStyle.PerformLayout();
  926. this.gbxTotalValueOptions.ResumeLayout(false);
  927. this.gbxTotalValueOptions.PerformLayout();
  928. this.gbxTotalValueTextAlignmentV.ResumeLayout(false);
  929. this.gbxTotalValueTextAlignmentV.PerformLayout();
  930. this.ResumeLayout(false);
  931. this.PerformLayout();
  932. }
  933. #endregion
  934. private Dongke.WinForm.Controls.BtnButton btnCancel;
  935. private Dongke.WinForm.Controls.BtnButton btnOK;
  936. private System.Windows.Forms.GroupBox gbxTotalValueTextAlignment;
  937. private System.Windows.Forms.Label lblLineSpace;
  938. private System.Windows.Forms.NumericUpDown numLineSpace;
  939. private System.Windows.Forms.Label lblLineSpaceUnit;
  940. private System.Windows.Forms.Label lblCharSpace;
  941. private System.Windows.Forms.Label lblCharSpaceUnit;
  942. private System.Windows.Forms.NumericUpDown numCharSpace;
  943. private System.Windows.Forms.Label lblWidth;
  944. private System.Windows.Forms.Label lblWidthUnit;
  945. private System.Windows.Forms.NumericUpDown numWidth;
  946. private System.Windows.Forms.Label lblHeight;
  947. private System.Windows.Forms.Label lblHeightUnit;
  948. private System.Windows.Forms.NumericUpDown numHeight;
  949. private System.Windows.Forms.Label lblLoctionY;
  950. private System.Windows.Forms.Label lblLoctionYUnit;
  951. private System.Windows.Forms.NumericUpDown numLoctionY;
  952. private System.Windows.Forms.Label lblLoctionX;
  953. private System.Windows.Forms.Label lblLoctionXUnit;
  954. private System.Windows.Forms.NumericUpDown numLoctionX;
  955. private System.Windows.Forms.RadioButton rbtnEvenness;
  956. private System.Windows.Forms.RadioButton rbtnRight;
  957. private System.Windows.Forms.RadioButton rbtnCenter;
  958. private System.Windows.Forms.RadioButton rbtnLeft;
  959. private System.Windows.Forms.Label lblCharCount;
  960. private System.Windows.Forms.NumericUpDown numCharCount;
  961. private System.Windows.Forms.TextBox txtPreview;
  962. private System.Windows.Forms.Label lblPreview;
  963. private System.Windows.Forms.ComboBox ddlDefaultValue;
  964. private System.Windows.Forms.ComboBox ddlTextFormat;
  965. private System.Windows.Forms.Label lblDefaultValue;
  966. private System.Windows.Forms.Label lblTextFormat;
  967. private System.Windows.Forms.Button btnSelectColor;
  968. private System.Windows.Forms.ColorDialog colorDialog;
  969. private System.Windows.Forms.Label lblItemName;
  970. private System.Windows.Forms.TextBox txtItemName;
  971. private System.Windows.Forms.ToolTip toolTip;
  972. private System.Windows.Forms.GroupBox gbxTotalValueLocation;
  973. private System.Windows.Forms.FontDialog fontDialog;
  974. private System.Windows.Forms.Button btnFont;
  975. private System.Windows.Forms.CheckBox ckbWrap;
  976. private System.Windows.Forms.GroupBox gbxNoTotalValueOptions;
  977. private System.Windows.Forms.TextBox txtNotTotalValue;
  978. private System.Windows.Forms.Button btnNotFont;
  979. private System.Windows.Forms.Button btnNotColor;
  980. private System.Windows.Forms.GroupBox gbxNoTotalValueTextAlignment;
  981. private System.Windows.Forms.RadioButton rbtnNotEvenness;
  982. private System.Windows.Forms.RadioButton rbtnNotRight;
  983. private System.Windows.Forms.RadioButton rbtnNotCenter;
  984. private System.Windows.Forms.RadioButton rbtnNotLeft;
  985. private System.Windows.Forms.GroupBox gbxTotalValueStyle;
  986. private System.Windows.Forms.Label lblNoTotalPreview;
  987. private System.Windows.Forms.GroupBox gbxTotalValueOptions;
  988. private System.Windows.Forms.GroupBox gbxTotalValueTextAlignmentV;
  989. private System.Windows.Forms.RadioButton rbtnBottom;
  990. private System.Windows.Forms.RadioButton rbtnCenterV;
  991. private System.Windows.Forms.RadioButton rbtnTop;
  992. private System.Windows.Forms.GroupBox gbxNoTotalValueTextAlignmentV;
  993. private System.Windows.Forms.RadioButton rbtnNotBottom;
  994. private System.Windows.Forms.RadioButton rbtnNotCenterV;
  995. private System.Windows.Forms.RadioButton rbtnNotTop;
  996. }
  997. }