PageNumItemSetting.designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  1. namespace Dongke.WinForm.Controls.InvoiceLayout
  2. {
  3. partial class PageNumItemSetting
  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(PageNumItemSetting));
  30. this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
  31. this.btnOK = new Dongke.WinForm.Controls.BtnButton();
  32. this.grbTextAlignment = 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.label11 = new System.Windows.Forms.Label();
  38. this.label12 = new System.Windows.Forms.Label();
  39. this.numWidth = new System.Windows.Forms.NumericUpDown();
  40. this.label13 = new System.Windows.Forms.Label();
  41. this.label14 = new System.Windows.Forms.Label();
  42. this.numHeight = new System.Windows.Forms.NumericUpDown();
  43. this.label15 = new System.Windows.Forms.Label();
  44. this.label16 = new System.Windows.Forms.Label();
  45. this.numLoctionY = new System.Windows.Forms.NumericUpDown();
  46. this.label17 = new System.Windows.Forms.Label();
  47. this.label18 = new System.Windows.Forms.Label();
  48. this.numLoctionX = new System.Windows.Forms.NumericUpDown();
  49. this.txtPreview = new System.Windows.Forms.TextBox();
  50. this.lblPreview = new System.Windows.Forms.Label();
  51. this.btnSelectColor = new System.Windows.Forms.Button();
  52. this.colorDialog = new System.Windows.Forms.ColorDialog();
  53. this.toolTip = new System.Windows.Forms.ToolTip(this.components);
  54. this.btnFont = new System.Windows.Forms.Button();
  55. this.groupBox2 = new System.Windows.Forms.GroupBox();
  56. this.fontDialog = new System.Windows.Forms.FontDialog();
  57. this.txtPageNumFormat = new System.Windows.Forms.TextBox();
  58. this.label1 = new System.Windows.Forms.Label();
  59. this.grbTextAlignmentV = new System.Windows.Forms.GroupBox();
  60. this.rbtnBottom = new System.Windows.Forms.RadioButton();
  61. this.rbtnCenterV = new System.Windows.Forms.RadioButton();
  62. this.rbtnTop = new System.Windows.Forms.RadioButton();
  63. this.grbTextAlignment.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.numWidth)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.numHeight)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).BeginInit();
  68. this.groupBox2.SuspendLayout();
  69. this.grbTextAlignmentV.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // btnCancel
  73. //
  74. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  75. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  76. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  77. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  78. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.btnCancel.ForeColor = System.Drawing.Color.White;
  80. this.btnCancel.Location = new System.Drawing.Point(321, 200);
  81. this.btnCancel.Name = "btnCancel";
  82. this.btnCancel.Size = new System.Drawing.Size(85, 33);
  83. this.btnCancel.TabIndex = 12;
  84. this.btnCancel.Text = "取消";
  85. this.btnCancel.UseVisualStyleBackColor = true;
  86. //
  87. // btnOK
  88. //
  89. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  90. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  91. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  92. this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  93. this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.btnOK.ForeColor = System.Drawing.Color.White;
  95. this.btnOK.Location = new System.Drawing.Point(230, 200);
  96. this.btnOK.Name = "btnOK";
  97. this.btnOK.Size = new System.Drawing.Size(85, 33);
  98. this.btnOK.TabIndex = 11;
  99. this.btnOK.Text = "确定";
  100. this.btnOK.UseVisualStyleBackColor = true;
  101. //
  102. // grbTextAlignment
  103. //
  104. this.grbTextAlignment.BackColor = System.Drawing.Color.Transparent;
  105. this.grbTextAlignment.Controls.Add(this.rbtnEvenness);
  106. this.grbTextAlignment.Controls.Add(this.rbtnRight);
  107. this.grbTextAlignment.Controls.Add(this.rbtnCenter);
  108. this.grbTextAlignment.Controls.Add(this.rbtnLeft);
  109. this.grbTextAlignment.Location = new System.Drawing.Point(207, 12);
  110. this.grbTextAlignment.Name = "grbTextAlignment";
  111. this.grbTextAlignment.Size = new System.Drawing.Size(90, 113);
  112. this.grbTextAlignment.TabIndex = 20;
  113. this.grbTextAlignment.TabStop = false;
  114. this.grbTextAlignment.Text = "水平对齐";
  115. //
  116. // rbtnEvenness
  117. //
  118. this.rbtnEvenness.AutoSize = true;
  119. this.rbtnEvenness.Location = new System.Drawing.Point(10, 89);
  120. this.rbtnEvenness.Name = "rbtnEvenness";
  121. this.rbtnEvenness.Size = new System.Drawing.Size(71, 16);
  122. this.rbtnEvenness.TabIndex = 3;
  123. this.rbtnEvenness.TabStop = true;
  124. this.rbtnEvenness.Text = "两端对齐";
  125. this.rbtnEvenness.UseVisualStyleBackColor = true;
  126. this.rbtnEvenness.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  127. //
  128. // rbtnRight
  129. //
  130. this.rbtnRight.AutoSize = true;
  131. this.rbtnRight.Location = new System.Drawing.Point(10, 65);
  132. this.rbtnRight.Name = "rbtnRight";
  133. this.rbtnRight.Size = new System.Drawing.Size(59, 16);
  134. this.rbtnRight.TabIndex = 2;
  135. this.rbtnRight.TabStop = true;
  136. this.rbtnRight.Text = "右对齐";
  137. this.rbtnRight.UseVisualStyleBackColor = true;
  138. this.rbtnRight.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  139. //
  140. // rbtnCenter
  141. //
  142. this.rbtnCenter.AutoSize = true;
  143. this.rbtnCenter.Location = new System.Drawing.Point(10, 41);
  144. this.rbtnCenter.Name = "rbtnCenter";
  145. this.rbtnCenter.Size = new System.Drawing.Size(71, 16);
  146. this.rbtnCenter.TabIndex = 1;
  147. this.rbtnCenter.Text = "居中对齐";
  148. this.rbtnCenter.UseVisualStyleBackColor = true;
  149. this.rbtnCenter.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  150. //
  151. // rbtnLeft
  152. //
  153. this.rbtnLeft.AutoSize = true;
  154. this.rbtnLeft.Checked = true;
  155. this.rbtnLeft.Location = new System.Drawing.Point(10, 17);
  156. this.rbtnLeft.Name = "rbtnLeft";
  157. this.rbtnLeft.Size = new System.Drawing.Size(59, 16);
  158. this.rbtnLeft.TabIndex = 0;
  159. this.rbtnLeft.TabStop = true;
  160. this.rbtnLeft.Text = "左对齐";
  161. this.rbtnLeft.UseVisualStyleBackColor = true;
  162. this.rbtnLeft.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  163. //
  164. // label11
  165. //
  166. this.label11.AutoSize = true;
  167. this.label11.Location = new System.Drawing.Point(17, 66);
  168. this.label11.Name = "label11";
  169. this.label11.Size = new System.Drawing.Size(17, 12);
  170. this.label11.TabIndex = 5;
  171. this.label11.Text = "宽";
  172. //
  173. // label12
  174. //
  175. this.label12.AutoSize = true;
  176. this.label12.Location = new System.Drawing.Point(77, 85);
  177. this.label12.Name = "label12";
  178. this.label12.Size = new System.Drawing.Size(17, 12);
  179. this.label12.TabIndex = 7;
  180. this.label12.Text = "mm";
  181. //
  182. // numWidth
  183. //
  184. this.numWidth.DecimalPlaces = 1;
  185. this.numWidth.Increment = new decimal(new int[] {
  186. 1,
  187. 0,
  188. 0,
  189. 65536});
  190. this.numWidth.Location = new System.Drawing.Point(19, 81);
  191. this.numWidth.Maximum = new decimal(new int[] {
  192. 9999,
  193. 0,
  194. 0,
  195. 65536});
  196. this.numWidth.Minimum = new decimal(new int[] {
  197. 1,
  198. 0,
  199. 0,
  200. 0});
  201. this.numWidth.Name = "numWidth";
  202. this.numWidth.Size = new System.Drawing.Size(53, 21);
  203. this.numWidth.TabIndex = 6;
  204. this.numWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  205. this.numWidth.Value = new decimal(new int[] {
  206. 40,
  207. 0,
  208. 0,
  209. 0});
  210. //
  211. // label13
  212. //
  213. this.label13.AutoSize = true;
  214. this.label13.Location = new System.Drawing.Point(108, 66);
  215. this.label13.Name = "label13";
  216. this.label13.Size = new System.Drawing.Size(17, 12);
  217. this.label13.TabIndex = 8;
  218. this.label13.Text = "高";
  219. //
  220. // label14
  221. //
  222. this.label14.AutoSize = true;
  223. this.label14.Location = new System.Drawing.Point(169, 85);
  224. this.label14.Name = "label14";
  225. this.label14.Size = new System.Drawing.Size(17, 12);
  226. this.label14.TabIndex = 11;
  227. this.label14.Text = "mm";
  228. //
  229. // numHeight
  230. //
  231. this.numHeight.DecimalPlaces = 1;
  232. this.numHeight.Increment = new decimal(new int[] {
  233. 1,
  234. 0,
  235. 0,
  236. 65536});
  237. this.numHeight.Location = new System.Drawing.Point(110, 81);
  238. this.numHeight.Maximum = new decimal(new int[] {
  239. 9999,
  240. 0,
  241. 0,
  242. 65536});
  243. this.numHeight.Minimum = new decimal(new int[] {
  244. 1,
  245. 0,
  246. 0,
  247. 0});
  248. this.numHeight.Name = "numHeight";
  249. this.numHeight.Size = new System.Drawing.Size(53, 21);
  250. this.numHeight.TabIndex = 9;
  251. this.numHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  252. this.numHeight.Value = new decimal(new int[] {
  253. 6,
  254. 0,
  255. 0,
  256. 0});
  257. //
  258. // label15
  259. //
  260. this.label15.AutoSize = true;
  261. this.label15.Location = new System.Drawing.Point(108, 20);
  262. this.label15.Name = "label15";
  263. this.label15.Size = new System.Drawing.Size(11, 12);
  264. this.label15.TabIndex = 3;
  265. this.label15.Text = "Y";
  266. //
  267. // label16
  268. //
  269. this.label16.AutoSize = true;
  270. this.label16.Location = new System.Drawing.Point(169, 39);
  271. this.label16.Name = "label16";
  272. this.label16.Size = new System.Drawing.Size(17, 12);
  273. this.label16.TabIndex = 10;
  274. this.label16.Text = "mm";
  275. //
  276. // numLoctionY
  277. //
  278. this.numLoctionY.DecimalPlaces = 1;
  279. this.numLoctionY.Increment = new decimal(new int[] {
  280. 1,
  281. 0,
  282. 0,
  283. 65536});
  284. this.numLoctionY.Location = new System.Drawing.Point(110, 35);
  285. this.numLoctionY.Maximum = new decimal(new int[] {
  286. 9999,
  287. 0,
  288. 0,
  289. 65536});
  290. this.numLoctionY.Name = "numLoctionY";
  291. this.numLoctionY.Size = new System.Drawing.Size(53, 21);
  292. this.numLoctionY.TabIndex = 4;
  293. this.numLoctionY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  294. this.numLoctionY.Value = new decimal(new int[] {
  295. 10,
  296. 0,
  297. 0,
  298. 0});
  299. //
  300. // label17
  301. //
  302. this.label17.AutoSize = true;
  303. this.label17.Location = new System.Drawing.Point(17, 20);
  304. this.label17.Name = "label17";
  305. this.label17.Size = new System.Drawing.Size(11, 12);
  306. this.label17.TabIndex = 0;
  307. this.label17.Text = "X";
  308. //
  309. // label18
  310. //
  311. this.label18.AutoSize = true;
  312. this.label18.Location = new System.Drawing.Point(77, 39);
  313. this.label18.Name = "label18";
  314. this.label18.Size = new System.Drawing.Size(17, 12);
  315. this.label18.TabIndex = 2;
  316. this.label18.Text = "mm";
  317. //
  318. // numLoctionX
  319. //
  320. this.numLoctionX.DecimalPlaces = 1;
  321. this.numLoctionX.Increment = new decimal(new int[] {
  322. 1,
  323. 0,
  324. 0,
  325. 65536});
  326. this.numLoctionX.Location = new System.Drawing.Point(19, 35);
  327. this.numLoctionX.Maximum = new decimal(new int[] {
  328. 9999,
  329. 0,
  330. 0,
  331. 65536});
  332. this.numLoctionX.Name = "numLoctionX";
  333. this.numLoctionX.Size = new System.Drawing.Size(53, 21);
  334. this.numLoctionX.TabIndex = 1;
  335. this.numLoctionX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  336. this.numLoctionX.Value = new decimal(new int[] {
  337. 10,
  338. 0,
  339. 0,
  340. 0});
  341. //
  342. // txtPreview
  343. //
  344. this.txtPreview.BackColor = System.Drawing.SystemColors.Window;
  345. this.txtPreview.BorderStyle = System.Windows.Forms.BorderStyle.None;
  346. this.txtPreview.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.txtPreview.ForeColor = System.Drawing.Color.Black;
  348. this.txtPreview.ImeMode = System.Windows.Forms.ImeMode.Hiragana;
  349. this.txtPreview.Location = new System.Drawing.Point(239, 155);
  350. this.txtPreview.Name = "txtPreview";
  351. this.txtPreview.ReadOnly = true;
  352. this.txtPreview.Size = new System.Drawing.Size(167, 16);
  353. this.txtPreview.TabIndex = 4;
  354. this.txtPreview.Text = "1/1";
  355. this.txtPreview.WordWrap = false;
  356. //
  357. // lblPreview
  358. //
  359. this.lblPreview.AutoSize = true;
  360. this.lblPreview.BackColor = System.Drawing.Color.Transparent;
  361. this.lblPreview.Location = new System.Drawing.Point(204, 156);
  362. this.lblPreview.Name = "lblPreview";
  363. this.lblPreview.Size = new System.Drawing.Size(29, 12);
  364. this.lblPreview.TabIndex = 3;
  365. this.lblPreview.Text = "示例";
  366. //
  367. // btnSelectColor
  368. //
  369. this.btnSelectColor.Location = new System.Drawing.Point(39, 179);
  370. this.btnSelectColor.Name = "btnSelectColor";
  371. this.btnSelectColor.Size = new System.Drawing.Size(75, 23);
  372. this.btnSelectColor.TabIndex = 5;
  373. this.btnSelectColor.Text = "颜色...";
  374. this.btnSelectColor.UseVisualStyleBackColor = true;
  375. this.btnSelectColor.Click += new System.EventHandler(this.btnSelectColor_Click);
  376. //
  377. // toolTip
  378. //
  379. this.toolTip.AutoPopDelay = 5000;
  380. this.toolTip.InitialDelay = 500;
  381. this.toolTip.ReshowDelay = 500;
  382. //
  383. // btnFont
  384. //
  385. this.btnFont.Location = new System.Drawing.Point(123, 179);
  386. this.btnFont.Name = "btnFont";
  387. this.btnFont.Size = new System.Drawing.Size(75, 23);
  388. this.btnFont.TabIndex = 6;
  389. this.btnFont.Text = "字体...";
  390. this.btnFont.UseVisualStyleBackColor = true;
  391. this.btnFont.Click += new System.EventHandler(this.btnFont_Click);
  392. //
  393. // groupBox2
  394. //
  395. this.groupBox2.BackColor = System.Drawing.Color.Transparent;
  396. this.groupBox2.Controls.Add(this.label11);
  397. this.groupBox2.Controls.Add(this.label13);
  398. this.groupBox2.Controls.Add(this.label15);
  399. this.groupBox2.Controls.Add(this.label17);
  400. this.groupBox2.Controls.Add(this.label12);
  401. this.groupBox2.Controls.Add(this.label14);
  402. this.groupBox2.Controls.Add(this.label16);
  403. this.groupBox2.Controls.Add(this.numLoctionX);
  404. this.groupBox2.Controls.Add(this.label18);
  405. this.groupBox2.Controls.Add(this.numLoctionY);
  406. this.groupBox2.Controls.Add(this.numWidth);
  407. this.groupBox2.Controls.Add(this.numHeight);
  408. this.groupBox2.Location = new System.Drawing.Point(6, 12);
  409. this.groupBox2.Name = "groupBox2";
  410. this.groupBox2.Size = new System.Drawing.Size(192, 113);
  411. this.groupBox2.TabIndex = 0;
  412. this.groupBox2.TabStop = false;
  413. this.groupBox2.Text = "页码位置";
  414. //
  415. // fontDialog
  416. //
  417. this.fontDialog.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.fontDialog.ShowEffects = false;
  419. //
  420. // txtPageNumFormat
  421. //
  422. this.txtPageNumFormat.Location = new System.Drawing.Point(39, 152);
  423. this.txtPageNumFormat.Name = "txtPageNumFormat";
  424. this.txtPageNumFormat.Size = new System.Drawing.Size(159, 21);
  425. this.txtPageNumFormat.TabIndex = 2;
  426. this.txtPageNumFormat.Text = "&[页码]/&[总页数]";
  427. this.txtPageNumFormat.Validating += new System.ComponentModel.CancelEventHandler(this.txtPageNumFormat_Validating);
  428. //
  429. // label1
  430. //
  431. this.label1.AutoSize = true;
  432. this.label1.BackColor = System.Drawing.Color.Transparent;
  433. this.label1.Location = new System.Drawing.Point(4, 156);
  434. this.label1.Name = "label1";
  435. this.label1.Size = new System.Drawing.Size(29, 12);
  436. this.label1.TabIndex = 1;
  437. this.label1.Text = "格式";
  438. //
  439. // grbTextAlignmentV
  440. //
  441. this.grbTextAlignmentV.BackColor = System.Drawing.Color.Transparent;
  442. this.grbTextAlignmentV.Controls.Add(this.rbtnBottom);
  443. this.grbTextAlignmentV.Controls.Add(this.rbtnCenterV);
  444. this.grbTextAlignmentV.Controls.Add(this.rbtnTop);
  445. this.grbTextAlignmentV.Location = new System.Drawing.Point(303, 12);
  446. this.grbTextAlignmentV.Name = "grbTextAlignmentV";
  447. this.grbTextAlignmentV.Size = new System.Drawing.Size(103, 113);
  448. this.grbTextAlignmentV.TabIndex = 21;
  449. this.grbTextAlignmentV.TabStop = false;
  450. this.grbTextAlignmentV.Text = "垂直对齐";
  451. //
  452. // rbtnBottom
  453. //
  454. this.rbtnBottom.AutoSize = true;
  455. this.rbtnBottom.Location = new System.Drawing.Point(10, 65);
  456. this.rbtnBottom.Name = "rbtnBottom";
  457. this.rbtnBottom.Size = new System.Drawing.Size(71, 16);
  458. this.rbtnBottom.TabIndex = 2;
  459. this.rbtnBottom.TabStop = true;
  460. this.rbtnBottom.Text = "底端对齐";
  461. this.rbtnBottom.UseVisualStyleBackColor = true;
  462. this.rbtnBottom.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  463. //
  464. // rbtnCenterV
  465. //
  466. this.rbtnCenterV.AutoSize = true;
  467. this.rbtnCenterV.Location = new System.Drawing.Point(10, 41);
  468. this.rbtnCenterV.Name = "rbtnCenterV";
  469. this.rbtnCenterV.Size = new System.Drawing.Size(71, 16);
  470. this.rbtnCenterV.TabIndex = 1;
  471. this.rbtnCenterV.Text = "垂直居中";
  472. this.rbtnCenterV.UseVisualStyleBackColor = true;
  473. this.rbtnCenterV.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  474. //
  475. // rbtnTop
  476. //
  477. this.rbtnTop.AutoSize = true;
  478. this.rbtnTop.Checked = true;
  479. this.rbtnTop.Location = new System.Drawing.Point(10, 17);
  480. this.rbtnTop.Name = "rbtnTop";
  481. this.rbtnTop.Size = new System.Drawing.Size(71, 16);
  482. this.rbtnTop.TabIndex = 0;
  483. this.rbtnTop.TabStop = true;
  484. this.rbtnTop.Text = "顶端对齐";
  485. this.rbtnTop.UseVisualStyleBackColor = true;
  486. this.rbtnTop.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
  487. //
  488. // PageNumItemSetting
  489. //
  490. this.AcceptButton = this.btnOK;
  491. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  492. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  493. this.BackColor = System.Drawing.SystemColors.Window;
  494. this.CancelButton = this.btnCancel;
  495. this.ClientSize = new System.Drawing.Size(418, 258);
  496. this.Controls.Add(this.txtPageNumFormat);
  497. this.Controls.Add(this.btnFont);
  498. this.Controls.Add(this.label1);
  499. this.Controls.Add(this.btnSelectColor);
  500. this.Controls.Add(this.lblPreview);
  501. this.Controls.Add(this.groupBox2);
  502. this.Controls.Add(this.grbTextAlignmentV);
  503. this.Controls.Add(this.grbTextAlignment);
  504. this.Controls.Add(this.btnCancel);
  505. this.Controls.Add(this.txtPreview);
  506. this.Controls.Add(this.btnOK);
  507. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  508. this.Name = "PageNumItemSetting";
  509. this.ShowIcon = true;
  510. this.Text = "页码设置";
  511. this.Shown += new System.EventHandler(this.TextItemSetting_Shown);
  512. this.Controls.SetChildIndex(this.btnOK, 0);
  513. this.Controls.SetChildIndex(this.txtPreview, 0);
  514. this.Controls.SetChildIndex(this.btnCancel, 0);
  515. this.Controls.SetChildIndex(this.grbTextAlignment, 0);
  516. this.Controls.SetChildIndex(this.grbTextAlignmentV, 0);
  517. this.Controls.SetChildIndex(this.groupBox2, 0);
  518. this.Controls.SetChildIndex(this.lblPreview, 0);
  519. this.Controls.SetChildIndex(this.btnSelectColor, 0);
  520. this.Controls.SetChildIndex(this.label1, 0);
  521. this.Controls.SetChildIndex(this.btnFont, 0);
  522. this.Controls.SetChildIndex(this.txtPageNumFormat, 0);
  523. this.grbTextAlignment.ResumeLayout(false);
  524. this.grbTextAlignment.PerformLayout();
  525. ((System.ComponentModel.ISupportInitialize)(this.numWidth)).EndInit();
  526. ((System.ComponentModel.ISupportInitialize)(this.numHeight)).EndInit();
  527. ((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).EndInit();
  528. ((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).EndInit();
  529. this.groupBox2.ResumeLayout(false);
  530. this.groupBox2.PerformLayout();
  531. this.grbTextAlignmentV.ResumeLayout(false);
  532. this.grbTextAlignmentV.PerformLayout();
  533. this.ResumeLayout(false);
  534. this.PerformLayout();
  535. }
  536. #endregion
  537. private Dongke.WinForm.Controls.BtnButton btnCancel;
  538. private Dongke.WinForm.Controls.BtnButton btnOK;
  539. private System.Windows.Forms.GroupBox grbTextAlignment;
  540. private System.Windows.Forms.Label label11;
  541. private System.Windows.Forms.Label label12;
  542. private System.Windows.Forms.NumericUpDown numWidth;
  543. private System.Windows.Forms.Label label13;
  544. private System.Windows.Forms.Label label14;
  545. private System.Windows.Forms.NumericUpDown numHeight;
  546. private System.Windows.Forms.Label label15;
  547. private System.Windows.Forms.Label label16;
  548. private System.Windows.Forms.NumericUpDown numLoctionY;
  549. private System.Windows.Forms.Label label17;
  550. private System.Windows.Forms.Label label18;
  551. private System.Windows.Forms.NumericUpDown numLoctionX;
  552. private System.Windows.Forms.RadioButton rbtnEvenness;
  553. private System.Windows.Forms.RadioButton rbtnRight;
  554. private System.Windows.Forms.RadioButton rbtnCenter;
  555. private System.Windows.Forms.RadioButton rbtnLeft;
  556. private System.Windows.Forms.TextBox txtPreview;
  557. private System.Windows.Forms.Label lblPreview;
  558. private System.Windows.Forms.Button btnSelectColor;
  559. private System.Windows.Forms.ColorDialog colorDialog;
  560. private System.Windows.Forms.ToolTip toolTip;
  561. private System.Windows.Forms.GroupBox groupBox2;
  562. private System.Windows.Forms.FontDialog fontDialog;
  563. private System.Windows.Forms.Button btnFont;
  564. private System.Windows.Forms.TextBox txtPageNumFormat;
  565. private System.Windows.Forms.Label label1;
  566. private System.Windows.Forms.GroupBox grbTextAlignmentV;
  567. private System.Windows.Forms.RadioButton rbtnBottom;
  568. private System.Windows.Forms.RadioButton rbtnCenterV;
  569. private System.Windows.Forms.RadioButton rbtnTop;
  570. }
  571. }