Cleaned up old code

This commit is contained in:
Marco 2025-07-28 10:34:03 +02:00
commit a21522a916
15 changed files with 17 additions and 7332 deletions

View file

@ -914,6 +914,7 @@ namespace ImageCatalog
//
// TextBox29
//
TextBox29.DataBindings.Add(new Binding("Text", bindingSource1, "VerticalText", true, DataSourceUpdateMode.OnPropertyChanged));
TextBox29.Location = new Point(96, 75);
TextBox29.Margin = new Padding(4, 5, 4, 5);
TextBox29.Multiline = true;