namespace Inet.Viewer.WinForms.Export { partial class PDFSettingsControl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PDFSettingsControl)); this.label1 = new System.Windows.Forms.Label(); this.cbNavigation = new System.Windows.Forms.ComboBox(); this.chbPDFA = new System.Windows.Forms.CheckBox(); this.chbLinear = new System.Windows.Forms.CheckBox(); this.chbEncrypt = new System.Windows.Forms.CheckBox(); this.tbUserPasswd = new System.Windows.Forms.TextBox(); this.tbOwnerPasswd = new System.Windows.Forms.TextBox(); this.labelUserPasswd = new System.Windows.Forms.Label(); this.labelOwnerPasswd = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.cbTags = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // cbNavigation // resources.ApplyResources(this.cbNavigation, "cbNavigation"); this.cbNavigation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbNavigation.FormattingEnabled = true; this.cbNavigation.Items.AddRange(new object[] { resources.GetString("cbNavigation.Items"), resources.GetString("cbNavigation.Items1"), resources.GetString("cbNavigation.Items2")}); this.cbNavigation.Name = "cbNavigation"; // // chbPDFA // resources.ApplyResources(this.chbPDFA, "chbPDFA"); this.chbPDFA.Name = "chbPDFA"; this.chbPDFA.UseVisualStyleBackColor = true; this.chbPDFA.CheckedChanged += new System.EventHandler(this.chb_CheckedChanged); // // chbLinear // resources.ApplyResources(this.chbLinear, "chbLinear"); this.chbLinear.Name = "chbLinear"; this.chbLinear.UseVisualStyleBackColor = true; this.chbLinear.CheckedChanged += new System.EventHandler(this.chb_CheckedChanged); // // chbEncrypt // resources.ApplyResources(this.chbEncrypt, "chbEncrypt"); this.chbEncrypt.Name = "chbEncrypt"; this.chbEncrypt.UseVisualStyleBackColor = true; this.chbEncrypt.CheckedChanged += new System.EventHandler(this.chb_CheckedChanged); // // tbUserPasswd // resources.ApplyResources(this.tbUserPasswd, "tbUserPasswd"); this.tbUserPasswd.Name = "tbUserPasswd"; // // tbOwnerPasswd // resources.ApplyResources(this.tbOwnerPasswd, "tbOwnerPasswd"); this.tbOwnerPasswd.Name = "tbOwnerPasswd"; // // labelUserPasswd // resources.ApplyResources(this.labelUserPasswd, "labelUserPasswd"); this.labelUserPasswd.Name = "labelUserPasswd"; // // labelOwnerPasswd // resources.ApplyResources(this.labelOwnerPasswd, "labelOwnerPasswd"); this.labelOwnerPasswd.Name = "labelOwnerPasswd"; // // label4 // resources.ApplyResources(this.label4, "label4"); this.label4.Name = "label4"; // // cbTags // resources.ApplyResources(this.cbTags, "cbTags"); this.cbTags.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbTags.FormattingEnabled = true; this.cbTags.Items.AddRange(new object[] { resources.GetString("cbTags.Items"), resources.GetString("cbTags.Items1"), resources.GetString("cbTags.Items2")}); this.cbTags.Name = "cbTags"; // // PDFSettingsControl // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.cbTags); this.Controls.Add(this.label4); this.Controls.Add(this.labelOwnerPasswd); this.Controls.Add(this.labelUserPasswd); this.Controls.Add(this.tbOwnerPasswd); this.Controls.Add(this.tbUserPasswd); this.Controls.Add(this.chbEncrypt); this.Controls.Add(this.chbLinear); this.Controls.Add(this.chbPDFA); this.Controls.Add(this.cbNavigation); this.Controls.Add(this.label1); this.Name = "PDFSettingsControl"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cbNavigation; private System.Windows.Forms.CheckBox chbPDFA; private System.Windows.Forms.CheckBox chbLinear; private System.Windows.Forms.CheckBox chbEncrypt; private System.Windows.Forms.TextBox tbUserPasswd; private System.Windows.Forms.TextBox tbOwnerPasswd; private System.Windows.Forms.Label labelUserPasswd; private System.Windows.Forms.Label labelOwnerPasswd; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox cbTags; } }