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

146 lines
5.8 KiB
C#

namespace Lserp_FileToDB
{
partial class add
{
/// <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.txt_path = new System.Windows.Forms.TextBox();
this.btn_find = new System.Windows.Forms.Button();
this.txt_len = new System.Windows.Forms.TextBox();
this.txt_time = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.btn_save = new System.Windows.Forms.Button();
this.btn_out = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// txt_path
//
this.txt_path.Location = new System.Drawing.Point(127, 40);
this.txt_path.Name = "txt_path";
this.txt_path.Size = new System.Drawing.Size(265, 21);
this.txt_path.TabIndex = 0;
//
// btn_find
//
this.btn_find.Location = new System.Drawing.Point(26, 40);
this.btn_find.Name = "btn_find";
this.btn_find.Size = new System.Drawing.Size(75, 23);
this.btn_find.TabIndex = 1;
this.btn_find.Text = "选择文件";
this.btn_find.UseVisualStyleBackColor = true;
this.btn_find.Click += new System.EventHandler(this.btn_find_Click);
//
// txt_len
//
this.txt_len.Location = new System.Drawing.Point(127, 92);
this.txt_len.Name = "txt_len";
this.txt_len.Size = new System.Drawing.Size(77, 21);
this.txt_len.TabIndex = 0;
//
// txt_time
//
this.txt_time.Location = new System.Drawing.Point(127, 145);
this.txt_time.Name = "txt_time";
this.txt_time.Size = new System.Drawing.Size(77, 21);
this.txt_time.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(242, 95);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(161, 12);
this.label1.TabIndex = 2;
this.label1.Text = "(设置要读取文本数据的长度)";
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(242, 148);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(119, 12);
this.label2.TabIndex = 2;
this.label2.Text = "(设置刷新的时间/秒)";
//
// btn_save
//
this.btn_save.Location = new System.Drawing.Point(89, 232);
this.btn_save.Name = "btn_save";
this.btn_save.Size = new System.Drawing.Size(75, 23);
this.btn_save.TabIndex = 3;
this.btn_save.Text = "保存";
this.btn_save.UseVisualStyleBackColor = true;
this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
//
// btn_out
//
this.btn_out.Location = new System.Drawing.Point(268, 232);
this.btn_out.Name = "btn_out";
this.btn_out.Size = new System.Drawing.Size(75, 23);
this.btn_out.TabIndex = 3;
this.btn_out.Text = "退出";
this.btn_out.UseVisualStyleBackColor = true;
this.btn_out.Click += new System.EventHandler(this.btn_out_Click);
//
// add
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(487, 307);
this.Controls.Add(this.btn_out);
this.Controls.Add(this.btn_save);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.btn_find);
this.Controls.Add(this.txt_time);
this.Controls.Add(this.txt_len);
this.Controls.Add(this.txt_path);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.Name = "add";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "add";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txt_path;
private System.Windows.Forms.Button btn_find;
private System.Windows.Forms.TextBox txt_len;
private System.Windows.Forms.TextBox txt_time;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btn_save;
private System.Windows.Forms.Button btn_out;
}
}