Calcolo foto al minuto
This commit is contained in:
parent
9794ce1abb
commit
4cfc537246
4 changed files with 31 additions and 36 deletions
6
imagecatalog/MainForm.Designer.cs
generated
6
imagecatalog/MainForm.Designer.cs
generated
|
|
@ -37,6 +37,7 @@ namespace ImageCatalog
|
|||
[DebuggerStepThrough()]
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.ProgressBar1 = new System.Windows.Forms.ProgressBar();
|
||||
this.CheckBox22 = new System.Windows.Forms.CheckBox();
|
||||
this.Label43 = new System.Windows.Forms.Label();
|
||||
|
|
@ -175,6 +176,7 @@ namespace ImageCatalog
|
|||
this.Label10 = new System.Windows.Forms.Label();
|
||||
this._Button6 = new System.Windows.Forms.Button();
|
||||
this._btnCreaCatalogoAsync = new System.Windows.Forms.Button();
|
||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
this.TabControl1.SuspendLayout();
|
||||
this.TabPage5.SuspendLayout();
|
||||
this.GroupBox11.SuspendLayout();
|
||||
|
|
@ -1602,11 +1604,12 @@ namespace ImageCatalog
|
|||
//
|
||||
// _btnCreaCatalogoAsync
|
||||
//
|
||||
this._btnCreaCatalogoAsync.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this._btnCreaCatalogoAsync.Location = new System.Drawing.Point(539, 78);
|
||||
this._btnCreaCatalogoAsync.Name = "_btnCreaCatalogoAsync";
|
||||
this._btnCreaCatalogoAsync.Size = new System.Drawing.Size(192, 38);
|
||||
this._btnCreaCatalogoAsync.TabIndex = 68;
|
||||
this._btnCreaCatalogoAsync.Text = "Inizia";
|
||||
this._btnCreaCatalogoAsync.Text = "CREA";
|
||||
this._btnCreaCatalogoAsync.UseVisualStyleBackColor = true;
|
||||
this._btnCreaCatalogoAsync.Click += new System.EventHandler(this.Button1_Click);
|
||||
//
|
||||
|
|
@ -2141,6 +2144,7 @@ namespace ImageCatalog
|
|||
internal CheckBox CheckBox2;
|
||||
internal CheckBox chkSovrascriviFile;
|
||||
private Button _btnCreaCatalogoAsync;
|
||||
private Timer timer1;
|
||||
|
||||
internal Button btnCreaCatalogoAsync
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue