Fixes to settings
This commit is contained in:
parent
d73389d791
commit
fc7175c2f7
6 changed files with 628 additions and 267 deletions
7
imagecatalog/MainForm.Designer.cs
generated
7
imagecatalog/MainForm.Designer.cs
generated
|
|
@ -947,6 +947,7 @@ namespace ImageCatalog
|
|||
//
|
||||
// TextBox18
|
||||
//
|
||||
TextBox18.DataBindings.Add(new Binding("Text", bindingSource1, "TimeLabel", true, DataSourceUpdateMode.OnPropertyChanged));
|
||||
TextBox18.Location = new Point(502, 384);
|
||||
TextBox18.Margin = new Padding(6, 8, 6, 8);
|
||||
TextBox18.Name = "TextBox18";
|
||||
|
|
@ -966,6 +967,7 @@ namespace ImageCatalog
|
|||
//
|
||||
// DateTimePicker1
|
||||
//
|
||||
DateTimePicker1.DataBindings.Add(new Binding("Value", bindingSource1, "RaceStartDate", true, DataSourceUpdateMode.OnPropertyChanged));
|
||||
DateTimePicker1.Format = DateTimePickerFormat.Time;
|
||||
DateTimePicker1.Location = new Point(850, 384);
|
||||
DateTimePicker1.Margin = new Padding(6, 8, 6, 8);
|
||||
|
|
@ -1154,12 +1156,12 @@ namespace ImageCatalog
|
|||
//
|
||||
// TextBox26
|
||||
//
|
||||
TextBox26.DataBindings.Add(new Binding("Text", bindingSource1, "BigPhotoSuffix", true, DataSourceUpdateMode.OnPropertyChanged));
|
||||
TextBox26.Location = new Point(486, 118);
|
||||
TextBox26.Margin = new Padding(6, 8, 6, 8);
|
||||
TextBox26.Name = "TextBox26";
|
||||
TextBox26.Size = new Size(116, 39);
|
||||
TextBox26.TabIndex = 20;
|
||||
TextBox26.Text = "TextBox26";
|
||||
//
|
||||
// Label37
|
||||
//
|
||||
|
|
@ -1339,6 +1341,7 @@ namespace ImageCatalog
|
|||
//
|
||||
// RadioButton3
|
||||
//
|
||||
RadioButton3.DataBindings.Add(new Binding("Checked", bindingSource1, "AddTextToThumbnails", true, DataSourceUpdateMode.OnPropertyChanged));
|
||||
RadioButton3.AutoSize = true;
|
||||
RadioButton3.Location = new Point(32, 40);
|
||||
RadioButton3.Margin = new Padding(6, 8, 6, 8);
|
||||
|
|
@ -1351,6 +1354,7 @@ namespace ImageCatalog
|
|||
//
|
||||
// RadioButton7
|
||||
//
|
||||
RadioButton7.DataBindings.Add(new Binding("Checked", bindingSource1, "AddNumberAndTimeToThumbnails", true, DataSourceUpdateMode.OnPropertyChanged));
|
||||
RadioButton7.AutoSize = true;
|
||||
RadioButton7.Location = new Point(280, 99);
|
||||
RadioButton7.Margin = new Padding(6, 8, 6, 8);
|
||||
|
|
@ -1387,6 +1391,7 @@ namespace ImageCatalog
|
|||
//
|
||||
// RadioButton5
|
||||
//
|
||||
RadioButton5.DataBindings.Add(new Binding("Checked", bindingSource1, "AddRaceTimeToThumbnails", true, DataSourceUpdateMode.OnPropertyChanged));
|
||||
RadioButton5.AutoSize = true;
|
||||
RadioButton5.Location = new Point(32, 160);
|
||||
RadioButton5.Margin = new Padding(6, 8, 6, 8);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue