You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/GVision/FortAnalysis/FormMain.Designer.cs

201 lines
9.4 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace FortAnalysis
{
partial class FormMain
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.cmbLayers = new System.Windows.Forms.ComboBox();
this.button1 = new System.Windows.Forms.Button();
this.btnPlay = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.txtInput = new System.Windows.Forms.TextBox();
this.btnInput = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.txtOutput = new System.Windows.Forms.TextBox();
this.btnOutput = new System.Windows.Forms.Button();
this.btnReloadLayer = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 108);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 12);
this.label1.TabIndex = 0;
this.label1.Text = "断裂密集带图层";
//
// cmbLayers
//
this.cmbLayers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cmbLayers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbLayers.FormattingEnabled = true;
this.cmbLayers.ItemHeight = 12;
this.cmbLayers.Location = new System.Drawing.Point(115, 105);
this.cmbLayers.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbLayers.Name = "cmbLayers";
this.cmbLayers.Size = new System.Drawing.Size(320, 20);
this.cmbLayers.TabIndex = 1;
//
// button1
//
this.button1.Location = new System.Drawing.Point(256, 154);
this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(72, 29);
this.button1.TabIndex = 2;
this.button1.Text = "退出";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// btnPlay
//
this.btnPlay.Location = new System.Drawing.Point(171, 154);
this.btnPlay.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnPlay.Name = "btnPlay";
this.btnPlay.Size = new System.Drawing.Size(72, 29);
this.btnPlay.TabIndex = 2;
this.btnPlay.Text = "计算";
this.btnPlay.UseVisualStyleBackColor = true;
this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(25, 32);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 3;
this.label2.Text = "输入文件";
//
// txtInput
//
this.txtInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtInput.Location = new System.Drawing.Point(85, 28);
this.txtInput.Name = "txtInput";
this.txtInput.Size = new System.Drawing.Size(350, 21);
this.txtInput.TabIndex = 4;
//
// btnInput
//
this.btnInput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnInput.Font = new System.Drawing.Font("Dubai Light", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnInput.Location = new System.Drawing.Point(439, 28);
this.btnInput.Name = "btnInput";
this.btnInput.Size = new System.Drawing.Size(40, 23);
this.btnInput.TabIndex = 5;
this.btnInput.Text = "...";
this.btnInput.UseVisualStyleBackColor = true;
this.btnInput.Click += new System.EventHandler(this.btnInput_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(25, 66);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 3;
this.label3.Text = "输出文件";
//
// txtOutput
//
this.txtOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtOutput.Location = new System.Drawing.Point(85, 62);
this.txtOutput.Name = "txtOutput";
this.txtOutput.Size = new System.Drawing.Size(350, 21);
this.txtOutput.TabIndex = 4;
//
// btnOutput
//
this.btnOutput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnOutput.Font = new System.Drawing.Font("Dubai Light", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOutput.Location = new System.Drawing.Point(439, 62);
this.btnOutput.Name = "btnOutput";
this.btnOutput.Size = new System.Drawing.Size(40, 23);
this.btnOutput.TabIndex = 5;
this.btnOutput.Text = "...";
this.btnOutput.UseVisualStyleBackColor = true;
this.btnOutput.Click += new System.EventHandler(this.btnOutput_Click);
//
// btnReloadLayer
//
this.btnReloadLayer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnReloadLayer.Location = new System.Drawing.Point(440, 103);
this.btnReloadLayer.Name = "btnReloadLayer";
this.btnReloadLayer.Size = new System.Drawing.Size(38, 23);
this.btnReloadLayer.TabIndex = 6;
this.btnReloadLayer.Text = "更新";
this.btnReloadLayer.UseVisualStyleBackColor = true;
this.btnReloadLayer.Click += new System.EventHandler(this.btnReloadLayer_Click);
//
// FormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(498, 200);
this.Controls.Add(this.btnReloadLayer);
this.Controls.Add(this.btnOutput);
this.Controls.Add(this.btnInput);
this.Controls.Add(this.txtOutput);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtInput);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnPlay);
this.Controls.Add(this.button1);
this.Controls.Add(this.cmbLayers);
this.Controls.Add(this.label1);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "FormMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "KEP堑垒识别";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cmbLayers;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button btnPlay;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtInput;
private System.Windows.Forms.Button btnInput;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtOutput;
private System.Windows.Forms.Button btnOutput;
private System.Windows.Forms.Button btnReloadLayer;
}
}