年度变更建库软件5.0版本
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.

62 lines
2.2 KiB

namespace Kingo.Plugin.MakeTaskPackage.View
{
partial class FrmRasterMultCut
{
/// <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.ucRasterMultCut1 = new Kingo.Plugin.MakeTaskPackage.View.UCRasterMultCut();
this.SuspendLayout();
//
// ucRasterMultCut1
//
this.ucRasterMultCut1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ucRasterMultCut1.Location = new System.Drawing.Point(0, 0);
this.ucRasterMultCut1.Name = "ucRasterMultCut1";
this.ucRasterMultCut1.Size = new System.Drawing.Size(669, 420);
this.ucRasterMultCut1.TabIndex = 0;
//
// FrmRasterMultCut
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(669, 420);
this.Controls.Add(this.ucRasterMultCut1);
this.MaximizeBox = false;
this.Name = "FrmRasterMultCut";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "影像切图";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmRasterMultCut_FormClosing);
this.ResumeLayout(false);
}
#endregion
private UCRasterMultCut ucRasterMultCut1;
}
}