ningshuxia
2025-03-31 36f1be9860b303afac93f93a15f0c62cba57c3c5
WinFrmUI/PBS.WinFrmUI.Hydro/99-map-view/Form_Magnifier.Designer.cs
@@ -28,21 +28,21 @@
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Magnifier));
            this.SuspendLayout();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(Form_Magnifier));
            SuspendLayout();
            // 
            // Form_Magnifier
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1046, 671);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Form_Magnifier";
            this.Text = "放大镜";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Magnifier_FormClosing);
            this.Load += new System.EventHandler(this.Form_Magnifier_Load);
            this.ResumeLayout(false);
            AutoScaleDimensions = new SizeF(8F, 18F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(913, 622);
            IconOptions.Icon = (Icon)resources.GetObject("Form_Magnifier.IconOptions.Icon");
            Margin = new Padding(4, 4, 4, 4);
            Name = "Form_Magnifier";
            Text = "放大镜";
            FormClosing += Form_Magnifier_FormClosing;
            Load += Form_Magnifier_Load;
            ResumeLayout(false);
        }
        #endregion