Dateien können jetzt über FTP heruntergeladen werden
This commit is contained in:
23
SanSystem/UCInliner.Designer.cs
generated
23
SanSystem/UCInliner.Designer.cs
generated
@@ -67,6 +67,8 @@
|
||||
this.label11 = new System.Windows.Forms.Label();
|
||||
this.label10 = new System.Windows.Forms.Label();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.btn_transfer_ftp = new System.Windows.Forms.Button();
|
||||
this.ftpProgress = new System.Windows.Forms.ProgressBar();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage2.SuspendLayout();
|
||||
this.groupBox3.SuspendLayout();
|
||||
@@ -88,6 +90,8 @@
|
||||
//
|
||||
// tabPage2
|
||||
//
|
||||
this.tabPage2.Controls.Add(this.ftpProgress);
|
||||
this.tabPage2.Controls.Add(this.btn_transfer_ftp);
|
||||
this.tabPage2.Controls.Add(this.label1);
|
||||
this.tabPage2.Controls.Add(this.dt_eingebaut);
|
||||
this.tabPage2.Controls.Add(this.cb_fertig);
|
||||
@@ -511,6 +515,23 @@
|
||||
this.label9.TabIndex = 0;
|
||||
this.label9.Text = "Harz";
|
||||
//
|
||||
// btn_transfer_ftp
|
||||
//
|
||||
this.btn_transfer_ftp.Location = new System.Drawing.Point(820, 317);
|
||||
this.btn_transfer_ftp.Name = "btn_transfer_ftp";
|
||||
this.btn_transfer_ftp.Size = new System.Drawing.Size(224, 126);
|
||||
this.btn_transfer_ftp.TabIndex = 28;
|
||||
this.btn_transfer_ftp.Text = "button1";
|
||||
this.btn_transfer_ftp.UseVisualStyleBackColor = true;
|
||||
this.btn_transfer_ftp.Click += new System.EventHandler(this.btn_transfer_ftp_Click);
|
||||
//
|
||||
// ftpProgress
|
||||
//
|
||||
this.ftpProgress.Location = new System.Drawing.Point(782, 487);
|
||||
this.ftpProgress.Name = "ftpProgress";
|
||||
this.ftpProgress.Size = new System.Drawing.Size(280, 37);
|
||||
this.ftpProgress.TabIndex = 29;
|
||||
//
|
||||
// UCInliner
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
||||
@@ -575,5 +596,7 @@
|
||||
private System.Windows.Forms.CheckBox cb_fertig;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.DateTimePicker dt_eingebaut;
|
||||
private System.Windows.Forms.Button btn_transfer_ftp;
|
||||
private System.Windows.Forms.ProgressBar ftpProgress;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user