You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
2.4 KiB
66 lines
2.4 KiB
namespace Kingo.Plugin.MakeTaskPackage.View |
|
{ |
|
partial class FrmMxdMultCut |
|
{ |
|
/// <summary> |
|
/// Required designer variable. |
|
/// </summary> |
|
private System.ComponentModel.IContainer components = null; |
|
|
|
/// <summary> |
|
/// Clean up any resources being used. |
|
/// </summary> |
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
|
protected override void Dispose(bool disposing) |
|
{ |
|
if (disposing && (components != null)) |
|
{ |
|
components.Dispose(); |
|
} |
|
base.Dispose(disposing); |
|
} |
|
|
|
#region Windows Form Designer generated code |
|
|
|
/// <summary> |
|
/// Required method for Designer support - do not modify |
|
/// the contents of this method with the code editor. |
|
/// </summary> |
|
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; |
|
} |
|
} |