namespace OSGeo.MapGuide.Maestro.ResourceEditors.LayerEditorControls.ScaleControls { partial class ItemStyle { /// /// 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(ItemStyle)); this.previewPicture = new System.Windows.Forms.PictureBox(); this.EditButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.previewPicture)).BeginInit(); this.SuspendLayout(); // // previewPicture // this.previewPicture.BackColor = System.Drawing.Color.White; this.previewPicture.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; resources.ApplyResources(this.previewPicture, "previewPicture"); this.previewPicture.Name = "previewPicture"; this.previewPicture.TabStop = false; this.previewPicture.DoubleClick += new System.EventHandler(this.previewPicture_DoubleClick); this.previewPicture.Click += new System.EventHandler(this.previewPicture_Click); this.previewPicture.Paint += new System.Windows.Forms.PaintEventHandler(this.previewPicture_Paint); // // EditButton // resources.ApplyResources(this.EditButton, "EditButton"); this.EditButton.Name = "EditButton"; this.EditButton.UseVisualStyleBackColor = true; this.EditButton.Click += new System.EventHandler(this.EditButton_Click); // // ItemStyle // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.previewPicture); this.Controls.Add(this.EditButton); this.Name = "ItemStyle"; ((System.ComponentModel.ISupportInitialize)(this.previewPicture)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox previewPicture; private System.Windows.Forms.Button EditButton; } }