PDFExportForm.Designer.cs 64 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class PDFExportForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.pageControlOptions = new FastReport.Controls.PageControlPage();
  30. this.gbImages = new System.Windows.Forms.GroupBox();
  31. this.cbOriginalResolution = new System.Windows.Forms.CheckBox();
  32. this.lblColorSpace = new System.Windows.Forms.Label();
  33. this.cbColorSpace = new System.Windows.Forms.ComboBox();
  34. this.cbJpegCompression = new System.Windows.Forms.CheckBox();
  35. this.cbPrintOptimized = new System.Windows.Forms.CheckBox();
  36. this.nudJpegQuality = new System.Windows.Forms.NumericUpDown();
  37. this.lblJpegQuality = new System.Windows.Forms.Label();
  38. this.gbOptions = new System.Windows.Forms.GroupBox();
  39. this.cbAcroForm = new System.Windows.Forms.CheckBox();
  40. this.lblCompliance = new System.Windows.Forms.Label();
  41. this.cbPdfStandard = new System.Windows.Forms.ComboBox();
  42. this.cbTextInCurves = new System.Windows.Forms.CheckBox();
  43. this.cbBackground = new System.Windows.Forms.CheckBox();
  44. this.cbEmbeddedFonts = new System.Windows.Forms.CheckBox();
  45. this.pageControlVector = new FastReport.Controls.PageControlPage();
  46. this.gbCurves = new System.Windows.Forms.GroupBox();
  47. this.cbSvgAsPicture = new System.Windows.Forms.CheckBox();
  48. this.cbCurvesInterpolationText = new System.Windows.Forms.ComboBox();
  49. this.lbCurvesInterpolationText = new System.Windows.Forms.Label();
  50. this.lbCurvesInterpolation = new System.Windows.Forms.Label();
  51. this.cbCurvesInterpolation = new System.Windows.Forms.ComboBox();
  52. this.gbGradientQuality = new System.Windows.Forms.GroupBox();
  53. this.lbGradientInterpolationPoints = new System.Windows.Forms.Label();
  54. this.cbGradientInterpolationPoints = new System.Windows.Forms.ComboBox();
  55. this.rbGradientHigh = new System.Windows.Forms.RadioButton();
  56. this.rbGradientMedium = new System.Windows.Forms.RadioButton();
  57. this.rbGradientLow = new System.Windows.Forms.RadioButton();
  58. this.rbGradientImage = new System.Windows.Forms.RadioButton();
  59. this.pageDigitalSignature = new FastReport.Controls.PageControlPage();
  60. this.gbSignInformation = new System.Windows.Forms.GroupBox();
  61. this.tbSignContactInfo = new System.Windows.Forms.TextBox();
  62. this.cbSignPdf = new System.Windows.Forms.CheckBox();
  63. this.lbSignContactInfo = new System.Windows.Forms.Label();
  64. this.lbSignLocation = new System.Windows.Forms.Label();
  65. this.tbSignReason = new System.Windows.Forms.TextBox();
  66. this.tbSignLocation = new System.Windows.Forms.TextBox();
  67. this.lbSignReason = new System.Windows.Forms.Label();
  68. this.gbCertificate = new System.Windows.Forms.GroupBox();
  69. this.lbSaveCertificatePasswordWarning = new System.Windows.Forms.Label();
  70. this.lbCertificatePassword = new System.Windows.Forms.Label();
  71. this.tbCertificatePassword = new System.Windows.Forms.TextBox();
  72. this.lbCertificatePath = new System.Windows.Forms.Label();
  73. this.tbCertificatePath = new FastReport.Controls.TextBoxButton();
  74. this.cbSaveCertificatePassword = new System.Windows.Forms.CheckBox();
  75. this.pageControlInformation = new FastReport.Controls.PageControlPage();
  76. this.gbDocumentInfo = new System.Windows.Forms.GroupBox();
  77. this.tbProducer = new System.Windows.Forms.TextBox();
  78. this.lbProducer = new System.Windows.Forms.Label();
  79. this.tbCreator = new System.Windows.Forms.TextBox();
  80. this.lbCreator = new System.Windows.Forms.Label();
  81. this.tbKeywords = new System.Windows.Forms.TextBox();
  82. this.lbKeywords = new System.Windows.Forms.Label();
  83. this.tbSubject = new System.Windows.Forms.TextBox();
  84. this.lbSubject = new System.Windows.Forms.Label();
  85. this.tbAuthor = new System.Windows.Forms.TextBox();
  86. this.lbAuthor = new System.Windows.Forms.Label();
  87. this.tbTitle = new System.Windows.Forms.TextBox();
  88. this.lbTitle = new System.Windows.Forms.Label();
  89. this.pageControlSecurity = new FastReport.Controls.PageControlPage();
  90. this.gbPermissions = new System.Windows.Forms.GroupBox();
  91. this.cbAnnotations = new System.Windows.Forms.CheckBox();
  92. this.cbCopyOfTextAndGraphics = new System.Windows.Forms.CheckBox();
  93. this.cbModifyTheDocument = new System.Windows.Forms.CheckBox();
  94. this.cbPrintTheDocument = new System.Windows.Forms.CheckBox();
  95. this.gbAuth = new System.Windows.Forms.GroupBox();
  96. this.tbUserPassword = new System.Windows.Forms.TextBox();
  97. this.lbUserPassword = new System.Windows.Forms.Label();
  98. this.tbOwnerPassword = new System.Windows.Forms.TextBox();
  99. this.lbOwnerPassword = new System.Windows.Forms.Label();
  100. this.pageControlViewer = new FastReport.Controls.PageControlPage();
  101. this.gbViewerPrfs = new System.Windows.Forms.GroupBox();
  102. this.cbPrintDialog = new System.Windows.Forms.CheckBox();
  103. this.cbbZoom = new System.Windows.Forms.ComboBox();
  104. this.lblInitialZoom = new System.Windows.Forms.Label();
  105. this.cbOutline = new System.Windows.Forms.CheckBox();
  106. this.cbPrintScaling = new System.Windows.Forms.CheckBox();
  107. this.cbCenterWindow = new System.Windows.Forms.CheckBox();
  108. this.cbFitWindow = new System.Windows.Forms.CheckBox();
  109. this.cbHideUI = new System.Windows.Forms.CheckBox();
  110. this.cbHideMenubar = new System.Windows.Forms.CheckBox();
  111. this.cbHideToolbar = new System.Windows.Forms.CheckBox();
  112. this.gbPageRange.SuspendLayout();
  113. this.pcPages.SuspendLayout();
  114. this.panPages.SuspendLayout();
  115. this.pageControlOptions.SuspendLayout();
  116. this.gbImages.SuspendLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.nudJpegQuality)).BeginInit();
  118. this.gbOptions.SuspendLayout();
  119. this.pageControlVector.SuspendLayout();
  120. this.gbCurves.SuspendLayout();
  121. this.gbGradientQuality.SuspendLayout();
  122. this.pageDigitalSignature.SuspendLayout();
  123. this.gbSignInformation.SuspendLayout();
  124. this.gbCertificate.SuspendLayout();
  125. this.pageControlInformation.SuspendLayout();
  126. this.gbDocumentInfo.SuspendLayout();
  127. this.pageControlSecurity.SuspendLayout();
  128. this.gbPermissions.SuspendLayout();
  129. this.gbAuth.SuspendLayout();
  130. this.pageControlViewer.SuspendLayout();
  131. this.gbViewerPrfs.SuspendLayout();
  132. this.SuspendLayout();
  133. //
  134. // gbPageRange
  135. //
  136. this.gbPageRange.Location = new System.Drawing.Point(8, 4);
  137. this.gbPageRange.Margin = new System.Windows.Forms.Padding(4);
  138. this.gbPageRange.Padding = new System.Windows.Forms.Padding(4);
  139. this.gbPageRange.Size = new System.Drawing.Size(260, 141);
  140. //
  141. // lblHint
  142. //
  143. this.lblHint.Location = new System.Drawing.Point(4, 94);
  144. this.lblHint.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  145. this.lblHint.Size = new System.Drawing.Size(252, 43);
  146. //
  147. // tbNumbers
  148. //
  149. this.tbNumbers.Margin = new System.Windows.Forms.Padding(6);
  150. //
  151. // pcPages
  152. //
  153. this.pcPages.Controls.Add(this.pageControlOptions);
  154. this.pcPages.Controls.Add(this.pageControlVector);
  155. this.pcPages.Controls.Add(this.pageControlInformation);
  156. this.pcPages.Controls.Add(this.pageControlSecurity);
  157. this.pcPages.Controls.Add(this.pageDigitalSignature);
  158. this.pcPages.Controls.Add(this.pageControlViewer);
  159. this.pcPages.Location = new System.Drawing.Point(12, 12);
  160. this.pcPages.Margin = new System.Windows.Forms.Padding(4);
  161. this.pcPages.SelectorWidth = 120;
  162. this.pcPages.Size = new System.Drawing.Size(397, 315);
  163. this.pcPages.Text = "Export";
  164. this.pcPages.Controls.SetChildIndex(this.pageControlViewer, 0);
  165. this.pcPages.Controls.SetChildIndex(this.pageDigitalSignature, 0);
  166. this.pcPages.Controls.SetChildIndex(this.pageControlSecurity, 0);
  167. this.pcPages.Controls.SetChildIndex(this.pageControlInformation, 0);
  168. this.pcPages.Controls.SetChildIndex(this.pageControlVector, 0);
  169. this.pcPages.Controls.SetChildIndex(this.pageControlOptions, 0);
  170. this.pcPages.Controls.SetChildIndex(this.panPages, 0);
  171. //
  172. // panPages
  173. //
  174. this.panPages.BackColor = System.Drawing.SystemColors.Window;
  175. this.panPages.Location = new System.Drawing.Point(120, 1);
  176. this.panPages.Margin = new System.Windows.Forms.Padding(4);
  177. this.panPages.Size = new System.Drawing.Size(276, 313);
  178. this.panPages.TabStop = true;
  179. this.panPages.Text = "Export";
  180. //
  181. // cbOpenAfter
  182. //
  183. this.cbOpenAfter.Location = new System.Drawing.Point(12, 353);
  184. this.cbOpenAfter.Margin = new System.Windows.Forms.Padding(4);
  185. //
  186. // cbExportAllTabs
  187. //
  188. this.cbExportAllTabs.Location = new System.Drawing.Point(12, 333);
  189. //
  190. // btnOk
  191. //
  192. this.btnOk.Location = new System.Drawing.Point(252, 349);
  193. this.btnOk.Margin = new System.Windows.Forms.Padding(6);
  194. //
  195. // btnCancel
  196. //
  197. this.btnCancel.Location = new System.Drawing.Point(333, 349);
  198. this.btnCancel.Margin = new System.Windows.Forms.Padding(6);
  199. //
  200. // pageControlOptions
  201. //
  202. this.pageControlOptions.BackColor = System.Drawing.SystemColors.Window;
  203. this.pageControlOptions.Controls.Add(this.gbImages);
  204. this.pageControlOptions.Controls.Add(this.gbOptions);
  205. this.pageControlOptions.Dock = System.Windows.Forms.DockStyle.Fill;
  206. this.pageControlOptions.Image = null;
  207. this.pageControlOptions.Location = new System.Drawing.Point(120, 1);
  208. this.pageControlOptions.Name = "pageControlOptions";
  209. this.pageControlOptions.Size = new System.Drawing.Size(276, 313);
  210. this.pageControlOptions.TabIndex = 1;
  211. this.pageControlOptions.Text = "Options";
  212. //
  213. // gbImages
  214. //
  215. this.gbImages.Controls.Add(this.cbOriginalResolution);
  216. this.gbImages.Controls.Add(this.lblColorSpace);
  217. this.gbImages.Controls.Add(this.cbColorSpace);
  218. this.gbImages.Controls.Add(this.cbJpegCompression);
  219. this.gbImages.Controls.Add(this.cbPrintOptimized);
  220. this.gbImages.Controls.Add(this.nudJpegQuality);
  221. this.gbImages.Controls.Add(this.lblJpegQuality);
  222. this.gbImages.Location = new System.Drawing.Point(8, 151);
  223. this.gbImages.Name = "gbImages";
  224. this.gbImages.Size = new System.Drawing.Size(260, 155);
  225. this.gbImages.TabIndex = 1;
  226. this.gbImages.TabStop = false;
  227. this.gbImages.Text = "Images";
  228. //
  229. // cbOriginalResolution
  230. //
  231. this.cbOriginalResolution.AutoSize = true;
  232. this.cbOriginalResolution.Location = new System.Drawing.Point(12, 51);
  233. this.cbOriginalResolution.Name = "cbOriginalResolution";
  234. this.cbOriginalResolution.Size = new System.Drawing.Size(115, 17);
  235. this.cbOriginalResolution.TabIndex = 2;
  236. this.cbOriginalResolution.Text = "Original Resolution";
  237. this.cbOriginalResolution.UseVisualStyleBackColor = true;
  238. //
  239. // lblColorSpace
  240. //
  241. this.lblColorSpace.AutoSize = true;
  242. this.lblColorSpace.Location = new System.Drawing.Point(9, 23);
  243. this.lblColorSpace.Name = "lblColorSpace";
  244. this.lblColorSpace.Size = new System.Drawing.Size(74, 13);
  245. this.lblColorSpace.TabIndex = 0;
  246. this.lblColorSpace.Text = "Color Space: ";
  247. //
  248. // cbColorSpace
  249. //
  250. this.cbColorSpace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  251. this.cbColorSpace.FormattingEnabled = true;
  252. this.cbColorSpace.Items.AddRange(new object[] {
  253. "RGB",
  254. "CMYK"});
  255. this.cbColorSpace.Location = new System.Drawing.Point(173, 20);
  256. this.cbColorSpace.Name = "cbColorSpace";
  257. this.cbColorSpace.Size = new System.Drawing.Size(77, 21);
  258. this.cbColorSpace.TabIndex = 1;
  259. //
  260. // cbJpegCompression
  261. //
  262. this.cbJpegCompression.AutoSize = true;
  263. this.cbJpegCompression.Location = new System.Drawing.Point(12, 97);
  264. this.cbJpegCompression.Name = "cbJpegCompression";
  265. this.cbJpegCompression.Size = new System.Drawing.Size(113, 17);
  266. this.cbJpegCompression.TabIndex = 4;
  267. this.cbJpegCompression.Text = "Jpeg Compression";
  268. this.cbJpegCompression.UseVisualStyleBackColor = true;
  269. //
  270. // cbPrintOptimized
  271. //
  272. this.cbPrintOptimized.AutoSize = true;
  273. this.cbPrintOptimized.Location = new System.Drawing.Point(12, 74);
  274. this.cbPrintOptimized.Name = "cbPrintOptimized";
  275. this.cbPrintOptimized.Size = new System.Drawing.Size(98, 17);
  276. this.cbPrintOptimized.TabIndex = 3;
  277. this.cbPrintOptimized.Text = "Print Optimized";
  278. this.cbPrintOptimized.UseVisualStyleBackColor = true;
  279. //
  280. // nudJpegQuality
  281. //
  282. this.nudJpegQuality.Location = new System.Drawing.Point(193, 124);
  283. this.nudJpegQuality.Minimum = new decimal(new int[] {
  284. 1,
  285. 0,
  286. 0,
  287. 0});
  288. this.nudJpegQuality.Name = "nudJpegQuality";
  289. this.nudJpegQuality.Size = new System.Drawing.Size(57, 20);
  290. this.nudJpegQuality.TabIndex = 6;
  291. this.nudJpegQuality.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  292. this.nudJpegQuality.Value = new decimal(new int[] {
  293. 100,
  294. 0,
  295. 0,
  296. 0});
  297. //
  298. // lblJpegQuality
  299. //
  300. this.lblJpegQuality.AutoSize = true;
  301. this.lblJpegQuality.Location = new System.Drawing.Point(9, 126);
  302. this.lblJpegQuality.Name = "lblJpegQuality";
  303. this.lblJpegQuality.Size = new System.Drawing.Size(75, 13);
  304. this.lblJpegQuality.TabIndex = 5;
  305. this.lblJpegQuality.Text = "Jpeg quality: ";
  306. //
  307. // gbOptions
  308. //
  309. this.gbOptions.Controls.Add(this.cbAcroForm);
  310. this.gbOptions.Controls.Add(this.lblCompliance);
  311. this.gbOptions.Controls.Add(this.cbPdfStandard);
  312. this.gbOptions.Controls.Add(this.cbTextInCurves);
  313. this.gbOptions.Controls.Add(this.cbBackground);
  314. this.gbOptions.Controls.Add(this.cbEmbeddedFonts);
  315. this.gbOptions.Location = new System.Drawing.Point(8, 4);
  316. this.gbOptions.Name = "gbOptions";
  317. this.gbOptions.Size = new System.Drawing.Size(260, 143);
  318. this.gbOptions.TabIndex = 0;
  319. this.gbOptions.TabStop = false;
  320. this.gbOptions.Text = "Options";
  321. //
  322. // cbAcroForm
  323. //
  324. this.cbAcroForm.AutoSize = true;
  325. this.cbAcroForm.Location = new System.Drawing.Point(12, 117);
  326. this.cbAcroForm.Margin = new System.Windows.Forms.Padding(2);
  327. this.cbAcroForm.Name = "cbAcroForm";
  328. this.cbAcroForm.Size = new System.Drawing.Size(111, 17);
  329. this.cbAcroForm.TabIndex = 5;
  330. this.cbAcroForm.Text = "Interactive Forms";
  331. this.cbAcroForm.UseVisualStyleBackColor = true;
  332. //
  333. // lblCompliance
  334. //
  335. this.lblCompliance.AutoSize = true;
  336. this.lblCompliance.Location = new System.Drawing.Point(9, 22);
  337. this.lblCompliance.Name = "lblCompliance";
  338. this.lblCompliance.Size = new System.Drawing.Size(93, 13);
  339. this.lblCompliance.TabIndex = 0;
  340. this.lblCompliance.Text = "PDF Compliance: ";
  341. //
  342. // cbPdfStandard
  343. //
  344. this.cbPdfStandard.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  345. this.cbPdfStandard.FormattingEnabled = true;
  346. this.cbPdfStandard.Items.AddRange(new object[] {
  347. "PDF 1.5",
  348. "PDF/A-1a",
  349. "PDF/A-2a",
  350. "PDF/A-2b",
  351. "PDF/A-2u",
  352. "PDF/A-3a",
  353. "PDF/A-3b",
  354. "PDF/X-3",
  355. "PDF/X-4"});
  356. this.cbPdfStandard.Location = new System.Drawing.Point(173, 19);
  357. this.cbPdfStandard.Name = "cbPdfStandard";
  358. this.cbPdfStandard.Size = new System.Drawing.Size(77, 21);
  359. this.cbPdfStandard.TabIndex = 1;
  360. //
  361. // cbTextInCurves
  362. //
  363. this.cbTextInCurves.AutoSize = true;
  364. this.cbTextInCurves.Location = new System.Drawing.Point(12, 93);
  365. this.cbTextInCurves.Name = "cbTextInCurves";
  366. this.cbTextInCurves.Size = new System.Drawing.Size(96, 17);
  367. this.cbTextInCurves.TabIndex = 4;
  368. this.cbTextInCurves.Text = "Text in Curves";
  369. this.cbTextInCurves.UseVisualStyleBackColor = true;
  370. //
  371. // cbBackground
  372. //
  373. this.cbBackground.AutoSize = true;
  374. this.cbBackground.Location = new System.Drawing.Point(12, 70);
  375. this.cbBackground.Name = "cbBackground";
  376. this.cbBackground.Size = new System.Drawing.Size(82, 17);
  377. this.cbBackground.TabIndex = 3;
  378. this.cbBackground.Text = "Background";
  379. this.cbBackground.UseVisualStyleBackColor = true;
  380. //
  381. // cbEmbeddedFonts
  382. //
  383. this.cbEmbeddedFonts.AutoSize = true;
  384. this.cbEmbeddedFonts.Location = new System.Drawing.Point(12, 47);
  385. this.cbEmbeddedFonts.Name = "cbEmbeddedFonts";
  386. this.cbEmbeddedFonts.Size = new System.Drawing.Size(106, 17);
  387. this.cbEmbeddedFonts.TabIndex = 2;
  388. this.cbEmbeddedFonts.Text = "Embedded Fonts";
  389. this.cbEmbeddedFonts.UseVisualStyleBackColor = true;
  390. //
  391. // pageControlVector
  392. //
  393. this.pageControlVector.BackColor = System.Drawing.SystemColors.Window;
  394. this.pageControlVector.Controls.Add(this.gbCurves);
  395. this.pageControlVector.Controls.Add(this.gbGradientQuality);
  396. this.pageControlVector.Dock = System.Windows.Forms.DockStyle.Fill;
  397. this.pageControlVector.Image = null;
  398. this.pageControlVector.Location = new System.Drawing.Point(120, 1);
  399. this.pageControlVector.Name = "pageControlVector";
  400. this.pageControlVector.Size = new System.Drawing.Size(275, 312);
  401. this.pageControlVector.TabIndex = 1;
  402. this.pageControlVector.Text = "Vector graphics";
  403. //
  404. // gbCurves
  405. //
  406. this.gbCurves.Controls.Add(this.cbSvgAsPicture);
  407. this.gbCurves.Controls.Add(this.cbCurvesInterpolationText);
  408. this.gbCurves.Controls.Add(this.lbCurvesInterpolationText);
  409. this.gbCurves.Controls.Add(this.lbCurvesInterpolation);
  410. this.gbCurves.Controls.Add(this.cbCurvesInterpolation);
  411. this.gbCurves.Location = new System.Drawing.Point(8, 156);
  412. this.gbCurves.Margin = new System.Windows.Forms.Padding(2);
  413. this.gbCurves.Name = "gbCurves";
  414. this.gbCurves.Padding = new System.Windows.Forms.Padding(2);
  415. this.gbCurves.Size = new System.Drawing.Size(260, 101);
  416. this.gbCurves.TabIndex = 1;
  417. this.gbCurves.TabStop = false;
  418. this.gbCurves.Text = "Сurves";
  419. //
  420. // cbSvgAsPicture
  421. //
  422. this.cbSvgAsPicture.AutoSize = true;
  423. this.cbSvgAsPicture.Location = new System.Drawing.Point(12, 71);
  424. this.cbSvgAsPicture.Margin = new System.Windows.Forms.Padding(2);
  425. this.cbSvgAsPicture.Name = "cbSvgAsPicture";
  426. this.cbSvgAsPicture.Size = new System.Drawing.Size(95, 17);
  427. this.cbSvgAsPicture.TabIndex = 4;
  428. this.cbSvgAsPicture.Text = "SVG as Picture";
  429. this.cbSvgAsPicture.UseVisualStyleBackColor = true;
  430. //
  431. // cbCurvesInterpolationText
  432. //
  433. this.cbCurvesInterpolationText.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  434. this.cbCurvesInterpolationText.FormattingEnabled = true;
  435. this.cbCurvesInterpolationText.Items.AddRange(new object[] {
  436. "Disabled",
  437. "2",
  438. "4",
  439. "8",
  440. "16"});
  441. this.cbCurvesInterpolationText.Location = new System.Drawing.Point(164, 45);
  442. this.cbCurvesInterpolationText.Margin = new System.Windows.Forms.Padding(2);
  443. this.cbCurvesInterpolationText.Name = "cbCurvesInterpolationText";
  444. this.cbCurvesInterpolationText.Size = new System.Drawing.Size(84, 21);
  445. this.cbCurvesInterpolationText.TabIndex = 3;
  446. //
  447. // lbCurvesInterpolationText
  448. //
  449. this.lbCurvesInterpolationText.AutoSize = true;
  450. this.lbCurvesInterpolationText.Location = new System.Drawing.Point(9, 47);
  451. this.lbCurvesInterpolationText.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  452. this.lbCurvesInterpolationText.Name = "lbCurvesInterpolationText";
  453. this.lbCurvesInterpolationText.Size = new System.Drawing.Size(98, 13);
  454. this.lbCurvesInterpolationText.TabIndex = 2;
  455. this.lbCurvesInterpolationText.Text = "Text Interpolation:";
  456. //
  457. // lbCurvesInterpolation
  458. //
  459. this.lbCurvesInterpolation.AutoSize = true;
  460. this.lbCurvesInterpolation.Location = new System.Drawing.Point(9, 22);
  461. this.lbCurvesInterpolation.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  462. this.lbCurvesInterpolation.Name = "lbCurvesInterpolation";
  463. this.lbCurvesInterpolation.Size = new System.Drawing.Size(110, 13);
  464. this.lbCurvesInterpolation.TabIndex = 0;
  465. this.lbCurvesInterpolation.Text = "Curves Interpolation:";
  466. //
  467. // cbCurvesInterpolation
  468. //
  469. this.cbCurvesInterpolation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  470. this.cbCurvesInterpolation.FormattingEnabled = true;
  471. this.cbCurvesInterpolation.Items.AddRange(new object[] {
  472. "Disabled",
  473. "2",
  474. "4",
  475. "8",
  476. "16"});
  477. this.cbCurvesInterpolation.Location = new System.Drawing.Point(164, 20);
  478. this.cbCurvesInterpolation.Margin = new System.Windows.Forms.Padding(2);
  479. this.cbCurvesInterpolation.Name = "cbCurvesInterpolation";
  480. this.cbCurvesInterpolation.Size = new System.Drawing.Size(84, 21);
  481. this.cbCurvesInterpolation.TabIndex = 1;
  482. //
  483. // gbGradientQuality
  484. //
  485. this.gbGradientQuality.Controls.Add(this.lbGradientInterpolationPoints);
  486. this.gbGradientQuality.Controls.Add(this.cbGradientInterpolationPoints);
  487. this.gbGradientQuality.Controls.Add(this.rbGradientHigh);
  488. this.gbGradientQuality.Controls.Add(this.rbGradientMedium);
  489. this.gbGradientQuality.Controls.Add(this.rbGradientLow);
  490. this.gbGradientQuality.Controls.Add(this.rbGradientImage);
  491. this.gbGradientQuality.Location = new System.Drawing.Point(8, 4);
  492. this.gbGradientQuality.Name = "gbGradientQuality";
  493. this.gbGradientQuality.Size = new System.Drawing.Size(260, 149);
  494. this.gbGradientQuality.TabIndex = 0;
  495. this.gbGradientQuality.TabStop = false;
  496. this.gbGradientQuality.Text = "Gradient Quality";
  497. //
  498. // lbGradientInterpolationPoints
  499. //
  500. this.lbGradientInterpolationPoints.AutoSize = true;
  501. this.lbGradientInterpolationPoints.Location = new System.Drawing.Point(9, 119);
  502. this.lbGradientInterpolationPoints.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  503. this.lbGradientInterpolationPoints.Name = "lbGradientInterpolationPoints";
  504. this.lbGradientInterpolationPoints.Size = new System.Drawing.Size(117, 13);
  505. this.lbGradientInterpolationPoints.TabIndex = 4;
  506. this.lbGradientInterpolationPoints.Text = "Gradient Interpolation:";
  507. //
  508. // cbGradientInterpolationPoints
  509. //
  510. this.cbGradientInterpolationPoints.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  511. this.cbGradientInterpolationPoints.FormattingEnabled = true;
  512. this.cbGradientInterpolationPoints.Items.AddRange(new object[] {
  513. "2",
  514. "4",
  515. "8",
  516. "16",
  517. "32",
  518. "64",
  519. "128",
  520. "256"});
  521. this.cbGradientInterpolationPoints.Location = new System.Drawing.Point(164, 117);
  522. this.cbGradientInterpolationPoints.Margin = new System.Windows.Forms.Padding(2);
  523. this.cbGradientInterpolationPoints.Name = "cbGradientInterpolationPoints";
  524. this.cbGradientInterpolationPoints.Size = new System.Drawing.Size(84, 21);
  525. this.cbGradientInterpolationPoints.TabIndex = 5;
  526. //
  527. // rbGradientHigh
  528. //
  529. this.rbGradientHigh.AutoSize = true;
  530. this.rbGradientHigh.Location = new System.Drawing.Point(12, 89);
  531. this.rbGradientHigh.Name = "rbGradientHigh";
  532. this.rbGradientHigh.Size = new System.Drawing.Size(81, 17);
  533. this.rbGradientHigh.TabIndex = 3;
  534. this.rbGradientHigh.TabStop = true;
  535. this.rbGradientHigh.Text = "High quality";
  536. this.rbGradientHigh.UseVisualStyleBackColor = true;
  537. //
  538. // rbGradientMedium
  539. //
  540. this.rbGradientMedium.AutoSize = true;
  541. this.rbGradientMedium.Location = new System.Drawing.Point(12, 66);
  542. this.rbGradientMedium.Name = "rbGradientMedium";
  543. this.rbGradientMedium.Size = new System.Drawing.Size(96, 17);
  544. this.rbGradientMedium.TabIndex = 2;
  545. this.rbGradientMedium.TabStop = true;
  546. this.rbGradientMedium.Text = "Medium quality";
  547. this.rbGradientMedium.UseVisualStyleBackColor = true;
  548. //
  549. // rbGradientLow
  550. //
  551. this.rbGradientLow.AutoSize = true;
  552. this.rbGradientLow.Location = new System.Drawing.Point(12, 43);
  553. this.rbGradientLow.Name = "rbGradientLow";
  554. this.rbGradientLow.Size = new System.Drawing.Size(79, 17);
  555. this.rbGradientLow.TabIndex = 1;
  556. this.rbGradientLow.TabStop = true;
  557. this.rbGradientLow.Text = "Low quality";
  558. this.rbGradientLow.UseVisualStyleBackColor = true;
  559. //
  560. // rbGradientImage
  561. //
  562. this.rbGradientImage.AutoSize = true;
  563. this.rbGradientImage.Location = new System.Drawing.Point(12, 20);
  564. this.rbGradientImage.Name = "rbGradientImage";
  565. this.rbGradientImage.Size = new System.Drawing.Size(102, 17);
  566. this.rbGradientImage.TabIndex = 0;
  567. this.rbGradientImage.TabStop = true;
  568. this.rbGradientImage.Text = "Export as image";
  569. this.rbGradientImage.UseVisualStyleBackColor = true;
  570. //
  571. // pageDigitalSignature
  572. //
  573. this.pageDigitalSignature.BackColor = System.Drawing.SystemColors.Window;
  574. this.pageDigitalSignature.Controls.Add(this.gbSignInformation);
  575. this.pageDigitalSignature.Controls.Add(this.gbCertificate);
  576. this.pageDigitalSignature.Dock = System.Windows.Forms.DockStyle.Fill;
  577. this.pageDigitalSignature.Image = null;
  578. this.pageDigitalSignature.Location = new System.Drawing.Point(120, 1);
  579. this.pageDigitalSignature.Margin = new System.Windows.Forms.Padding(2);
  580. this.pageDigitalSignature.Name = "pageDigitalSignature";
  581. this.pageDigitalSignature.Size = new System.Drawing.Size(276, 313);
  582. this.pageDigitalSignature.TabIndex = 1;
  583. this.pageDigitalSignature.Text = "Digital signature";
  584. //
  585. // gbSignInformation
  586. //
  587. this.gbSignInformation.Controls.Add(this.tbSignContactInfo);
  588. this.gbSignInformation.Controls.Add(this.cbSignPdf);
  589. this.gbSignInformation.Controls.Add(this.lbSignContactInfo);
  590. this.gbSignInformation.Controls.Add(this.lbSignLocation);
  591. this.gbSignInformation.Controls.Add(this.tbSignReason);
  592. this.gbSignInformation.Controls.Add(this.tbSignLocation);
  593. this.gbSignInformation.Controls.Add(this.lbSignReason);
  594. this.gbSignInformation.Location = new System.Drawing.Point(8, 4);
  595. this.gbSignInformation.Name = "gbSignInformation";
  596. this.gbSignInformation.Size = new System.Drawing.Size(260, 127);
  597. this.gbSignInformation.TabIndex = 0;
  598. this.gbSignInformation.TabStop = false;
  599. this.gbSignInformation.Text = "Sign Information";
  600. //
  601. // tbSignContactInfo
  602. //
  603. this.tbSignContactInfo.Location = new System.Drawing.Point(127, 97);
  604. this.tbSignContactInfo.Margin = new System.Windows.Forms.Padding(2);
  605. this.tbSignContactInfo.Name = "tbSignContactInfo";
  606. this.tbSignContactInfo.Size = new System.Drawing.Size(121, 20);
  607. this.tbSignContactInfo.TabIndex = 11;
  608. //
  609. // cbSignPdf
  610. //
  611. this.cbSignPdf.AutoSize = true;
  612. this.cbSignPdf.Checked = true;
  613. this.cbSignPdf.CheckState = System.Windows.Forms.CheckState.Checked;
  614. this.cbSignPdf.Location = new System.Drawing.Point(11, 21);
  615. this.cbSignPdf.Margin = new System.Windows.Forms.Padding(1);
  616. this.cbSignPdf.Name = "cbSignPdf";
  617. this.cbSignPdf.Size = new System.Drawing.Size(173, 17);
  618. this.cbSignPdf.TabIndex = 0;
  619. this.cbSignPdf.Text = "Sign pdf with Digital Certificate";
  620. this.cbSignPdf.UseVisualStyleBackColor = true;
  621. this.cbSignPdf.CheckedChanged += new System.EventHandler(this.cbSignPdf_CheckedChanged);
  622. //
  623. // lbSignContactInfo
  624. //
  625. this.lbSignContactInfo.AutoSize = true;
  626. this.lbSignContactInfo.Location = new System.Drawing.Point(9, 100);
  627. this.lbSignContactInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  628. this.lbSignContactInfo.Name = "lbSignContactInfo";
  629. this.lbSignContactInfo.Size = new System.Drawing.Size(66, 13);
  630. this.lbSignContactInfo.TabIndex = 10;
  631. this.lbSignContactInfo.Text = "Contact info";
  632. //
  633. // lbSignLocation
  634. //
  635. this.lbSignLocation.AutoSize = true;
  636. this.lbSignLocation.Location = new System.Drawing.Point(9, 46);
  637. this.lbSignLocation.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  638. this.lbSignLocation.Name = "lbSignLocation";
  639. this.lbSignLocation.Size = new System.Drawing.Size(47, 13);
  640. this.lbSignLocation.TabIndex = 6;
  641. this.lbSignLocation.Text = "Location";
  642. //
  643. // tbSignReason
  644. //
  645. this.tbSignReason.Location = new System.Drawing.Point(127, 71);
  646. this.tbSignReason.Margin = new System.Windows.Forms.Padding(2);
  647. this.tbSignReason.Name = "tbSignReason";
  648. this.tbSignReason.Size = new System.Drawing.Size(121, 20);
  649. this.tbSignReason.TabIndex = 9;
  650. //
  651. // tbSignLocation
  652. //
  653. this.tbSignLocation.Location = new System.Drawing.Point(127, 44);
  654. this.tbSignLocation.Margin = new System.Windows.Forms.Padding(2);
  655. this.tbSignLocation.Name = "tbSignLocation";
  656. this.tbSignLocation.Size = new System.Drawing.Size(121, 20);
  657. this.tbSignLocation.TabIndex = 7;
  658. //
  659. // lbSignReason
  660. //
  661. this.lbSignReason.AutoSize = true;
  662. this.lbSignReason.Location = new System.Drawing.Point(9, 74);
  663. this.lbSignReason.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  664. this.lbSignReason.Name = "lbSignReason";
  665. this.lbSignReason.Size = new System.Drawing.Size(43, 13);
  666. this.lbSignReason.TabIndex = 8;
  667. this.lbSignReason.Text = "Reason";
  668. //
  669. // gbCertificate
  670. //
  671. this.gbCertificate.Controls.Add(this.lbSaveCertificatePasswordWarning);
  672. this.gbCertificate.Controls.Add(this.lbCertificatePassword);
  673. this.gbCertificate.Controls.Add(this.tbCertificatePassword);
  674. this.gbCertificate.Controls.Add(this.lbCertificatePath);
  675. this.gbCertificate.Controls.Add(this.tbCertificatePath);
  676. this.gbCertificate.Controls.Add(this.cbSaveCertificatePassword);
  677. this.gbCertificate.Location = new System.Drawing.Point(8, 135);
  678. this.gbCertificate.Name = "gbCertificate";
  679. this.gbCertificate.Size = new System.Drawing.Size(260, 171);
  680. this.gbCertificate.TabIndex = 1;
  681. this.gbCertificate.TabStop = false;
  682. this.gbCertificate.Text = "Certificate Information";
  683. //
  684. // lbSaveCertificatePasswordWarning
  685. //
  686. this.lbSaveCertificatePasswordWarning.BackColor = System.Drawing.Color.White;
  687. this.lbSaveCertificatePasswordWarning.Dock = System.Windows.Forms.DockStyle.Bottom;
  688. this.lbSaveCertificatePasswordWarning.ForeColor = System.Drawing.Color.Red;
  689. this.lbSaveCertificatePasswordWarning.Location = new System.Drawing.Point(3, 133);
  690. this.lbSaveCertificatePasswordWarning.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  691. this.lbSaveCertificatePasswordWarning.Name = "lbSaveCertificatePasswordWarning";
  692. this.lbSaveCertificatePasswordWarning.Size = new System.Drawing.Size(254, 35);
  693. this.lbSaveCertificatePasswordWarning.TabIndex = 15;
  694. this.lbSaveCertificatePasswordWarning.Text = "Attention!!! Saving a password may be insecure.";
  695. this.lbSaveCertificatePasswordWarning.Visible = false;
  696. //
  697. // lbCertificatePassword
  698. //
  699. this.lbCertificatePassword.AutoSize = true;
  700. this.lbCertificatePassword.Location = new System.Drawing.Point(9, 70);
  701. this.lbCertificatePassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  702. this.lbCertificatePassword.Name = "lbCertificatePassword";
  703. this.lbCertificatePassword.Size = new System.Drawing.Size(53, 13);
  704. this.lbCertificatePassword.TabIndex = 2;
  705. this.lbCertificatePassword.Text = "Password";
  706. //
  707. // tbCertificatePassword
  708. //
  709. this.tbCertificatePassword.Location = new System.Drawing.Point(11, 85);
  710. this.tbCertificatePassword.Margin = new System.Windows.Forms.Padding(2);
  711. this.tbCertificatePassword.Name = "tbCertificatePassword";
  712. this.tbCertificatePassword.PasswordChar = '*';
  713. this.tbCertificatePassword.Size = new System.Drawing.Size(237, 20);
  714. this.tbCertificatePassword.TabIndex = 3;
  715. //
  716. // lbCertificatePath
  717. //
  718. this.lbCertificatePath.AutoSize = true;
  719. this.lbCertificatePath.Location = new System.Drawing.Point(9, 20);
  720. this.lbCertificatePath.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  721. this.lbCertificatePath.Name = "lbCertificatePath";
  722. this.lbCertificatePath.Size = new System.Drawing.Size(82, 13);
  723. this.lbCertificatePath.TabIndex = 0;
  724. this.lbCertificatePath.Text = "Certificate path";
  725. //
  726. // tbCertificatePath
  727. //
  728. this.tbCertificatePath.ButtonText = "";
  729. this.tbCertificatePath.Image = null;
  730. this.tbCertificatePath.Location = new System.Drawing.Point(11, 35);
  731. this.tbCertificatePath.Margin = new System.Windows.Forms.Padding(2);
  732. this.tbCertificatePath.Name = "tbCertificatePath";
  733. this.tbCertificatePath.Size = new System.Drawing.Size(237, 21);
  734. this.tbCertificatePath.TabIndex = 1;
  735. this.tbCertificatePath.ButtonClick += new System.EventHandler(this.btnSelectCertificatePath_Click);
  736. //
  737. // cbSaveCertificatePassword
  738. //
  739. this.cbSaveCertificatePassword.AutoSize = true;
  740. this.cbSaveCertificatePassword.Location = new System.Drawing.Point(11, 111);
  741. this.cbSaveCertificatePassword.Margin = new System.Windows.Forms.Padding(1);
  742. this.cbSaveCertificatePassword.Name = "cbSaveCertificatePassword";
  743. this.cbSaveCertificatePassword.Size = new System.Drawing.Size(99, 17);
  744. this.cbSaveCertificatePassword.TabIndex = 4;
  745. this.cbSaveCertificatePassword.Text = "Save password";
  746. this.cbSaveCertificatePassword.UseVisualStyleBackColor = true;
  747. this.cbSaveCertificatePassword.CheckedChanged += new System.EventHandler(this.cbSaveCertificatePassword_CheckedChanged);
  748. //
  749. // pageControlInformation
  750. //
  751. this.pageControlInformation.BackColor = System.Drawing.SystemColors.Window;
  752. this.pageControlInformation.Controls.Add(this.gbDocumentInfo);
  753. this.pageControlInformation.Dock = System.Windows.Forms.DockStyle.Fill;
  754. this.pageControlInformation.Image = null;
  755. this.pageControlInformation.Location = new System.Drawing.Point(120, 1);
  756. this.pageControlInformation.Name = "pageControlInformation";
  757. this.pageControlInformation.Size = new System.Drawing.Size(276, 313);
  758. this.pageControlInformation.TabIndex = 2;
  759. this.pageControlInformation.Text = "Information";
  760. //
  761. // gbDocumentInfo
  762. //
  763. this.gbDocumentInfo.Controls.Add(this.tbProducer);
  764. this.gbDocumentInfo.Controls.Add(this.lbProducer);
  765. this.gbDocumentInfo.Controls.Add(this.tbCreator);
  766. this.gbDocumentInfo.Controls.Add(this.lbCreator);
  767. this.gbDocumentInfo.Controls.Add(this.tbKeywords);
  768. this.gbDocumentInfo.Controls.Add(this.lbKeywords);
  769. this.gbDocumentInfo.Controls.Add(this.tbSubject);
  770. this.gbDocumentInfo.Controls.Add(this.lbSubject);
  771. this.gbDocumentInfo.Controls.Add(this.tbAuthor);
  772. this.gbDocumentInfo.Controls.Add(this.lbAuthor);
  773. this.gbDocumentInfo.Controls.Add(this.tbTitle);
  774. this.gbDocumentInfo.Controls.Add(this.lbTitle);
  775. this.gbDocumentInfo.Location = new System.Drawing.Point(8, 4);
  776. this.gbDocumentInfo.Name = "gbDocumentInfo";
  777. this.gbDocumentInfo.Size = new System.Drawing.Size(260, 194);
  778. this.gbDocumentInfo.TabIndex = 0;
  779. this.gbDocumentInfo.TabStop = false;
  780. this.gbDocumentInfo.Text = "Document Information";
  781. //
  782. // tbProducer
  783. //
  784. this.tbProducer.Location = new System.Drawing.Point(104, 161);
  785. this.tbProducer.Name = "tbProducer";
  786. this.tbProducer.Size = new System.Drawing.Size(144, 20);
  787. this.tbProducer.TabIndex = 11;
  788. //
  789. // lbProducer
  790. //
  791. this.lbProducer.AutoSize = true;
  792. this.lbProducer.Location = new System.Drawing.Point(9, 164);
  793. this.lbProducer.Name = "lbProducer";
  794. this.lbProducer.Size = new System.Drawing.Size(50, 13);
  795. this.lbProducer.TabIndex = 10;
  796. this.lbProducer.Text = "Producer";
  797. //
  798. // tbCreator
  799. //
  800. this.tbCreator.Location = new System.Drawing.Point(104, 133);
  801. this.tbCreator.Name = "tbCreator";
  802. this.tbCreator.Size = new System.Drawing.Size(144, 20);
  803. this.tbCreator.TabIndex = 9;
  804. //
  805. // lbCreator
  806. //
  807. this.lbCreator.AutoSize = true;
  808. this.lbCreator.Location = new System.Drawing.Point(9, 136);
  809. this.lbCreator.Name = "lbCreator";
  810. this.lbCreator.Size = new System.Drawing.Size(44, 13);
  811. this.lbCreator.TabIndex = 8;
  812. this.lbCreator.Text = "Creator";
  813. //
  814. // tbKeywords
  815. //
  816. this.tbKeywords.Location = new System.Drawing.Point(104, 105);
  817. this.tbKeywords.Name = "tbKeywords";
  818. this.tbKeywords.Size = new System.Drawing.Size(144, 20);
  819. this.tbKeywords.TabIndex = 7;
  820. //
  821. // lbKeywords
  822. //
  823. this.lbKeywords.AutoSize = true;
  824. this.lbKeywords.Location = new System.Drawing.Point(9, 108);
  825. this.lbKeywords.Name = "lbKeywords";
  826. this.lbKeywords.Size = new System.Drawing.Size(54, 13);
  827. this.lbKeywords.TabIndex = 6;
  828. this.lbKeywords.Text = "Keywords";
  829. //
  830. // tbSubject
  831. //
  832. this.tbSubject.Location = new System.Drawing.Point(104, 77);
  833. this.tbSubject.Name = "tbSubject";
  834. this.tbSubject.Size = new System.Drawing.Size(144, 20);
  835. this.tbSubject.TabIndex = 5;
  836. //
  837. // lbSubject
  838. //
  839. this.lbSubject.AutoSize = true;
  840. this.lbSubject.Location = new System.Drawing.Point(9, 80);
  841. this.lbSubject.Name = "lbSubject";
  842. this.lbSubject.Size = new System.Drawing.Size(43, 13);
  843. this.lbSubject.TabIndex = 4;
  844. this.lbSubject.Text = "Subject";
  845. //
  846. // tbAuthor
  847. //
  848. this.tbAuthor.Location = new System.Drawing.Point(104, 49);
  849. this.tbAuthor.Name = "tbAuthor";
  850. this.tbAuthor.Size = new System.Drawing.Size(144, 20);
  851. this.tbAuthor.TabIndex = 3;
  852. //
  853. // lbAuthor
  854. //
  855. this.lbAuthor.AutoSize = true;
  856. this.lbAuthor.Location = new System.Drawing.Point(9, 52);
  857. this.lbAuthor.Name = "lbAuthor";
  858. this.lbAuthor.Size = new System.Drawing.Size(40, 13);
  859. this.lbAuthor.TabIndex = 2;
  860. this.lbAuthor.Text = "Author";
  861. //
  862. // tbTitle
  863. //
  864. this.tbTitle.Location = new System.Drawing.Point(104, 21);
  865. this.tbTitle.Name = "tbTitle";
  866. this.tbTitle.Size = new System.Drawing.Size(144, 20);
  867. this.tbTitle.TabIndex = 1;
  868. //
  869. // lbTitle
  870. //
  871. this.lbTitle.AutoSize = true;
  872. this.lbTitle.Location = new System.Drawing.Point(9, 24);
  873. this.lbTitle.Name = "lbTitle";
  874. this.lbTitle.Size = new System.Drawing.Size(27, 13);
  875. this.lbTitle.TabIndex = 0;
  876. this.lbTitle.Text = "Title";
  877. //
  878. // pageControlSecurity
  879. //
  880. this.pageControlSecurity.BackColor = System.Drawing.SystemColors.Window;
  881. this.pageControlSecurity.Controls.Add(this.gbPermissions);
  882. this.pageControlSecurity.Controls.Add(this.gbAuth);
  883. this.pageControlSecurity.Dock = System.Windows.Forms.DockStyle.Fill;
  884. this.pageControlSecurity.Image = null;
  885. this.pageControlSecurity.Location = new System.Drawing.Point(120, 1);
  886. this.pageControlSecurity.Name = "pageControlSecurity";
  887. this.pageControlSecurity.Size = new System.Drawing.Size(276, 313);
  888. this.pageControlSecurity.TabIndex = 3;
  889. this.pageControlSecurity.Text = "Security";
  890. //
  891. // gbPermissions
  892. //
  893. this.gbPermissions.Controls.Add(this.cbAnnotations);
  894. this.gbPermissions.Controls.Add(this.cbCopyOfTextAndGraphics);
  895. this.gbPermissions.Controls.Add(this.cbModifyTheDocument);
  896. this.gbPermissions.Controls.Add(this.cbPrintTheDocument);
  897. this.gbPermissions.Location = new System.Drawing.Point(8, 88);
  898. this.gbPermissions.Name = "gbPermissions";
  899. this.gbPermissions.Size = new System.Drawing.Size(260, 116);
  900. this.gbPermissions.TabIndex = 1;
  901. this.gbPermissions.TabStop = false;
  902. this.gbPermissions.Text = "Permissions";
  903. //
  904. // cbAnnotations
  905. //
  906. this.cbAnnotations.AutoSize = true;
  907. this.cbAnnotations.Location = new System.Drawing.Point(12, 88);
  908. this.cbAnnotations.Name = "cbAnnotations";
  909. this.cbAnnotations.Size = new System.Drawing.Size(156, 17);
  910. this.cbAnnotations.TabIndex = 3;
  911. this.cbAnnotations.Text = "Add Or Modify Annotations";
  912. this.cbAnnotations.UseVisualStyleBackColor = true;
  913. //
  914. // cbCopyOfTextAndGraphics
  915. //
  916. this.cbCopyOfTextAndGraphics.AutoSize = true;
  917. this.cbCopyOfTextAndGraphics.Location = new System.Drawing.Point(12, 65);
  918. this.cbCopyOfTextAndGraphics.Name = "cbCopyOfTextAndGraphics";
  919. this.cbCopyOfTextAndGraphics.Size = new System.Drawing.Size(157, 17);
  920. this.cbCopyOfTextAndGraphics.TabIndex = 2;
  921. this.cbCopyOfTextAndGraphics.Text = "Copy Of Text And Graphics";
  922. this.cbCopyOfTextAndGraphics.UseVisualStyleBackColor = true;
  923. //
  924. // cbModifyTheDocument
  925. //
  926. this.cbModifyTheDocument.AutoSize = true;
  927. this.cbModifyTheDocument.Location = new System.Drawing.Point(12, 42);
  928. this.cbModifyTheDocument.Name = "cbModifyTheDocument";
  929. this.cbModifyTheDocument.Size = new System.Drawing.Size(130, 17);
  930. this.cbModifyTheDocument.TabIndex = 1;
  931. this.cbModifyTheDocument.Text = "Modify The Document";
  932. this.cbModifyTheDocument.UseVisualStyleBackColor = true;
  933. //
  934. // cbPrintTheDocument
  935. //
  936. this.cbPrintTheDocument.AutoSize = true;
  937. this.cbPrintTheDocument.Location = new System.Drawing.Point(12, 19);
  938. this.cbPrintTheDocument.Name = "cbPrintTheDocument";
  939. this.cbPrintTheDocument.Size = new System.Drawing.Size(120, 17);
  940. this.cbPrintTheDocument.TabIndex = 0;
  941. this.cbPrintTheDocument.Text = "Print The Document";
  942. this.cbPrintTheDocument.UseVisualStyleBackColor = true;
  943. //
  944. // gbAuth
  945. //
  946. this.gbAuth.Controls.Add(this.tbUserPassword);
  947. this.gbAuth.Controls.Add(this.lbUserPassword);
  948. this.gbAuth.Controls.Add(this.tbOwnerPassword);
  949. this.gbAuth.Controls.Add(this.lbOwnerPassword);
  950. this.gbAuth.Location = new System.Drawing.Point(8, 4);
  951. this.gbAuth.Name = "gbAuth";
  952. this.gbAuth.Size = new System.Drawing.Size(260, 80);
  953. this.gbAuth.TabIndex = 0;
  954. this.gbAuth.TabStop = false;
  955. this.gbAuth.Text = "Authentification";
  956. //
  957. // tbUserPassword
  958. //
  959. this.tbUserPassword.Location = new System.Drawing.Point(140, 48);
  960. this.tbUserPassword.Name = "tbUserPassword";
  961. this.tbUserPassword.PasswordChar = '*';
  962. this.tbUserPassword.Size = new System.Drawing.Size(108, 20);
  963. this.tbUserPassword.TabIndex = 3;
  964. //
  965. // lbUserPassword
  966. //
  967. this.lbUserPassword.AutoSize = true;
  968. this.lbUserPassword.Location = new System.Drawing.Point(9, 51);
  969. this.lbUserPassword.Name = "lbUserPassword";
  970. this.lbUserPassword.Size = new System.Drawing.Size(78, 13);
  971. this.lbUserPassword.TabIndex = 2;
  972. this.lbUserPassword.Text = "User Password";
  973. //
  974. // tbOwnerPassword
  975. //
  976. this.tbOwnerPassword.Location = new System.Drawing.Point(140, 20);
  977. this.tbOwnerPassword.Name = "tbOwnerPassword";
  978. this.tbOwnerPassword.PasswordChar = '*';
  979. this.tbOwnerPassword.Size = new System.Drawing.Size(108, 20);
  980. this.tbOwnerPassword.TabIndex = 1;
  981. //
  982. // lbOwnerPassword
  983. //
  984. this.lbOwnerPassword.AutoSize = true;
  985. this.lbOwnerPassword.Location = new System.Drawing.Point(9, 24);
  986. this.lbOwnerPassword.Name = "lbOwnerPassword";
  987. this.lbOwnerPassword.Size = new System.Drawing.Size(88, 13);
  988. this.lbOwnerPassword.TabIndex = 0;
  989. this.lbOwnerPassword.Text = "Owner Password";
  990. //
  991. // pageControlViewer
  992. //
  993. this.pageControlViewer.BackColor = System.Drawing.SystemColors.Window;
  994. this.pageControlViewer.Controls.Add(this.gbViewerPrfs);
  995. this.pageControlViewer.Dock = System.Windows.Forms.DockStyle.Fill;
  996. this.pageControlViewer.Image = null;
  997. this.pageControlViewer.Location = new System.Drawing.Point(120, 1);
  998. this.pageControlViewer.Name = "pageControlViewer";
  999. this.pageControlViewer.Size = new System.Drawing.Size(275, 312);
  1000. this.pageControlViewer.TabIndex = 4;
  1001. this.pageControlViewer.Text = "Viewer";
  1002. //
  1003. // gbViewerPrfs
  1004. //
  1005. this.gbViewerPrfs.Controls.Add(this.cbPrintDialog);
  1006. this.gbViewerPrfs.Controls.Add(this.cbbZoom);
  1007. this.gbViewerPrfs.Controls.Add(this.lblInitialZoom);
  1008. this.gbViewerPrfs.Controls.Add(this.cbOutline);
  1009. this.gbViewerPrfs.Controls.Add(this.cbPrintScaling);
  1010. this.gbViewerPrfs.Controls.Add(this.cbCenterWindow);
  1011. this.gbViewerPrfs.Controls.Add(this.cbFitWindow);
  1012. this.gbViewerPrfs.Controls.Add(this.cbHideUI);
  1013. this.gbViewerPrfs.Controls.Add(this.cbHideMenubar);
  1014. this.gbViewerPrfs.Controls.Add(this.cbHideToolbar);
  1015. this.gbViewerPrfs.Location = new System.Drawing.Point(8, 4);
  1016. this.gbViewerPrfs.Name = "gbViewerPrfs";
  1017. this.gbViewerPrfs.Size = new System.Drawing.Size(260, 236);
  1018. this.gbViewerPrfs.TabIndex = 0;
  1019. this.gbViewerPrfs.TabStop = false;
  1020. this.gbViewerPrfs.Text = "Viewer Preferences";
  1021. //
  1022. // cbPrintDialog
  1023. //
  1024. this.cbPrintDialog.AutoSize = true;
  1025. this.cbPrintDialog.Location = new System.Drawing.Point(12, 20);
  1026. this.cbPrintDialog.Name = "cbPrintDialog";
  1027. this.cbPrintDialog.Size = new System.Drawing.Size(109, 17);
  1028. this.cbPrintDialog.TabIndex = 0;
  1029. this.cbPrintDialog.Text = "Show Print Dialog";
  1030. this.cbPrintDialog.UseVisualStyleBackColor = true;
  1031. //
  1032. // cbbZoom
  1033. //
  1034. this.cbbZoom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1035. this.cbbZoom.FormattingEnabled = true;
  1036. this.cbbZoom.Items.AddRange(new object[] {
  1037. "Actual Size",
  1038. "Fit Page",
  1039. "Fit Width",
  1040. "Default",
  1041. "10%",
  1042. "25%",
  1043. "50%",
  1044. "75%",
  1045. "100%",
  1046. "125%",
  1047. "150%",
  1048. "200%",
  1049. "400%",
  1050. "800%"});
  1051. this.cbbZoom.Location = new System.Drawing.Point(129, 202);
  1052. this.cbbZoom.Name = "cbbZoom";
  1053. this.cbbZoom.Size = new System.Drawing.Size(121, 21);
  1054. this.cbbZoom.TabIndex = 9;
  1055. //
  1056. // lblInitialZoom
  1057. //
  1058. this.lblInitialZoom.AutoSize = true;
  1059. this.lblInitialZoom.Location = new System.Drawing.Point(9, 205);
  1060. this.lblInitialZoom.Name = "lblInitialZoom";
  1061. this.lblInitialZoom.Size = new System.Drawing.Size(69, 13);
  1062. this.lblInitialZoom.TabIndex = 8;
  1063. this.lblInitialZoom.Text = "Initial Zoom: ";
  1064. //
  1065. // cbOutline
  1066. //
  1067. this.cbOutline.AutoSize = true;
  1068. this.cbOutline.Location = new System.Drawing.Point(12, 181);
  1069. this.cbOutline.Name = "cbOutline";
  1070. this.cbOutline.Size = new System.Drawing.Size(60, 17);
  1071. this.cbOutline.TabIndex = 7;
  1072. this.cbOutline.Text = "Outline";
  1073. this.cbOutline.UseVisualStyleBackColor = true;
  1074. //
  1075. // cbPrintScaling
  1076. //
  1077. this.cbPrintScaling.AutoSize = true;
  1078. this.cbPrintScaling.Location = new System.Drawing.Point(12, 158);
  1079. this.cbPrintScaling.Name = "cbPrintScaling";
  1080. this.cbPrintScaling.Size = new System.Drawing.Size(84, 17);
  1081. this.cbPrintScaling.TabIndex = 5;
  1082. this.cbPrintScaling.Text = "Print Scaling";
  1083. this.cbPrintScaling.UseVisualStyleBackColor = true;
  1084. //
  1085. // cbCenterWindow
  1086. //
  1087. this.cbCenterWindow.AutoSize = true;
  1088. this.cbCenterWindow.Location = new System.Drawing.Point(12, 135);
  1089. this.cbCenterWindow.Name = "cbCenterWindow";
  1090. this.cbCenterWindow.Size = new System.Drawing.Size(100, 17);
  1091. this.cbCenterWindow.TabIndex = 4;
  1092. this.cbCenterWindow.Text = "Center Window";
  1093. this.cbCenterWindow.UseVisualStyleBackColor = true;
  1094. //
  1095. // cbFitWindow
  1096. //
  1097. this.cbFitWindow.AutoSize = true;
  1098. this.cbFitWindow.Location = new System.Drawing.Point(12, 112);
  1099. this.cbFitWindow.Name = "cbFitWindow";
  1100. this.cbFitWindow.Size = new System.Drawing.Size(79, 17);
  1101. this.cbFitWindow.TabIndex = 3;
  1102. this.cbFitWindow.Text = "Fit Window";
  1103. this.cbFitWindow.UseVisualStyleBackColor = true;
  1104. //
  1105. // cbHideUI
  1106. //
  1107. this.cbHideUI.AutoSize = true;
  1108. this.cbHideUI.Location = new System.Drawing.Point(12, 89);
  1109. this.cbHideUI.Name = "cbHideUI";
  1110. this.cbHideUI.Size = new System.Drawing.Size(161, 17);
  1111. this.cbHideUI.TabIndex = 2;
  1112. this.cbHideUI.Text = "Hide Window User Interface";
  1113. this.cbHideUI.UseVisualStyleBackColor = true;
  1114. //
  1115. // cbHideMenubar
  1116. //
  1117. this.cbHideMenubar.AutoSize = true;
  1118. this.cbHideMenubar.Location = new System.Drawing.Point(12, 66);
  1119. this.cbHideMenubar.Name = "cbHideMenubar";
  1120. this.cbHideMenubar.Size = new System.Drawing.Size(92, 17);
  1121. this.cbHideMenubar.TabIndex = 1;
  1122. this.cbHideMenubar.Text = "Hide Menubar";
  1123. this.cbHideMenubar.UseVisualStyleBackColor = true;
  1124. //
  1125. // cbHideToolbar
  1126. //
  1127. this.cbHideToolbar.AutoSize = true;
  1128. this.cbHideToolbar.Location = new System.Drawing.Point(12, 43);
  1129. this.cbHideToolbar.Name = "cbHideToolbar";
  1130. this.cbHideToolbar.Size = new System.Drawing.Size(86, 17);
  1131. this.cbHideToolbar.TabIndex = 0;
  1132. this.cbHideToolbar.Text = "Hide Toolbar";
  1133. this.cbHideToolbar.UseVisualStyleBackColor = true;
  1134. //
  1135. // PDFExportForm
  1136. //
  1137. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  1138. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  1139. this.ClientSize = new System.Drawing.Size(419, 383);
  1140. this.Margin = new System.Windows.Forms.Padding(6);
  1141. this.Name = "PDFExportForm";
  1142. this.OpenAfterVisible = true;
  1143. this.Text = "Export to PDF";
  1144. this.gbPageRange.ResumeLayout(false);
  1145. this.gbPageRange.PerformLayout();
  1146. this.pcPages.ResumeLayout(false);
  1147. this.panPages.ResumeLayout(false);
  1148. this.pageControlOptions.ResumeLayout(false);
  1149. this.gbImages.ResumeLayout(false);
  1150. this.gbImages.PerformLayout();
  1151. ((System.ComponentModel.ISupportInitialize)(this.nudJpegQuality)).EndInit();
  1152. this.gbOptions.ResumeLayout(false);
  1153. this.gbOptions.PerformLayout();
  1154. this.pageControlVector.ResumeLayout(false);
  1155. this.gbCurves.ResumeLayout(false);
  1156. this.gbCurves.PerformLayout();
  1157. this.gbGradientQuality.ResumeLayout(false);
  1158. this.gbGradientQuality.PerformLayout();
  1159. this.pageDigitalSignature.ResumeLayout(false);
  1160. this.gbSignInformation.ResumeLayout(false);
  1161. this.gbSignInformation.PerformLayout();
  1162. this.gbCertificate.ResumeLayout(false);
  1163. this.gbCertificate.PerformLayout();
  1164. this.pageControlInformation.ResumeLayout(false);
  1165. this.gbDocumentInfo.ResumeLayout(false);
  1166. this.gbDocumentInfo.PerformLayout();
  1167. this.pageControlSecurity.ResumeLayout(false);
  1168. this.gbPermissions.ResumeLayout(false);
  1169. this.gbPermissions.PerformLayout();
  1170. this.gbAuth.ResumeLayout(false);
  1171. this.gbAuth.PerformLayout();
  1172. this.pageControlViewer.ResumeLayout(false);
  1173. this.gbViewerPrfs.ResumeLayout(false);
  1174. this.gbViewerPrfs.PerformLayout();
  1175. this.ResumeLayout(false);
  1176. this.PerformLayout();
  1177. }
  1178. #endregion
  1179. private FastReport.Controls.PageControlPage pageControlOptions;
  1180. private FastReport.Controls.PageControlPage pageControlInformation;
  1181. private FastReport.Controls.PageControlPage pageDigitalSignature;
  1182. private FastReport.Controls.PageControlPage pageControlSecurity;
  1183. private FastReport.Controls.PageControlPage pageControlViewer;
  1184. private FastReport.Controls.PageControlPage pageControlVector;
  1185. private System.Windows.Forms.GroupBox gbDocumentInfo;
  1186. private System.Windows.Forms.TextBox tbProducer;
  1187. private System.Windows.Forms.Label lbProducer;
  1188. private System.Windows.Forms.TextBox tbCreator;
  1189. private System.Windows.Forms.Label lbCreator;
  1190. private System.Windows.Forms.TextBox tbKeywords;
  1191. private System.Windows.Forms.Label lbKeywords;
  1192. private System.Windows.Forms.TextBox tbSubject;
  1193. private System.Windows.Forms.Label lbSubject;
  1194. private System.Windows.Forms.TextBox tbAuthor;
  1195. private System.Windows.Forms.Label lbAuthor;
  1196. private System.Windows.Forms.TextBox tbTitle;
  1197. private System.Windows.Forms.Label lbTitle;
  1198. private System.Windows.Forms.GroupBox gbPermissions;
  1199. private System.Windows.Forms.GroupBox gbAuth;
  1200. private System.Windows.Forms.TextBox tbUserPassword;
  1201. private System.Windows.Forms.Label lbUserPassword;
  1202. private System.Windows.Forms.TextBox tbOwnerPassword;
  1203. private System.Windows.Forms.Label lbOwnerPassword;
  1204. private System.Windows.Forms.CheckBox cbAnnotations;
  1205. private System.Windows.Forms.CheckBox cbCopyOfTextAndGraphics;
  1206. private System.Windows.Forms.CheckBox cbModifyTheDocument;
  1207. private System.Windows.Forms.CheckBox cbPrintTheDocument;
  1208. private System.Windows.Forms.GroupBox gbViewerPrfs;
  1209. private System.Windows.Forms.CheckBox cbHideMenubar;
  1210. private System.Windows.Forms.CheckBox cbHideToolbar;
  1211. private System.Windows.Forms.CheckBox cbPrintScaling;
  1212. private System.Windows.Forms.CheckBox cbCenterWindow;
  1213. private System.Windows.Forms.CheckBox cbFitWindow;
  1214. private System.Windows.Forms.CheckBox cbHideUI;
  1215. private System.Windows.Forms.CheckBox cbOutline;
  1216. private System.Windows.Forms.GroupBox gbImages;
  1217. private System.Windows.Forms.GroupBox gbOptions;
  1218. private System.Windows.Forms.CheckBox cbPrintOptimized;
  1219. private System.Windows.Forms.CheckBox cbBackground;
  1220. private System.Windows.Forms.CheckBox cbEmbeddedFonts;
  1221. private System.Windows.Forms.Label lblInitialZoom;
  1222. private System.Windows.Forms.ComboBox cbbZoom;
  1223. private System.Windows.Forms.ComboBox cbPdfStandard;
  1224. private System.Windows.Forms.NumericUpDown nudJpegQuality;
  1225. private System.Windows.Forms.Label lblJpegQuality;
  1226. private System.Windows.Forms.CheckBox cbTextInCurves;
  1227. private System.Windows.Forms.CheckBox cbPrintDialog;
  1228. private System.Windows.Forms.CheckBox cbJpegCompression;
  1229. private System.Windows.Forms.Label lblCompliance;
  1230. private System.Windows.Forms.CheckBox cbOriginalResolution;
  1231. private System.Windows.Forms.Label lblColorSpace;
  1232. private System.Windows.Forms.ComboBox cbColorSpace;
  1233. private System.Windows.Forms.CheckBox cbAcroForm;
  1234. private System.Windows.Forms.GroupBox gbGradientQuality;
  1235. private System.Windows.Forms.ComboBox cbGradientInterpolationPoints;
  1236. private System.Windows.Forms.RadioButton rbGradientHigh;
  1237. private System.Windows.Forms.RadioButton rbGradientMedium;
  1238. private System.Windows.Forms.RadioButton rbGradientLow;
  1239. private System.Windows.Forms.RadioButton rbGradientImage;
  1240. private System.Windows.Forms.GroupBox gbCurves;
  1241. private System.Windows.Forms.Label lbCurvesInterpolation;
  1242. private System.Windows.Forms.ComboBox cbCurvesInterpolation;
  1243. private System.Windows.Forms.Label lbGradientInterpolationPoints;
  1244. private System.Windows.Forms.CheckBox cbSvgAsPicture;
  1245. private System.Windows.Forms.ComboBox cbCurvesInterpolationText;
  1246. private System.Windows.Forms.Label lbCurvesInterpolationText;
  1247. private System.Windows.Forms.GroupBox gbCertificate;
  1248. private System.Windows.Forms.GroupBox gbSignInformation;
  1249. private System.Windows.Forms.CheckBox cbSaveCertificatePassword;
  1250. private System.Windows.Forms.CheckBox cbSignPdf;
  1251. private System.Windows.Forms.TextBox tbSignContactInfo;
  1252. private System.Windows.Forms.Label lbSignContactInfo;
  1253. private System.Windows.Forms.Label lbSignLocation;
  1254. private System.Windows.Forms.TextBox tbSignReason;
  1255. private System.Windows.Forms.TextBox tbSignLocation;
  1256. private System.Windows.Forms.Label lbSignReason;
  1257. private FastReport.Controls.TextBoxButton tbCertificatePath;
  1258. private System.Windows.Forms.Label lbCertificatePath;
  1259. private System.Windows.Forms.Label lbCertificatePassword;
  1260. private System.Windows.Forms.TextBox tbCertificatePassword;
  1261. private System.Windows.Forms.Label lbSaveCertificatePasswordWarning;
  1262. }
  1263. }