代码拉取完成,页面将自动刷新
namespace WinFormsApp1
{
partial class Form1
{
/// <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()
{
FileSelect = new Button();
PathSelect = new Button();
label2 = new Label();
textBox1 = new TextBox();
textBox2 = new TextBox();
StartButton = new Button();
progressBar1 = new ProgressBar();
SuspendLayout();
//
// FileSelect
//
FileSelect.Enabled = false;
FileSelect.Location = new Point(218, 242);
FileSelect.Name = "FileSelect";
FileSelect.Size = new Size(94, 53);
FileSelect.TabIndex = 0;
FileSelect.Text = "2、选择文件";
FileSelect.UseVisualStyleBackColor = true;
FileSelect.Click += FileSelect_Click;
//
// PathSelect
//
PathSelect.Location = new Point(22, 242);
PathSelect.Name = "PathSelect";
PathSelect.Size = new Size(94, 53);
PathSelect.TabIndex = 1;
PathSelect.Text = "1、选择路径";
PathSelect.UseVisualStyleBackColor = true;
PathSelect.Click += PathSelect_Click;
//
// label2
//
label2.AutoSize = true;
label2.Font = new Font("Microsoft YaHei UI", 12F);
label2.Location = new Point(22, 78);
label2.Name = "label2";
label2.Size = new Size(55, 21);
label2.TabIndex = 3;
label2.Text = "label2";
//
// textBox1
//
textBox1.Enabled = false;
textBox1.Location = new Point(22, 12);
textBox1.Multiline = true;
textBox1.Name = "textBox1";
textBox1.Size = new Size(505, 44);
textBox1.TabIndex = 5;
//
// textBox2
//
textBox2.Enabled = false;
textBox2.Location = new Point(22, 127);
textBox2.Multiline = true;
textBox2.Name = "textBox2";
textBox2.Size = new Size(505, 44);
textBox2.TabIndex = 6;
//
// StartButton
//
StartButton.Enabled = false;
StartButton.Location = new Point(433, 242);
StartButton.Name = "StartButton";
StartButton.Size = new Size(94, 53);
StartButton.TabIndex = 7;
StartButton.Text = "3、开始执行";
StartButton.UseVisualStyleBackColor = true;
StartButton.Click += StartButton_Click;
//
// progressBar1
//
progressBar1.Location = new Point(22, 190);
progressBar1.Name = "progressBar1";
progressBar1.Size = new Size(505, 33);
progressBar1.TabIndex = 8;
//
// Form1
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(544, 320);
Controls.Add(progressBar1);
Controls.Add(StartButton);
Controls.Add(textBox2);
Controls.Add(textBox1);
Controls.Add(label2);
Controls.Add(PathSelect);
Controls.Add(FileSelect);
Name = "Form1";
Text = "Form1";
Load += Form1_Load;
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button FileSelect;
private Button PathSelect;
private Label label2;
private TextBox textBox1;
private TextBox textBox2;
private Button StartButton;
private ProgressBar progressBar1;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。