Changeset 161 for trunk/Forms
- Timestamp:
- Jun 13, 2023, 9:06:33 AM (17 months ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormExport.pas
r158 r161 169 169 try 170 170 CurrentContext := Core.Core.ApplicationInfo1.GetRegistryContext; 171 EditOutputFile.Text := ReadStringWithDefault('LastExportFileName', ' ');171 EditOutputFile.Text := ReadStringWithDefault('LastExportFileName', 'Export.txt'); 172 172 TableFormat := TTableFormat(ReadIntegerWithDefault('TableFormat', Integer(tfCsv))); 173 173 ComboBoxOutputFormat.ItemIndex := ComboBoxOutputFormat.Items.IndexOfObject(TObject(TableFormat)); -
trunk/Forms/FormSettings.lfm
r158 r161 43 43 Top = 8 44 44 Width = 845 45 HorzScrollBar.Page = 5 0446 VertScrollBar.Page = 4 6745 HorzScrollBar.Page = 520 46 VertScrollBar.Page = 491 47 47 Anchors = [akTop, akLeft, akRight, akBottom] 48 48 ClientHeight = 538 … … 71 71 Left = 24 72 72 Height = 30 73 Top = 39273 Top = 416 74 74 Width = 148 75 75 Caption = 'Automatic DPI' … … 82 82 Left = 241 83 83 Height = 43 84 Top = 4 2484 Top = 448 85 85 Width = 145 86 86 MaxValue = 300 … … 94 94 Left = 56 95 95 Height = 26 96 Top = 4 3296 Top = 456 97 97 Width = 35 98 98 Caption = 'DPI:' … … 104 104 Left = 24 105 105 Height = 30 106 Top = 3 52106 Top = 368 107 107 Width = 226 108 108 Caption = 'Reopen last file on start' … … 179 179 Left = 715 180 180 Height = 38 181 Top = 2 06181 Top = 210 182 182 Width = 113 183 183 Anchors = [akTop, akRight] … … 195 195 end 196 196 object EditDefaultPhoneCountryPrefix: TEdit 197 Left = 3 28198 Height = 43 199 Top = 26 4197 Left = 376 198 Height = 43 199 Top = 260 200 200 Width = 144 201 201 TabOrder = 9 … … 210 210 end 211 211 object EditDefaultInternationalCallPrefix: TEdit 212 Left = 3 28213 Height = 43 214 Top = 3 12212 Left = 376 213 Height = 43 214 Top = 308 215 215 Width = 144 216 216 TabOrder = 10
Note:
See TracChangeset
for help on using the changeset viewer.