Updated libraries and made horizontal text property

This commit is contained in:
Marco 2025-07-28 09:49:55 +02:00
commit 65aeabdfee
6 changed files with 30 additions and 17 deletions

View file

@ -466,7 +466,7 @@ namespace ImageCatalog
txtSorgente.Name = "txtSorgente";
txtSorgente.Size = new Size(500, 27);
txtSorgente.TabIndex = 0;
txtSorgente.Text = "TextBox1";
txtSorgente.Text = "";
//
// txtDestinazione
//
@ -991,12 +991,13 @@ namespace ImageCatalog
//
// TextBox4
//
TextBox4.DataBindings.Add(new Binding("Text", bindingSource1, "HorizontalText", true, DataSourceUpdateMode.OnPropertyChanged));
TextBox4.Location = new Point(96, 37);
TextBox4.Margin = new Padding(4, 5, 4, 5);
TextBox4.Name = "TextBox4";
TextBox4.Size = new Size(543, 27);
TextBox4.TabIndex = 8;
TextBox4.Text = "TextBox4";
TextBox4.Text = "";
//
// Label9
//