Changeset 84 for trunk/Forms/UFormImportSource.lfm
- Timestamp:
- Aug 8, 2016, 10:33:43 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportSource.lfm
r69 r84 3 3 Height = 444 4 4 Top = 315 5 Width = 6 045 Width = 630 6 6 Caption = 'Import source' 7 7 ClientHeight = 444 8 ClientWidth = 6 048 ClientWidth = 630 9 9 OnShow = FormShow 10 10 Position = poScreenCenter … … 14 14 Height = 28 15 15 Top = 10 16 Width = 4 5516 Width = 481 17 17 Anchors = [akTop, akLeft, akRight] 18 18 TabOrder = 0 … … 35 35 end 36 36 object EditURL: TEdit 37 Left = 13 537 Left = 136 38 38 Height = 28 39 39 Top = 49 40 Width = 45540 Width = 360 41 41 Anchors = [akTop, akLeft, akRight] 42 42 TabOrder = 1 43 43 end 44 44 object ButtonOk: TButton 45 Left = 5 1545 Left = 541 46 46 Height = 25 47 47 Top = 406 … … 53 53 end 54 54 object ButtonCancel: TButton 55 Left = 4 1355 Left = 439 56 56 Height = 25 57 57 Top = 406 … … 74 74 Height = 28 75 75 Top = 91 76 Width = 3 3476 Width = 360 77 77 Anchors = [akTop, akLeft, akRight] 78 78 ItemHeight = 20 … … 81 81 end 82 82 object ButtonShowFormat: TButton 83 Left = 47783 Left = 503 84 84 Height = 25 85 85 Top = 91 … … 110 110 Height = 141 111 111 Top = 160 112 Width = 4 55112 Width = 481 113 113 Anchors = [akTop, akLeft, akRight] 114 114 ItemHeight = 0 … … 172 172 PasswordChar = '*' 173 173 TabOrder = 9 174 end 175 object ButtonOpenURL: TButton 176 Left = 503 177 Height = 25 178 Top = 52 179 Width = 112 180 Anchors = [akTop, akRight] 181 Caption = 'Open URL' 182 OnClick = ButtonOpenURLClick 183 TabOrder = 12 174 184 end 175 185 object ActionList1: TActionList
Note:
See TracChangeset
for help on using the changeset viewer.