Ignore:
Timestamp:
Jan 31, 2018, 11:38:07 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Use correct translation files. Translate contact edit form.
  • Fixed: Build deb file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContact.lfm

    r3 r7  
    77  ClientHeight = 490
    88  ClientWidth = 762
    9   DesignTimePPI = 120
    10   LCLVersion = '1.8.0.6'
     9  OnClose = FormClose
     10  OnCreate = FormCreate
     11  OnShow = FormShow
     12  LCLVersion = '1.8.0.4'
    1113  object PageControlContact: TPageControl
    1214    Left = 8
     
    2022    object TabSheetGeneral: TTabSheet
    2123      Caption = 'General'
    22       ClientHeight = 391
    23       ClientWidth = 736
     24      ClientHeight = 380
     25      ClientWidth = 738
    2426      object Label1: TLabel
    2527        Left = 13
    26         Height = 20
     28        Height = 26
    2729        Top = 13
    28         Width = 43
     30        Width = 56
    2931        Caption = 'Name:'
    3032        ParentColor = False
     
    3234      object EditName: TEdit
    3335        Left = 100
    34         Height = 28
     36        Height = 36
    3537        Top = 15
    3638        Width = 212
     
    3941      object Label2: TLabel
    4042        Left = 13
    41         Height = 20
     43        Height = 26
    4244        Top = 47
    43         Width = 74
     45        Width = 95
    4446        Caption = 'Cell phone:'
    4547        ParentColor = False
     
    4749      object EditCellPhone: TEdit
    4850        Left = 100
    49         Height = 28
     51        Height = 36
    5052        Top = 49
    5153        Width = 212
     
    5456      object EditPhone: TEdit
    5557        Left = 100
    56         Height = 28
     58        Height = 36
    5759        Top = 83
    5860        Width = 212
     
    6163      object Label3: TLabel
    6264        Left = 13
    63         Height = 20
     65        Height = 26
    6466        Top = 81
    65         Width = 44
     67        Width = 59
    6668        Caption = 'Phone:'
    6769        ParentColor = False
     
    6971      object EditEmail: TEdit
    7072        Left = 479
    71         Height = 28
     73        Height = 36
    7274        Top = 49
    7375        Width = 212
     
    7678      object Label4: TLabel
    7779        Left = 392
    78         Height = 20
     80        Height = 26
    7981        Top = 47
    80         Width = 46
     82        Width = 58
    8183        Caption = 'E-mail:'
    8284        ParentColor = False
     
    8486      object EditSurname: TEdit
    8587        Left = 479
    86         Height = 28
     88        Height = 36
    8789        Top = 15
    8890        Width = 212
     
    9193      object Label5: TLabel
    9294        Left = 392
    93         Height = 20
     95        Height = 26
    9496        Top = 13
    95         Width = 61
     97        Width = 81
    9698        Caption = 'Surname:'
    9799        ParentColor = False
     
    99101      object MemoNotes: TMemo
    100102        Left = 13
    101         Height = 225
     103        Height = 214
    102104        Top = 152
    103         Width = 708
     105        Width = 710
    104106        Anchors = [akTop, akLeft, akRight, akBottom]
    105107        TabOrder = 5
     
    107109      object Label6: TLabel
    108110        Left = 12
    109         Height = 20
     111        Height = 26
    110112        Top = 126
    111         Width = 42
     113        Width = 56
    112114        Caption = 'Notes:'
    113115        ParentColor = False
     
    119121    object TabSheetAll: TTabSheet
    120122      Caption = 'All fields'
    121       ClientHeight = 391
    122       ClientWidth = 736
     123      ClientHeight = 380
     124      ClientWidth = 738
    123125      object ListView1: TListView
    124126        Left = 8
     
    134136          item
    135137            Caption = 'Value'
    136             Width = 200
     138            Width = 501
    137139          end>
    138140        ReadOnly = True
Note: See TracChangeset for help on using the changeset viewer.