namespace Core.Plugins.SharpMapGis.Tools { partial class ImageResolutionDialog { /// /// 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 Windows Form 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(ImageResolutionDialog)); this.trackBar1 = new System.Windows.Forms.TrackBar(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.label1 = new System.Windows.Forms.Label(); this.textBoxPercentage = new System.Windows.Forms.TextBox(); this.labelHeight = new System.Windows.Forms.Label(); this.widthLabel = new System.Windows.Forms.Label(); this.textBoxHeight = new System.Windows.Forms.TextBox(); this.textBoxWidth = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonOk = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // trackBar1 // resources.ApplyResources(this.trackBar1, "trackBar1"); this.trackBar1.Maximum = 500; this.trackBar1.Minimum = 1; this.trackBar1.Name = "trackBar1"; this.trackBar1.TickFrequency = 20; this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.TopLeft; this.trackBar1.Value = 100; this.trackBar1.ValueChanged += new System.EventHandler(this.ResolutionTrackBarValueChanged); // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.White; resources.ApplyResources(this.pictureBox1, "pictureBox1"); this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Default; this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.TabStop = false; // // splitContainer1 // resources.ApplyResources(this.splitContainer1, "splitContainer1"); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.label1); this.splitContainer1.Panel1.Controls.Add(this.textBoxPercentage); this.splitContainer1.Panel1.Controls.Add(this.labelHeight); this.splitContainer1.Panel1.Controls.Add(this.widthLabel); this.splitContainer1.Panel1.Controls.Add(this.textBoxHeight); this.splitContainer1.Panel1.Controls.Add(this.textBoxWidth); this.splitContainer1.Panel1.Controls.Add(this.trackBar1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panel1); this.splitContainer1.Panel2.Controls.Add(this.pictureBox1); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // textBoxPercentage // resources.ApplyResources(this.textBoxPercentage, "textBoxPercentage"); this.textBoxPercentage.Name = "textBoxPercentage"; this.textBoxPercentage.TextChanged += new System.EventHandler(this.TextBoxPercentageTextChanged); // // labelHeight // resources.ApplyResources(this.labelHeight, "labelHeight"); this.labelHeight.Name = "labelHeight"; // // widthLabel // resources.ApplyResources(this.widthLabel, "widthLabel"); this.widthLabel.Name = "widthLabel"; // // textBoxHeight // resources.ApplyResources(this.textBoxHeight, "textBoxHeight"); this.textBoxHeight.Name = "textBoxHeight"; this.textBoxHeight.TextChanged += new System.EventHandler(this.TextBoxHeightTextChanged); // // textBoxWidth // resources.ApplyResources(this.textBoxWidth, "textBoxWidth"); this.textBoxWidth.Name = "textBoxWidth"; this.textBoxWidth.TextChanged += new System.EventHandler(this.TextBoxWidthTextChanged); // // panel1 // this.panel1.Controls.Add(this.buttonCancel); this.panel1.Controls.Add(this.buttonOk); resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; // // buttonCancel // resources.ApplyResources(this.buttonCancel, "buttonCancel"); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.CancelButtonClicked); // // buttonOk // resources.ApplyResources(this.buttonOk, "buttonOk"); this.buttonOk.Name = "buttonOk"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.OkButtonClicked); // // ImageResolutionDialog // resources.ApplyResources(this, "$this"); this.Controls.Add(this.splitContainer1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "ImageResolutionDialog"; ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TrackBar trackBar1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBoxPercentage; private System.Windows.Forms.Label labelHeight; private System.Windows.Forms.Label widthLabel; private System.Windows.Forms.TextBox textBoxHeight; private System.Windows.Forms.TextBox textBoxWidth; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonOk; public System.Windows.Forms.PictureBox pictureBox1; } }