1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270 |
- using FastReport.Controls;
- namespace FastReport.Forms
- {
- partial class PDFExportForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.pageControlOptions = new FastReport.Controls.PageControlPage();
- this.gbImages = new System.Windows.Forms.GroupBox();
- this.cbOriginalResolution = new System.Windows.Forms.CheckBox();
- this.lblColorSpace = new System.Windows.Forms.Label();
- this.cbColorSpace = new System.Windows.Forms.ComboBox();
- this.cbJpegCompression = new System.Windows.Forms.CheckBox();
- this.cbPrintOptimized = new System.Windows.Forms.CheckBox();
- this.nudJpegQuality = new System.Windows.Forms.NumericUpDown();
- this.lblJpegQuality = new System.Windows.Forms.Label();
- this.gbOptions = new System.Windows.Forms.GroupBox();
- this.cbAcroForm = new System.Windows.Forms.CheckBox();
- this.lblCompliance = new System.Windows.Forms.Label();
- this.cbPdfStandard = new System.Windows.Forms.ComboBox();
- this.cbTextInCurves = new System.Windows.Forms.CheckBox();
- this.cbBackground = new System.Windows.Forms.CheckBox();
- this.cbEmbeddedFonts = new System.Windows.Forms.CheckBox();
- this.pageControlVector = new FastReport.Controls.PageControlPage();
- this.gbCurves = new System.Windows.Forms.GroupBox();
- this.cbSvgAsPicture = new System.Windows.Forms.CheckBox();
- this.cbCurvesInterpolationText = new System.Windows.Forms.ComboBox();
- this.lbCurvesInterpolationText = new System.Windows.Forms.Label();
- this.lbCurvesInterpolation = new System.Windows.Forms.Label();
- this.cbCurvesInterpolation = new System.Windows.Forms.ComboBox();
- this.gbGradientQuality = new System.Windows.Forms.GroupBox();
- this.lbGradientInterpolationPoints = new System.Windows.Forms.Label();
- this.cbGradientInterpolationPoints = new System.Windows.Forms.ComboBox();
- this.rbGradientHigh = new System.Windows.Forms.RadioButton();
- this.rbGradientMedium = new System.Windows.Forms.RadioButton();
- this.rbGradientLow = new System.Windows.Forms.RadioButton();
- this.rbGradientImage = new System.Windows.Forms.RadioButton();
- this.pageDigitalSignature = new FastReport.Controls.PageControlPage();
- this.gbSignInformation = new System.Windows.Forms.GroupBox();
- this.tbSignContactInfo = new System.Windows.Forms.TextBox();
- this.cbSignPdf = new System.Windows.Forms.CheckBox();
- this.lbSignContactInfo = new System.Windows.Forms.Label();
- this.lbSignLocation = new System.Windows.Forms.Label();
- this.tbSignReason = new System.Windows.Forms.TextBox();
- this.tbSignLocation = new System.Windows.Forms.TextBox();
- this.lbSignReason = new System.Windows.Forms.Label();
- this.gbCertificate = new System.Windows.Forms.GroupBox();
- this.lbSaveCertificatePasswordWarning = new System.Windows.Forms.Label();
- this.lbCertificatePassword = new System.Windows.Forms.Label();
- this.tbCertificatePassword = new System.Windows.Forms.TextBox();
- this.lbCertificatePath = new System.Windows.Forms.Label();
- this.tbCertificatePath = new FastReport.Controls.TextBoxButton();
- this.cbSaveCertificatePassword = new System.Windows.Forms.CheckBox();
- this.pageControlInformation = new FastReport.Controls.PageControlPage();
- this.gbDocumentInfo = new System.Windows.Forms.GroupBox();
- this.tbProducer = new System.Windows.Forms.TextBox();
- this.lbProducer = new System.Windows.Forms.Label();
- this.tbCreator = new System.Windows.Forms.TextBox();
- this.lbCreator = new System.Windows.Forms.Label();
- this.tbKeywords = new System.Windows.Forms.TextBox();
- this.lbKeywords = new System.Windows.Forms.Label();
- this.tbSubject = new System.Windows.Forms.TextBox();
- this.lbSubject = new System.Windows.Forms.Label();
- this.tbAuthor = new System.Windows.Forms.TextBox();
- this.lbAuthor = new System.Windows.Forms.Label();
- this.tbTitle = new System.Windows.Forms.TextBox();
- this.lbTitle = new System.Windows.Forms.Label();
- this.pageControlSecurity = new FastReport.Controls.PageControlPage();
- this.gbPermissions = new System.Windows.Forms.GroupBox();
- this.cbAnnotations = new System.Windows.Forms.CheckBox();
- this.cbCopyOfTextAndGraphics = new System.Windows.Forms.CheckBox();
- this.cbModifyTheDocument = new System.Windows.Forms.CheckBox();
- this.cbPrintTheDocument = new System.Windows.Forms.CheckBox();
- this.gbAuth = new System.Windows.Forms.GroupBox();
- this.tbUserPassword = new System.Windows.Forms.TextBox();
- this.lbUserPassword = new System.Windows.Forms.Label();
- this.tbOwnerPassword = new System.Windows.Forms.TextBox();
- this.lbOwnerPassword = new System.Windows.Forms.Label();
- this.pageControlViewer = new FastReport.Controls.PageControlPage();
- this.gbViewerPrfs = new System.Windows.Forms.GroupBox();
- this.cbPrintDialog = new System.Windows.Forms.CheckBox();
- this.cbbZoom = new System.Windows.Forms.ComboBox();
- this.lblInitialZoom = new System.Windows.Forms.Label();
- this.cbOutline = new System.Windows.Forms.CheckBox();
- this.cbPrintScaling = new System.Windows.Forms.CheckBox();
- this.cbCenterWindow = new System.Windows.Forms.CheckBox();
- this.cbFitWindow = new System.Windows.Forms.CheckBox();
- this.cbHideUI = new System.Windows.Forms.CheckBox();
- this.cbHideMenubar = new System.Windows.Forms.CheckBox();
- this.cbHideToolbar = new System.Windows.Forms.CheckBox();
- this.gbPageRange.SuspendLayout();
- this.pcPages.SuspendLayout();
- this.panPages.SuspendLayout();
- this.pageControlOptions.SuspendLayout();
- this.gbImages.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudJpegQuality)).BeginInit();
- this.gbOptions.SuspendLayout();
- this.pageControlVector.SuspendLayout();
- this.gbCurves.SuspendLayout();
- this.gbGradientQuality.SuspendLayout();
- this.pageDigitalSignature.SuspendLayout();
- this.gbSignInformation.SuspendLayout();
- this.gbCertificate.SuspendLayout();
- this.pageControlInformation.SuspendLayout();
- this.gbDocumentInfo.SuspendLayout();
- this.pageControlSecurity.SuspendLayout();
- this.gbPermissions.SuspendLayout();
- this.gbAuth.SuspendLayout();
- this.pageControlViewer.SuspendLayout();
- this.gbViewerPrfs.SuspendLayout();
- this.SuspendLayout();
- //
- // gbPageRange
- //
- this.gbPageRange.Location = new System.Drawing.Point(8, 4);
- this.gbPageRange.Margin = new System.Windows.Forms.Padding(4);
- this.gbPageRange.Padding = new System.Windows.Forms.Padding(4);
- this.gbPageRange.Size = new System.Drawing.Size(260, 141);
- //
- // lblHint
- //
- this.lblHint.Location = new System.Drawing.Point(4, 94);
- this.lblHint.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblHint.Size = new System.Drawing.Size(252, 43);
- //
- // tbNumbers
- //
- this.tbNumbers.Margin = new System.Windows.Forms.Padding(6);
- //
- // pcPages
- //
- this.pcPages.Controls.Add(this.pageControlOptions);
- this.pcPages.Controls.Add(this.pageControlVector);
- this.pcPages.Controls.Add(this.pageControlInformation);
- this.pcPages.Controls.Add(this.pageControlSecurity);
- this.pcPages.Controls.Add(this.pageDigitalSignature);
- this.pcPages.Controls.Add(this.pageControlViewer);
- this.pcPages.Location = new System.Drawing.Point(12, 12);
- this.pcPages.Margin = new System.Windows.Forms.Padding(4);
- this.pcPages.SelectorWidth = 120;
- this.pcPages.Size = new System.Drawing.Size(397, 315);
- this.pcPages.Text = "Export";
- this.pcPages.Controls.SetChildIndex(this.pageControlViewer, 0);
- this.pcPages.Controls.SetChildIndex(this.pageDigitalSignature, 0);
- this.pcPages.Controls.SetChildIndex(this.pageControlSecurity, 0);
- this.pcPages.Controls.SetChildIndex(this.pageControlInformation, 0);
- this.pcPages.Controls.SetChildIndex(this.pageControlVector, 0);
- this.pcPages.Controls.SetChildIndex(this.pageControlOptions, 0);
- this.pcPages.Controls.SetChildIndex(this.panPages, 0);
- //
- // panPages
- //
- this.panPages.BackColor = System.Drawing.SystemColors.Window;
- this.panPages.Location = new System.Drawing.Point(120, 1);
- this.panPages.Margin = new System.Windows.Forms.Padding(4);
- this.panPages.Size = new System.Drawing.Size(276, 313);
- this.panPages.TabStop = true;
- this.panPages.Text = "Export";
- //
- // cbOpenAfter
- //
- this.cbOpenAfter.Location = new System.Drawing.Point(12, 353);
- this.cbOpenAfter.Margin = new System.Windows.Forms.Padding(4);
- //
- // cbExportAllTabs
- //
- this.cbExportAllTabs.Location = new System.Drawing.Point(12, 333);
- //
- // btnOk
- //
- this.btnOk.Location = new System.Drawing.Point(252, 349);
- this.btnOk.Margin = new System.Windows.Forms.Padding(6);
- //
- // btnCancel
- //
- this.btnCancel.Location = new System.Drawing.Point(333, 349);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(6);
- //
- // pageControlOptions
- //
- this.pageControlOptions.BackColor = System.Drawing.SystemColors.Window;
- this.pageControlOptions.Controls.Add(this.gbImages);
- this.pageControlOptions.Controls.Add(this.gbOptions);
- this.pageControlOptions.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pageControlOptions.Image = null;
- this.pageControlOptions.Location = new System.Drawing.Point(120, 1);
- this.pageControlOptions.Name = "pageControlOptions";
- this.pageControlOptions.Size = new System.Drawing.Size(276, 313);
- this.pageControlOptions.TabIndex = 1;
- this.pageControlOptions.Text = "Options";
- //
- // gbImages
- //
- this.gbImages.Controls.Add(this.cbOriginalResolution);
- this.gbImages.Controls.Add(this.lblColorSpace);
- this.gbImages.Controls.Add(this.cbColorSpace);
- this.gbImages.Controls.Add(this.cbJpegCompression);
- this.gbImages.Controls.Add(this.cbPrintOptimized);
- this.gbImages.Controls.Add(this.nudJpegQuality);
- this.gbImages.Controls.Add(this.lblJpegQuality);
- this.gbImages.Location = new System.Drawing.Point(8, 151);
- this.gbImages.Name = "gbImages";
- this.gbImages.Size = new System.Drawing.Size(260, 155);
- this.gbImages.TabIndex = 1;
- this.gbImages.TabStop = false;
- this.gbImages.Text = "Images";
- //
- // cbOriginalResolution
- //
- this.cbOriginalResolution.AutoSize = true;
- this.cbOriginalResolution.Location = new System.Drawing.Point(12, 51);
- this.cbOriginalResolution.Name = "cbOriginalResolution";
- this.cbOriginalResolution.Size = new System.Drawing.Size(115, 17);
- this.cbOriginalResolution.TabIndex = 2;
- this.cbOriginalResolution.Text = "Original Resolution";
- this.cbOriginalResolution.UseVisualStyleBackColor = true;
- //
- // lblColorSpace
- //
- this.lblColorSpace.AutoSize = true;
- this.lblColorSpace.Location = new System.Drawing.Point(9, 23);
- this.lblColorSpace.Name = "lblColorSpace";
- this.lblColorSpace.Size = new System.Drawing.Size(74, 13);
- this.lblColorSpace.TabIndex = 0;
- this.lblColorSpace.Text = "Color Space: ";
- //
- // cbColorSpace
- //
- this.cbColorSpace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbColorSpace.FormattingEnabled = true;
- this.cbColorSpace.Items.AddRange(new object[] {
- "RGB",
- "CMYK"});
- this.cbColorSpace.Location = new System.Drawing.Point(173, 20);
- this.cbColorSpace.Name = "cbColorSpace";
- this.cbColorSpace.Size = new System.Drawing.Size(77, 21);
- this.cbColorSpace.TabIndex = 1;
- //
- // cbJpegCompression
- //
- this.cbJpegCompression.AutoSize = true;
- this.cbJpegCompression.Location = new System.Drawing.Point(12, 97);
- this.cbJpegCompression.Name = "cbJpegCompression";
- this.cbJpegCompression.Size = new System.Drawing.Size(113, 17);
- this.cbJpegCompression.TabIndex = 4;
- this.cbJpegCompression.Text = "Jpeg Compression";
- this.cbJpegCompression.UseVisualStyleBackColor = true;
- //
- // cbPrintOptimized
- //
- this.cbPrintOptimized.AutoSize = true;
- this.cbPrintOptimized.Location = new System.Drawing.Point(12, 74);
- this.cbPrintOptimized.Name = "cbPrintOptimized";
- this.cbPrintOptimized.Size = new System.Drawing.Size(98, 17);
- this.cbPrintOptimized.TabIndex = 3;
- this.cbPrintOptimized.Text = "Print Optimized";
- this.cbPrintOptimized.UseVisualStyleBackColor = true;
- //
- // nudJpegQuality
- //
- this.nudJpegQuality.Location = new System.Drawing.Point(193, 124);
- this.nudJpegQuality.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.nudJpegQuality.Name = "nudJpegQuality";
- this.nudJpegQuality.Size = new System.Drawing.Size(57, 20);
- this.nudJpegQuality.TabIndex = 6;
- this.nudJpegQuality.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.nudJpegQuality.Value = new decimal(new int[] {
- 100,
- 0,
- 0,
- 0});
- //
- // lblJpegQuality
- //
- this.lblJpegQuality.AutoSize = true;
- this.lblJpegQuality.Location = new System.Drawing.Point(9, 126);
- this.lblJpegQuality.Name = "lblJpegQuality";
- this.lblJpegQuality.Size = new System.Drawing.Size(75, 13);
- this.lblJpegQuality.TabIndex = 5;
- this.lblJpegQuality.Text = "Jpeg quality: ";
- //
- // gbOptions
- //
- this.gbOptions.Controls.Add(this.cbAcroForm);
- this.gbOptions.Controls.Add(this.lblCompliance);
- this.gbOptions.Controls.Add(this.cbPdfStandard);
- this.gbOptions.Controls.Add(this.cbTextInCurves);
- this.gbOptions.Controls.Add(this.cbBackground);
- this.gbOptions.Controls.Add(this.cbEmbeddedFonts);
- this.gbOptions.Location = new System.Drawing.Point(8, 4);
- this.gbOptions.Name = "gbOptions";
- this.gbOptions.Size = new System.Drawing.Size(260, 143);
- this.gbOptions.TabIndex = 0;
- this.gbOptions.TabStop = false;
- this.gbOptions.Text = "Options";
- //
- // cbAcroForm
- //
- this.cbAcroForm.AutoSize = true;
- this.cbAcroForm.Location = new System.Drawing.Point(12, 117);
- this.cbAcroForm.Margin = new System.Windows.Forms.Padding(2);
- this.cbAcroForm.Name = "cbAcroForm";
- this.cbAcroForm.Size = new System.Drawing.Size(111, 17);
- this.cbAcroForm.TabIndex = 5;
- this.cbAcroForm.Text = "Interactive Forms";
- this.cbAcroForm.UseVisualStyleBackColor = true;
- //
- // lblCompliance
- //
- this.lblCompliance.AutoSize = true;
- this.lblCompliance.Location = new System.Drawing.Point(9, 22);
- this.lblCompliance.Name = "lblCompliance";
- this.lblCompliance.Size = new System.Drawing.Size(93, 13);
- this.lblCompliance.TabIndex = 0;
- this.lblCompliance.Text = "PDF Compliance: ";
- //
- // cbPdfStandard
- //
- this.cbPdfStandard.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbPdfStandard.FormattingEnabled = true;
- this.cbPdfStandard.Items.AddRange(new object[] {
- "PDF 1.5",
- "PDF/A-1a",
- "PDF/A-2a",
- "PDF/A-2b",
- "PDF/A-2u",
- "PDF/A-3a",
- "PDF/A-3b",
- "PDF/X-3",
- "PDF/X-4"});
- this.cbPdfStandard.Location = new System.Drawing.Point(173, 19);
- this.cbPdfStandard.Name = "cbPdfStandard";
- this.cbPdfStandard.Size = new System.Drawing.Size(77, 21);
- this.cbPdfStandard.TabIndex = 1;
- //
- // cbTextInCurves
- //
- this.cbTextInCurves.AutoSize = true;
- this.cbTextInCurves.Location = new System.Drawing.Point(12, 93);
- this.cbTextInCurves.Name = "cbTextInCurves";
- this.cbTextInCurves.Size = new System.Drawing.Size(96, 17);
- this.cbTextInCurves.TabIndex = 4;
- this.cbTextInCurves.Text = "Text in Curves";
- this.cbTextInCurves.UseVisualStyleBackColor = true;
- //
- // cbBackground
- //
- this.cbBackground.AutoSize = true;
- this.cbBackground.Location = new System.Drawing.Point(12, 70);
- this.cbBackground.Name = "cbBackground";
- this.cbBackground.Size = new System.Drawing.Size(82, 17);
- this.cbBackground.TabIndex = 3;
- this.cbBackground.Text = "Background";
- this.cbBackground.UseVisualStyleBackColor = true;
- //
- // cbEmbeddedFonts
- //
- this.cbEmbeddedFonts.AutoSize = true;
- this.cbEmbeddedFonts.Location = new System.Drawing.Point(12, 47);
- this.cbEmbeddedFonts.Name = "cbEmbeddedFonts";
- this.cbEmbeddedFonts.Size = new System.Drawing.Size(106, 17);
- this.cbEmbeddedFonts.TabIndex = 2;
- this.cbEmbeddedFonts.Text = "Embedded Fonts";
- this.cbEmbeddedFonts.UseVisualStyleBackColor = true;
- //
- // pageControlVector
- //
- this.pageControlVector.BackColor = System.Drawing.SystemColors.Window;
- this.pageControlVector.Controls.Add(this.gbCurves);
- this.pageControlVector.Controls.Add(this.gbGradientQuality);
- this.pageControlVector.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pageControlVector.Image = null;
- this.pageControlVector.Location = new System.Drawing.Point(120, 1);
- this.pageControlVector.Name = "pageControlVector";
- this.pageControlVector.Size = new System.Drawing.Size(275, 312);
- this.pageControlVector.TabIndex = 1;
- this.pageControlVector.Text = "Vector graphics";
- //
- // gbCurves
- //
- this.gbCurves.Controls.Add(this.cbSvgAsPicture);
- this.gbCurves.Controls.Add(this.cbCurvesInterpolationText);
- this.gbCurves.Controls.Add(this.lbCurvesInterpolationText);
- this.gbCurves.Controls.Add(this.lbCurvesInterpolation);
- this.gbCurves.Controls.Add(this.cbCurvesInterpolation);
- this.gbCurves.Location = new System.Drawing.Point(8, 156);
- this.gbCurves.Margin = new System.Windows.Forms.Padding(2);
- this.gbCurves.Name = "gbCurves";
- this.gbCurves.Padding = new System.Windows.Forms.Padding(2);
- this.gbCurves.Size = new System.Drawing.Size(260, 101);
- this.gbCurves.TabIndex = 1;
- this.gbCurves.TabStop = false;
- this.gbCurves.Text = "Сurves";
- //
- // cbSvgAsPicture
- //
- this.cbSvgAsPicture.AutoSize = true;
- this.cbSvgAsPicture.Location = new System.Drawing.Point(12, 71);
- this.cbSvgAsPicture.Margin = new System.Windows.Forms.Padding(2);
- this.cbSvgAsPicture.Name = "cbSvgAsPicture";
- this.cbSvgAsPicture.Size = new System.Drawing.Size(95, 17);
- this.cbSvgAsPicture.TabIndex = 4;
- this.cbSvgAsPicture.Text = "SVG as Picture";
- this.cbSvgAsPicture.UseVisualStyleBackColor = true;
- //
- // cbCurvesInterpolationText
- //
- this.cbCurvesInterpolationText.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbCurvesInterpolationText.FormattingEnabled = true;
- this.cbCurvesInterpolationText.Items.AddRange(new object[] {
- "Disabled",
- "2",
- "4",
- "8",
- "16"});
- this.cbCurvesInterpolationText.Location = new System.Drawing.Point(164, 45);
- this.cbCurvesInterpolationText.Margin = new System.Windows.Forms.Padding(2);
- this.cbCurvesInterpolationText.Name = "cbCurvesInterpolationText";
- this.cbCurvesInterpolationText.Size = new System.Drawing.Size(84, 21);
- this.cbCurvesInterpolationText.TabIndex = 3;
- //
- // lbCurvesInterpolationText
- //
- this.lbCurvesInterpolationText.AutoSize = true;
- this.lbCurvesInterpolationText.Location = new System.Drawing.Point(9, 47);
- this.lbCurvesInterpolationText.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lbCurvesInterpolationText.Name = "lbCurvesInterpolationText";
- this.lbCurvesInterpolationText.Size = new System.Drawing.Size(98, 13);
- this.lbCurvesInterpolationText.TabIndex = 2;
- this.lbCurvesInterpolationText.Text = "Text Interpolation:";
- //
- // lbCurvesInterpolation
- //
- this.lbCurvesInterpolation.AutoSize = true;
- this.lbCurvesInterpolation.Location = new System.Drawing.Point(9, 22);
- this.lbCurvesInterpolation.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lbCurvesInterpolation.Name = "lbCurvesInterpolation";
- this.lbCurvesInterpolation.Size = new System.Drawing.Size(110, 13);
- this.lbCurvesInterpolation.TabIndex = 0;
- this.lbCurvesInterpolation.Text = "Curves Interpolation:";
- //
- // cbCurvesInterpolation
- //
- this.cbCurvesInterpolation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbCurvesInterpolation.FormattingEnabled = true;
- this.cbCurvesInterpolation.Items.AddRange(new object[] {
- "Disabled",
- "2",
- "4",
- "8",
- "16"});
- this.cbCurvesInterpolation.Location = new System.Drawing.Point(164, 20);
- this.cbCurvesInterpolation.Margin = new System.Windows.Forms.Padding(2);
- this.cbCurvesInterpolation.Name = "cbCurvesInterpolation";
- this.cbCurvesInterpolation.Size = new System.Drawing.Size(84, 21);
- this.cbCurvesInterpolation.TabIndex = 1;
- //
- // gbGradientQuality
- //
- this.gbGradientQuality.Controls.Add(this.lbGradientInterpolationPoints);
- this.gbGradientQuality.Controls.Add(this.cbGradientInterpolationPoints);
- this.gbGradientQuality.Controls.Add(this.rbGradientHigh);
- this.gbGradientQuality.Controls.Add(this.rbGradientMedium);
- this.gbGradientQuality.Controls.Add(this.rbGradientLow);
- this.gbGradientQuality.Controls.Add(this.rbGradientImage);
- this.gbGradientQuality.Location = new System.Drawing.Point(8, 4);
- this.gbGradientQuality.Name = "gbGradientQuality";
- this.gbGradientQuality.Size = new System.Drawing.Size(260, 149);
- this.gbGradientQuality.TabIndex = 0;
- this.gbGradientQuality.TabStop = false;
- this.gbGradientQuality.Text = "Gradient Quality";
- //
- // lbGradientInterpolationPoints
- //
- this.lbGradientInterpolationPoints.AutoSize = true;
- this.lbGradientInterpolationPoints.Location = new System.Drawing.Point(9, 119);
- this.lbGradientInterpolationPoints.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lbGradientInterpolationPoints.Name = "lbGradientInterpolationPoints";
- this.lbGradientInterpolationPoints.Size = new System.Drawing.Size(117, 13);
- this.lbGradientInterpolationPoints.TabIndex = 4;
- this.lbGradientInterpolationPoints.Text = "Gradient Interpolation:";
- //
- // cbGradientInterpolationPoints
- //
- this.cbGradientInterpolationPoints.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbGradientInterpolationPoints.FormattingEnabled = true;
- this.cbGradientInterpolationPoints.Items.AddRange(new object[] {
- "2",
- "4",
- "8",
- "16",
- "32",
- "64",
- "128",
- "256"});
- this.cbGradientInterpolationPoints.Location = new System.Drawing.Point(164, 117);
- this.cbGradientInterpolationPoints.Margin = new System.Windows.Forms.Padding(2);
- this.cbGradientInterpolationPoints.Name = "cbGradientInterpolationPoints";
- this.cbGradientInterpolationPoints.Size = new System.Drawing.Size(84, 21);
- this.cbGradientInterpolationPoints.TabIndex = 5;
- //
- // rbGradientHigh
- //
- this.rbGradientHigh.AutoSize = true;
- this.rbGradientHigh.Location = new System.Drawing.Point(12, 89);
- this.rbGradientHigh.Name = "rbGradientHigh";
- this.rbGradientHigh.Size = new System.Drawing.Size(81, 17);
- this.rbGradientHigh.TabIndex = 3;
- this.rbGradientHigh.TabStop = true;
- this.rbGradientHigh.Text = "High quality";
- this.rbGradientHigh.UseVisualStyleBackColor = true;
- //
- // rbGradientMedium
- //
- this.rbGradientMedium.AutoSize = true;
- this.rbGradientMedium.Location = new System.Drawing.Point(12, 66);
- this.rbGradientMedium.Name = "rbGradientMedium";
- this.rbGradientMedium.Size = new System.Drawing.Size(96, 17);
- this.rbGradientMedium.TabIndex = 2;
- this.rbGradientMedium.TabStop = true;
- this.rbGradientMedium.Text = "Medium quality";
- this.rbGradientMedium.UseVisualStyleBackColor = true;
- //
- // rbGradientLow
- //
- this.rbGradientLow.AutoSize = true;
- this.rbGradientLow.Location = new System.Drawing.Point(12, 43);
- this.rbGradientLow.Name = "rbGradientLow";
- this.rbGradientLow.Size = new System.Drawing.Size(79, 17);
- this.rbGradientLow.TabIndex = 1;
- this.rbGradientLow.TabStop = true;
- this.rbGradientLow.Text = "Low quality";
- this.rbGradientLow.UseVisualStyleBackColor = true;
- //
- // rbGradientImage
- //
- this.rbGradientImage.AutoSize = true;
- this.rbGradientImage.Location = new System.Drawing.Point(12, 20);
- this.rbGradientImage.Name = "rbGradientImage";
- this.rbGradientImage.Size = new System.Drawing.Size(102, 17);
- this.rbGradientImage.TabIndex = 0;
- this.rbGradientImage.TabStop = true;
- this.rbGradientImage.Text = "Export as image";
- this.rbGradientImage.UseVisualStyleBackColor = true;
- //
- // pageDigitalSignature
- //
- this.pageDigitalSignature.BackColor = System.Drawing.SystemColors.Window;
- this.pageDigitalSignature.Controls.Add(this.gbSignInformation);
- this.pageDigitalSignature.Controls.Add(this.gbCertificate);
- this.pageDigitalSignature.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pageDigitalSignature.Image = null;
- this.pageDigitalSignature.Location = new System.Drawing.Point(120, 1);
- this.pageDigitalSignature.Margin = new System.Windows.Forms.Padding(2);
- this.pageDigitalSignature.Name = "pageDigitalSignature";
- this.pageDigitalSignature.Size = new System.Drawing.Size(276, 313);
- this.pageDigitalSignature.TabIndex = 1;
- this.pageDigitalSignature.Text = "Digital signature";
- //
- // gbSignInformation
- //
- this.gbSignInformation.Controls.Add(this.tbSignContactInfo);
- this.gbSignInformation.Controls.Add(this.cbSignPdf);
- this.gbSignInformation.Controls.Add(this.lbSignContactInfo);
- this.gbSignInformation.Controls.Add(this.lbSignLocation);
- this.gbSignInformation.Controls.Add(this.tbSignReason);
- this.gbSignInformation.Controls.Add(this.tbSignLocation);
- this.gbSignInformation.Controls.Add(this.lbSignReason);
- this.gbSignInformation.Location = new System.Drawing.Point(8, 4);
- this.gbSignInformation.Name = "gbSignInformation";
- this.gbSignInformation.Size = new System.Drawing.Size(260, 127);
- this.gbSignInformation.TabIndex = 0;
- this.gbSignInformation.TabStop = false;
- this.gbSignInformation.Text = "Sign Information";
- //
- // tbSignContactInfo
- //
- this.tbSignContactInfo.Location = new System.Drawing.Point(127, 97);
- this.tbSignContactInfo.Margin = new System.Windows.Forms.Padding(2);
- this.tbSignContactInfo.Name = "tbSignContactInfo";
- this.tbSignContactInfo.Size = new System.Drawing.Size(121, 20);
- this.tbSignContactInfo.TabIndex = 11;
- //
- // cbSignPdf
- //
- this.cbSignPdf.AutoSize = true;
- this.cbSignPdf.Checked = true;
- this.cbSignPdf.CheckState = System.Windows.Forms.CheckState.Checked;
- this.cbSignPdf.Location = new System.Drawing.Point(11, 21);
- this.cbSignPdf.Margin = new System.Windows.Forms.Padding(1);
- this.cbSignPdf.Name = "cbSignPdf";
- this.cbSignPdf.Size = new System.Drawing.Size(173, 17);
- this.cbSignPdf.TabIndex = 0;
- this.cbSignPdf.Text = "Sign pdf with Digital Certificate";
- this.cbSignPdf.UseVisualStyleBackColor = true;
- this.cbSignPdf.CheckedChanged += new System.EventHandler(this.cbSignPdf_CheckedChanged);
- //
- // lbSignContactInfo
- //
- this.lbSignContactInfo.AutoSize = true;
- this.lbSignContactInfo.Location = new System.Drawing.Point(9, 100);
- this.lbSignContactInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lbSignContactInfo.Name = "lbSignContactInfo";
- this.lbSignContactInfo.Size = new System.Drawing.Size(66, 13);
- this.lbSignContactInfo.TabIndex = 10;
- this.lbSignContactInfo.Text = "Contact info";
- //
- // lbSignLocation
- //
- this.lbSignLocation.AutoSize = true;
- this.lbSignLocation.Location = new System.Drawing.Point(9, 46);
- this.lbSignLocation.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lbSignLocation.Name = "lbSignLocation";
- this.lbSignLocation.Size = new System.Drawing.Size(47, 13);
- this.lbSignLocation.TabIndex = 6;
- this.lbSignLocation.Text = "Location";
- //
- // tbSignReason
- //
- this.tbSignReason.Location = new System.Drawing.Point(127, 71);
- this.tbSignReason.Margin = new System.Windows.Forms.Padding(2);
- this.tbSignReason.Name = "tbSignReason";
- this.tbSignReason.Size = new System.Drawing.Size(121, 20);
- this.tbSignReason.TabIndex = 9;
- //
- // tbSignLocation
- //
- this.tbSignLocation.Location = new System.Drawing.Point(127, 44);
- this.tbSignLocation.Margin = new System.Windows.Forms.Padding(2);
- this.tbSignLocation.Name = "tbSignLocation";
- this.tbSignLocation.Size = new System.Drawing.Size(121, 20);
- this.tbSignLocation.TabIndex = 7;
- //
- // lbSignReason
- //
- this.lbSignReason.AutoSize = true;
- this.lbSignReason.Location = new System.Drawing.Point(9, 74);
- this.lbSignReason.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lbSignReason.Name = "lbSignReason";
- this.lbSignReason.Size = new System.Drawing.Size(43, 13);
- this.lbSignReason.TabIndex = 8;
- this.lbSignReason.Text = "Reason";
- //
- // gbCertificate
- //
- this.gbCertificate.Controls.Add(this.lbSaveCertificatePasswordWarning);
- this.gbCertificate.Controls.Add(this.lbCertificatePassword);
- this.gbCertificate.Controls.Add(this.tbCertificatePassword);
- this.gbCertificate.Controls.Add(this.lbCertificatePath);
- this.gbCertificate.Controls.Add(this.tbCertificatePath);
- this.gbCertificate.Controls.Add(this.cbSaveCertificatePassword);
- this.gbCertificate.Location = new System.Drawing.Point(8, 135);
- this.gbCertificate.Name = "gbCertificate";
- this.gbCertificate.Size = new System.Drawing.Size(260, 171);
- this.gbCertificate.TabIndex = 1;
- this.gbCertificate.TabStop = false;
- this.gbCertificate.Text = "Certificate Information";
- //
- // lbSaveCertificatePasswordWarning
- //
- this.lbSaveCertificatePasswordWarning.BackColor = System.Drawing.Color.White;
- this.lbSaveCertificatePasswordWarning.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.lbSaveCertificatePasswordWarning.ForeColor = System.Drawing.Color.Red;
- this.lbSaveCertificatePasswordWarning.Location = new System.Drawing.Point(3, 133);
- this.lbSaveCertificatePasswordWarning.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lbSaveCertificatePasswordWarning.Name = "lbSaveCertificatePasswordWarning";
- this.lbSaveCertificatePasswordWarning.Size = new System.Drawing.Size(254, 35);
- this.lbSaveCertificatePasswordWarning.TabIndex = 15;
- this.lbSaveCertificatePasswordWarning.Text = "Attention!!! Saving a password may be insecure.";
- this.lbSaveCertificatePasswordWarning.Visible = false;
- //
- // lbCertificatePassword
- //
- this.lbCertificatePassword.AutoSize = true;
- this.lbCertificatePassword.Location = new System.Drawing.Point(9, 70);
- this.lbCertificatePassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lbCertificatePassword.Name = "lbCertificatePassword";
- this.lbCertificatePassword.Size = new System.Drawing.Size(53, 13);
- this.lbCertificatePassword.TabIndex = 2;
- this.lbCertificatePassword.Text = "Password";
- //
- // tbCertificatePassword
- //
- this.tbCertificatePassword.Location = new System.Drawing.Point(11, 85);
- this.tbCertificatePassword.Margin = new System.Windows.Forms.Padding(2);
- this.tbCertificatePassword.Name = "tbCertificatePassword";
- this.tbCertificatePassword.PasswordChar = '*';
- this.tbCertificatePassword.Size = new System.Drawing.Size(237, 20);
- this.tbCertificatePassword.TabIndex = 3;
- //
- // lbCertificatePath
- //
- this.lbCertificatePath.AutoSize = true;
- this.lbCertificatePath.Location = new System.Drawing.Point(9, 20);
- this.lbCertificatePath.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lbCertificatePath.Name = "lbCertificatePath";
- this.lbCertificatePath.Size = new System.Drawing.Size(82, 13);
- this.lbCertificatePath.TabIndex = 0;
- this.lbCertificatePath.Text = "Certificate path";
- //
- // tbCertificatePath
- //
- this.tbCertificatePath.ButtonText = "";
- this.tbCertificatePath.Image = null;
- this.tbCertificatePath.Location = new System.Drawing.Point(11, 35);
- this.tbCertificatePath.Margin = new System.Windows.Forms.Padding(2);
- this.tbCertificatePath.Name = "tbCertificatePath";
- this.tbCertificatePath.Size = new System.Drawing.Size(237, 21);
- this.tbCertificatePath.TabIndex = 1;
- this.tbCertificatePath.ButtonClick += new System.EventHandler(this.btnSelectCertificatePath_Click);
- //
- // cbSaveCertificatePassword
- //
- this.cbSaveCertificatePassword.AutoSize = true;
- this.cbSaveCertificatePassword.Location = new System.Drawing.Point(11, 111);
- this.cbSaveCertificatePassword.Margin = new System.Windows.Forms.Padding(1);
- this.cbSaveCertificatePassword.Name = "cbSaveCertificatePassword";
- this.cbSaveCertificatePassword.Size = new System.Drawing.Size(99, 17);
- this.cbSaveCertificatePassword.TabIndex = 4;
- this.cbSaveCertificatePassword.Text = "Save password";
- this.cbSaveCertificatePassword.UseVisualStyleBackColor = true;
- this.cbSaveCertificatePassword.CheckedChanged += new System.EventHandler(this.cbSaveCertificatePassword_CheckedChanged);
- //
- // pageControlInformation
- //
- this.pageControlInformation.BackColor = System.Drawing.SystemColors.Window;
- this.pageControlInformation.Controls.Add(this.gbDocumentInfo);
- this.pageControlInformation.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pageControlInformation.Image = null;
- this.pageControlInformation.Location = new System.Drawing.Point(120, 1);
- this.pageControlInformation.Name = "pageControlInformation";
- this.pageControlInformation.Size = new System.Drawing.Size(276, 313);
- this.pageControlInformation.TabIndex = 2;
- this.pageControlInformation.Text = "Information";
- //
- // gbDocumentInfo
- //
- this.gbDocumentInfo.Controls.Add(this.tbProducer);
- this.gbDocumentInfo.Controls.Add(this.lbProducer);
- this.gbDocumentInfo.Controls.Add(this.tbCreator);
- this.gbDocumentInfo.Controls.Add(this.lbCreator);
- this.gbDocumentInfo.Controls.Add(this.tbKeywords);
- this.gbDocumentInfo.Controls.Add(this.lbKeywords);
- this.gbDocumentInfo.Controls.Add(this.tbSubject);
- this.gbDocumentInfo.Controls.Add(this.lbSubject);
- this.gbDocumentInfo.Controls.Add(this.tbAuthor);
- this.gbDocumentInfo.Controls.Add(this.lbAuthor);
- this.gbDocumentInfo.Controls.Add(this.tbTitle);
- this.gbDocumentInfo.Controls.Add(this.lbTitle);
- this.gbDocumentInfo.Location = new System.Drawing.Point(8, 4);
- this.gbDocumentInfo.Name = "gbDocumentInfo";
- this.gbDocumentInfo.Size = new System.Drawing.Size(260, 194);
- this.gbDocumentInfo.TabIndex = 0;
- this.gbDocumentInfo.TabStop = false;
- this.gbDocumentInfo.Text = "Document Information";
- //
- // tbProducer
- //
- this.tbProducer.Location = new System.Drawing.Point(104, 161);
- this.tbProducer.Name = "tbProducer";
- this.tbProducer.Size = new System.Drawing.Size(144, 20);
- this.tbProducer.TabIndex = 11;
- //
- // lbProducer
- //
- this.lbProducer.AutoSize = true;
- this.lbProducer.Location = new System.Drawing.Point(9, 164);
- this.lbProducer.Name = "lbProducer";
- this.lbProducer.Size = new System.Drawing.Size(50, 13);
- this.lbProducer.TabIndex = 10;
- this.lbProducer.Text = "Producer";
- //
- // tbCreator
- //
- this.tbCreator.Location = new System.Drawing.Point(104, 133);
- this.tbCreator.Name = "tbCreator";
- this.tbCreator.Size = new System.Drawing.Size(144, 20);
- this.tbCreator.TabIndex = 9;
- //
- // lbCreator
- //
- this.lbCreator.AutoSize = true;
- this.lbCreator.Location = new System.Drawing.Point(9, 136);
- this.lbCreator.Name = "lbCreator";
- this.lbCreator.Size = new System.Drawing.Size(44, 13);
- this.lbCreator.TabIndex = 8;
- this.lbCreator.Text = "Creator";
- //
- // tbKeywords
- //
- this.tbKeywords.Location = new System.Drawing.Point(104, 105);
- this.tbKeywords.Name = "tbKeywords";
- this.tbKeywords.Size = new System.Drawing.Size(144, 20);
- this.tbKeywords.TabIndex = 7;
- //
- // lbKeywords
- //
- this.lbKeywords.AutoSize = true;
- this.lbKeywords.Location = new System.Drawing.Point(9, 108);
- this.lbKeywords.Name = "lbKeywords";
- this.lbKeywords.Size = new System.Drawing.Size(54, 13);
- this.lbKeywords.TabIndex = 6;
- this.lbKeywords.Text = "Keywords";
- //
- // tbSubject
- //
- this.tbSubject.Location = new System.Drawing.Point(104, 77);
- this.tbSubject.Name = "tbSubject";
- this.tbSubject.Size = new System.Drawing.Size(144, 20);
- this.tbSubject.TabIndex = 5;
- //
- // lbSubject
- //
- this.lbSubject.AutoSize = true;
- this.lbSubject.Location = new System.Drawing.Point(9, 80);
- this.lbSubject.Name = "lbSubject";
- this.lbSubject.Size = new System.Drawing.Size(43, 13);
- this.lbSubject.TabIndex = 4;
- this.lbSubject.Text = "Subject";
- //
- // tbAuthor
- //
- this.tbAuthor.Location = new System.Drawing.Point(104, 49);
- this.tbAuthor.Name = "tbAuthor";
- this.tbAuthor.Size = new System.Drawing.Size(144, 20);
- this.tbAuthor.TabIndex = 3;
- //
- // lbAuthor
- //
- this.lbAuthor.AutoSize = true;
- this.lbAuthor.Location = new System.Drawing.Point(9, 52);
- this.lbAuthor.Name = "lbAuthor";
- this.lbAuthor.Size = new System.Drawing.Size(40, 13);
- this.lbAuthor.TabIndex = 2;
- this.lbAuthor.Text = "Author";
- //
- // tbTitle
- //
- this.tbTitle.Location = new System.Drawing.Point(104, 21);
- this.tbTitle.Name = "tbTitle";
- this.tbTitle.Size = new System.Drawing.Size(144, 20);
- this.tbTitle.TabIndex = 1;
- //
- // lbTitle
- //
- this.lbTitle.AutoSize = true;
- this.lbTitle.Location = new System.Drawing.Point(9, 24);
- this.lbTitle.Name = "lbTitle";
- this.lbTitle.Size = new System.Drawing.Size(27, 13);
- this.lbTitle.TabIndex = 0;
- this.lbTitle.Text = "Title";
- //
- // pageControlSecurity
- //
- this.pageControlSecurity.BackColor = System.Drawing.SystemColors.Window;
- this.pageControlSecurity.Controls.Add(this.gbPermissions);
- this.pageControlSecurity.Controls.Add(this.gbAuth);
- this.pageControlSecurity.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pageControlSecurity.Image = null;
- this.pageControlSecurity.Location = new System.Drawing.Point(120, 1);
- this.pageControlSecurity.Name = "pageControlSecurity";
- this.pageControlSecurity.Size = new System.Drawing.Size(276, 313);
- this.pageControlSecurity.TabIndex = 3;
- this.pageControlSecurity.Text = "Security";
- //
- // gbPermissions
- //
- this.gbPermissions.Controls.Add(this.cbAnnotations);
- this.gbPermissions.Controls.Add(this.cbCopyOfTextAndGraphics);
- this.gbPermissions.Controls.Add(this.cbModifyTheDocument);
- this.gbPermissions.Controls.Add(this.cbPrintTheDocument);
- this.gbPermissions.Location = new System.Drawing.Point(8, 88);
- this.gbPermissions.Name = "gbPermissions";
- this.gbPermissions.Size = new System.Drawing.Size(260, 116);
- this.gbPermissions.TabIndex = 1;
- this.gbPermissions.TabStop = false;
- this.gbPermissions.Text = "Permissions";
- //
- // cbAnnotations
- //
- this.cbAnnotations.AutoSize = true;
- this.cbAnnotations.Location = new System.Drawing.Point(12, 88);
- this.cbAnnotations.Name = "cbAnnotations";
- this.cbAnnotations.Size = new System.Drawing.Size(156, 17);
- this.cbAnnotations.TabIndex = 3;
- this.cbAnnotations.Text = "Add Or Modify Annotations";
- this.cbAnnotations.UseVisualStyleBackColor = true;
- //
- // cbCopyOfTextAndGraphics
- //
- this.cbCopyOfTextAndGraphics.AutoSize = true;
- this.cbCopyOfTextAndGraphics.Location = new System.Drawing.Point(12, 65);
- this.cbCopyOfTextAndGraphics.Name = "cbCopyOfTextAndGraphics";
- this.cbCopyOfTextAndGraphics.Size = new System.Drawing.Size(157, 17);
- this.cbCopyOfTextAndGraphics.TabIndex = 2;
- this.cbCopyOfTextAndGraphics.Text = "Copy Of Text And Graphics";
- this.cbCopyOfTextAndGraphics.UseVisualStyleBackColor = true;
- //
- // cbModifyTheDocument
- //
- this.cbModifyTheDocument.AutoSize = true;
- this.cbModifyTheDocument.Location = new System.Drawing.Point(12, 42);
- this.cbModifyTheDocument.Name = "cbModifyTheDocument";
- this.cbModifyTheDocument.Size = new System.Drawing.Size(130, 17);
- this.cbModifyTheDocument.TabIndex = 1;
- this.cbModifyTheDocument.Text = "Modify The Document";
- this.cbModifyTheDocument.UseVisualStyleBackColor = true;
- //
- // cbPrintTheDocument
- //
- this.cbPrintTheDocument.AutoSize = true;
- this.cbPrintTheDocument.Location = new System.Drawing.Point(12, 19);
- this.cbPrintTheDocument.Name = "cbPrintTheDocument";
- this.cbPrintTheDocument.Size = new System.Drawing.Size(120, 17);
- this.cbPrintTheDocument.TabIndex = 0;
- this.cbPrintTheDocument.Text = "Print The Document";
- this.cbPrintTheDocument.UseVisualStyleBackColor = true;
- //
- // gbAuth
- //
- this.gbAuth.Controls.Add(this.tbUserPassword);
- this.gbAuth.Controls.Add(this.lbUserPassword);
- this.gbAuth.Controls.Add(this.tbOwnerPassword);
- this.gbAuth.Controls.Add(this.lbOwnerPassword);
- this.gbAuth.Location = new System.Drawing.Point(8, 4);
- this.gbAuth.Name = "gbAuth";
- this.gbAuth.Size = new System.Drawing.Size(260, 80);
- this.gbAuth.TabIndex = 0;
- this.gbAuth.TabStop = false;
- this.gbAuth.Text = "Authentification";
- //
- // tbUserPassword
- //
- this.tbUserPassword.Location = new System.Drawing.Point(140, 48);
- this.tbUserPassword.Name = "tbUserPassword";
- this.tbUserPassword.PasswordChar = '*';
- this.tbUserPassword.Size = new System.Drawing.Size(108, 20);
- this.tbUserPassword.TabIndex = 3;
- //
- // lbUserPassword
- //
- this.lbUserPassword.AutoSize = true;
- this.lbUserPassword.Location = new System.Drawing.Point(9, 51);
- this.lbUserPassword.Name = "lbUserPassword";
- this.lbUserPassword.Size = new System.Drawing.Size(78, 13);
- this.lbUserPassword.TabIndex = 2;
- this.lbUserPassword.Text = "User Password";
- //
- // tbOwnerPassword
- //
- this.tbOwnerPassword.Location = new System.Drawing.Point(140, 20);
- this.tbOwnerPassword.Name = "tbOwnerPassword";
- this.tbOwnerPassword.PasswordChar = '*';
- this.tbOwnerPassword.Size = new System.Drawing.Size(108, 20);
- this.tbOwnerPassword.TabIndex = 1;
- //
- // lbOwnerPassword
- //
- this.lbOwnerPassword.AutoSize = true;
- this.lbOwnerPassword.Location = new System.Drawing.Point(9, 24);
- this.lbOwnerPassword.Name = "lbOwnerPassword";
- this.lbOwnerPassword.Size = new System.Drawing.Size(88, 13);
- this.lbOwnerPassword.TabIndex = 0;
- this.lbOwnerPassword.Text = "Owner Password";
- //
- // pageControlViewer
- //
- this.pageControlViewer.BackColor = System.Drawing.SystemColors.Window;
- this.pageControlViewer.Controls.Add(this.gbViewerPrfs);
- this.pageControlViewer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pageControlViewer.Image = null;
- this.pageControlViewer.Location = new System.Drawing.Point(120, 1);
- this.pageControlViewer.Name = "pageControlViewer";
- this.pageControlViewer.Size = new System.Drawing.Size(275, 312);
- this.pageControlViewer.TabIndex = 4;
- this.pageControlViewer.Text = "Viewer";
- //
- // gbViewerPrfs
- //
- this.gbViewerPrfs.Controls.Add(this.cbPrintDialog);
- this.gbViewerPrfs.Controls.Add(this.cbbZoom);
- this.gbViewerPrfs.Controls.Add(this.lblInitialZoom);
- this.gbViewerPrfs.Controls.Add(this.cbOutline);
- this.gbViewerPrfs.Controls.Add(this.cbPrintScaling);
- this.gbViewerPrfs.Controls.Add(this.cbCenterWindow);
- this.gbViewerPrfs.Controls.Add(this.cbFitWindow);
- this.gbViewerPrfs.Controls.Add(this.cbHideUI);
- this.gbViewerPrfs.Controls.Add(this.cbHideMenubar);
- this.gbViewerPrfs.Controls.Add(this.cbHideToolbar);
- this.gbViewerPrfs.Location = new System.Drawing.Point(8, 4);
- this.gbViewerPrfs.Name = "gbViewerPrfs";
- this.gbViewerPrfs.Size = new System.Drawing.Size(260, 236);
- this.gbViewerPrfs.TabIndex = 0;
- this.gbViewerPrfs.TabStop = false;
- this.gbViewerPrfs.Text = "Viewer Preferences";
- //
- // cbPrintDialog
- //
- this.cbPrintDialog.AutoSize = true;
- this.cbPrintDialog.Location = new System.Drawing.Point(12, 20);
- this.cbPrintDialog.Name = "cbPrintDialog";
- this.cbPrintDialog.Size = new System.Drawing.Size(109, 17);
- this.cbPrintDialog.TabIndex = 0;
- this.cbPrintDialog.Text = "Show Print Dialog";
- this.cbPrintDialog.UseVisualStyleBackColor = true;
- //
- // cbbZoom
- //
- this.cbbZoom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbbZoom.FormattingEnabled = true;
- this.cbbZoom.Items.AddRange(new object[] {
- "Actual Size",
- "Fit Page",
- "Fit Width",
- "Default",
- "10%",
- "25%",
- "50%",
- "75%",
- "100%",
- "125%",
- "150%",
- "200%",
- "400%",
- "800%"});
- this.cbbZoom.Location = new System.Drawing.Point(129, 202);
- this.cbbZoom.Name = "cbbZoom";
- this.cbbZoom.Size = new System.Drawing.Size(121, 21);
- this.cbbZoom.TabIndex = 9;
- //
- // lblInitialZoom
- //
- this.lblInitialZoom.AutoSize = true;
- this.lblInitialZoom.Location = new System.Drawing.Point(9, 205);
- this.lblInitialZoom.Name = "lblInitialZoom";
- this.lblInitialZoom.Size = new System.Drawing.Size(69, 13);
- this.lblInitialZoom.TabIndex = 8;
- this.lblInitialZoom.Text = "Initial Zoom: ";
- //
- // cbOutline
- //
- this.cbOutline.AutoSize = true;
- this.cbOutline.Location = new System.Drawing.Point(12, 181);
- this.cbOutline.Name = "cbOutline";
- this.cbOutline.Size = new System.Drawing.Size(60, 17);
- this.cbOutline.TabIndex = 7;
- this.cbOutline.Text = "Outline";
- this.cbOutline.UseVisualStyleBackColor = true;
- //
- // cbPrintScaling
- //
- this.cbPrintScaling.AutoSize = true;
- this.cbPrintScaling.Location = new System.Drawing.Point(12, 158);
- this.cbPrintScaling.Name = "cbPrintScaling";
- this.cbPrintScaling.Size = new System.Drawing.Size(84, 17);
- this.cbPrintScaling.TabIndex = 5;
- this.cbPrintScaling.Text = "Print Scaling";
- this.cbPrintScaling.UseVisualStyleBackColor = true;
- //
- // cbCenterWindow
- //
- this.cbCenterWindow.AutoSize = true;
- this.cbCenterWindow.Location = new System.Drawing.Point(12, 135);
- this.cbCenterWindow.Name = "cbCenterWindow";
- this.cbCenterWindow.Size = new System.Drawing.Size(100, 17);
- this.cbCenterWindow.TabIndex = 4;
- this.cbCenterWindow.Text = "Center Window";
- this.cbCenterWindow.UseVisualStyleBackColor = true;
- //
- // cbFitWindow
- //
- this.cbFitWindow.AutoSize = true;
- this.cbFitWindow.Location = new System.Drawing.Point(12, 112);
- this.cbFitWindow.Name = "cbFitWindow";
- this.cbFitWindow.Size = new System.Drawing.Size(79, 17);
- this.cbFitWindow.TabIndex = 3;
- this.cbFitWindow.Text = "Fit Window";
- this.cbFitWindow.UseVisualStyleBackColor = true;
- //
- // cbHideUI
- //
- this.cbHideUI.AutoSize = true;
- this.cbHideUI.Location = new System.Drawing.Point(12, 89);
- this.cbHideUI.Name = "cbHideUI";
- this.cbHideUI.Size = new System.Drawing.Size(161, 17);
- this.cbHideUI.TabIndex = 2;
- this.cbHideUI.Text = "Hide Window User Interface";
- this.cbHideUI.UseVisualStyleBackColor = true;
- //
- // cbHideMenubar
- //
- this.cbHideMenubar.AutoSize = true;
- this.cbHideMenubar.Location = new System.Drawing.Point(12, 66);
- this.cbHideMenubar.Name = "cbHideMenubar";
- this.cbHideMenubar.Size = new System.Drawing.Size(92, 17);
- this.cbHideMenubar.TabIndex = 1;
- this.cbHideMenubar.Text = "Hide Menubar";
- this.cbHideMenubar.UseVisualStyleBackColor = true;
- //
- // cbHideToolbar
- //
- this.cbHideToolbar.AutoSize = true;
- this.cbHideToolbar.Location = new System.Drawing.Point(12, 43);
- this.cbHideToolbar.Name = "cbHideToolbar";
- this.cbHideToolbar.Size = new System.Drawing.Size(86, 17);
- this.cbHideToolbar.TabIndex = 0;
- this.cbHideToolbar.Text = "Hide Toolbar";
- this.cbHideToolbar.UseVisualStyleBackColor = true;
- //
- // PDFExportForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.ClientSize = new System.Drawing.Size(419, 383);
- this.Margin = new System.Windows.Forms.Padding(6);
- this.Name = "PDFExportForm";
- this.OpenAfterVisible = true;
- this.Text = "Export to PDF";
- this.gbPageRange.ResumeLayout(false);
- this.gbPageRange.PerformLayout();
- this.pcPages.ResumeLayout(false);
- this.panPages.ResumeLayout(false);
- this.pageControlOptions.ResumeLayout(false);
- this.gbImages.ResumeLayout(false);
- this.gbImages.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudJpegQuality)).EndInit();
- this.gbOptions.ResumeLayout(false);
- this.gbOptions.PerformLayout();
- this.pageControlVector.ResumeLayout(false);
- this.gbCurves.ResumeLayout(false);
- this.gbCurves.PerformLayout();
- this.gbGradientQuality.ResumeLayout(false);
- this.gbGradientQuality.PerformLayout();
- this.pageDigitalSignature.ResumeLayout(false);
- this.gbSignInformation.ResumeLayout(false);
- this.gbSignInformation.PerformLayout();
- this.gbCertificate.ResumeLayout(false);
- this.gbCertificate.PerformLayout();
- this.pageControlInformation.ResumeLayout(false);
- this.gbDocumentInfo.ResumeLayout(false);
- this.gbDocumentInfo.PerformLayout();
- this.pageControlSecurity.ResumeLayout(false);
- this.gbPermissions.ResumeLayout(false);
- this.gbPermissions.PerformLayout();
- this.gbAuth.ResumeLayout(false);
- this.gbAuth.PerformLayout();
- this.pageControlViewer.ResumeLayout(false);
- this.gbViewerPrfs.ResumeLayout(false);
- this.gbViewerPrfs.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private FastReport.Controls.PageControlPage pageControlOptions;
- private FastReport.Controls.PageControlPage pageControlInformation;
- private FastReport.Controls.PageControlPage pageDigitalSignature;
- private FastReport.Controls.PageControlPage pageControlSecurity;
- private FastReport.Controls.PageControlPage pageControlViewer;
- private FastReport.Controls.PageControlPage pageControlVector;
- private System.Windows.Forms.GroupBox gbDocumentInfo;
- private System.Windows.Forms.TextBox tbProducer;
- private System.Windows.Forms.Label lbProducer;
- private System.Windows.Forms.TextBox tbCreator;
- private System.Windows.Forms.Label lbCreator;
- private System.Windows.Forms.TextBox tbKeywords;
- private System.Windows.Forms.Label lbKeywords;
- private System.Windows.Forms.TextBox tbSubject;
- private System.Windows.Forms.Label lbSubject;
- private System.Windows.Forms.TextBox tbAuthor;
- private System.Windows.Forms.Label lbAuthor;
- private System.Windows.Forms.TextBox tbTitle;
- private System.Windows.Forms.Label lbTitle;
- private System.Windows.Forms.GroupBox gbPermissions;
- private System.Windows.Forms.GroupBox gbAuth;
- private System.Windows.Forms.TextBox tbUserPassword;
- private System.Windows.Forms.Label lbUserPassword;
- private System.Windows.Forms.TextBox tbOwnerPassword;
- private System.Windows.Forms.Label lbOwnerPassword;
- private System.Windows.Forms.CheckBox cbAnnotations;
- private System.Windows.Forms.CheckBox cbCopyOfTextAndGraphics;
- private System.Windows.Forms.CheckBox cbModifyTheDocument;
- private System.Windows.Forms.CheckBox cbPrintTheDocument;
- private System.Windows.Forms.GroupBox gbViewerPrfs;
- private System.Windows.Forms.CheckBox cbHideMenubar;
- private System.Windows.Forms.CheckBox cbHideToolbar;
- private System.Windows.Forms.CheckBox cbPrintScaling;
- private System.Windows.Forms.CheckBox cbCenterWindow;
- private System.Windows.Forms.CheckBox cbFitWindow;
- private System.Windows.Forms.CheckBox cbHideUI;
- private System.Windows.Forms.CheckBox cbOutline;
- private System.Windows.Forms.GroupBox gbImages;
- private System.Windows.Forms.GroupBox gbOptions;
- private System.Windows.Forms.CheckBox cbPrintOptimized;
- private System.Windows.Forms.CheckBox cbBackground;
- private System.Windows.Forms.CheckBox cbEmbeddedFonts;
- private System.Windows.Forms.Label lblInitialZoom;
- private System.Windows.Forms.ComboBox cbbZoom;
- private System.Windows.Forms.ComboBox cbPdfStandard;
- private System.Windows.Forms.NumericUpDown nudJpegQuality;
- private System.Windows.Forms.Label lblJpegQuality;
- private System.Windows.Forms.CheckBox cbTextInCurves;
- private System.Windows.Forms.CheckBox cbPrintDialog;
- private System.Windows.Forms.CheckBox cbJpegCompression;
- private System.Windows.Forms.Label lblCompliance;
- private System.Windows.Forms.CheckBox cbOriginalResolution;
- private System.Windows.Forms.Label lblColorSpace;
- private System.Windows.Forms.ComboBox cbColorSpace;
- private System.Windows.Forms.CheckBox cbAcroForm;
- private System.Windows.Forms.GroupBox gbGradientQuality;
- private System.Windows.Forms.ComboBox cbGradientInterpolationPoints;
- private System.Windows.Forms.RadioButton rbGradientHigh;
- private System.Windows.Forms.RadioButton rbGradientMedium;
- private System.Windows.Forms.RadioButton rbGradientLow;
- private System.Windows.Forms.RadioButton rbGradientImage;
- private System.Windows.Forms.GroupBox gbCurves;
- private System.Windows.Forms.Label lbCurvesInterpolation;
- private System.Windows.Forms.ComboBox cbCurvesInterpolation;
- private System.Windows.Forms.Label lbGradientInterpolationPoints;
- private System.Windows.Forms.CheckBox cbSvgAsPicture;
- private System.Windows.Forms.ComboBox cbCurvesInterpolationText;
- private System.Windows.Forms.Label lbCurvesInterpolationText;
- private System.Windows.Forms.GroupBox gbCertificate;
- private System.Windows.Forms.GroupBox gbSignInformation;
- private System.Windows.Forms.CheckBox cbSaveCertificatePassword;
- private System.Windows.Forms.CheckBox cbSignPdf;
- private System.Windows.Forms.TextBox tbSignContactInfo;
- private System.Windows.Forms.Label lbSignContactInfo;
- private System.Windows.Forms.Label lbSignLocation;
- private System.Windows.Forms.TextBox tbSignReason;
- private System.Windows.Forms.TextBox tbSignLocation;
- private System.Windows.Forms.Label lbSignReason;
- private FastReport.Controls.TextBoxButton tbCertificatePath;
- private System.Windows.Forms.Label lbCertificatePath;
- private System.Windows.Forms.Label lbCertificatePassword;
- private System.Windows.Forms.TextBox tbCertificatePassword;
- private System.Windows.Forms.Label lbSaveCertificatePasswordWarning;
- }
- }
|