~chronoscz/vcard-studio/trunk

« back to all changes in this revision

Viewing changes to Forms/FormSettings.lfm

  • Committer: chronos
  • Date: 2023-06-06 15:05:18 UTC
  • Revision ID: svn-v4:b2f690cb-8b89-471c-b043-dbd4632e1e77:trunk:152
* Added: VCardProcessor class for processing contacts available from VCard package.
* Added: Normalize menu action for normalization of contact property values.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
object FormSettings: TFormSettings
2
2
  Left = 798
3
 
  Height = 521
 
3
  Height = 613
4
4
  Top = 204
5
5
  Width = 857
6
6
  Caption = 'Settings'
7
 
  ClientHeight = 521
 
7
  ClientHeight = 613
8
8
  ClientWidth = 857
9
9
  Constraints.MinHeight = 404
10
10
  Constraints.MinWidth = 526
17
17
  object ButtonOk: TButton
18
18
    Left = 731
19
19
    Height = 37
20
 
    Top = 468
 
20
    Top = 560
21
21
    Width = 113
22
22
    Anchors = [akRight, akBottom]
23
23
    Caption = 'Ok'
29
29
  object ButtonCancel: TButton
30
30
    Left = 587
31
31
    Height = 37
32
 
    Top = 468
 
32
    Top = 560
33
33
    Width = 113
34
34
    Anchors = [akRight, akBottom]
35
35
    Caption = 'Cancel'
39
39
  end
40
40
  object ScrollBox1: TScrollBox
41
41
    Left = 8
42
 
    Height = 448
 
42
    Height = 540
43
43
    Top = 8
44
44
    Width = 845
45
45
    HorzScrollBar.Page = 504
46
 
    VertScrollBar.Page = 427
 
46
    VertScrollBar.Page = 475
47
47
    Anchors = [akTop, akLeft, akRight, akBottom]
48
 
    ClientHeight = 446
 
48
    ClientHeight = 538
49
49
    ClientWidth = 843
50
50
    TabOrder = 2
51
51
    object Label1: TLabel
194
194
      ParentColor = False
195
195
    end
196
196
    object EditDefaultPhoneCountryPrefix: TEdit
197
 
      Left = 296
 
197
      Left = 312
198
198
      Height = 43
199
199
      Top = 384
200
200
      Width = 144
201
201
      TabOrder = 9
202
202
    end
 
203
    object Label7: TLabel
 
204
      Left = 23
 
205
      Height = 26
 
206
      Top = 440
 
207
      Width = 267
 
208
      Caption = 'Default international call prefix:'
 
209
      ParentColor = False
 
210
    end
 
211
    object EditDefaultInternationalCallPrefix: TEdit
 
212
      Left = 312
 
213
      Height = 43
 
214
      Top = 432
 
215
      Width = 144
 
216
      TabOrder = 10
 
217
    end
203
218
  end
204
219
  object OpenDialog1: TOpenDialog
205
220
    Left = 506