namespace Kingo.Plugin.MakeTaskPackage.View { partial class FrmMxdMultCut { /// /// 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() { this.ucMxdMultCut1 = new Kingo.Plugin.MakeTaskPackage.View.UCMxdMultCut(); this.SuspendLayout(); // // ucMxdMultCut1 // this.ucMxdMultCut1.CutIndex = 0; this.ucMxdMultCut1.Dock = System.Windows.Forms.DockStyle.Fill; this.ucMxdMultCut1.GeometryNow = null; this.ucMxdMultCut1.IsEncrypt = false; this.ucMxdMultCut1.LayerName = null; this.ucMxdMultCut1.Location = new System.Drawing.Point(0, 0); this.ucMxdMultCut1.Name = "ucMxdMultCut1"; this.ucMxdMultCut1.OutMapControl = null; this.ucMxdMultCut1.Size = new System.Drawing.Size(694, 596); this.ucMxdMultCut1.TabIndex = 0; this.ucMxdMultCut1.UseOutMapControl = false; // // FrmMxdMultCut // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(694, 596); this.Controls.Add(this.ucMxdMultCut1); this.Name = "FrmMxdMultCut"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "MXD切图工具"; this.ResumeLayout(false); } #endregion private UCMxdMultCut ucMxdMultCut1; } }