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.
536 lines
25 KiB
536 lines
25 KiB
namespace Kingo.Plugin.MakeTaskPackage.View |
|
{ |
|
partial class UCRasterMultCut |
|
{ |
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox(); |
|
this.listBoxFileList = new System.Windows.Forms.ListBox(); |
|
this.panel1 = new System.Windows.Forms.Panel(); |
|
this.btnUp = new System.Windows.Forms.Button(); |
|
this.btnDown = new System.Windows.Forms.Button(); |
|
this.btnDelete = new System.Windows.Forms.Button(); |
|
this.btnAdd = new System.Windows.Forms.Button(); |
|
this.btnOk = new System.Windows.Forms.Button(); |
|
this.txtLevel = new System.Windows.Forms.TextBox(); |
|
this.label2 = new System.Windows.Forms.Label(); |
|
this.label3 = new System.Windows.Forms.Label(); |
|
this.txtPicSize = new System.Windows.Forms.TextBox(); |
|
this.label1 = new System.Windows.Forms.Label(); |
|
this.cboxTileFormat = new System.Windows.Forms.ComboBox(); |
|
this.label4 = new System.Windows.Forms.Label(); |
|
this.txtSaveFilePath = new System.Windows.Forms.TextBox(); |
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); |
|
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); |
|
this.btnBrowser = new System.Windows.Forms.Button(); |
|
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
|
this.compressListBox = new System.Windows.Forms.ComboBox(); |
|
this.label8 = new System.Windows.Forms.Label(); |
|
this.label7 = new System.Windows.Forms.Label(); |
|
this.label6 = new System.Windows.Forms.Label(); |
|
this.txtBuffer = new System.Windows.Forms.TextBox(); |
|
this.label5 = new System.Windows.Forms.Label(); |
|
this.txtThreadNo = new System.Windows.Forms.TextBox(); |
|
this.btnGetResolution = new System.Windows.Forms.Button(); |
|
this.txtResolution = new System.Windows.Forms.Label(); |
|
this.progressBar1 = new System.Windows.Forms.ProgressBar(); |
|
this.lbTips = new System.Windows.Forms.Label(); |
|
this.panel2 = new System.Windows.Forms.Panel(); |
|
this.groupBox3 = new System.Windows.Forms.GroupBox(); |
|
this.listBoxVector = new System.Windows.Forms.ListBox(); |
|
this.panel3 = new System.Windows.Forms.Panel(); |
|
this.btnDelVector = new System.Windows.Forms.Button(); |
|
this.btnAddVector = new System.Windows.Forms.Button(); |
|
this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog(); |
|
this.groupBox1.SuspendLayout(); |
|
this.panel1.SuspendLayout(); |
|
this.groupBox2.SuspendLayout(); |
|
this.panel2.SuspendLayout(); |
|
this.groupBox3.SuspendLayout(); |
|
this.panel3.SuspendLayout(); |
|
this.SuspendLayout(); |
|
// |
|
// groupBox1 |
|
// |
|
this.groupBox1.Controls.Add(this.listBoxFileList); |
|
this.groupBox1.Controls.Add(this.panel1); |
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; |
|
this.groupBox1.Location = new System.Drawing.Point(0, 0); |
|
this.groupBox1.Name = "groupBox1"; |
|
this.groupBox1.Size = new System.Drawing.Size(651, 250); |
|
this.groupBox1.TabIndex = 0; |
|
this.groupBox1.TabStop = false; |
|
this.groupBox1.Text = "影像列表"; |
|
// |
|
// listBoxFileList |
|
// |
|
this.listBoxFileList.Dock = System.Windows.Forms.DockStyle.Fill; |
|
this.listBoxFileList.FormattingEnabled = true; |
|
this.listBoxFileList.HorizontalScrollbar = true; |
|
this.listBoxFileList.ItemHeight = 12; |
|
this.listBoxFileList.Location = new System.Drawing.Point(3, 17); |
|
this.listBoxFileList.Name = "listBoxFileList"; |
|
this.listBoxFileList.Size = new System.Drawing.Size(587, 230); |
|
this.listBoxFileList.TabIndex = 2; |
|
// |
|
// panel1 |
|
// |
|
this.panel1.Controls.Add(this.btnUp); |
|
this.panel1.Controls.Add(this.btnDown); |
|
this.panel1.Controls.Add(this.btnDelete); |
|
this.panel1.Controls.Add(this.btnAdd); |
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Right; |
|
this.panel1.Location = new System.Drawing.Point(590, 17); |
|
this.panel1.Name = "panel1"; |
|
this.panel1.Padding = new System.Windows.Forms.Padding(3, 0, 0, 3); |
|
this.panel1.Size = new System.Drawing.Size(58, 230); |
|
this.panel1.TabIndex = 1; |
|
// |
|
// btnUp |
|
// |
|
this.btnUp.Dock = System.Windows.Forms.DockStyle.Bottom; |
|
this.btnUp.Location = new System.Drawing.Point(3, 177); |
|
this.btnUp.Name = "btnUp"; |
|
this.btnUp.Size = new System.Drawing.Size(55, 25); |
|
this.btnUp.TabIndex = 16; |
|
this.btnUp.Text = "上移"; |
|
this.btnUp.UseVisualStyleBackColor = true; |
|
this.btnUp.Click += new System.EventHandler(this.btnUp_Click); |
|
// |
|
// btnDown |
|
// |
|
this.btnDown.Dock = System.Windows.Forms.DockStyle.Bottom; |
|
this.btnDown.Location = new System.Drawing.Point(3, 202); |
|
this.btnDown.Name = "btnDown"; |
|
this.btnDown.Size = new System.Drawing.Size(55, 25); |
|
this.btnDown.TabIndex = 15; |
|
this.btnDown.Text = "下移"; |
|
this.btnDown.UseVisualStyleBackColor = true; |
|
this.btnDown.Click += new System.EventHandler(this.btnDown_Click); |
|
// |
|
// btnDelete |
|
// |
|
this.btnDelete.Dock = System.Windows.Forms.DockStyle.Top; |
|
this.btnDelete.Location = new System.Drawing.Point(3, 25); |
|
this.btnDelete.Name = "btnDelete"; |
|
this.btnDelete.Size = new System.Drawing.Size(55, 25); |
|
this.btnDelete.TabIndex = 14; |
|
this.btnDelete.Text = "移除"; |
|
this.btnDelete.UseVisualStyleBackColor = true; |
|
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); |
|
// |
|
// btnAdd |
|
// |
|
this.btnAdd.Dock = System.Windows.Forms.DockStyle.Top; |
|
this.btnAdd.Location = new System.Drawing.Point(3, 0); |
|
this.btnAdd.Name = "btnAdd"; |
|
this.btnAdd.Size = new System.Drawing.Size(55, 25); |
|
this.btnAdd.TabIndex = 13; |
|
this.btnAdd.Text = "添加"; |
|
this.btnAdd.UseVisualStyleBackColor = true; |
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); |
|
// |
|
// btnOk |
|
// |
|
this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
this.btnOk.Location = new System.Drawing.Point(568, 12); |
|
this.btnOk.Name = "btnOk"; |
|
this.btnOk.Size = new System.Drawing.Size(80, 25); |
|
this.btnOk.TabIndex = 12; |
|
this.btnOk.Text = "开始生成"; |
|
this.btnOk.UseVisualStyleBackColor = true; |
|
this.btnOk.Click += new System.EventHandler(this.btnCutOk_Click); |
|
// |
|
// txtLevel |
|
// |
|
this.txtLevel.Location = new System.Drawing.Point(176, 25); |
|
this.txtLevel.Name = "txtLevel"; |
|
this.txtLevel.Size = new System.Drawing.Size(38, 21); |
|
this.txtLevel.TabIndex = 11; |
|
this.txtLevel.Text = "7"; |
|
// |
|
// label2 |
|
// |
|
this.label2.AutoSize = true; |
|
this.label2.Location = new System.Drawing.Point(7, 29); |
|
this.label2.Name = "label2"; |
|
this.label2.Size = new System.Drawing.Size(59, 12); |
|
this.label2.TabIndex = 8; |
|
this.label2.Text = "瓦片尺寸:"; |
|
// |
|
// label3 |
|
// |
|
this.label3.AutoSize = true; |
|
this.label3.Location = new System.Drawing.Point(112, 29); |
|
this.label3.Name = "label3"; |
|
this.label3.Size = new System.Drawing.Size(59, 12); |
|
this.label3.TabIndex = 10; |
|
this.label3.Text = "切片级别:"; |
|
// |
|
// txtPicSize |
|
// |
|
this.txtPicSize.Location = new System.Drawing.Point(68, 25); |
|
this.txtPicSize.Name = "txtPicSize"; |
|
this.txtPicSize.Size = new System.Drawing.Size(38, 21); |
|
this.txtPicSize.TabIndex = 9; |
|
this.txtPicSize.Text = "512"; |
|
// |
|
// label1 |
|
// |
|
this.label1.AutoSize = true; |
|
this.label1.Location = new System.Drawing.Point(303, 29); |
|
this.label1.Name = "label1"; |
|
this.label1.Size = new System.Drawing.Size(59, 12); |
|
this.label1.TabIndex = 14; |
|
this.label1.Text = "瓦片格式:"; |
|
// |
|
// cboxTileFormat |
|
// |
|
this.cboxTileFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
this.cboxTileFormat.FormattingEnabled = true; |
|
this.cboxTileFormat.Items.AddRange(new object[] { |
|
"PNG", |
|
"JPEG"}); |
|
this.cboxTileFormat.Location = new System.Drawing.Point(363, 25); |
|
this.cboxTileFormat.Name = "cboxTileFormat"; |
|
this.cboxTileFormat.Size = new System.Drawing.Size(55, 20); |
|
this.cboxTileFormat.TabIndex = 15; |
|
// |
|
// label4 |
|
// |
|
this.label4.AutoSize = true; |
|
this.label4.Location = new System.Drawing.Point(7, 66); |
|
this.label4.Name = "label4"; |
|
this.label4.Size = new System.Drawing.Size(59, 12); |
|
this.label4.TabIndex = 16; |
|
this.label4.Text = "保存位置:"; |
|
// |
|
// txtSaveFilePath |
|
// |
|
this.txtSaveFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|
| System.Windows.Forms.AnchorStyles.Right))); |
|
this.txtSaveFilePath.Location = new System.Drawing.Point(68, 62); |
|
this.txtSaveFilePath.Name = "txtSaveFilePath"; |
|
this.txtSaveFilePath.ReadOnly = true; |
|
this.txtSaveFilePath.Size = new System.Drawing.Size(518, 21); |
|
this.txtSaveFilePath.TabIndex = 17; |
|
this.txtSaveFilePath.Click += new System.EventHandler(this.txtSaveFilePath_Click); |
|
// |
|
// openFileDialog1 |
|
// |
|
this.openFileDialog1.Filter = "栅格文件|*.img;*.tiff;*.tif"; |
|
this.openFileDialog1.Multiselect = true; |
|
// |
|
// saveFileDialog1 |
|
// |
|
this.saveFileDialog1.FileName = "切片文件.kotiles"; |
|
this.saveFileDialog1.Filter = "kotiles切片文件|*.kotiles"; |
|
// |
|
// btnBrowser |
|
// |
|
this.btnBrowser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
this.btnBrowser.Location = new System.Drawing.Point(593, 60); |
|
this.btnBrowser.Name = "btnBrowser"; |
|
this.btnBrowser.Size = new System.Drawing.Size(55, 25); |
|
this.btnBrowser.TabIndex = 18; |
|
this.btnBrowser.Text = "……"; |
|
this.btnBrowser.UseVisualStyleBackColor = true; |
|
this.btnBrowser.Click += new System.EventHandler(this.btnBrowser_Click); |
|
// |
|
// groupBox2 |
|
// |
|
this.groupBox2.Controls.Add(this.compressListBox); |
|
this.groupBox2.Controls.Add(this.label8); |
|
this.groupBox2.Controls.Add(this.label7); |
|
this.groupBox2.Controls.Add(this.label6); |
|
this.groupBox2.Controls.Add(this.txtBuffer); |
|
this.groupBox2.Controls.Add(this.label5); |
|
this.groupBox2.Controls.Add(this.txtThreadNo); |
|
this.groupBox2.Controls.Add(this.txtSaveFilePath); |
|
this.groupBox2.Controls.Add(this.btnBrowser); |
|
this.groupBox2.Controls.Add(this.txtPicSize); |
|
this.groupBox2.Controls.Add(this.label4); |
|
this.groupBox2.Controls.Add(this.label3); |
|
this.groupBox2.Controls.Add(this.label2); |
|
this.groupBox2.Controls.Add(this.cboxTileFormat); |
|
this.groupBox2.Controls.Add(this.txtLevel); |
|
this.groupBox2.Controls.Add(this.label1); |
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Bottom; |
|
this.groupBox2.Location = new System.Drawing.Point(0, 262); |
|
this.groupBox2.Name = "groupBox2"; |
|
this.groupBox2.Size = new System.Drawing.Size(651, 97); |
|
this.groupBox2.TabIndex = 19; |
|
this.groupBox2.TabStop = false; |
|
this.groupBox2.Text = "参数设置"; |
|
// |
|
// compressListBox |
|
// |
|
this.compressListBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
this.compressListBox.FormattingEnabled = true; |
|
this.compressListBox.Items.AddRange(new object[] { |
|
"高", |
|
"中", |
|
"低"}); |
|
this.compressListBox.Location = new System.Drawing.Point(470, 25); |
|
this.compressListBox.Margin = new System.Windows.Forms.Padding(2); |
|
this.compressListBox.Name = "compressListBox"; |
|
this.compressListBox.Size = new System.Drawing.Size(50, 20); |
|
this.compressListBox.TabIndex = 24; |
|
// |
|
// label8 |
|
// |
|
this.label8.AutoSize = true; |
|
this.label8.Location = new System.Drawing.Point(421, 29); |
|
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); |
|
this.label8.Name = "label8"; |
|
this.label8.Size = new System.Drawing.Size(47, 12); |
|
this.label8.TabIndex = 23; |
|
this.label8.Text = "压缩率:"; |
|
// |
|
// label7 |
|
// |
|
this.label7.AutoSize = true; |
|
this.label7.Location = new System.Drawing.Point(626, 29); |
|
this.label7.Name = "label7"; |
|
this.label7.Size = new System.Drawing.Size(17, 12); |
|
this.label7.TabIndex = 21; |
|
this.label7.Text = "米"; |
|
// |
|
// label6 |
|
// |
|
this.label6.AutoSize = true; |
|
this.label6.Location = new System.Drawing.Point(523, 29); |
|
this.label6.Name = "label6"; |
|
this.label6.Size = new System.Drawing.Size(59, 12); |
|
this.label6.TabIndex = 21; |
|
this.label6.Text = "缓冲距离:"; |
|
// |
|
// txtBuffer |
|
// |
|
this.txtBuffer.Location = new System.Drawing.Point(589, 25); |
|
this.txtBuffer.Name = "txtBuffer"; |
|
this.txtBuffer.Size = new System.Drawing.Size(35, 21); |
|
this.txtBuffer.TabIndex = 22; |
|
this.txtBuffer.Text = "100"; |
|
// |
|
// label5 |
|
// |
|
this.label5.AutoSize = true; |
|
this.label5.Location = new System.Drawing.Point(216, 29); |
|
this.label5.Name = "label5"; |
|
this.label5.Size = new System.Drawing.Size(47, 12); |
|
this.label5.TabIndex = 19; |
|
this.label5.Text = "线程数:"; |
|
// |
|
// txtThreadNo |
|
// |
|
this.txtThreadNo.Location = new System.Drawing.Point(264, 25); |
|
this.txtThreadNo.Name = "txtThreadNo"; |
|
this.txtThreadNo.Size = new System.Drawing.Size(38, 21); |
|
this.txtThreadNo.TabIndex = 20; |
|
this.txtThreadNo.Text = "3"; |
|
// |
|
// btnGetResolution |
|
// |
|
this.btnGetResolution.FlatStyle = System.Windows.Forms.FlatStyle.Popup; |
|
this.btnGetResolution.Location = new System.Drawing.Point(0, 13); |
|
this.btnGetResolution.Name = "btnGetResolution"; |
|
this.btnGetResolution.Size = new System.Drawing.Size(80, 23); |
|
this.btnGetResolution.TabIndex = 20; |
|
this.btnGetResolution.Text = "计算分辨率"; |
|
this.btnGetResolution.UseVisualStyleBackColor = true; |
|
this.btnGetResolution.Click += new System.EventHandler(this.btnGetResolution_Click); |
|
// |
|
// txtResolution |
|
// |
|
this.txtResolution.AutoSize = true; |
|
this.txtResolution.Location = new System.Drawing.Point(86, 18); |
|
this.txtResolution.Name = "txtResolution"; |
|
this.txtResolution.Size = new System.Drawing.Size(23, 12); |
|
this.txtResolution.TabIndex = 21; |
|
this.txtResolution.Text = "0.0"; |
|
// |
|
// progressBar1 |
|
// |
|
this.progressBar1.Location = new System.Drawing.Point(176, 18); |
|
this.progressBar1.MarqueeAnimationSpeed = 10; |
|
this.progressBar1.Name = "progressBar1"; |
|
this.progressBar1.Size = new System.Drawing.Size(286, 17); |
|
this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee; |
|
this.progressBar1.TabIndex = 22; |
|
this.progressBar1.Visible = false; |
|
// |
|
// lbTips |
|
// |
|
this.lbTips.AutoSize = true; |
|
this.lbTips.Location = new System.Drawing.Point(468, 21); |
|
this.lbTips.Name = "lbTips"; |
|
this.lbTips.Size = new System.Drawing.Size(29, 12); |
|
this.lbTips.TabIndex = 23; |
|
this.lbTips.Text = "进度"; |
|
// |
|
// panel2 |
|
// |
|
this.panel2.Controls.Add(this.btnGetResolution); |
|
this.panel2.Controls.Add(this.lbTips); |
|
this.panel2.Controls.Add(this.btnOk); |
|
this.panel2.Controls.Add(this.progressBar1); |
|
this.panel2.Controls.Add(this.txtResolution); |
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; |
|
this.panel2.Location = new System.Drawing.Point(0, 359); |
|
this.panel2.Name = "panel2"; |
|
this.panel2.Size = new System.Drawing.Size(651, 41); |
|
this.panel2.TabIndex = 24; |
|
// |
|
// groupBox3 |
|
// |
|
this.groupBox3.Controls.Add(this.listBoxVector); |
|
this.groupBox3.Controls.Add(this.panel3); |
|
this.groupBox3.Location = new System.Drawing.Point(647, 152); |
|
this.groupBox3.Name = "groupBox3"; |
|
this.groupBox3.Size = new System.Drawing.Size(652, 132); |
|
this.groupBox3.TabIndex = 29; |
|
this.groupBox3.TabStop = false; |
|
this.groupBox3.Text = "矢量数据"; |
|
this.groupBox3.Visible = false; |
|
// |
|
// listBoxVector |
|
// |
|
this.listBoxVector.Dock = System.Windows.Forms.DockStyle.Fill; |
|
this.listBoxVector.FormattingEnabled = true; |
|
this.listBoxVector.HorizontalScrollbar = true; |
|
this.listBoxVector.ItemHeight = 12; |
|
this.listBoxVector.Location = new System.Drawing.Point(3, 17); |
|
this.listBoxVector.Name = "listBoxVector"; |
|
this.listBoxVector.Size = new System.Drawing.Size(588, 112); |
|
this.listBoxVector.TabIndex = 6; |
|
// |
|
// panel3 |
|
// |
|
this.panel3.Controls.Add(this.btnDelVector); |
|
this.panel3.Controls.Add(this.btnAddVector); |
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Right; |
|
this.panel3.Location = new System.Drawing.Point(591, 17); |
|
this.panel3.Name = "panel3"; |
|
this.panel3.Padding = new System.Windows.Forms.Padding(3, 0, 0, 3); |
|
this.panel3.Size = new System.Drawing.Size(58, 112); |
|
this.panel3.TabIndex = 5; |
|
// |
|
// btnDelVector |
|
// |
|
this.btnDelVector.Dock = System.Windows.Forms.DockStyle.Top; |
|
this.btnDelVector.Location = new System.Drawing.Point(3, 25); |
|
this.btnDelVector.Name = "btnDelVector"; |
|
this.btnDelVector.Size = new System.Drawing.Size(55, 25); |
|
this.btnDelVector.TabIndex = 14; |
|
this.btnDelVector.Text = "移除"; |
|
this.btnDelVector.UseVisualStyleBackColor = true; |
|
this.btnDelVector.Click += new System.EventHandler(this.btnDelVector_Click); |
|
// |
|
// btnAddVector |
|
// |
|
this.btnAddVector.Dock = System.Windows.Forms.DockStyle.Top; |
|
this.btnAddVector.Location = new System.Drawing.Point(3, 0); |
|
this.btnAddVector.Name = "btnAddVector"; |
|
this.btnAddVector.Size = new System.Drawing.Size(55, 25); |
|
this.btnAddVector.TabIndex = 13; |
|
this.btnAddVector.Text = "添加"; |
|
this.btnAddVector.UseVisualStyleBackColor = true; |
|
this.btnAddVector.Click += new System.EventHandler(this.btnAddVector_Click); |
|
// |
|
// openFileDialog2 |
|
// |
|
this.openFileDialog2.FileName = "openFileDialog2"; |
|
this.openFileDialog2.Filter = "shp文件,mdb文件|*.shp;*.mdb"; |
|
this.openFileDialog2.Multiselect = true; |
|
// |
|
// UCRasterMultCut |
|
// |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
this.ClientSize = new System.Drawing.Size(651, 400); |
|
this.Controls.Add(this.groupBox3); |
|
this.Controls.Add(this.groupBox1); |
|
this.Controls.Add(this.groupBox2); |
|
this.Controls.Add(this.panel2); |
|
this.Name = "UCRasterMultCut"; |
|
this.Text = "影像切图"; |
|
this.Load += new System.EventHandler(this.UCRasterMultCut_Load); |
|
this.groupBox1.ResumeLayout(false); |
|
this.panel1.ResumeLayout(false); |
|
this.groupBox2.ResumeLayout(false); |
|
this.groupBox2.PerformLayout(); |
|
this.panel2.ResumeLayout(false); |
|
this.panel2.PerformLayout(); |
|
this.groupBox3.ResumeLayout(false); |
|
this.panel3.ResumeLayout(false); |
|
this.ResumeLayout(false); |
|
|
|
} |
|
|
|
#endregion |
|
|
|
private System.Windows.Forms.GroupBox groupBox1; |
|
private System.Windows.Forms.Panel panel1; |
|
private System.Windows.Forms.Button btnOk; |
|
private System.Windows.Forms.TextBox txtLevel; |
|
private System.Windows.Forms.Label label2; |
|
private System.Windows.Forms.Label label3; |
|
private System.Windows.Forms.TextBox txtPicSize; |
|
private System.Windows.Forms.ListBox listBoxFileList; |
|
private System.Windows.Forms.Button btnUp; |
|
private System.Windows.Forms.Button btnDown; |
|
private System.Windows.Forms.Button btnDelete; |
|
private System.Windows.Forms.Button btnAdd; |
|
private System.Windows.Forms.Label label1; |
|
private System.Windows.Forms.ComboBox cboxTileFormat; |
|
private System.Windows.Forms.Label label4; |
|
private System.Windows.Forms.TextBox txtSaveFilePath; |
|
private System.Windows.Forms.OpenFileDialog openFileDialog1; |
|
private System.Windows.Forms.SaveFileDialog saveFileDialog1; |
|
private System.Windows.Forms.Button btnBrowser; |
|
private System.Windows.Forms.GroupBox groupBox2; |
|
private System.Windows.Forms.Label label5; |
|
private System.Windows.Forms.TextBox txtThreadNo; |
|
private System.Windows.Forms.Button btnGetResolution; |
|
private System.Windows.Forms.Label txtResolution; |
|
private System.Windows.Forms.ProgressBar progressBar1; |
|
private System.Windows.Forms.Label lbTips; |
|
private System.Windows.Forms.Panel panel2; |
|
private System.Windows.Forms.GroupBox groupBox3; |
|
private System.Windows.Forms.ListBox listBoxVector; |
|
private System.Windows.Forms.Panel panel3; |
|
private System.Windows.Forms.Button btnDelVector; |
|
private System.Windows.Forms.Button btnAddVector; |
|
private System.Windows.Forms.OpenFileDialog openFileDialog2; |
|
private System.Windows.Forms.Label label7; |
|
private System.Windows.Forms.Label label6; |
|
private System.Windows.Forms.TextBox txtBuffer; |
|
private System.Windows.Forms.Label label8; |
|
private System.Windows.Forms.ComboBox compressListBox; |
|
} |
|
} |