Updated libraries and made horizontal text property
This commit is contained in:
parent
af987f840d
commit
65aeabdfee
6 changed files with 30 additions and 17 deletions
5
imagecatalog/MainForm.Designer.cs
generated
5
imagecatalog/MainForm.Designer.cs
generated
|
|
@ -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
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue