Files
lserp_cs_6.0/其他程序/Lserp_FileToDB/Lserp_FileToDB/Form1.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

134 lines
5.4 KiB
C#

namespace Lserp_FileToDB
{
partial class Form1
{
/// <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.components = new System.ComponentModel.Container();
this.btn_updata = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.btn_start = new System.Windows.Forms.Button();
this.btn_stop = new System.Windows.Forms.Button();
this.txtLog = new System.Windows.Forms.TextBox();
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// btn_updata
//
this.btn_updata.Location = new System.Drawing.Point(285, 29);
this.btn_updata.Name = "btn_updata";
this.btn_updata.Size = new System.Drawing.Size(103, 48);
this.btn_updata.TabIndex = 0;
this.btn_updata.Text = "修改配置文件";
this.btn_updata.UseVisualStyleBackColor = true;
this.btn_updata.Click += new System.EventHandler(this.btn_updata_Click);
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel1.Controls.Add(this.btn_start);
this.panel1.Controls.Add(this.btn_stop);
this.panel1.Controls.Add(this.btn_updata);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(418, 100);
this.panel1.TabIndex = 1;
//
// btn_start
//
this.btn_start.Location = new System.Drawing.Point(154, 29);
this.btn_start.Name = "btn_start";
this.btn_start.Size = new System.Drawing.Size(70, 48);
this.btn_start.TabIndex = 0;
this.btn_start.Text = "继续";
this.btn_start.UseVisualStyleBackColor = true;
this.btn_start.Click += new System.EventHandler(this.btn_start_Click);
//
// btn_stop
//
this.btn_stop.Location = new System.Drawing.Point(35, 29);
this.btn_stop.Name = "btn_stop";
this.btn_stop.Size = new System.Drawing.Size(70, 48);
this.btn_stop.TabIndex = 0;
this.btn_stop.Text = "暂停";
this.btn_stop.UseVisualStyleBackColor = true;
this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);
//
// txtLog
//
this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtLog.Location = new System.Drawing.Point(0, 100);
this.txtLog.Multiline = true;
this.txtLog.Name = "txtLog";
this.txtLog.Size = new System.Drawing.Size(418, 336);
this.txtLog.TabIndex = 2;
this.txtLog.TextChanged += new System.EventHandler(this.txtLog_TextChanged);
//
// timer2
//
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(418, 436);
this.Controls.Add(this.txtLog);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Form1";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btn_updata;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btn_stop;
private System.Windows.Forms.TextBox txtLog;
private System.Windows.Forms.Button btn_start;
private System.Windows.Forms.Timer timer2;
}
}