130 lines
5.1 KiB
C#
130 lines
5.1 KiB
C#
namespace TEST1
|
||
{
|
||
partial class ResIdToMobile
|
||
{
|
||
/// <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.importTxt = new System.Windows.Forms.Button();
|
||
this.tip = new System.Windows.Forms.Label();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.progressBar2 = new System.Windows.Forms.ProgressBar();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.SuspendLayout();
|
||
//
|
||
// importTxt
|
||
//
|
||
this.importTxt.Location = new System.Drawing.Point(86, 172);
|
||
this.importTxt.Margin = new System.Windows.Forms.Padding(4);
|
||
this.importTxt.Name = "importTxt";
|
||
this.importTxt.Size = new System.Drawing.Size(198, 34);
|
||
this.importTxt.TabIndex = 5;
|
||
this.importTxt.Text = "提取手机号";
|
||
this.importTxt.UseVisualStyleBackColor = true;
|
||
this.importTxt.Click += new System.EventHandler(this.importTxt_Click);
|
||
//
|
||
// tip
|
||
//
|
||
this.tip.AutoSize = true;
|
||
this.tip.Location = new System.Drawing.Point(116, 340);
|
||
this.tip.Name = "tip";
|
||
this.tip.Size = new System.Drawing.Size(0, 18);
|
||
this.tip.TabIndex = 7;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(307, 180);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(305, 18);
|
||
this.label1.TabIndex = 8;
|
||
this.label1.Text = "导入资源号txt文件,每行一个资源号";
|
||
//
|
||
// progressBar1
|
||
//
|
||
this.progressBar1.Location = new System.Drawing.Point(212, 310);
|
||
this.progressBar1.Name = "progressBar1";
|
||
this.progressBar1.Size = new System.Drawing.Size(400, 27);
|
||
this.progressBar1.TabIndex = 9;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(83, 319);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(116, 18);
|
||
this.label2.TabIndex = 10;
|
||
this.label2.Text = "读取资源进度";
|
||
//
|
||
// progressBar2
|
||
//
|
||
this.progressBar2.Location = new System.Drawing.Point(212, 382);
|
||
this.progressBar2.Name = "progressBar2";
|
||
this.progressBar2.Size = new System.Drawing.Size(400, 27);
|
||
this.progressBar2.TabIndex = 11;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(83, 391);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(116, 18);
|
||
this.label3.TabIndex = 12;
|
||
this.label3.Text = "写入手机进度";
|
||
//
|
||
// ResIdToMobile
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(708, 614);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.progressBar2);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.progressBar1);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.tip);
|
||
this.Controls.Add(this.importTxt);
|
||
this.Name = "ResIdToMobile";
|
||
this.Text = "资源提取手机号";
|
||
this.Load += new System.EventHandler(this.ResIdToMobile_Load);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Button importTxt;
|
||
private System.Windows.Forms.Label tip;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.ProgressBar progressBar1;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.ProgressBar progressBar2;
|
||
private System.Windows.Forms.Label label3;
|
||
}
|
||
} |