namespace Inet.Viewer.WinForms.Export { partial class ImageSettingsControl { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageSettingsControl)); this.numWidth = new System.Windows.Forms.NumericUpDown(); this.numHeight = new System.Windows.Forms.NumericUpDown(); this.btnColorPicker = new System.Windows.Forms.Button(); this.tbColor = new System.Windows.Forms.MaskedTextBox(); this.labelHeight = new System.Windows.Forms.Label(); this.labelWidth = new System.Windows.Forms.Label(); this.rbHeight = new System.Windows.Forms.RadioButton(); this.rbWidth = new System.Windows.Forms.RadioButton(); this.rbScaleFactor = new System.Windows.Forms.RadioButton(); this.cbScaleFactor = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cbFormat = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); ((System.ComponentModel.ISupportInitialize)(this.numWidth)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numHeight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.SuspendLayout(); // // numWidth // resources.ApplyResources(this.numWidth, "numWidth"); this.errorProvider1.SetError(this.numWidth, resources.GetString("numWidth.Error")); this.errorProvider1.SetIconAlignment(this.numWidth, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("numWidth.IconAlignment")))); this.errorProvider1.SetIconPadding(this.numWidth, ((int)(resources.GetObject("numWidth.IconPadding")))); this.numWidth.Maximum = new decimal(new int[] { 8192, 0, 0, 0}); this.numWidth.Name = "numWidth"; this.numWidth.Value = new decimal(new int[] { 1024, 0, 0, 0}); // // numHeight // resources.ApplyResources(this.numHeight, "numHeight"); this.errorProvider1.SetError(this.numHeight, resources.GetString("numHeight.Error")); this.errorProvider1.SetIconAlignment(this.numHeight, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("numHeight.IconAlignment")))); this.errorProvider1.SetIconPadding(this.numHeight, ((int)(resources.GetObject("numHeight.IconPadding")))); this.numHeight.Maximum = new decimal(new int[] { 8192, 0, 0, 0}); this.numHeight.Name = "numHeight"; this.numHeight.Value = new decimal(new int[] { 1024, 0, 0, 0}); // // btnColorPicker // resources.ApplyResources(this.btnColorPicker, "btnColorPicker"); this.errorProvider1.SetError(this.btnColorPicker, resources.GetString("btnColorPicker.Error")); this.errorProvider1.SetIconAlignment(this.btnColorPicker, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("btnColorPicker.IconAlignment")))); this.errorProvider1.SetIconPadding(this.btnColorPicker, ((int)(resources.GetObject("btnColorPicker.IconPadding")))); this.btnColorPicker.Name = "btnColorPicker"; this.btnColorPicker.UseVisualStyleBackColor = true; this.btnColorPicker.Click += new System.EventHandler(this.btnColorPicker_Click); // // tbColor // resources.ApplyResources(this.tbColor, "tbColor"); this.errorProvider1.SetError(this.tbColor, resources.GetString("tbColor.Error")); this.errorProvider1.SetIconAlignment(this.tbColor, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("tbColor.IconAlignment")))); this.errorProvider1.SetIconPadding(this.tbColor, ((int)(resources.GetObject("tbColor.IconPadding")))); this.tbColor.Name = "tbColor"; // // labelHeight // resources.ApplyResources(this.labelHeight, "labelHeight"); this.errorProvider1.SetError(this.labelHeight, resources.GetString("labelHeight.Error")); this.errorProvider1.SetIconAlignment(this.labelHeight, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelHeight.IconAlignment")))); this.errorProvider1.SetIconPadding(this.labelHeight, ((int)(resources.GetObject("labelHeight.IconPadding")))); this.labelHeight.Name = "labelHeight"; // // labelWidth // resources.ApplyResources(this.labelWidth, "labelWidth"); this.errorProvider1.SetError(this.labelWidth, resources.GetString("labelWidth.Error")); this.errorProvider1.SetIconAlignment(this.labelWidth, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelWidth.IconAlignment")))); this.errorProvider1.SetIconPadding(this.labelWidth, ((int)(resources.GetObject("labelWidth.IconPadding")))); this.labelWidth.Name = "labelWidth"; // // rbHeight // resources.ApplyResources(this.rbHeight, "rbHeight"); this.errorProvider1.SetError(this.rbHeight, resources.GetString("rbHeight.Error")); this.errorProvider1.SetIconAlignment(this.rbHeight, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("rbHeight.IconAlignment")))); this.errorProvider1.SetIconPadding(this.rbHeight, ((int)(resources.GetObject("rbHeight.IconPadding")))); this.rbHeight.Name = "rbHeight"; this.rbHeight.UseVisualStyleBackColor = true; this.rbHeight.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); // // rbWidth // resources.ApplyResources(this.rbWidth, "rbWidth"); this.errorProvider1.SetError(this.rbWidth, resources.GetString("rbWidth.Error")); this.errorProvider1.SetIconAlignment(this.rbWidth, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("rbWidth.IconAlignment")))); this.errorProvider1.SetIconPadding(this.rbWidth, ((int)(resources.GetObject("rbWidth.IconPadding")))); this.rbWidth.Name = "rbWidth"; this.rbWidth.UseVisualStyleBackColor = true; this.rbWidth.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); // // rbScaleFactor // resources.ApplyResources(this.rbScaleFactor, "rbScaleFactor"); this.rbScaleFactor.Checked = true; this.errorProvider1.SetError(this.rbScaleFactor, resources.GetString("rbScaleFactor.Error")); this.errorProvider1.SetIconAlignment(this.rbScaleFactor, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("rbScaleFactor.IconAlignment")))); this.errorProvider1.SetIconPadding(this.rbScaleFactor, ((int)(resources.GetObject("rbScaleFactor.IconPadding")))); this.rbScaleFactor.Name = "rbScaleFactor"; this.rbScaleFactor.TabStop = true; this.rbScaleFactor.UseVisualStyleBackColor = true; this.rbScaleFactor.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); // // cbScaleFactor // resources.ApplyResources(this.cbScaleFactor, "cbScaleFactor"); this.errorProvider1.SetError(this.cbScaleFactor, resources.GetString("cbScaleFactor.Error")); this.cbScaleFactor.FormattingEnabled = true; this.errorProvider1.SetIconAlignment(this.cbScaleFactor, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("cbScaleFactor.IconAlignment")))); this.errorProvider1.SetIconPadding(this.cbScaleFactor, ((int)(resources.GetObject("cbScaleFactor.IconPadding")))); this.cbScaleFactor.Items.AddRange(new object[] { resources.GetString("cbScaleFactor.Items"), resources.GetString("cbScaleFactor.Items1"), resources.GetString("cbScaleFactor.Items2"), resources.GetString("cbScaleFactor.Items3"), resources.GetString("cbScaleFactor.Items4"), resources.GetString("cbScaleFactor.Items5"), resources.GetString("cbScaleFactor.Items6")}); this.cbScaleFactor.Name = "cbScaleFactor"; this.cbScaleFactor.Validating += new System.ComponentModel.CancelEventHandler(this.cbScaleFactor_Validating); // // label4 // resources.ApplyResources(this.label4, "label4"); this.errorProvider1.SetError(this.label4, resources.GetString("label4.Error")); this.errorProvider1.SetIconAlignment(this.label4, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("label4.IconAlignment")))); this.errorProvider1.SetIconPadding(this.label4, ((int)(resources.GetObject("label4.IconPadding")))); this.label4.Name = "label4"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.errorProvider1.SetError(this.label2, resources.GetString("label2.Error")); this.errorProvider1.SetIconAlignment(this.label2, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("label2.IconAlignment")))); this.errorProvider1.SetIconPadding(this.label2, ((int)(resources.GetObject("label2.IconPadding")))); this.label2.Name = "label2"; // // cbFormat // resources.ApplyResources(this.cbFormat, "cbFormat"); this.cbFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.errorProvider1.SetError(this.cbFormat, resources.GetString("cbFormat.Error")); this.cbFormat.FormattingEnabled = true; this.errorProvider1.SetIconAlignment(this.cbFormat, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("cbFormat.IconAlignment")))); this.errorProvider1.SetIconPadding(this.cbFormat, ((int)(resources.GetObject("cbFormat.IconPadding")))); this.cbFormat.Name = "cbFormat"; this.cbFormat.SelectedIndexChanged += new System.EventHandler(this.cbFormat_SelectedIndexChanged); // // label1 // resources.ApplyResources(this.label1, "label1"); this.errorProvider1.SetError(this.label1, resources.GetString("label1.Error")); this.errorProvider1.SetIconAlignment(this.label1, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("label1.IconAlignment")))); this.errorProvider1.SetIconPadding(this.label1, ((int)(resources.GetObject("label1.IconPadding")))); this.label1.Name = "label1"; // // errorProvider1 // this.errorProvider1.ContainerControl = this; resources.ApplyResources(this.errorProvider1, "errorProvider1"); // // ImageSettingsControl // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.numWidth); this.Controls.Add(this.numHeight); this.Controls.Add(this.btnColorPicker); this.Controls.Add(this.tbColor); this.Controls.Add(this.labelHeight); this.Controls.Add(this.labelWidth); this.Controls.Add(this.rbHeight); this.Controls.Add(this.rbWidth); this.Controls.Add(this.rbScaleFactor); this.Controls.Add(this.cbScaleFactor); this.Controls.Add(this.label4); this.Controls.Add(this.label2); this.Controls.Add(this.cbFormat); this.Controls.Add(this.label1); this.errorProvider1.SetError(this, resources.GetString("$this.Error")); this.errorProvider1.SetIconAlignment(this, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("$this.IconAlignment")))); this.errorProvider1.SetIconPadding(this, ((int)(resources.GetObject("$this.IconPadding")))); this.Name = "ImageSettingsControl"; ((System.ComponentModel.ISupportInitialize)(this.numWidth)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numHeight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cbFormat; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox cbScaleFactor; private System.Windows.Forms.RadioButton rbScaleFactor; private System.Windows.Forms.RadioButton rbWidth; private System.Windows.Forms.RadioButton rbHeight; private System.Windows.Forms.Label labelWidth; private System.Windows.Forms.Label labelHeight; private System.Windows.Forms.MaskedTextBox tbColor; private System.Windows.Forms.Button btnColorPicker; private System.Windows.Forms.ErrorProvider errorProvider1; private System.Windows.Forms.NumericUpDown numWidth; private System.Windows.Forms.NumericUpDown numHeight; } }