2026-02-04 19:48:03 +01:00
|
|
|
|
using System;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
using System.Diagnostics;
|
|
|
|
|
|
using System.Drawing;
|
|
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
|
|
using System.Windows.Forms;
|
|
|
|
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
|
|
|
|
|
|
|
|
|
|
namespace ImageCatalog
|
|
|
|
|
|
{
|
|
|
|
|
|
[DesignerGenerated()]
|
|
|
|
|
|
public partial class MainForm : Form
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
// Form overrides dispose to clean up the component list.
|
|
|
|
|
|
[DebuggerNonUserCode()]
|
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
|
{
|
|
|
|
|
|
try
|
|
|
|
|
|
{
|
|
|
|
|
|
if (disposing && components is object)
|
|
|
|
|
|
{
|
|
|
|
|
|
components.Dispose();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
finally
|
|
|
|
|
|
{
|
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Required by the Windows Form Designer
|
|
|
|
|
|
private System.ComponentModel.IContainer components;
|
|
|
|
|
|
|
|
|
|
|
|
// NOTE: The following procedure is required by the Windows Form Designer
|
|
|
|
|
|
// It can be modified using the Windows Form Designer.
|
|
|
|
|
|
// Do not modify it using the code editor.
|
|
|
|
|
|
[DebuggerStepThrough()]
|
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
|
{
|
2024-10-14 22:55:52 +02:00
|
|
|
|
components = new System.ComponentModel.Container();
|
|
|
|
|
|
ProgressBar1 = new ProgressBar();
|
|
|
|
|
|
CheckBox22 = new CheckBox();
|
2025-07-29 11:07:49 +02:00
|
|
|
|
bindingSource1 = new BindingSource(components);
|
|
|
|
|
|
dataModelBindingSource = new BindingSource(components);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label43 = new Label();
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabControl1 = new TabControl();
|
|
|
|
|
|
TabPage5 = new TabPage();
|
2024-10-14 23:25:35 +02:00
|
|
|
|
button1 = new Button();
|
2024-10-14 23:48:21 +02:00
|
|
|
|
btnTest = new Button();
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox11 = new GroupBox();
|
2025-09-19 09:53:31 +02:00
|
|
|
|
numericUpDown2 = new NumericUpDown();
|
|
|
|
|
|
numericUpDown1 = new NumericUpDown();
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Panel3 = new Panel();
|
|
|
|
|
|
rdbNuovoMetodo = new RadioButton();
|
|
|
|
|
|
rdbVecchioMetodo = new RadioButton();
|
|
|
|
|
|
Label8 = new Label();
|
|
|
|
|
|
Label7 = new Label();
|
|
|
|
|
|
GroupBox3 = new GroupBox();
|
|
|
|
|
|
chkAggiornaSottodirectory = new CheckBox();
|
|
|
|
|
|
_Button3 = new Button();
|
|
|
|
|
|
_Button2 = new Button();
|
|
|
|
|
|
Label1 = new Label();
|
|
|
|
|
|
Label2 = new Label();
|
|
|
|
|
|
txtSorgente = new TextBox();
|
|
|
|
|
|
txtDestinazione = new TextBox();
|
|
|
|
|
|
GroupBox8 = new GroupBox();
|
|
|
|
|
|
rdbNumFiles = new RadioButton();
|
|
|
|
|
|
rdbNumProgressiva = new RadioButton();
|
|
|
|
|
|
txtCifreContatore = new TextBox();
|
|
|
|
|
|
Label34 = new Label();
|
|
|
|
|
|
txtSuffissoCartelle = new TextBox();
|
|
|
|
|
|
Label33 = new Label();
|
|
|
|
|
|
Label31 = new Label();
|
|
|
|
|
|
chkCreaSottocartelle = new CheckBox();
|
|
|
|
|
|
txtFilePerCartella = new TextBox();
|
|
|
|
|
|
Label32 = new Label();
|
|
|
|
|
|
GroupBox7 = new GroupBox();
|
|
|
|
|
|
chkSovrascriviFile = new CheckBox();
|
|
|
|
|
|
chkRotazioneAutomatica = new CheckBox();
|
|
|
|
|
|
chkForzaJpg = new CheckBox();
|
|
|
|
|
|
TabPage3 = new TabPage();
|
|
|
|
|
|
GroupBox10 = new GroupBox();
|
|
|
|
|
|
Label42 = new Label();
|
|
|
|
|
|
Label41 = new Label();
|
|
|
|
|
|
TextBox31 = new TextBox();
|
|
|
|
|
|
TextBox30 = new TextBox();
|
|
|
|
|
|
GroupBox9 = new GroupBox();
|
|
|
|
|
|
CheckBox17 = new CheckBox();
|
|
|
|
|
|
CheckBox16 = new CheckBox();
|
|
|
|
|
|
GroupBox5 = new GroupBox();
|
|
|
|
|
|
TextBox34 = new TextBox();
|
|
|
|
|
|
_Button8 = new Button();
|
|
|
|
|
|
Label36 = new Label();
|
|
|
|
|
|
TextBox25 = new TextBox();
|
|
|
|
|
|
Label35 = new Label();
|
|
|
|
|
|
ComboBox3 = new ComboBox();
|
|
|
|
|
|
TextBox11 = new TextBox();
|
|
|
|
|
|
Label12 = new Label();
|
|
|
|
|
|
Label11 = new Label();
|
|
|
|
|
|
CheckBox3 = new CheckBox();
|
|
|
|
|
|
GroupBox4 = new GroupBox();
|
|
|
|
|
|
Label40 = new Label();
|
|
|
|
|
|
TextBox29 = new TextBox();
|
|
|
|
|
|
TextBox18 = new TextBox();
|
|
|
|
|
|
Label26 = new Label();
|
|
|
|
|
|
DateTimePicker1 = new DateTimePicker();
|
|
|
|
|
|
CheckBox8 = new CheckBox();
|
|
|
|
|
|
TextBox9 = new TextBox();
|
|
|
|
|
|
CheckBox7 = new CheckBox();
|
|
|
|
|
|
Label4 = new Label();
|
|
|
|
|
|
TextBox4 = new TextBox();
|
|
|
|
|
|
Label9 = new Label();
|
|
|
|
|
|
Label13 = new Label();
|
|
|
|
|
|
ComboBox1 = new ComboBox();
|
|
|
|
|
|
ComboBox2 = new ComboBox();
|
|
|
|
|
|
Label14 = new Label();
|
|
|
|
|
|
TextBox12 = new TextBox();
|
|
|
|
|
|
Label15 = new Label();
|
|
|
|
|
|
TabPage2 = new TabPage();
|
|
|
|
|
|
GroupBox2 = new GroupBox();
|
|
|
|
|
|
Label45 = new Label();
|
|
|
|
|
|
TextBox32 = new TextBox();
|
|
|
|
|
|
TextBox26 = new TextBox();
|
|
|
|
|
|
Label37 = new Label();
|
|
|
|
|
|
Label38 = new Label();
|
|
|
|
|
|
TextBox27 = new TextBox();
|
|
|
|
|
|
Label39 = new Label();
|
|
|
|
|
|
TextBox28 = new TextBox();
|
|
|
|
|
|
CheckBox15 = new CheckBox();
|
|
|
|
|
|
TabPage1 = new TabPage();
|
|
|
|
|
|
Panel1 = new Panel();
|
|
|
|
|
|
_CheckBox18 = new CheckBox();
|
|
|
|
|
|
_CheckBox4 = new CheckBox();
|
|
|
|
|
|
_CheckBox12 = new CheckBox();
|
|
|
|
|
|
GroupBox1 = new GroupBox();
|
|
|
|
|
|
Label46 = new Label();
|
|
|
|
|
|
TextBox33 = new TextBox();
|
|
|
|
|
|
Panel2 = new Panel();
|
|
|
|
|
|
RadioButton3 = new RadioButton();
|
|
|
|
|
|
RadioButton7 = new RadioButton();
|
|
|
|
|
|
RadioButton4 = new RadioButton();
|
|
|
|
|
|
RadioButton6 = new RadioButton();
|
|
|
|
|
|
RadioButton5 = new RadioButton();
|
|
|
|
|
|
Label5 = new Label();
|
|
|
|
|
|
TextBox5 = new TextBox();
|
|
|
|
|
|
Label6 = new Label();
|
|
|
|
|
|
TextBox6 = new TextBox();
|
|
|
|
|
|
Label3 = new Label();
|
|
|
|
|
|
TextBox3 = new TextBox();
|
|
|
|
|
|
CheckBox1 = new CheckBox();
|
|
|
|
|
|
TabPage4 = new TabPage();
|
|
|
|
|
|
GroupBox6 = new GroupBox();
|
|
|
|
|
|
PictureBox2 = new PictureBox();
|
|
|
|
|
|
_PictureBox1 = new PictureBox();
|
|
|
|
|
|
ComboBox5 = new ComboBox();
|
|
|
|
|
|
ComboBox4 = new ComboBox();
|
|
|
|
|
|
TextBox19 = new TextBox();
|
|
|
|
|
|
Label28 = new Label();
|
|
|
|
|
|
CheckBox5 = new CheckBox();
|
|
|
|
|
|
TextBox15 = new TextBox();
|
|
|
|
|
|
TextBox14 = new TextBox();
|
|
|
|
|
|
Label25 = new Label();
|
|
|
|
|
|
TextBox16 = new TextBox();
|
|
|
|
|
|
Label24 = new Label();
|
|
|
|
|
|
Label22 = new Label();
|
|
|
|
|
|
Label23 = new Label();
|
|
|
|
|
|
_Button4 = new Button();
|
|
|
|
|
|
TextBox10 = new TextBox();
|
|
|
|
|
|
Label29 = new Label();
|
|
|
|
|
|
Label30 = new Label();
|
|
|
|
|
|
PictureBox3 = new PictureBox();
|
|
|
|
|
|
_Label27 = new Label();
|
|
|
|
|
|
_Button7 = new Button();
|
|
|
|
|
|
_Button5 = new Button();
|
|
|
|
|
|
Label20 = new Label();
|
|
|
|
|
|
Label19 = new Label();
|
|
|
|
|
|
Label18 = new Label();
|
|
|
|
|
|
lblFotoTotaliNum = new Label();
|
|
|
|
|
|
Label10 = new Label();
|
|
|
|
|
|
_Button6 = new Button();
|
|
|
|
|
|
_btnCreaCatalogoAsync = new Button();
|
|
|
|
|
|
timer1 = new System.Windows.Forms.Timer(components);
|
|
|
|
|
|
dataModelBindingSource1 = new BindingSource(components);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
btnOpenSourceFolder = new Button();
|
|
|
|
|
|
btnOpenDestFolder = new Button();
|
2024-10-14 23:25:35 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)bindingSource1).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataModelBindingSource).BeginInit();
|
2025-07-29 11:07:49 +02:00
|
|
|
|
TabControl1.SuspendLayout();
|
|
|
|
|
|
TabPage5.SuspendLayout();
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox11.SuspendLayout();
|
2025-09-19 09:53:31 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)numericUpDown2).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)numericUpDown1).BeginInit();
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Panel3.SuspendLayout();
|
|
|
|
|
|
GroupBox3.SuspendLayout();
|
|
|
|
|
|
GroupBox8.SuspendLayout();
|
|
|
|
|
|
GroupBox7.SuspendLayout();
|
|
|
|
|
|
TabPage3.SuspendLayout();
|
|
|
|
|
|
GroupBox10.SuspendLayout();
|
|
|
|
|
|
GroupBox9.SuspendLayout();
|
|
|
|
|
|
GroupBox5.SuspendLayout();
|
|
|
|
|
|
GroupBox4.SuspendLayout();
|
|
|
|
|
|
TabPage2.SuspendLayout();
|
|
|
|
|
|
GroupBox2.SuspendLayout();
|
|
|
|
|
|
TabPage1.SuspendLayout();
|
|
|
|
|
|
Panel1.SuspendLayout();
|
|
|
|
|
|
GroupBox1.SuspendLayout();
|
|
|
|
|
|
Panel2.SuspendLayout();
|
|
|
|
|
|
TabPage4.SuspendLayout();
|
|
|
|
|
|
GroupBox6.SuspendLayout();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)PictureBox2).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)_PictureBox1).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)PictureBox3).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataModelBindingSource1).BeginInit();
|
|
|
|
|
|
SuspendLayout();
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// ProgressBar1
|
|
|
|
|
|
//
|
2026-02-14 19:20:25 +01:00
|
|
|
|
ProgressBar1.Location = new Point(1078, 561);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
ProgressBar1.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
ProgressBar1.Name = "ProgressBar1";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
ProgressBar1.Size = new Size(384, 52);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
ProgressBar1.TabIndex = 67;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// CheckBox22
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox22.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox22.DataBindings.Add(new Binding("Checked", bindingSource1, "ShutdownSystem", true, DataSourceUpdateMode.OnPropertyChanged));
|
|
|
|
|
|
CheckBox22.Location = new Point(1078, 827);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
CheckBox22.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox22.Name = "CheckBox22";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox22.Size = new Size(197, 34);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox22.TabIndex = 65;
|
|
|
|
|
|
CheckBox22.Text = "Arresta il sistema";
|
|
|
|
|
|
CheckBox22.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
2026-02-14 19:20:25 +01:00
|
|
|
|
// bindingSource1
|
|
|
|
|
|
//
|
|
|
|
|
|
bindingSource1.DataSource = dataModelBindingSource;
|
|
|
|
|
|
//
|
|
|
|
|
|
// dataModelBindingSource
|
|
|
|
|
|
//
|
|
|
|
|
|
dataModelBindingSource.DataSource = typeof(ImageCatalog_2.DataModel);
|
|
|
|
|
|
//
|
2021-03-04 10:44:09 +01:00
|
|
|
|
// Label43
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label43.AutoSize = true;
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label43.DataBindings.Add(new Binding("Text", bindingSource1, "SpeedCounter", true));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label43.Location = new Point(1073, 789);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label43.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label43.Name = "Label43";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label43.Size = new Size(46, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label43.TabIndex = 64;
|
|
|
|
|
|
Label43.Text = "000";
|
|
|
|
|
|
Label43.TextAlign = ContentAlignment.MiddleLeft;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TabControl1
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabControl1.Controls.Add(TabPage5);
|
|
|
|
|
|
TabControl1.Controls.Add(TabPage3);
|
|
|
|
|
|
TabControl1.Controls.Add(TabPage2);
|
|
|
|
|
|
TabControl1.Controls.Add(TabPage1);
|
|
|
|
|
|
TabControl1.Controls.Add(TabPage4);
|
2024-10-14 23:48:21 +02:00
|
|
|
|
TabControl1.DataBindings.Add(new Binding("Enabled", bindingSource1, "UiEnabled", true));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TabControl1.Location = new Point(24, 22);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TabControl1.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabControl1.Name = "TabControl1";
|
|
|
|
|
|
TabControl1.SelectedIndex = 0;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TabControl1.Size = new Size(1042, 870);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabControl1.TabIndex = 63;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TabPage5
|
|
|
|
|
|
//
|
2024-10-14 23:25:35 +02:00
|
|
|
|
TabPage5.Controls.Add(button1);
|
|
|
|
|
|
TabPage5.Controls.Add(btnTest);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabPage5.Controls.Add(GroupBox11);
|
|
|
|
|
|
TabPage5.Controls.Add(GroupBox3);
|
|
|
|
|
|
TabPage5.Controls.Add(GroupBox8);
|
|
|
|
|
|
TabPage5.Controls.Add(GroupBox7);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TabPage5.Location = new Point(4, 39);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TabPage5.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabPage5.Name = "TabPage5";
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TabPage5.Padding = new Padding(6, 8, 6, 8);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TabPage5.Size = new Size(1034, 827);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabPage5.TabIndex = 4;
|
|
|
|
|
|
TabPage5.Text = "Generale";
|
|
|
|
|
|
TabPage5.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
2024-10-14 23:25:35 +02:00
|
|
|
|
// button1
|
|
|
|
|
|
//
|
|
|
|
|
|
button1.DataBindings.Add(new Binding("Command", bindingSource1, "AsyncTestCommand", true));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
button1.Location = new Point(751, 720);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
button1.Margin = new Padding(5);
|
2024-10-14 23:25:35 +02:00
|
|
|
|
button1.Name = "button1";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
button1.Size = new Size(141, 43);
|
2024-10-14 23:25:35 +02:00
|
|
|
|
button1.TabIndex = 50;
|
|
|
|
|
|
button1.Text = "Test Async";
|
|
|
|
|
|
button1.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// btnTest
|
|
|
|
|
|
//
|
|
|
|
|
|
btnTest.DataBindings.Add(new Binding("Command", bindingSource1, "TestCommand", true));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
btnTest.Location = new Point(487, 708);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
btnTest.Margin = new Padding(5);
|
2024-10-14 23:25:35 +02:00
|
|
|
|
btnTest.Name = "btnTest";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
btnTest.Size = new Size(141, 43);
|
2024-10-14 23:25:35 +02:00
|
|
|
|
btnTest.TabIndex = 49;
|
|
|
|
|
|
btnTest.Text = "Test";
|
|
|
|
|
|
btnTest.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
2021-03-04 10:44:09 +01:00
|
|
|
|
// GroupBox11
|
|
|
|
|
|
//
|
2025-09-19 09:53:31 +02:00
|
|
|
|
GroupBox11.Controls.Add(numericUpDown2);
|
|
|
|
|
|
GroupBox11.Controls.Add(numericUpDown1);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox11.Controls.Add(Panel3);
|
|
|
|
|
|
GroupBox11.Controls.Add(Label8);
|
|
|
|
|
|
GroupBox11.Controls.Add(Label7);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox11.Location = new Point(14, 483);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox11.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox11.Name = "GroupBox11";
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox11.Padding = new Padding(6, 8, 6, 8);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox11.Size = new Size(382, 305);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox11.TabIndex = 48;
|
|
|
|
|
|
GroupBox11.TabStop = false;
|
|
|
|
|
|
GroupBox11.Text = "Avanzate (ATTENZIONE)";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
2025-09-19 09:53:31 +02:00
|
|
|
|
// numericUpDown2
|
|
|
|
|
|
//
|
|
|
|
|
|
numericUpDown2.DataBindings.Add(new Binding("Value", bindingSource1, "ThreadsCount", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
numericUpDown2.Location = new Point(14, 111);
|
2025-09-19 09:53:31 +02:00
|
|
|
|
numericUpDown2.Maximum = new decimal(new int[] { 10000, 0, 0, 0 });
|
|
|
|
|
|
numericUpDown2.Name = "numericUpDown2";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
numericUpDown2.Size = new Size(105, 35);
|
2025-09-19 09:53:31 +02:00
|
|
|
|
numericUpDown2.TabIndex = 52;
|
|
|
|
|
|
//
|
|
|
|
|
|
// numericUpDown1
|
|
|
|
|
|
//
|
|
|
|
|
|
numericUpDown1.DataBindings.Add(new Binding("Value", bindingSource1, "ChunkSize", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
numericUpDown1.Location = new Point(14, 58);
|
2025-09-19 09:53:31 +02:00
|
|
|
|
numericUpDown1.Maximum = new decimal(new int[] { 10000, 0, 0, 0 });
|
|
|
|
|
|
numericUpDown1.Name = "numericUpDown1";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
numericUpDown1.Size = new Size(105, 35);
|
2025-09-19 09:53:31 +02:00
|
|
|
|
numericUpDown1.TabIndex = 51;
|
|
|
|
|
|
//
|
2021-03-04 10:44:09 +01:00
|
|
|
|
// Panel3
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Panel3.Controls.Add(rdbNuovoMetodo);
|
|
|
|
|
|
Panel3.Controls.Add(rdbVecchioMetodo);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Panel3.Location = new Point(14, 168);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Panel3.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Panel3.Name = "Panel3";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Panel3.Size = new Size(355, 123);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Panel3.TabIndex = 4;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// rdbNuovoMetodo
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
rdbNuovoMetodo.AutoSize = true;
|
|
|
|
|
|
rdbNuovoMetodo.Checked = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
rdbNuovoMetodo.DataBindings.Add(new Binding("Checked", bindingSource1, "UseParallelProcessing", true, DataSourceUpdateMode.OnPropertyChanged));
|
|
|
|
|
|
rdbNuovoMetodo.Location = new Point(17, 65);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
rdbNuovoMetodo.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
rdbNuovoMetodo.Name = "rdbNuovoMetodo";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
rdbNuovoMetodo.Size = new Size(116, 34);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
rdbNuovoMetodo.TabIndex = 1;
|
|
|
|
|
|
rdbNuovoMetodo.TabStop = true;
|
|
|
|
|
|
rdbNuovoMetodo.Text = "Parallelo";
|
|
|
|
|
|
rdbNuovoMetodo.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// rdbVecchioMetodo
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
rdbVecchioMetodo.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
rdbVecchioMetodo.DataBindings.Add(new Binding("Checked", bindingSource1, "UseSequentialProcessing", true, DataSourceUpdateMode.OnPropertyChanged));
|
|
|
|
|
|
rdbVecchioMetodo.Location = new Point(17, 9);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
rdbVecchioMetodo.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
rdbVecchioMetodo.Name = "rdbVecchioMetodo";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
rdbVecchioMetodo.Size = new Size(105, 34);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
rdbVecchioMetodo.TabIndex = 0;
|
|
|
|
|
|
rdbVecchioMetodo.Text = "Lineare";
|
|
|
|
|
|
rdbVecchioMetodo.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label8
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label8.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label8.Location = new Point(127, 60);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label8.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label8.Name = "Label8";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label8.Size = new Size(215, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label8.TabIndex = 3;
|
|
|
|
|
|
Label8.Text = "Chunk Size (0 = MAX)";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label7
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label7.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label7.Location = new Point(127, 112);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label7.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label7.Name = "Label7";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label7.Size = new Size(186, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label7.TabIndex = 1;
|
2025-09-19 09:53:31 +02:00
|
|
|
|
Label7.Text = "Threads (0 = Auto)";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// GroupBox3
|
|
|
|
|
|
//
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox3.Controls.Add(btnOpenDestFolder);
|
|
|
|
|
|
GroupBox3.Controls.Add(btnOpenSourceFolder);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox3.Controls.Add(chkAggiornaSottodirectory);
|
|
|
|
|
|
GroupBox3.Controls.Add(_Button3);
|
|
|
|
|
|
GroupBox3.Controls.Add(_Button2);
|
|
|
|
|
|
GroupBox3.Controls.Add(Label1);
|
|
|
|
|
|
GroupBox3.Controls.Add(Label2);
|
|
|
|
|
|
GroupBox3.Controls.Add(txtSorgente);
|
|
|
|
|
|
GroupBox3.Controls.Add(txtDestinazione);
|
|
|
|
|
|
GroupBox3.ForeColor = Color.FromArgb(0, 0, 192);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox3.Location = new Point(12, 13);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox3.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox3.Name = "GroupBox3";
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox3.Padding = new Padding(6, 8, 6, 8);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox3.Size = new Size(991, 232);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox3.TabIndex = 35;
|
|
|
|
|
|
GroupBox3.TabStop = false;
|
|
|
|
|
|
GroupBox3.Text = "Directory";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// chkAggiornaSottodirectory
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
chkAggiornaSottodirectory.DataBindings.Add(new Binding("Checked", bindingSource1, "UpdateSubdirectories", true, DataSourceUpdateMode.OnPropertyChanged));
|
2024-10-14 22:55:52 +02:00
|
|
|
|
chkAggiornaSottodirectory.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
chkAggiornaSottodirectory.Location = new Point(161, 147);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
chkAggiornaSottodirectory.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
chkAggiornaSottodirectory.Name = "chkAggiornaSottodirectory";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
chkAggiornaSottodirectory.Size = new Size(475, 55);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
chkAggiornaSottodirectory.TabIndex = 25;
|
|
|
|
|
|
chkAggiornaSottodirectory.Text = "aggiorna le sottodirectory";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// _Button3
|
|
|
|
|
|
//
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_Button3.Location = new Point(879, 96);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
_Button3.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button3.Name = "_Button3";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_Button3.Size = new Size(48, 36);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button3.TabIndex = 6;
|
|
|
|
|
|
_Button3.Text = "...";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// _Button2
|
|
|
|
|
|
//
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_Button2.Location = new Point(879, 38);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
_Button2.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button2.Name = "_Button2";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_Button2.Size = new Size(48, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button2.TabIndex = 5;
|
|
|
|
|
|
_Button2.Text = "...";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label1
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label1.AutoSize = true;
|
|
|
|
|
|
Label1.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label1.Location = new Point(12, 43);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label1.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label1.Name = "Label1";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label1.Size = new Size(96, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label1.TabIndex = 3;
|
|
|
|
|
|
Label1.Text = "Sorgente";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label2
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label2.AutoSize = true;
|
|
|
|
|
|
Label2.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label2.Location = new Point(12, 96);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label2.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label2.Name = "Label2";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label2.Size = new Size(133, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label2.TabIndex = 4;
|
|
|
|
|
|
Label2.Text = "Destinazione";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// txtSorgente
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
txtSorgente.DataBindings.Add(new Binding("Text", bindingSource1, "SourcePath", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
txtSorgente.Location = new Point(161, 38);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
txtSorgente.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
txtSorgente.Name = "txtSorgente";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
txtSorgente.Size = new Size(706, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
txtSorgente.TabIndex = 0;
|
|
|
|
|
|
//
|
2021-03-04 10:44:09 +01:00
|
|
|
|
// txtDestinazione
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
txtDestinazione.DataBindings.Add(new Binding("Text", bindingSource1, "DestinationPath", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
txtDestinazione.Location = new Point(161, 93);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
txtDestinazione.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
txtDestinazione.Name = "txtDestinazione";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
txtDestinazione.Size = new Size(706, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
txtDestinazione.TabIndex = 1;
|
|
|
|
|
|
txtDestinazione.Text = "TextBox2";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// GroupBox8
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox8.Controls.Add(rdbNumFiles);
|
|
|
|
|
|
GroupBox8.Controls.Add(rdbNumProgressiva);
|
|
|
|
|
|
GroupBox8.Controls.Add(txtCifreContatore);
|
|
|
|
|
|
GroupBox8.Controls.Add(Label34);
|
|
|
|
|
|
GroupBox8.Controls.Add(txtSuffissoCartelle);
|
|
|
|
|
|
GroupBox8.Controls.Add(Label33);
|
|
|
|
|
|
GroupBox8.Controls.Add(Label31);
|
|
|
|
|
|
GroupBox8.Controls.Add(chkCreaSottocartelle);
|
|
|
|
|
|
GroupBox8.Controls.Add(txtFilePerCartella);
|
|
|
|
|
|
GroupBox8.Controls.Add(Label32);
|
|
|
|
|
|
GroupBox8.ForeColor = Color.FromArgb(0, 0, 192);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox8.Location = new Point(408, 261);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox8.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox8.Name = "GroupBox8";
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox8.Padding = new Padding(6, 8, 6, 8);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox8.Size = new Size(384, 351);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox8.TabIndex = 47;
|
|
|
|
|
|
GroupBox8.TabStop = false;
|
|
|
|
|
|
GroupBox8.Text = "Sottocartelle";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// rdbNumFiles
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
rdbNumFiles.DataBindings.Add(new Binding("Checked", bindingSource1, "UseFileNumbering", true, DataSourceUpdateMode.OnPropertyChanged));
|
2024-10-14 22:55:52 +02:00
|
|
|
|
rdbNumFiles.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
rdbNumFiles.Location = new Point(65, 295);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
rdbNumFiles.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
rdbNumFiles.Name = "rdbNumFiles";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
rdbNumFiles.Size = new Size(271, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
rdbNumFiles.TabIndex = 38;
|
|
|
|
|
|
rdbNumFiles.Text = "Numerazione files";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// rdbNumProgressiva
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
rdbNumProgressiva.Checked = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
rdbNumProgressiva.DataBindings.Add(new Binding("Checked", bindingSource1, "UseProgressiveNumbering", true, DataSourceUpdateMode.OnPropertyChanged));
|
2024-10-14 22:55:52 +02:00
|
|
|
|
rdbNumProgressiva.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
rdbNumProgressiva.Location = new Point(65, 258);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
rdbNumProgressiva.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
rdbNumProgressiva.Name = "rdbNumProgressiva";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
rdbNumProgressiva.Size = new Size(305, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
rdbNumProgressiva.TabIndex = 37;
|
|
|
|
|
|
rdbNumProgressiva.TabStop = true;
|
|
|
|
|
|
rdbNumProgressiva.Text = "Numerazione progressiva";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// txtCifreContatore
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
txtCifreContatore.DataBindings.Add(new Binding("Text", bindingSource1, "CounterDigits", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
txtCifreContatore.Location = new Point(257, 202);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
txtCifreContatore.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
txtCifreContatore.Name = "txtCifreContatore";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
txtCifreContatore.Size = new Size(107, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
txtCifreContatore.TabIndex = 34;
|
|
|
|
|
|
txtCifreContatore.Text = "4";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label34
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label34.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label34.Location = new Point(17, 202);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label34.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label34.Name = "Label34";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label34.Size = new Size(223, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label34.TabIndex = 33;
|
|
|
|
|
|
Label34.Text = "Num. cifre contatore";
|
|
|
|
|
|
Label34.TextAlign = ContentAlignment.MiddleRight;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// txtSuffissoCartelle
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
txtSuffissoCartelle.DataBindings.Add(new Binding("Text", bindingSource1, "FolderSuffix", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
txtSuffissoCartelle.Location = new Point(113, 147);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
txtSuffissoCartelle.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
txtSuffissoCartelle.Name = "txtSuffissoCartelle";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
txtSuffissoCartelle.Size = new Size(251, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
txtSuffissoCartelle.TabIndex = 32;
|
|
|
|
|
|
txtSuffissoCartelle.Text = "TextBox20";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label33
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label33.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label33.Location = new Point(12, 155);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label33.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label33.Name = "Label33";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label33.Size = new Size(96, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label33.TabIndex = 31;
|
|
|
|
|
|
Label33.Text = "Suffisso";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label31
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label31.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label31.Location = new Point(48, 93);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label31.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label31.Name = "Label31";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label31.Size = new Size(65, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label31.TabIndex = 30;
|
|
|
|
|
|
Label31.Text = "ogni";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// chkCreaSottocartelle
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
chkCreaSottocartelle.DataBindings.Add(new Binding("Checked", bindingSource1, "CreateSubfolders", true, DataSourceUpdateMode.OnPropertyChanged));
|
2024-10-14 22:55:52 +02:00
|
|
|
|
chkCreaSottocartelle.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
chkCreaSottocartelle.Location = new Point(113, 38);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
chkCreaSottocartelle.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
chkCreaSottocartelle.Name = "chkCreaSottocartelle";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
chkCreaSottocartelle.Size = new Size(223, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
chkCreaSottocartelle.TabIndex = 29;
|
|
|
|
|
|
chkCreaSottocartelle.Text = "crea sottocartelle";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// txtFilePerCartella
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
txtFilePerCartella.DataBindings.Add(new Binding("Text", bindingSource1, "FilesPerFolder", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
txtFilePerCartella.Location = new Point(113, 93);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
txtFilePerCartella.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
txtFilePerCartella.Name = "txtFilePerCartella";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
txtFilePerCartella.Size = new Size(124, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
txtFilePerCartella.TabIndex = 27;
|
|
|
|
|
|
txtFilePerCartella.Text = "99";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label32
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label32.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label32.Location = new Point(257, 93);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label32.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label32.Name = "Label32";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label32.Size = new Size(48, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label32.TabIndex = 28;
|
|
|
|
|
|
Label32.Text = "file";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// GroupBox7
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox7.Controls.Add(chkSovrascriviFile);
|
|
|
|
|
|
GroupBox7.Controls.Add(chkRotazioneAutomatica);
|
|
|
|
|
|
GroupBox7.Controls.Add(chkForzaJpg);
|
|
|
|
|
|
GroupBox7.ForeColor = Color.FromArgb(0, 0, 192);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox7.Location = new Point(12, 261);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox7.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox7.Name = "GroupBox7";
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox7.Padding = new Padding(6, 8, 6, 8);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox7.Size = new Size(384, 202);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox7.TabIndex = 45;
|
|
|
|
|
|
GroupBox7.TabStop = false;
|
|
|
|
|
|
GroupBox7.Text = "Generale";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// chkSovrascriviFile
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
chkSovrascriviFile.AutoSize = true;
|
2025-07-29 10:34:23 +02:00
|
|
|
|
chkSovrascriviFile.DataBindings.Add(new Binding("Checked", bindingSource1, "OverwriteImages", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
chkSovrascriviFile.Location = new Point(31, 141);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
chkSovrascriviFile.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
chkSovrascriviFile.Name = "chkSovrascriviFile";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
chkSovrascriviFile.Size = new Size(170, 34);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
chkSovrascriviFile.TabIndex = 2;
|
|
|
|
|
|
chkSovrascriviFile.Text = "Sovrascrivi file";
|
|
|
|
|
|
chkSovrascriviFile.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// chkRotazioneAutomatica
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
chkRotazioneAutomatica.DataBindings.Add(new Binding("Checked", bindingSource1, "AutomaticRotation", true, DataSourceUpdateMode.OnPropertyChanged));
|
2024-10-14 22:55:52 +02:00
|
|
|
|
chkRotazioneAutomatica.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
chkRotazioneAutomatica.Location = new Point(31, 90);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
chkRotazioneAutomatica.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
chkRotazioneAutomatica.Name = "chkRotazioneAutomatica";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
chkRotazioneAutomatica.Size = new Size(271, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
chkRotazioneAutomatica.TabIndex = 1;
|
|
|
|
|
|
chkRotazioneAutomatica.Text = "Rotazione automatica";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// chkForzaJpg
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
chkForzaJpg.Checked = true;
|
|
|
|
|
|
chkForzaJpg.CheckState = CheckState.Checked;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
chkForzaJpg.DataBindings.Add(new Binding("Checked", bindingSource1, "ForceJpeg", true, DataSourceUpdateMode.OnPropertyChanged));
|
2024-10-14 22:55:52 +02:00
|
|
|
|
chkForzaJpg.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
chkForzaJpg.Location = new Point(31, 42);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
chkForzaJpg.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
chkForzaJpg.Name = "chkForzaJpg";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
chkForzaJpg.Size = new Size(161, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
chkForzaJpg.TabIndex = 0;
|
|
|
|
|
|
chkForzaJpg.Text = "Forza Jpg";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TabPage3
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabPage3.Controls.Add(GroupBox10);
|
|
|
|
|
|
TabPage3.Controls.Add(GroupBox9);
|
|
|
|
|
|
TabPage3.Controls.Add(GroupBox5);
|
|
|
|
|
|
TabPage3.Controls.Add(GroupBox4);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TabPage3.Location = new Point(4, 39);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TabPage3.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabPage3.Name = "TabPage3";
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TabPage3.Padding = new Padding(6, 8, 6, 8);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TabPage3.Size = new Size(1034, 827);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabPage3.TabIndex = 2;
|
|
|
|
|
|
TabPage3.Text = "Testo";
|
|
|
|
|
|
TabPage3.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// GroupBox10
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox10.Controls.Add(Label42);
|
|
|
|
|
|
GroupBox10.Controls.Add(Label41);
|
|
|
|
|
|
GroupBox10.Controls.Add(TextBox31);
|
|
|
|
|
|
GroupBox10.Controls.Add(TextBox30);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox10.Location = new Point(631, 180);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox10.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox10.Name = "GroupBox10";
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox10.Padding = new Padding(6, 8, 6, 8);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox10.Size = new Size(372, 168);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox10.TabIndex = 39;
|
|
|
|
|
|
GroupBox10.TabStop = false;
|
|
|
|
|
|
GroupBox10.Text = "Testo foto verticali";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label42
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label42.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label42.Location = new Point(14, 107);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label42.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label42.Name = "Label42";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label42.Size = new Size(90, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label42.TabIndex = 3;
|
|
|
|
|
|
Label42.Text = "Margine";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label41
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label41.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label41.Location = new Point(14, 57);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label41.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label41.Name = "Label41";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label41.Size = new Size(214, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label41.TabIndex = 2;
|
|
|
|
|
|
Label41.Text = "Dimensione Carattere";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox31
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox31.DataBindings.Add(new Binding("Text", bindingSource1, "VerticalTextMargin", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox31.Location = new Point(262, 107);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox31.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox31.Name = "TextBox31";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox31.Size = new Size(74, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox31.TabIndex = 1;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox30
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox30.DataBindings.Add(new Binding("Text", bindingSource1, "VerticalTextSize", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox30.Location = new Point(262, 51);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox30.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox30.Name = "TextBox30";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox30.Size = new Size(74, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox30.TabIndex = 0;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// GroupBox9
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox9.Controls.Add(CheckBox17);
|
|
|
|
|
|
GroupBox9.Controls.Add(CheckBox16);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox9.Location = new Point(631, 72);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox9.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox9.Name = "GroupBox9";
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox9.Padding = new Padding(6, 8, 6, 8);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox9.Size = new Size(372, 103);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox9.TabIndex = 38;
|
|
|
|
|
|
GroupBox9.TabStop = false;
|
|
|
|
|
|
GroupBox9.Text = "Slide show";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// CheckBox17
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox17.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox17.DataBindings.Add(new Binding("Checked", bindingSource1, "ShowPhotoNumber", true, DataSourceUpdateMode.OnPropertyChanged));
|
|
|
|
|
|
CheckBox17.Location = new Point(192, 42);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
CheckBox17.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox17.Name = "CheckBox17";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox17.Size = new Size(159, 34);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox17.TabIndex = 1;
|
|
|
|
|
|
CheckBox17.Text = "Numero foto";
|
|
|
|
|
|
CheckBox17.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// CheckBox16
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox16.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox16.DataBindings.Add(new Binding("Checked", bindingSource1, "ShowDate", true, DataSourceUpdateMode.OnPropertyChanged));
|
|
|
|
|
|
CheckBox16.Location = new Point(12, 43);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
CheckBox16.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox16.Name = "CheckBox16";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox16.Size = new Size(83, 34);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox16.TabIndex = 0;
|
|
|
|
|
|
CheckBox16.Text = "Data";
|
|
|
|
|
|
CheckBox16.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// GroupBox5
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox5.Controls.Add(TextBox34);
|
|
|
|
|
|
GroupBox5.Controls.Add(_Button8);
|
|
|
|
|
|
GroupBox5.Controls.Add(Label36);
|
|
|
|
|
|
GroupBox5.Controls.Add(TextBox25);
|
|
|
|
|
|
GroupBox5.Controls.Add(Label35);
|
|
|
|
|
|
GroupBox5.Controls.Add(ComboBox3);
|
|
|
|
|
|
GroupBox5.Controls.Add(TextBox11);
|
|
|
|
|
|
GroupBox5.Controls.Add(Label12);
|
|
|
|
|
|
GroupBox5.Controls.Add(Label11);
|
|
|
|
|
|
GroupBox5.Controls.Add(CheckBox3);
|
|
|
|
|
|
GroupBox5.ForeColor = Color.FromArgb(0, 0, 192);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox5.Location = new Point(12, 72);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox5.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox5.Name = "GroupBox5";
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox5.Padding = new Padding(6, 8, 6, 8);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox5.Size = new Size(607, 278);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox5.TabIndex = 37;
|
|
|
|
|
|
GroupBox5.TabStop = false;
|
|
|
|
|
|
GroupBox5.Text = "Carattere";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox34
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox34.DataBindings.Add(new Binding("Text", bindingSource1, "TextColorRGB", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox34.Location = new Point(319, 210);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox34.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox34.Name = "TextBox34";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox34.Size = new Size(107, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox34.TabIndex = 36;
|
|
|
|
|
|
TextBox34.TextAlign = HorizontalAlignment.Right;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// _Button8
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button8.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_Button8.Location = new Point(444, 205);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
_Button8.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button8.Name = "_Button8";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_Button8.Size = new Size(149, 55);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button8.TabIndex = 35;
|
|
|
|
|
|
_Button8.Text = "Scegli...";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label36
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label36.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label36.Location = new Point(17, 138);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label36.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label36.Name = "Label36";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label36.Size = new Size(240, 43);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label36.TabIndex = 34;
|
|
|
|
|
|
Label36.Text = "Dimensione miniatura";
|
|
|
|
|
|
Label36.TextAlign = ContentAlignment.MiddleLeft;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox25
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox25.DataBindings.Add(new Binding("Text", bindingSource1, "FontSizeThumbnail", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox25.Location = new Point(319, 137);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox25.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox25.Name = "TextBox25";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox25.Size = new Size(107, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox25.TabIndex = 33;
|
|
|
|
|
|
TextBox25.Text = "TextBox25";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label35
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label35.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label35.Location = new Point(17, 215);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label35.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label35.Name = "Label35";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label35.Size = new Size(144, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label35.TabIndex = 32;
|
|
|
|
|
|
Label35.Text = "Colore RGB";
|
|
|
|
|
|
Label35.TextAlign = ContentAlignment.MiddleLeft;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// ComboBox3
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
ComboBox3.DataBindings.Add(new Binding("Text", bindingSource1, "FontName", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
ComboBox3.Location = new Point(192, 18);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
ComboBox3.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
ComboBox3.Name = "ComboBox3";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
ComboBox3.Size = new Size(237, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
ComboBox3.TabIndex = 28;
|
|
|
|
|
|
ComboBox3.Text = "ComboBox3";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox11
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox11.DataBindings.Add(new Binding("Text", bindingSource1, "FontSize", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox11.Location = new Point(319, 81);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox11.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox11.Name = "TextBox11";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox11.Size = new Size(107, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox11.TabIndex = 27;
|
|
|
|
|
|
TextBox11.Text = "TextBox11";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label12
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label12.AutoSize = true;
|
|
|
|
|
|
Label12.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label12.Location = new Point(17, 87);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label12.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label12.Name = "Label12";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label12.Size = new Size(123, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label12.TabIndex = 26;
|
|
|
|
|
|
Label12.Text = "Dimensione";
|
|
|
|
|
|
Label12.TextAlign = ContentAlignment.MiddleLeft;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label11
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label11.AutoSize = true;
|
|
|
|
|
|
Label11.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label11.Location = new Point(113, 18);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label11.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label11.Name = "Label11";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label11.Size = new Size(54, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label11.TabIndex = 22;
|
|
|
|
|
|
Label11.Text = "Font";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// CheckBox3
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
CheckBox3.DataBindings.Add(new Binding("Checked", bindingSource1, "FontBold", true, DataSourceUpdateMode.OnPropertyChanged));
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox3.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox3.Location = new Point(449, 18);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
CheckBox3.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox3.Name = "CheckBox3";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox3.Size = new Size(144, 55);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox3.TabIndex = 24;
|
|
|
|
|
|
CheckBox3.Text = "Grassetto";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// GroupBox4
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox4.Controls.Add(Label40);
|
|
|
|
|
|
GroupBox4.Controls.Add(TextBox29);
|
|
|
|
|
|
GroupBox4.Controls.Add(TextBox18);
|
|
|
|
|
|
GroupBox4.Controls.Add(Label26);
|
|
|
|
|
|
GroupBox4.Controls.Add(DateTimePicker1);
|
|
|
|
|
|
GroupBox4.Controls.Add(CheckBox8);
|
|
|
|
|
|
GroupBox4.Controls.Add(TextBox9);
|
|
|
|
|
|
GroupBox4.Controls.Add(CheckBox7);
|
|
|
|
|
|
GroupBox4.Controls.Add(Label4);
|
|
|
|
|
|
GroupBox4.Controls.Add(TextBox4);
|
|
|
|
|
|
GroupBox4.Controls.Add(Label9);
|
|
|
|
|
|
GroupBox4.Controls.Add(Label13);
|
|
|
|
|
|
GroupBox4.Controls.Add(ComboBox1);
|
|
|
|
|
|
GroupBox4.Controls.Add(ComboBox2);
|
|
|
|
|
|
GroupBox4.Controls.Add(Label14);
|
|
|
|
|
|
GroupBox4.Controls.Add(TextBox12);
|
|
|
|
|
|
GroupBox4.Controls.Add(Label15);
|
|
|
|
|
|
GroupBox4.ForeColor = Color.FromArgb(0, 0, 192);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox4.Location = new Point(12, 363);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox4.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox4.Name = "GroupBox4";
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox4.Padding = new Padding(6, 8, 6, 8);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox4.Size = new Size(991, 429);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox4.TabIndex = 36;
|
|
|
|
|
|
GroupBox4.TabStop = false;
|
|
|
|
|
|
GroupBox4.Text = "Testo da applicare";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label40
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label40.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label40.Location = new Point(17, 120);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label40.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label40.Name = "Label40";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label40.Size = new Size(92, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label40.TabIndex = 40;
|
|
|
|
|
|
Label40.Text = "Verticale";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox29
|
|
|
|
|
|
//
|
2025-07-28 10:34:03 +02:00
|
|
|
|
TextBox29.DataBindings.Add(new Binding("Text", bindingSource1, "VerticalText", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox29.Location = new Point(144, 112);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox29.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox29.Multiline = true;
|
|
|
|
|
|
TextBox29.Name = "TextBox29";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox29.Size = new Size(813, 97);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox29.TabIndex = 39;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox18
|
|
|
|
|
|
//
|
2026-02-04 22:10:16 +01:00
|
|
|
|
TextBox18.DataBindings.Add(new Binding("Text", bindingSource1, "TimeLabel", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox18.Location = new Point(463, 360);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox18.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox18.Name = "TextBox18";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox18.Size = new Size(196, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox18.TabIndex = 38;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label26
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label26.AutoSize = true;
|
|
|
|
|
|
Label26.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label26.Location = new Point(689, 360);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label26.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label26.Name = "Label26";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label26.Size = new Size(94, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label26.TabIndex = 37;
|
|
|
|
|
|
Label26.Text = "partenza";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// DateTimePicker1
|
|
|
|
|
|
//
|
2026-02-04 22:10:16 +01:00
|
|
|
|
DateTimePicker1.DataBindings.Add(new Binding("Value", bindingSource1, "RaceStartDate", true, DataSourceUpdateMode.OnPropertyChanged));
|
2024-10-14 22:55:52 +02:00
|
|
|
|
DateTimePicker1.Format = DateTimePickerFormat.Time;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
DateTimePicker1.Location = new Point(785, 360);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
DateTimePicker1.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
DateTimePicker1.Name = "DateTimePicker1";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
DateTimePicker1.Size = new Size(172, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
DateTimePicker1.TabIndex = 36;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// CheckBox8
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
CheckBox8.DataBindings.Add(new Binding("Checked", bindingSource1, "AddTime", true, DataSourceUpdateMode.OnPropertyChanged));
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox8.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox8.Location = new Point(144, 360);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
CheckBox8.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox8.Name = "CheckBox8";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox8.Size = new Size(113, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox8.TabIndex = 35;
|
|
|
|
|
|
CheckBox8.Text = "Orario";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox9
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox9.DataBindings.Add(new Binding("Text", bindingSource1, "TextTransparency", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox9.Location = new Point(240, 249);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox9.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox9.Name = "TextBox9";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox9.Size = new Size(107, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox9.TabIndex = 20;
|
|
|
|
|
|
TextBox9.Text = "TextBox9";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// CheckBox7
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
CheckBox7.DataBindings.Add(new Binding("Checked", bindingSource1, "AddRaceTime", true, DataSourceUpdateMode.OnPropertyChanged));
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox7.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox7.Location = new Point(271, 360);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
CheckBox7.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox7.Name = "CheckBox7";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox7.Size = new Size(175, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox7.TabIndex = 34;
|
|
|
|
|
|
CheckBox7.Text = "Tempo gara";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label4
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label4.AutoSize = true;
|
|
|
|
|
|
Label4.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label4.Location = new Point(17, 55);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label4.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label4.Name = "Label4";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label4.Size = new Size(119, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label4.TabIndex = 9;
|
|
|
|
|
|
Label4.Text = "Orizzontale";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox4
|
|
|
|
|
|
//
|
2025-07-28 09:49:55 +02:00
|
|
|
|
TextBox4.DataBindings.Add(new Binding("Text", bindingSource1, "HorizontalText", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox4.Location = new Point(144, 55);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox4.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox4.Name = "TextBox4";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox4.Size = new Size(813, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox4.TabIndex = 8;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label9
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label9.AutoSize = true;
|
|
|
|
|
|
Label9.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label9.Location = new Point(17, 249);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label9.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label9.Name = "Label9";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label9.Size = new Size(210, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label9.TabIndex = 19;
|
|
|
|
|
|
Label9.Text = "Trasparenza (0-100%)";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label13
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label13.AutoSize = true;
|
|
|
|
|
|
Label13.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label13.Location = new Point(31, 305);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label13.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label13.Name = "Label13";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label13.Size = new Size(100, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label13.TabIndex = 29;
|
|
|
|
|
|
Label13.Text = "Posizione";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// ComboBox1
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
ComboBox1.DataBindings.Add(new Binding("Text", bindingSource1, "VerticalPosition", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
ComboBox1.Location = new Point(144, 305);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
ComboBox1.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
ComboBox1.Name = "ComboBox1";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
ComboBox1.Size = new Size(203, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
ComboBox1.TabIndex = 28;
|
|
|
|
|
|
ComboBox1.Text = "ComboBox1";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// ComboBox2
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
ComboBox2.DataBindings.Add(new Binding("Text", bindingSource1, "HorizontalAlignment", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
ComboBox2.Location = new Point(751, 305);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
ComboBox2.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
ComboBox2.Name = "ComboBox2";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
ComboBox2.Size = new Size(203, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
ComboBox2.TabIndex = 31;
|
|
|
|
|
|
ComboBox2.Text = "ComboBox2";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label14
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label14.AutoSize = true;
|
|
|
|
|
|
Label14.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label14.Location = new Point(607, 305);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label14.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label14.Name = "Label14";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label14.Size = new Size(136, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label14.TabIndex = 30;
|
|
|
|
|
|
Label14.Text = "Allineamento";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox12
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox12.DataBindings.Add(new Binding("Text", bindingSource1, "TextMargin", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox12.Location = new Point(751, 249);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox12.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox12.Name = "TextBox12";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox12.Size = new Size(203, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox12.TabIndex = 33;
|
|
|
|
|
|
TextBox12.Text = "TextBox12";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label15
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label15.AutoSize = true;
|
|
|
|
|
|
Label15.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label15.Location = new Point(593, 249);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label15.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label15.Name = "Label15";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label15.Size = new Size(151, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label15.TabIndex = 32;
|
|
|
|
|
|
Label15.Text = "Margine (pixel)";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TabPage2
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabPage2.Controls.Add(GroupBox2);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TabPage2.Location = new Point(4, 39);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TabPage2.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabPage2.Name = "TabPage2";
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TabPage2.Padding = new Padding(6, 8, 6, 8);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TabPage2.Size = new Size(1034, 827);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabPage2.TabIndex = 5;
|
|
|
|
|
|
TabPage2.Text = "Foto";
|
|
|
|
|
|
TabPage2.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// GroupBox2
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox2.Controls.Add(Label45);
|
|
|
|
|
|
GroupBox2.Controls.Add(TextBox32);
|
|
|
|
|
|
GroupBox2.Controls.Add(TextBox26);
|
|
|
|
|
|
GroupBox2.Controls.Add(Label37);
|
|
|
|
|
|
GroupBox2.Controls.Add(Label38);
|
|
|
|
|
|
GroupBox2.Controls.Add(TextBox27);
|
|
|
|
|
|
GroupBox2.Controls.Add(Label39);
|
|
|
|
|
|
GroupBox2.Controls.Add(TextBox28);
|
|
|
|
|
|
GroupBox2.Controls.Add(CheckBox15);
|
|
|
|
|
|
GroupBox2.ForeColor = Color.FromArgb(0, 0, 192);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox2.Location = new Point(6, 13);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox2.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox2.Name = "GroupBox2";
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox2.Padding = new Padding(6, 8, 6, 8);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox2.Size = new Size(607, 360);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox2.TabIndex = 36;
|
|
|
|
|
|
GroupBox2.TabStop = false;
|
|
|
|
|
|
GroupBox2.Text = "Foto grande";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label45
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label45.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label45.Location = new Point(22, 198);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label45.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label45.Name = "Label45";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label45.Size = new Size(80, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label45.TabIndex = 22;
|
|
|
|
|
|
Label45.Text = "Qualità";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox32
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox32.DataBindings.Add(new Binding("Text", bindingSource1, "JpegQuality", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox32.Location = new Point(144, 185);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox32.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox32.Name = "TextBox32";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox32.Size = new Size(141, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox32.TabIndex = 21;
|
|
|
|
|
|
TextBox32.Text = "100";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox26
|
|
|
|
|
|
//
|
2026-02-04 22:10:16 +01:00
|
|
|
|
TextBox26.DataBindings.Add(new Binding("Text", bindingSource1, "BigPhotoSuffix", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox26.Location = new Point(449, 111);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox26.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox26.Name = "TextBox26";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox26.Size = new Size(107, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox26.TabIndex = 20;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label37
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label37.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label37.Location = new Point(336, 111);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label37.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label37.Name = "Label37";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label37.Size = new Size(96, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label37.TabIndex = 19;
|
|
|
|
|
|
Label37.Text = "Suffisso";
|
|
|
|
|
|
Label37.TextAlign = ContentAlignment.MiddleRight;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label38
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label38.AutoSize = true;
|
|
|
|
|
|
Label38.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label38.Location = new Point(48, 55);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label38.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label38.Name = "Label38";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label38.Size = new Size(81, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label38.TabIndex = 16;
|
|
|
|
|
|
Label38.Text = "Altezza";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox27
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox27.DataBindings.Add(new Binding("Text", bindingSource1, "PhotoBigWidth", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox27.Location = new Point(144, 55);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox27.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox27.Name = "TextBox27";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox27.Size = new Size(141, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox27.TabIndex = 14;
|
|
|
|
|
|
TextBox27.Text = "TextBox27";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label39
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label39.AutoSize = true;
|
|
|
|
|
|
Label39.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label39.Location = new Point(17, 111);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label39.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label39.Name = "Label39";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label39.Size = new Size(107, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label39.TabIndex = 17;
|
|
|
|
|
|
Label39.Text = "Larghezza";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox28
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox28.DataBindings.Add(new Binding("Text", bindingSource1, "PhotoBigHeight", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox28.Location = new Point(144, 111);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox28.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox28.Name = "TextBox28";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox28.Size = new Size(141, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox28.TabIndex = 15;
|
|
|
|
|
|
TextBox28.Text = "TextBox28";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// CheckBox15
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox15.Checked = true;
|
|
|
|
|
|
CheckBox15.CheckState = CheckState.Checked;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox15.DataBindings.Add(new Binding("Checked", bindingSource1, "KeepOriginalDimensions", true, DataSourceUpdateMode.OnPropertyChanged));
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox15.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox15.Location = new Point(336, 38);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
CheckBox15.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox15.Name = "CheckBox15";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox15.Size = new Size(240, 73);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox15.TabIndex = 18;
|
|
|
|
|
|
CheckBox15.Text = "Mantieni dimensioni originali";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TabPage1
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabPage1.Controls.Add(Panel1);
|
|
|
|
|
|
TabPage1.Controls.Add(GroupBox1);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TabPage1.Location = new Point(4, 39);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TabPage1.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabPage1.Name = "TabPage1";
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TabPage1.Padding = new Padding(6, 8, 6, 8);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TabPage1.Size = new Size(1034, 827);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabPage1.TabIndex = 0;
|
|
|
|
|
|
TabPage1.Text = "Miniature";
|
|
|
|
|
|
TabPage1.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Panel1
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Panel1.Controls.Add(_CheckBox18);
|
|
|
|
|
|
Panel1.Controls.Add(_CheckBox4);
|
|
|
|
|
|
Panel1.Controls.Add(_CheckBox12);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Panel1.Location = new Point(103, 545);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Panel1.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Panel1.Name = "Panel1";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Panel1.Size = new Size(607, 168);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Panel1.TabIndex = 26;
|
|
|
|
|
|
Panel1.Visible = false;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// _CheckBox18
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_CheckBox18.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_CheckBox18.Location = new Point(281, 8);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
_CheckBox18.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_CheckBox18.Name = "_CheckBox18";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_CheckBox18.Size = new Size(159, 34);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_CheckBox18.TabIndex = 36;
|
|
|
|
|
|
_CheckBox18.Text = "Numero foto";
|
|
|
|
|
|
_CheckBox18.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// _CheckBox4
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_CheckBox4.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_CheckBox4.Location = new Point(19, 8);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
_CheckBox4.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_CheckBox4.Name = "_CheckBox4";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_CheckBox4.Size = new Size(209, 39);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_CheckBox4.TabIndex = 34;
|
|
|
|
|
|
_CheckBox4.Text = "Aggiungi scritta";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// _CheckBox12
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_CheckBox12.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_CheckBox12.Location = new Point(19, 43);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
_CheckBox12.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_CheckBox12.Name = "_CheckBox12";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_CheckBox12.Size = new Size(209, 48);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_CheckBox12.TabIndex = 35;
|
|
|
|
|
|
_CheckBox12.Text = "Aggiungi orario";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// GroupBox1
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox1.Controls.Add(Label46);
|
|
|
|
|
|
GroupBox1.Controls.Add(TextBox33);
|
|
|
|
|
|
GroupBox1.Controls.Add(Panel2);
|
|
|
|
|
|
GroupBox1.Controls.Add(Label5);
|
|
|
|
|
|
GroupBox1.Controls.Add(TextBox5);
|
|
|
|
|
|
GroupBox1.Controls.Add(Label6);
|
|
|
|
|
|
GroupBox1.Controls.Add(TextBox6);
|
|
|
|
|
|
GroupBox1.Controls.Add(Label3);
|
|
|
|
|
|
GroupBox1.Controls.Add(TextBox3);
|
|
|
|
|
|
GroupBox1.Controls.Add(CheckBox1);
|
|
|
|
|
|
GroupBox1.ForeColor = Color.FromArgb(0, 0, 192);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox1.Location = new Point(12, 12);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox1.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox1.Name = "GroupBox1";
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox1.Padding = new Padding(6, 8, 6, 8);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox1.Size = new Size(701, 485);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox1.TabIndex = 25;
|
|
|
|
|
|
GroupBox1.TabStop = false;
|
|
|
|
|
|
GroupBox1.Text = "Miniature";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label46
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label46.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label46.Location = new Point(396, 99);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label46.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label46.Name = "Label46";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label46.Size = new Size(80, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label46.TabIndex = 21;
|
|
|
|
|
|
Label46.Text = "Qualità";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox33
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox33.DataBindings.Add(new Binding("Text", bindingSource1, "JpegQualityThumbnail", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox33.Location = new Point(487, 93);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox33.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox33.Name = "TextBox33";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox33.Size = new Size(196, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox33.TabIndex = 20;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Panel2
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Panel2.Controls.Add(RadioButton3);
|
|
|
|
|
|
Panel2.Controls.Add(RadioButton7);
|
|
|
|
|
|
Panel2.Controls.Add(RadioButton4);
|
|
|
|
|
|
Panel2.Controls.Add(RadioButton6);
|
|
|
|
|
|
Panel2.Controls.Add(RadioButton5);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Panel2.Location = new Point(113, 262);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Panel2.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Panel2.Name = "Panel2";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Panel2.Size = new Size(470, 207);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Panel2.TabIndex = 19;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// RadioButton3
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
RadioButton3.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
RadioButton3.DataBindings.Add(new Binding("Checked", bindingSource1, "AddTextToThumbnails", true, DataSourceUpdateMode.OnPropertyChanged));
|
|
|
|
|
|
RadioButton3.Location = new Point(30, 38);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
RadioButton3.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
RadioButton3.Name = "RadioButton3";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
RadioButton3.Size = new Size(186, 34);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
RadioButton3.TabIndex = 14;
|
|
|
|
|
|
RadioButton3.TabStop = true;
|
|
|
|
|
|
RadioButton3.Text = "Aggiungi Scritta";
|
|
|
|
|
|
RadioButton3.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// RadioButton7
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
RadioButton7.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
RadioButton7.DataBindings.Add(new Binding("Checked", bindingSource1, "AddNumberAndTimeToThumbnails", true, DataSourceUpdateMode.OnPropertyChanged));
|
|
|
|
|
|
RadioButton7.Location = new Point(258, 93);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
RadioButton7.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
RadioButton7.Name = "RadioButton7";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
RadioButton7.Size = new Size(184, 34);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
RadioButton7.TabIndex = 18;
|
|
|
|
|
|
RadioButton7.TabStop = true;
|
|
|
|
|
|
RadioButton7.Text = "numero+tempo";
|
|
|
|
|
|
RadioButton7.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// RadioButton4
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
RadioButton4.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
RadioButton4.Location = new Point(30, 93);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
RadioButton4.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
RadioButton4.Name = "RadioButton4";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
RadioButton4.Size = new Size(182, 34);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
RadioButton4.TabIndex = 15;
|
|
|
|
|
|
RadioButton4.TabStop = true;
|
|
|
|
|
|
RadioButton4.Text = "Aggiungi orario";
|
|
|
|
|
|
RadioButton4.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// RadioButton6
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
RadioButton6.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
RadioButton6.Location = new Point(258, 38);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
RadioButton6.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
RadioButton6.Name = "RadioButton6";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
RadioButton6.Size = new Size(158, 34);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
RadioButton6.TabIndex = 17;
|
|
|
|
|
|
RadioButton6.TabStop = true;
|
|
|
|
|
|
RadioButton6.Text = "Numero foto";
|
|
|
|
|
|
RadioButton6.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// RadioButton5
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
RadioButton5.AutoSize = true;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
RadioButton5.DataBindings.Add(new Binding("Checked", bindingSource1, "AddRaceTimeToThumbnails", true, DataSourceUpdateMode.OnPropertyChanged));
|
|
|
|
|
|
RadioButton5.Location = new Point(30, 150);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
RadioButton5.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
RadioButton5.Name = "RadioButton5";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
RadioButton5.Size = new Size(149, 34);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
RadioButton5.TabIndex = 16;
|
|
|
|
|
|
RadioButton5.TabStop = true;
|
|
|
|
|
|
RadioButton5.Text = "Tempo Gara";
|
|
|
|
|
|
RadioButton5.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label5
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label5.AutoSize = true;
|
|
|
|
|
|
Label5.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label5.Location = new Point(48, 202);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label5.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label5.Name = "Label5";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label5.Size = new Size(81, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label5.TabIndex = 12;
|
|
|
|
|
|
Label5.Text = "Altezza";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox5
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox5.DataBindings.Add(new Binding("Text", bindingSource1, "ThumbnailWidth", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox5.Location = new Point(144, 147);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox5.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox5.Name = "TextBox5";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox5.Size = new Size(172, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox5.TabIndex = 10;
|
|
|
|
|
|
TextBox5.Text = "TextBox5";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label6
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label6.AutoSize = true;
|
|
|
|
|
|
Label6.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label6.Location = new Point(17, 147);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label6.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label6.Name = "Label6";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label6.Size = new Size(107, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label6.TabIndex = 13;
|
|
|
|
|
|
Label6.Text = "Larghezza";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox6
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox6.DataBindings.Add(new Binding("Text", bindingSource1, "ThumbnailHeight", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox6.Location = new Point(144, 202);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox6.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox6.Name = "TextBox6";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox6.Size = new Size(172, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox6.TabIndex = 11;
|
|
|
|
|
|
TextBox6.Text = "TextBox6";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label3
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label3.AutoSize = true;
|
|
|
|
|
|
Label3.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label3.Location = new Point(48, 93);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label3.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label3.Name = "Label3";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label3.Size = new Size(85, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label3.TabIndex = 7;
|
|
|
|
|
|
Label3.Text = "Suffisso";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox3
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox3.DataBindings.Add(new Binding("Text", bindingSource1, "ThumbnailPrefix", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox3.Location = new Point(144, 93);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox3.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox3.Name = "TextBox3";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox3.Size = new Size(172, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox3.TabIndex = 6;
|
|
|
|
|
|
TextBox3.Text = "TextBox3";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// CheckBox1
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
CheckBox1.DataBindings.Add(new Binding("Checked", bindingSource1, "CreateThumbnails", true, DataSourceUpdateMode.OnPropertyChanged));
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox1.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox1.Location = new Point(144, 38);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
CheckBox1.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox1.Name = "CheckBox1";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox1.Size = new Size(209, 55);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox1.TabIndex = 5;
|
|
|
|
|
|
CheckBox1.Text = "Crea miniature";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TabPage4
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabPage4.Controls.Add(GroupBox6);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TabPage4.Location = new Point(4, 39);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TabPage4.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabPage4.Name = "TabPage4";
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TabPage4.Padding = new Padding(6, 8, 6, 8);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TabPage4.Size = new Size(1034, 827);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TabPage4.TabIndex = 3;
|
|
|
|
|
|
TabPage4.Text = "Logo";
|
|
|
|
|
|
TabPage4.UseVisualStyleBackColor = true;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// GroupBox6
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox6.Controls.Add(PictureBox2);
|
|
|
|
|
|
GroupBox6.Controls.Add(_PictureBox1);
|
|
|
|
|
|
GroupBox6.Controls.Add(ComboBox5);
|
|
|
|
|
|
GroupBox6.Controls.Add(ComboBox4);
|
|
|
|
|
|
GroupBox6.Controls.Add(TextBox19);
|
|
|
|
|
|
GroupBox6.Controls.Add(Label28);
|
|
|
|
|
|
GroupBox6.Controls.Add(CheckBox5);
|
|
|
|
|
|
GroupBox6.Controls.Add(TextBox15);
|
|
|
|
|
|
GroupBox6.Controls.Add(TextBox14);
|
|
|
|
|
|
GroupBox6.Controls.Add(Label25);
|
|
|
|
|
|
GroupBox6.Controls.Add(TextBox16);
|
|
|
|
|
|
GroupBox6.Controls.Add(Label24);
|
|
|
|
|
|
GroupBox6.Controls.Add(Label22);
|
|
|
|
|
|
GroupBox6.Controls.Add(Label23);
|
|
|
|
|
|
GroupBox6.Controls.Add(_Button4);
|
|
|
|
|
|
GroupBox6.Controls.Add(TextBox10);
|
|
|
|
|
|
GroupBox6.Controls.Add(Label29);
|
|
|
|
|
|
GroupBox6.Controls.Add(Label30);
|
|
|
|
|
|
GroupBox6.Controls.Add(PictureBox3);
|
|
|
|
|
|
GroupBox6.ForeColor = Color.FromArgb(0, 0, 192);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox6.Location = new Point(12, 13);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox6.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox6.Name = "GroupBox6";
|
2025-07-29 10:34:23 +02:00
|
|
|
|
GroupBox6.Padding = new Padding(6, 8, 6, 8);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
GroupBox6.Size = new Size(991, 518);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox6.TabIndex = 42;
|
|
|
|
|
|
GroupBox6.TabStop = false;
|
|
|
|
|
|
GroupBox6.Text = "Logo";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// PictureBox2
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
PictureBox2.BorderStyle = BorderStyle.FixedSingle;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
PictureBox2.Location = new Point(288, 442);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
PictureBox2.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
PictureBox2.Name = "PictureBox2";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
PictureBox2.Size = new Size(45, 53);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
PictureBox2.TabIndex = 44;
|
|
|
|
|
|
PictureBox2.TabStop = false;
|
|
|
|
|
|
PictureBox2.Visible = false;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// _PictureBox1
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_PictureBox1.Cursor = Cursors.Cross;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_PictureBox1.Location = new Point(511, 129);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
_PictureBox1.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_PictureBox1.Name = "_PictureBox1";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_PictureBox1.Size = new Size(449, 369);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
|
|
|
|
|
|
_PictureBox1.TabIndex = 43;
|
|
|
|
|
|
_PictureBox1.TabStop = false;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// ComboBox5
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
ComboBox5.DataBindings.Add(new Binding("Text", bindingSource1, "LogoVerticalPosition", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
ComboBox5.Location = new Point(288, 387);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
ComboBox5.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
ComboBox5.Name = "ComboBox5";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
ComboBox5.Size = new Size(189, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
ComboBox5.TabIndex = 42;
|
|
|
|
|
|
ComboBox5.Text = "ComboBox5";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// ComboBox4
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
ComboBox4.DataBindings.Add(new Binding("Text", bindingSource1, "LogoHorizontalPosition", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
ComboBox4.Location = new Point(288, 333);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
ComboBox4.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
ComboBox4.Name = "ComboBox4";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
ComboBox4.Size = new Size(189, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
ComboBox4.TabIndex = 41;
|
|
|
|
|
|
ComboBox4.Text = "ComboBox4";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox19
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox19.DataBindings.Add(new Binding("Text", bindingSource1, "LogoTransparency", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox19.Location = new Point(288, 222);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox19.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox19.Name = "TextBox19";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox19.Size = new Size(189, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox19.TabIndex = 40;
|
|
|
|
|
|
TextBox19.Text = "TextBox19";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label28
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label28.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label28.Location = new Point(34, 223);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label28.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label28.Name = "Label28";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label28.Size = new Size(240, 38);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label28.TabIndex = 39;
|
|
|
|
|
|
Label28.Text = "Trasparenza (0-100%)";
|
|
|
|
|
|
Label28.TextAlign = ContentAlignment.MiddleLeft;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// CheckBox5
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
CheckBox5.DataBindings.Add(new Binding("Checked", bindingSource1, "AddLogo", true, DataSourceUpdateMode.OnPropertyChanged));
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox5.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox5.Location = new Point(0, 60);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
CheckBox5.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox5.Name = "CheckBox5";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
CheckBox5.Size = new Size(144, 47);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
CheckBox5.TabIndex = 38;
|
|
|
|
|
|
CheckBox5.Text = "Aggiungi";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox15
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox15.DataBindings.Add(new Binding("Text", bindingSource1, "LogoHeight", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox15.Location = new Point(288, 167);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox15.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox15.Name = "TextBox15";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox15.Size = new Size(189, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox15.TabIndex = 19;
|
|
|
|
|
|
TextBox15.Text = "TextBox15";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox14
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox14.DataBindings.Add(new Binding("Text", bindingSource1, "LogoWidth", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox14.Location = new Point(288, 111);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox14.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox14.Name = "TextBox14";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox14.Size = new Size(189, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox14.TabIndex = 18;
|
|
|
|
|
|
TextBox14.Text = "TextBox14";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label25
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label25.AutoSize = true;
|
|
|
|
|
|
Label25.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label25.Location = new Point(34, 387);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label25.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label25.Name = "Label25";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label25.Size = new Size(183, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label25.TabIndex = 36;
|
|
|
|
|
|
Label25.Text = "Posizione verticale";
|
|
|
|
|
|
Label25.TextAlign = ContentAlignment.MiddleLeft;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox16
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox16.DataBindings.Add(new Binding("Text", bindingSource1, "LogoMargin", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox16.Location = new Point(288, 278);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox16.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox16.Name = "TextBox16";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox16.Size = new Size(189, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox16.TabIndex = 35;
|
|
|
|
|
|
TextBox16.Text = "TextBox16";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label24
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label24.AutoSize = true;
|
|
|
|
|
|
Label24.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label24.Location = new Point(38, 283);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label24.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label24.Name = "Label24";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label24.Size = new Size(176, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label24.TabIndex = 34;
|
|
|
|
|
|
Label24.Text = "Margine (pixel/%)";
|
|
|
|
|
|
Label24.TextAlign = ContentAlignment.MiddleLeft;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label22
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label22.AutoSize = true;
|
|
|
|
|
|
Label22.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label22.Location = new Point(38, 117);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label22.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label22.Name = "Label22";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label22.Size = new Size(81, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label22.TabIndex = 20;
|
|
|
|
|
|
Label22.Text = "Altezza";
|
|
|
|
|
|
Label22.TextAlign = ContentAlignment.MiddleLeft;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label23
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label23.AutoSize = true;
|
|
|
|
|
|
Label23.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label23.Location = new Point(38, 172);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label23.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label23.Name = "Label23";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label23.Size = new Size(107, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label23.TabIndex = 21;
|
|
|
|
|
|
Label23.Text = "Larghezza";
|
|
|
|
|
|
Label23.TextAlign = ContentAlignment.MiddleLeft;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// _Button4
|
|
|
|
|
|
//
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_Button4.Location = new Point(929, 55);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
_Button4.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button4.Name = "_Button4";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_Button4.Size = new Size(48, 47);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button4.TabIndex = 8;
|
|
|
|
|
|
_Button4.Text = "...";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// TextBox10
|
|
|
|
|
|
//
|
2026-02-04 19:48:03 +01:00
|
|
|
|
TextBox10.DataBindings.Add(new Binding("Text", bindingSource1, "LogoFile", true, DataSourceUpdateMode.OnPropertyChanged));
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox10.Location = new Point(288, 55);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
TextBox10.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox10.Name = "TextBox10";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
TextBox10.Size = new Size(621, 35);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
TextBox10.TabIndex = 6;
|
|
|
|
|
|
TextBox10.Text = "TextBox10";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label29
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label29.AutoSize = true;
|
|
|
|
|
|
Label29.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label29.Location = new Point(34, 339);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label29.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label29.Name = "Label29";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label29.Size = new Size(208, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label29.TabIndex = 36;
|
|
|
|
|
|
Label29.Text = "Posizione orizzontale";
|
|
|
|
|
|
Label29.TextAlign = ContentAlignment.MiddleLeft;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label30
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label30.AutoSize = true;
|
|
|
|
|
|
Label30.ForeColor = Color.Black;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label30.Location = new Point(38, 468);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label30.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label30.Name = "Label30";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label30.Size = new Size(184, 30);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label30.TabIndex = 36;
|
|
|
|
|
|
Label30.Text = "Colore trasparente";
|
|
|
|
|
|
Label30.TextAlign = ContentAlignment.MiddleLeft;
|
|
|
|
|
|
Label30.Visible = false;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// PictureBox3
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
PictureBox3.BorderStyle = BorderStyle.FixedSingle;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
PictureBox3.Location = new Point(432, 442);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
PictureBox3.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
PictureBox3.Name = "PictureBox3";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
PictureBox3.Size = new Size(45, 53);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
PictureBox3.TabIndex = 44;
|
|
|
|
|
|
PictureBox3.TabStop = false;
|
|
|
|
|
|
PictureBox3.Visible = false;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// _Label27
|
|
|
|
|
|
//
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_Label27.Location = new Point(1182, 873);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
_Label27.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Label27.Name = "_Label27";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_Label27.Size = new Size(281, 47);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Label27.TabIndex = 62;
|
|
|
|
|
|
_Label27.Text = "Versione 2.2 2021";
|
|
|
|
|
|
_Label27.TextAlign = ContentAlignment.MiddleRight;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// _Button7
|
|
|
|
|
|
//
|
2025-07-29 10:34:23 +02:00
|
|
|
|
_Button7.DataBindings.Add(new Binding("Enabled", bindingSource1, "UiDisabled", true, DataSourceUpdateMode.OnPropertyChanged));
|
2025-07-29 11:07:49 +02:00
|
|
|
|
_Button7.DataBindings.Add(new Binding("Command", bindingSource1, "AsyncCancelOperationCommand", true));
|
|
|
|
|
|
_Button7.Font = new Font("Microsoft Sans Serif", 14.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_Button7.Location = new Point(1078, 278);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
_Button7.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button7.Name = "_Button7";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_Button7.Size = new Size(384, 93);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button7.TabIndex = 61;
|
2025-07-29 11:07:49 +02:00
|
|
|
|
_Button7.Text = "STOP";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// _Button5
|
|
|
|
|
|
//
|
2024-10-14 23:48:21 +02:00
|
|
|
|
_Button5.DataBindings.Add(new Binding("Enabled", bindingSource1, "UiEnabled", true));
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button5.Font = new Font("Microsoft Sans Serif", 11F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_Button5.Location = new Point(1078, 95);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
_Button5.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button5.Name = "_Button5";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_Button5.Size = new Size(384, 73);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button5.TabIndex = 60;
|
|
|
|
|
|
_Button5.Text = "Salva impostazioni";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label20
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label20.AutoSize = true;
|
|
|
|
|
|
Label20.Font = new Font("Microsoft Sans Serif", 9.75F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label20.Location = new Point(1078, 678);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label20.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label20.Name = "Label20";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label20.Size = new Size(175, 29);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label20.TabIndex = 59;
|
|
|
|
|
|
Label20.Text = "foto generate:";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label19
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label19.AutoSize = true;
|
|
|
|
|
|
Label19.Font = new Font("Microsoft Sans Serif", 9.75F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label19.Location = new Point(1078, 635);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label19.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label19.Name = "Label19";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label19.Size = new Size(135, 29);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label19.TabIndex = 58;
|
|
|
|
|
|
Label19.Text = "foto totali: ";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label18
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label18.AutoSize = true;
|
|
|
|
|
|
Label18.Font = new Font("Microsoft Sans Serif", 12F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label18.Location = new Point(1286, 678);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label18.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label18.Name = "Label18";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label18.Size = new Size(31, 32);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label18.TabIndex = 57;
|
|
|
|
|
|
Label18.Text = "0";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// lblFotoTotaliNum
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
lblFotoTotaliNum.AutoSize = true;
|
|
|
|
|
|
lblFotoTotaliNum.Font = new Font("Microsoft Sans Serif", 12F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
lblFotoTotaliNum.Location = new Point(1286, 635);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
lblFotoTotaliNum.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
lblFotoTotaliNum.Name = "lblFotoTotaliNum";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
lblFotoTotaliNum.Size = new Size(31, 32);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
lblFotoTotaliNum.TabIndex = 56;
|
|
|
|
|
|
lblFotoTotaliNum.Text = "0";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// Label10
|
|
|
|
|
|
//
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label10.Font = new Font("Microsoft Sans Serif", 14.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label10.Location = new Point(1078, 377);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Label10.Margin = new Padding(6, 0, 6, 0);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label10.Name = "Label10";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
Label10.Size = new Size(384, 167);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Label10.TabIndex = 55;
|
|
|
|
|
|
Label10.Text = "file";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// _Button6
|
|
|
|
|
|
//
|
2024-10-14 23:48:21 +02:00
|
|
|
|
_Button6.DataBindings.Add(new Binding("Enabled", bindingSource1, "UiEnabled", true));
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button6.Font = new Font("Microsoft Sans Serif", 11F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_Button6.Location = new Point(1078, 22);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
_Button6.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button6.Name = "_Button6";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_Button6.Size = new Size(384, 73);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_Button6.TabIndex = 54;
|
|
|
|
|
|
_Button6.Text = "Carica impostazioni";
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
|
|
|
|
|
// _btnCreaCatalogoAsync
|
|
|
|
|
|
//
|
2024-10-14 23:48:21 +02:00
|
|
|
|
_btnCreaCatalogoAsync.DataBindings.Add(new Binding("Enabled", bindingSource1, "UiEnabled", true));
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_btnCreaCatalogoAsync.Font = new Font("Microsoft Sans Serif", 8.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_btnCreaCatalogoAsync.Location = new Point(1078, 175);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
_btnCreaCatalogoAsync.Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_btnCreaCatalogoAsync.Name = "_btnCreaCatalogoAsync";
|
2026-02-14 19:20:25 +01:00
|
|
|
|
_btnCreaCatalogoAsync.Size = new Size(384, 87);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
_btnCreaCatalogoAsync.TabIndex = 68;
|
|
|
|
|
|
_btnCreaCatalogoAsync.Text = "CREA";
|
|
|
|
|
|
_btnCreaCatalogoAsync.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// dataModelBindingSource1
|
|
|
|
|
|
//
|
|
|
|
|
|
dataModelBindingSource1.DataSource = typeof(ImageCatalog_2.DataModel);
|
2021-03-04 10:44:09 +01:00
|
|
|
|
//
|
2026-02-14 19:20:25 +01:00
|
|
|
|
// btnOpenSourceFolder
|
|
|
|
|
|
//
|
|
|
|
|
|
btnOpenSourceFolder.Location = new Point(939, 38);
|
|
|
|
|
|
btnOpenSourceFolder.Margin = new Padding(6, 8, 6, 8);
|
|
|
|
|
|
btnOpenSourceFolder.Name = "btnOpenSourceFolder";
|
|
|
|
|
|
btnOpenSourceFolder.Size = new Size(48, 35);
|
|
|
|
|
|
btnOpenSourceFolder.TabIndex = 26;
|
|
|
|
|
|
btnOpenSourceFolder.Text = "Apri";
|
|
|
|
|
|
//
|
|
|
|
|
|
// btnOpenDestFolder
|
|
|
|
|
|
//
|
|
|
|
|
|
btnOpenDestFolder.Location = new Point(939, 97);
|
|
|
|
|
|
btnOpenDestFolder.Margin = new Padding(6, 8, 6, 8);
|
|
|
|
|
|
btnOpenDestFolder.Name = "btnOpenDestFolder";
|
|
|
|
|
|
btnOpenDestFolder.Size = new Size(48, 35);
|
|
|
|
|
|
btnOpenDestFolder.TabIndex = 27;
|
|
|
|
|
|
btnOpenDestFolder.Text = "Apri";
|
|
|
|
|
|
//
|
2021-03-04 10:44:09 +01:00
|
|
|
|
// MainForm
|
|
|
|
|
|
//
|
2026-02-14 19:20:25 +01:00
|
|
|
|
AutoScaleDimensions = new SizeF(12F, 30F);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
ClientSize = new Size(1478, 925);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Controls.Add(_btnCreaCatalogoAsync);
|
|
|
|
|
|
Controls.Add(ProgressBar1);
|
|
|
|
|
|
Controls.Add(CheckBox22);
|
|
|
|
|
|
Controls.Add(Label43);
|
|
|
|
|
|
Controls.Add(TabControl1);
|
|
|
|
|
|
Controls.Add(_Label27);
|
|
|
|
|
|
Controls.Add(_Button7);
|
|
|
|
|
|
Controls.Add(_Button5);
|
|
|
|
|
|
Controls.Add(Label20);
|
|
|
|
|
|
Controls.Add(Label19);
|
|
|
|
|
|
Controls.Add(Label18);
|
|
|
|
|
|
Controls.Add(lblFotoTotaliNum);
|
|
|
|
|
|
Controls.Add(Label10);
|
|
|
|
|
|
Controls.Add(_Button6);
|
2025-07-29 10:34:23 +02:00
|
|
|
|
Margin = new Padding(6, 8, 6, 8);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
MaximizeBox = false;
|
|
|
|
|
|
Name = "MainForm";
|
|
|
|
|
|
Text = "Image Catalog";
|
|
|
|
|
|
Load += Form1_Load;
|
2024-10-14 23:25:35 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)bindingSource1).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataModelBindingSource).EndInit();
|
2025-07-29 11:07:49 +02:00
|
|
|
|
TabControl1.ResumeLayout(false);
|
|
|
|
|
|
TabPage5.ResumeLayout(false);
|
2024-10-14 22:55:52 +02:00
|
|
|
|
GroupBox11.ResumeLayout(false);
|
|
|
|
|
|
GroupBox11.PerformLayout();
|
2025-09-19 09:53:31 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)numericUpDown2).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)numericUpDown1).EndInit();
|
2024-10-14 22:55:52 +02:00
|
|
|
|
Panel3.ResumeLayout(false);
|
|
|
|
|
|
Panel3.PerformLayout();
|
|
|
|
|
|
GroupBox3.ResumeLayout(false);
|
|
|
|
|
|
GroupBox3.PerformLayout();
|
|
|
|
|
|
GroupBox8.ResumeLayout(false);
|
|
|
|
|
|
GroupBox8.PerformLayout();
|
|
|
|
|
|
GroupBox7.ResumeLayout(false);
|
|
|
|
|
|
GroupBox7.PerformLayout();
|
|
|
|
|
|
TabPage3.ResumeLayout(false);
|
|
|
|
|
|
GroupBox10.ResumeLayout(false);
|
|
|
|
|
|
GroupBox10.PerformLayout();
|
|
|
|
|
|
GroupBox9.ResumeLayout(false);
|
|
|
|
|
|
GroupBox9.PerformLayout();
|
|
|
|
|
|
GroupBox5.ResumeLayout(false);
|
|
|
|
|
|
GroupBox5.PerformLayout();
|
|
|
|
|
|
GroupBox4.ResumeLayout(false);
|
|
|
|
|
|
GroupBox4.PerformLayout();
|
|
|
|
|
|
TabPage2.ResumeLayout(false);
|
|
|
|
|
|
GroupBox2.ResumeLayout(false);
|
|
|
|
|
|
GroupBox2.PerformLayout();
|
|
|
|
|
|
TabPage1.ResumeLayout(false);
|
|
|
|
|
|
Panel1.ResumeLayout(false);
|
|
|
|
|
|
Panel1.PerformLayout();
|
|
|
|
|
|
GroupBox1.ResumeLayout(false);
|
|
|
|
|
|
GroupBox1.PerformLayout();
|
|
|
|
|
|
Panel2.ResumeLayout(false);
|
|
|
|
|
|
Panel2.PerformLayout();
|
|
|
|
|
|
TabPage4.ResumeLayout(false);
|
|
|
|
|
|
GroupBox6.ResumeLayout(false);
|
|
|
|
|
|
GroupBox6.PerformLayout();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)PictureBox2).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)_PictureBox1).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)PictureBox3).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataModelBindingSource1).EndInit();
|
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
|
PerformLayout();
|
2021-03-04 10:44:09 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal ProgressBar ProgressBar1;
|
|
|
|
|
|
internal CheckBox CheckBox22;
|
|
|
|
|
|
internal Label Label43;
|
|
|
|
|
|
internal TabControl TabControl1;
|
|
|
|
|
|
internal TabPage TabPage5;
|
|
|
|
|
|
internal GroupBox GroupBox3;
|
|
|
|
|
|
internal CheckBox chkAggiornaSottodirectory;
|
|
|
|
|
|
private Button _Button3;
|
|
|
|
|
|
|
|
|
|
|
|
internal Button Button3
|
|
|
|
|
|
{
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return _Button3;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
_Button3 = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private Button _Button2;
|
|
|
|
|
|
|
|
|
|
|
|
internal Button Button2
|
|
|
|
|
|
{
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return _Button2;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
_Button2 = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal Label Label1;
|
|
|
|
|
|
internal Label Label2;
|
|
|
|
|
|
internal TextBox txtSorgente;
|
|
|
|
|
|
internal TextBox txtDestinazione;
|
|
|
|
|
|
internal GroupBox GroupBox8;
|
|
|
|
|
|
internal RadioButton rdbNumFiles;
|
|
|
|
|
|
internal RadioButton rdbNumProgressiva;
|
|
|
|
|
|
internal TextBox txtCifreContatore;
|
|
|
|
|
|
internal Label Label34;
|
|
|
|
|
|
internal TextBox txtSuffissoCartelle;
|
|
|
|
|
|
internal Label Label33;
|
|
|
|
|
|
internal Label Label31;
|
|
|
|
|
|
internal CheckBox chkCreaSottocartelle;
|
|
|
|
|
|
internal TextBox txtFilePerCartella;
|
|
|
|
|
|
internal Label Label32;
|
|
|
|
|
|
internal GroupBox GroupBox7;
|
|
|
|
|
|
internal CheckBox chkRotazioneAutomatica;
|
|
|
|
|
|
internal CheckBox chkForzaJpg;
|
|
|
|
|
|
internal TabPage TabPage3;
|
|
|
|
|
|
internal GroupBox GroupBox10;
|
|
|
|
|
|
internal Label Label42;
|
|
|
|
|
|
internal Label Label41;
|
|
|
|
|
|
internal TextBox TextBox31;
|
|
|
|
|
|
internal TextBox TextBox30;
|
|
|
|
|
|
internal GroupBox GroupBox9;
|
|
|
|
|
|
internal CheckBox CheckBox17;
|
|
|
|
|
|
internal CheckBox CheckBox16;
|
|
|
|
|
|
internal GroupBox GroupBox5;
|
|
|
|
|
|
internal TextBox TextBox34;
|
|
|
|
|
|
private Button _Button8;
|
|
|
|
|
|
|
|
|
|
|
|
internal Button Button8
|
|
|
|
|
|
{
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return _Button8;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
_Button8 = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal Label Label36;
|
|
|
|
|
|
internal TextBox TextBox25;
|
|
|
|
|
|
internal Label Label35;
|
|
|
|
|
|
internal ComboBox ComboBox3;
|
|
|
|
|
|
internal TextBox TextBox11;
|
|
|
|
|
|
internal Label Label12;
|
|
|
|
|
|
internal Label Label11;
|
|
|
|
|
|
internal CheckBox CheckBox3;
|
|
|
|
|
|
internal GroupBox GroupBox4;
|
|
|
|
|
|
internal Label Label40;
|
|
|
|
|
|
internal TextBox TextBox29;
|
|
|
|
|
|
internal TextBox TextBox18;
|
|
|
|
|
|
internal Label Label26;
|
|
|
|
|
|
internal DateTimePicker DateTimePicker1;
|
|
|
|
|
|
internal CheckBox CheckBox8;
|
|
|
|
|
|
internal TextBox TextBox9;
|
|
|
|
|
|
internal CheckBox CheckBox7;
|
|
|
|
|
|
internal Label Label4;
|
|
|
|
|
|
internal TextBox TextBox4;
|
|
|
|
|
|
internal Label Label9;
|
|
|
|
|
|
internal Label Label13;
|
|
|
|
|
|
internal ComboBox ComboBox1;
|
|
|
|
|
|
internal ComboBox ComboBox2;
|
|
|
|
|
|
internal Label Label14;
|
|
|
|
|
|
internal TextBox TextBox12;
|
|
|
|
|
|
internal Label Label15;
|
|
|
|
|
|
internal TabPage TabPage2;
|
|
|
|
|
|
internal GroupBox GroupBox2;
|
|
|
|
|
|
internal Label Label45;
|
|
|
|
|
|
internal TextBox TextBox32;
|
|
|
|
|
|
internal TextBox TextBox26;
|
|
|
|
|
|
internal Label Label37;
|
|
|
|
|
|
internal Label Label38;
|
|
|
|
|
|
internal TextBox TextBox27;
|
|
|
|
|
|
internal Label Label39;
|
|
|
|
|
|
internal TextBox TextBox28;
|
|
|
|
|
|
internal CheckBox CheckBox15;
|
|
|
|
|
|
internal TabPage TabPage1;
|
|
|
|
|
|
internal Panel Panel1;
|
|
|
|
|
|
private CheckBox _CheckBox18;
|
|
|
|
|
|
|
|
|
|
|
|
internal CheckBox CheckBox18
|
|
|
|
|
|
{
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return _CheckBox18;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
_CheckBox18 = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private CheckBox _CheckBox4;
|
|
|
|
|
|
|
|
|
|
|
|
internal CheckBox CheckBox4
|
|
|
|
|
|
{
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return _CheckBox4;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
_CheckBox4 = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private CheckBox _CheckBox12;
|
|
|
|
|
|
|
|
|
|
|
|
internal CheckBox CheckBox12
|
|
|
|
|
|
{
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return _CheckBox12;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
_CheckBox12 = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal GroupBox GroupBox1;
|
|
|
|
|
|
internal Label Label46;
|
|
|
|
|
|
internal TextBox TextBox33;
|
|
|
|
|
|
internal Panel Panel2;
|
|
|
|
|
|
internal RadioButton RadioButton3;
|
|
|
|
|
|
internal RadioButton RadioButton7;
|
|
|
|
|
|
internal RadioButton RadioButton4;
|
|
|
|
|
|
internal RadioButton RadioButton6;
|
|
|
|
|
|
internal RadioButton RadioButton5;
|
|
|
|
|
|
internal Label Label5;
|
|
|
|
|
|
internal TextBox TextBox5;
|
|
|
|
|
|
internal Label Label6;
|
|
|
|
|
|
internal TextBox TextBox6;
|
|
|
|
|
|
internal Label Label3;
|
|
|
|
|
|
internal TextBox TextBox3;
|
|
|
|
|
|
internal CheckBox CheckBox1;
|
|
|
|
|
|
internal TabPage TabPage4;
|
|
|
|
|
|
internal GroupBox GroupBox6;
|
|
|
|
|
|
internal PictureBox PictureBox2;
|
|
|
|
|
|
private PictureBox _PictureBox1;
|
|
|
|
|
|
|
|
|
|
|
|
internal PictureBox PictureBox1
|
|
|
|
|
|
{
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return _PictureBox1;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
_PictureBox1 = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal ComboBox ComboBox5;
|
|
|
|
|
|
internal ComboBox ComboBox4;
|
|
|
|
|
|
internal TextBox TextBox19;
|
|
|
|
|
|
internal Label Label28;
|
|
|
|
|
|
internal CheckBox CheckBox5;
|
|
|
|
|
|
internal TextBox TextBox15;
|
|
|
|
|
|
internal TextBox TextBox14;
|
|
|
|
|
|
internal Label Label25;
|
|
|
|
|
|
internal TextBox TextBox16;
|
|
|
|
|
|
internal Label Label24;
|
|
|
|
|
|
internal Label Label22;
|
|
|
|
|
|
internal Label Label23;
|
|
|
|
|
|
private Button _Button4;
|
|
|
|
|
|
|
|
|
|
|
|
internal Button Button4
|
|
|
|
|
|
{
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return _Button4;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
_Button4 = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal TextBox TextBox10;
|
|
|
|
|
|
internal Label Label29;
|
|
|
|
|
|
internal Label Label30;
|
|
|
|
|
|
internal PictureBox PictureBox3;
|
|
|
|
|
|
private Label _Label27;
|
|
|
|
|
|
|
|
|
|
|
|
internal Label Label27
|
|
|
|
|
|
{
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return _Label27;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
_Label27 = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-07-29 11:07:49 +02:00
|
|
|
|
private Button _Button7;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
|
|
|
|
|
|
private Button _Button5;
|
|
|
|
|
|
|
|
|
|
|
|
internal Button Button5
|
|
|
|
|
|
{
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return _Button5;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
_Button5 = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal Label Label20;
|
|
|
|
|
|
internal Label Label19;
|
|
|
|
|
|
internal Label Label18;
|
|
|
|
|
|
internal Label lblFotoTotaliNum;
|
|
|
|
|
|
internal Label Label10;
|
|
|
|
|
|
|
|
|
|
|
|
//internal Button btnCreaCatalogo
|
|
|
|
|
|
//{
|
|
|
|
|
|
// [MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
// get
|
|
|
|
|
|
// {
|
|
|
|
|
|
// return _btnCreaCatalogo;
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
// [MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
// set
|
|
|
|
|
|
// {
|
|
|
|
|
|
// if (_btnCreaCatalogo != null)
|
|
|
|
|
|
// {
|
|
|
|
|
|
// _btnCreaCatalogo.Click -= btnCreaCatalogo_Click;
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
// _btnCreaCatalogo = value;
|
|
|
|
|
|
// if (_btnCreaCatalogo != null)
|
|
|
|
|
|
// {
|
|
|
|
|
|
// _btnCreaCatalogo.Click += btnCreaCatalogo_Click;
|
|
|
|
|
|
// }
|
|
|
|
|
|
// }
|
|
|
|
|
|
//}
|
|
|
|
|
|
|
|
|
|
|
|
private Button _Button6;
|
|
|
|
|
|
|
|
|
|
|
|
internal Button Button6
|
|
|
|
|
|
{
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return _Button6;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
_Button6 = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal GroupBox GroupBox11;
|
|
|
|
|
|
internal Label Label7;
|
|
|
|
|
|
internal Label Label8;
|
|
|
|
|
|
internal Panel Panel3;
|
|
|
|
|
|
internal RadioButton rdbNuovoMetodo;
|
|
|
|
|
|
internal RadioButton rdbVecchioMetodo;
|
|
|
|
|
|
internal CheckBox chkSovrascriviFile;
|
|
|
|
|
|
private Button _btnCreaCatalogoAsync;
|
2024-10-14 19:54:29 +02:00
|
|
|
|
private System.Windows.Forms.Timer timer1;
|
2024-10-14 22:55:52 +02:00
|
|
|
|
private BindingSource dataModelBindingSource;
|
|
|
|
|
|
private BindingSource dataModelBindingSource1;
|
|
|
|
|
|
private BindingSource bindingSource1;
|
2024-10-14 23:25:35 +02:00
|
|
|
|
private Button btnTest;
|
|
|
|
|
|
private Button button1;
|
2025-09-19 09:53:31 +02:00
|
|
|
|
private NumericUpDown numericUpDown1;
|
|
|
|
|
|
private NumericUpDown numericUpDown2;
|
2026-02-14 19:20:25 +01:00
|
|
|
|
private Button btnOpenDestFolder;
|
|
|
|
|
|
private Button btnOpenSourceFolder;
|
2021-03-04 10:44:09 +01:00
|
|
|
|
|
|
|
|
|
|
internal Button btnCreaCatalogoAsync
|
|
|
|
|
|
{
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return _btnCreaCatalogoAsync;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)]
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
_btnCreaCatalogoAsync = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|