admin 管理员组

文章数量: 887021


2024年1月18日发(作者:jsp经过编译后将创建一个)

private void btnSinge_Click(object sender, EventArgs e) { if (threadObj != null && e) { (); } threadObj = new Thread(new ThreadStart(StartXX)); (); } private void StartXX() { nowPbar = 0; while (nowPbar < maxPbar) { nowPbar++; //(100); SetPbar(nowPbar); } } private void Form1_FormClosed(object sender, FormClosedEventArgs e) { if (e) { (); } }#region ///

/// Required designer variable. /// private iner components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { e(); } e(disposing); } #region Windows Form Designer generated code

///

/// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { ssBar1 = new ssBar(); x1 = new x(); oundWorker1 = new oundWorker(); ge = new (); dLayout(); //

// progressBar1 //

on = new (24, 65); = "progressBar1"; = new (236, 23); ex = 0; //

// textBox1 //

on = new (24, 20); = "textBox1"; = new (236, 20); ex = 1; //

// btnSinge //

on = new (167, 106); = "btnSinge"; = new (75, 23); ex = 3; = "开始"; ualStyleBackColor = true; += new andler(ge_Click); //

// Form1 //

aleDimensions = new (6F, 13F); aleMode = ; Size = new (292, 153); (ge); (x1); (ssBar1); = "Form1"; = "Form1"; osed += new osedEventHandler(1_FormClosed); Layout(false); mLayout(); } #endregion


本文标签: 编译 作者 创建