Changeset 84
- Timestamp:
- Aug 8, 2016, 10:33:43 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 5 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 -
trunk/Forms/UFormImportSource.lrt
r46 r84 10 10 TFORMIMPORTSOURCE.LABEL5.CAPTION=User name: 11 11 TFORMIMPORTSOURCE.LABEL6.CAPTION=Password: 12 TFORMIMPORTSOURCE.BUTTONOPENURL.CAPTION=Open URL 12 13 TFORMIMPORTSOURCE.ACATEGORYREMOVE.CAPTION=Remove 13 14 TFORMIMPORTSOURCE.ACATEGORYADD.CAPTION=Add -
trunk/Forms/UFormImportSource.pas
r46 r84 7 7 uses 8 8 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 9 ActnList, Menus, ExtCtrls, MaskEdit, UAcronym ;9 ActnList, Menus, ExtCtrls, MaskEdit, UAcronym, LCLIntf; 10 10 11 11 type … … 23 23 ButtonOk: TButton; 24 24 ButtonCancel: TButton; 25 ButtonOpenURL: TButton; 25 26 CheckBoxEnabled: TCheckBox; 26 27 ComboBox1: TComboBox; … … 41 42 procedure ACategoryAddExecute(Sender: TObject); 42 43 procedure ACategoryRemoveExecute(Sender: TObject); 44 procedure ButtonOpenURLClick(Sender: TObject); 43 45 procedure ButtonShowFormatClick(Sender: TObject); 44 46 procedure FormShow(Sender: TObject); … … 117 119 end; 118 120 121 procedure TFormImportSource.ButtonOpenURLClick(Sender: TObject); 122 begin 123 OpenURL(EditURL.Text); 124 end; 125 119 126 procedure TFormImportSource.Load(ImportSource: TImportSource); 120 127 var -
trunk/Languages/AcronymDecoder.cs.po
r81 r84 362 362 msgstr "Ok" 363 363 364 #: tformimportsource.buttonopenurl.caption 365 msgid "Open URL" 366 msgstr "Otevřít URL" 367 364 368 #: tformimportsource.buttonshowformat.caption 365 369 msgid "Configure" … … 832 836 msgid "Process import sources" 833 837 msgstr "Zpracovat zdroje importu" 834 -
trunk/Languages/AcronymDecoder.po
r76 r84 352 352 msgstr "" 353 353 354 #: tformimportsource.buttonopenurl.caption 355 msgid "Open URL" 356 msgstr "" 357 354 358 #: tformimportsource.buttonshowformat.caption 355 359 msgid "Configure"
Note:
See TracChangeset
for help on using the changeset viewer.