Ignore:
Timestamp:
Feb 8, 2022, 5:13:22 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Added workaround for missing GTK2 first mouse click event in contact window.
  • Added: Button for changing contact birth day and anniversary.
  • Fixed: Use english texts in file and directory dialogs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContact.lfm

    r95 r100  
    1818    Top = 8
    1919    Width = 1009
    20     ActivePage = TabSheetWork
     20    ActivePage = TabSheetGeneral
    2121    Anchors = [akTop, akLeft, akRight, akBottom]
    2222    ParentFont = False
    23     TabIndex = 2
     23    TabIndex = 0
    2424    TabOrder = 0
    2525    object TabSheetGeneral: TTabSheet
     
    114114        Height = 43
    115115        Top = 442
    116         Width = 265
     116        Width = 216
    117117        ParentFont = False
    118118        TabOrder = 14
     
    229229        Height = 43
    230230        Top = 442
    231         Width = 265
     231        Width = 217
    232232        ParentFont = False
    233233        TabOrder = 15
     
    334334        ImageIndex = 16
    335335        OnClick = SpeedButtonEmailClick
     336        ShowHint = True
     337        ParentShowHint = False
     338      end
     339      object SpeedButtonBirthDay: TSpeedButton
     340        Left = 372
     341        Height = 43
     342        Hint = 'Select date'
     343        Top = 442
     344        Width = 43
     345        Images = Core.ImageList1
     346        ImageIndex = 17
     347        OnClick = SpeedButtonBirthDayClick
     348        ShowHint = True
     349        ParentShowHint = False
     350      end
     351      object SpeedButtonAniversary: TSpeedButton
     352        Left = 821
     353        Height = 43
     354        Hint = 'Select date'
     355        Top = 442
     356        Width = 43
     357        Images = Core.ImageList1
     358        ImageIndex = 17
     359        OnClick = SpeedButtonAniversaryClick
    336360        ShowHint = True
    337361        ParentShowHint = False
     
    436460        TabOrder = 6
    437461        object Label36: TLabel
    438           Left = 8
     462          Left = 10
    439463          Height = 27
    440464          Top = 19
     
    572596        Images = Core.ImageList1
    573597        ImageIndex = 15
    574         OnClick = peedButtonHomeWebClick
     598        OnClick = SpeedButtonHomeWebClick
    575599        ShowHint = True
    576600        ParentShowHint = False
     
    13651389  object PopupMenuPhoto: TPopupMenu
    13661390    Images = Core.ImageList1
    1367     Left = 483
    1368     Top = 508
     1391    Left = 872
     1392    Top = 592
    13691393    object MenuItem1: TMenuItem
    13701394      Action = APhotoLoad
     
    13781402  end
    13791403  object OpenPictureDialog1: TOpenPictureDialog
     1404    Title = 'Open existing file'
    13801405    Left = 175
    13811406    Top = 575
    13821407  end
    13831408  object SavePictureDialog1: TSavePictureDialog
     1409    Title = 'Save file as'
    13841410    Left = 176
    13851411    Top = 488
    13861412  end
     1413  object CalendarDialog1: TCalendarDialog
     1414    Title = 'Select date'
     1415    Date = 44600
     1416    OKCaption = '&OK'
     1417    CancelCaption = 'Cancel'
     1418    Left = 448
     1419    Top = 608
     1420  end
    13871421end
Note: See TracChangeset for help on using the changeset viewer.