namespace Inet.Viewer.WinForms.Export { partial class PSSettingsControl { /// /// 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() { this.radioButton3 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Checked = true; this.radioButton3.Location = new System.Drawing.Point(141, 50); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(60, 17); this.radioButton3.TabIndex = 7; this.radioButton3.TabStop = true; this.radioButton3.Tag = "ps3"; this.radioButton3.Text = "Level 3"; this.radioButton3.UseVisualStyleBackColor = true; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(141, 27); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(60, 17); this.radioButton2.TabIndex = 6; this.radioButton2.Tag = "ps2"; this.radioButton2.Text = "Level 2"; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Location = new System.Drawing.Point(141, 4); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(60, 17); this.radioButton1.TabIndex = 5; this.radioButton1.Tag = "ps"; this.radioButton1.Text = "Level 1"; this.radioButton1.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(5, 7); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(87, 13); this.label1.TabIndex = 0; this.label1.Text = "PostScript Level:"; // // PSSettingsControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.Controls.Add(this.radioButton3); this.Controls.Add(this.radioButton2); this.Controls.Add(this.radioButton1); this.Controls.Add(this.label1); this.Name = "PSSettingsControl"; this.Size = new System.Drawing.Size(450, 300); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton3; } }