Changeset 62 for trunk/Forms
- Timestamp:
- Dec 9, 2021, 10:53:52 PM (3 years ago)
- Location:
- trunk/Forms
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormGenerate.lfm
r23 r62 1 1 object FormGenerate: TFormGenerate 2 Left = 4 642 Left = 470 3 3 Height = 562 4 Top = 3 684 Top = 372 5 5 Width = 812 6 6 Caption = 'Generate contacts' … … 14 14 object Label1: TLabel 15 15 Left = 19 16 Height = 2 416 Height = 25 17 17 Top = 19 18 Width = 5 518 Width = 52 19 19 Caption = 'Count:' 20 20 ParentColor = False … … 23 23 object SpinEditCount: TSpinEdit 24 24 Left = 155 25 Height = 4225 Height = 33 26 26 Top = 18 27 27 Width = 152 -
trunk/Forms/UFormGenerate.pas
r31 r62 46 46 for I := 1 to SpinEditCount.Value do begin 47 47 Contact := Contacts.AddNew; 48 Contact.Fields[cfVersion] := '2.1'; 48 49 Contact.Fields[cfFirstName] := 'First ' + IntToStr(Random(10000)); 49 50 Contact.Fields[cfLastName] := 'Last ' + IntToStr(Random(10000)); -
trunk/Forms/UFormMain.lfm
r44 r62 41 41 Height = 33 42 42 Top = 5 43 Width = 1 3543 Width = 159 44 44 Align = alNone 45 45 AutoSize = True … … 72 72 end 73 73 object ToolButton4: TToolButton 74 Left = 1 75 Top = 3374 Left = 124 75 Top = 0 76 76 Action = Core.AFileClose 77 77 end … … 83 83 Height = 33 84 84 Top = 5 85 Width = 3585 Width = 71 86 86 Align = alNone 87 87 AutoSize = True … … 97 97 Transparent = True 98 98 object ToolButton5: TToolButton 99 Left = 1100 Top = 3399 Left = 36 100 Top = 0 101 101 Action = Core.ASettings 102 102 end … … 137 137 object MenuItem3: TMenuItem 138 138 Action = Core.AFileMerge 139 end 140 object MenuItem6: TMenuItem 141 Action = Core.AFileSplit 139 142 end 140 143 object MenuItem2: TMenuItem -
trunk/Forms/UFormMain.pas
r44 r62 20 20 MenuItem4: TMenuItem; 21 21 MenuItem5: TMenuItem; 22 MenuItem6: TMenuItem; 22 23 MenuItemToolbar: TMenuItem; 23 24 MenuItemView: TMenuItem; -
trunk/Forms/UFormProperties.lfm
r54 r62 14 14 object ListView1: TListView 15 15 Left = 0 16 Height = 8 1016 Height = 801 17 17 Top = 0 18 18 Width = 1210 … … 46 46 Left = 0 47 47 Height = 39 48 Top = 8 4248 Top = 833 49 49 Width = 1210 50 50 Align = alBottom … … 78 78 Left = 0 79 79 Height = 32 80 Top = 8 1080 Top = 801 81 81 Width = 1210 82 82 OnChange = ListViewFilter1Change … … 85 85 object StatusBar1: TStatusBar 86 86 Left = 0 87 Height = 2788 Top = 8 8187 Height = 36 88 Top = 872 89 89 Width = 1210 90 90 Panels = <
Note:
See TracChangeset
for help on using the changeset viewer.