Ignore:
Timestamp:
Mar 22, 2018, 8:31:19 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Update Common and CollTranslator packages to fix build under Lazarus 1.8.
  • Fixed: Some memory leaks.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormField.lfm

    r8 r15  
    1010  OnShow = FormShow
    1111  Position = poMainFormCenter
    12   LCLVersion = '1.5'
     12  LCLVersion = '1.8.0.4'
    1313  object EditName: TEdit
    1414    Left = 168
    15     Height = 35
     15    Height = 36
    1616    Top = 11
    1717    Width = 264
     
    2020  object Label1: TLabel
    2121    Left = 17
    22     Height = 25
     22    Height = 26
    2323    Top = 21
    24     Width = 62
     24    Width = 56
    2525    Caption = 'Name:'
    2626    ParentColor = False
     
    3838  object EditTextBefore: TEdit
    3939    Left = 167
    40     Height = 35
     40    Height = 36
    4141    Top = 88
    4242    Width = 265
     
    4545  object Label2: TLabel
    4646    Left = 16
    47     Height = 25
     47    Height = 26
    4848    Top = 98
    49     Width = 110
     49    Width = 101
    5050    Caption = 'Text before:'
    5151    ParentColor = False
     
    5353  object EditTextAfter: TEdit
    5454    Left = 167
    55     Height = 35
     55    Height = 36
    5656    Top = 136
    5757    Width = 265
     
    6060  object Label3: TLabel
    6161    Left = 16
    62     Height = 25
     62    Height = 26
    6363    Top = 144
    64     Width = 93
     64    Width = 86
    6565    Caption = 'Text after:'
    6666    ParentColor = False
     
    6868  object Label4: TLabel
    6969    Left = 17
    70     Height = 25
     70    Height = 26
    7171    Top = 56
    72     Width = 94
     72    Width = 87
    7373    Caption = 'Data type:'
    7474    ParentColor = False
     
    7676  object ComboBoxType: TComboBox
    7777    Left = 167
    78     Height = 37
     78    Height = 40
    7979    Top = 48
    8080    Width = 265
     
    9999    Top = 184
    100100    Width = 936
    101     ActivePage = TabSheetFloat
     101    ActivePage = TabSheetBoolean
    102102    Anchors = [akTop, akLeft, akRight, akBottom]
    103103    ShowTabs = False
    104     TabIndex = 4
     104    TabIndex = 3
    105105    TabOrder = 6
    106106    object TabSheetString: TTabSheet
    107       Caption = 'TabSheetString'
    108107      ClientHeight = 194
    109108      ClientWidth = 930
    110109      object EditStringDefault: TEdit
    111110        Left = 160
    112         Height = 35
     111        Height = 36
    113112        Top = 8
    114113        Width = 265
     
    117116      object Label5: TLabel
    118117        Left = 16
    119         Height = 25
     118        Height = 26
    120119        Top = 8
    121         Width = 127
     120        Width = 117
    122121        Caption = 'Default value:'
    123122        ParentColor = False
     
    125124    end
    126125    object TabSheetInteger: TTabSheet
    127       Caption = 'TabSheetInteger'
    128126      ClientHeight = 194
    129127      ClientWidth = 930
    130128      object Label10: TLabel
    131129        Left = 12
    132         Height = 25
     130        Height = 26
    133131        Top = 21
    134         Width = 96
     132        Width = 87
    135133        Caption = 'Minimum:'
    136134        ParentColor = False
     
    138136      object SpinEditMin: TSpinEdit
    139137        Left = 153
    140         Height = 35
     138        Height = 36
    141139        Top = 19
    142140        Width = 255
     
    146144      object SpinEditMax: TSpinEdit
    147145        Left = 153
    148         Height = 35
     146        Height = 36
    149147        Top = 56
    150148        Width = 255
     
    153151      object Label11: TLabel
    154152        Left = 12
    155         Height = 25
     153        Height = 26
    156154        Top = 58
    157         Width = 100
     155        Width = 91
    158156        Caption = 'Maximum:'
    159157        ParentColor = False
     
    161159    end
    162160    object TabSheetDateTime: TTabSheet
    163       Caption = 'TabSheetDateTime'
    164161      ClientHeight = 194
    165162      ClientWidth = 930
    166163      object DateEditMin: TDateEdit
    167164        Left = 136
    168         Height = 35
     165        Height = 36
    169166        Top = 24
    170167        Width = 216
    171168        CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames]
    172         OKCaption = 'OK'
    173         CancelCaption = 'Cancel'
    174169        DateOrder = doNone
    175170        ButtonWidth = 23
     
    180175      object Label6: TLabel
    181176        Left = 16
    182         Height = 25
     177        Height = 26
    183178        Top = 32
    184         Width = 96
     179        Width = 87
    185180        Caption = 'Minimum:'
    186181        ParentColor = False
     
    188183      object DateEditMax: TDateEdit
    189184        Left = 136
    190         Height = 35
     185        Height = 36
    191186        Top = 72
    192187        Width = 216
    193188        CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames]
    194         OKCaption = 'OK'
    195         CancelCaption = 'Cancel'
    196189        DateOrder = doNone
    197190        ButtonWidth = 23
     
    202195      object Label7: TLabel
    203196        Left = 16
    204         Height = 25
     197        Height = 26
    205198        Top = 80
    206         Width = 100
     199        Width = 91
    207200        Caption = 'Maximum:'
    208201        ParentColor = False
     
    210203    end
    211204    object TabSheetBoolean: TTabSheet
    212       Caption = 'TabSheetBoolean'
    213205    end
    214206    object TabSheetFloat: TTabSheet
    215       Caption = 'TabSheetFloat'
    216207      ClientHeight = 194
    217208      ClientWidth = 930
    218209      object FloatSpinEditMin: TFloatSpinEdit
    219210        Left = 144
    220         Height = 35
     211        Height = 36
    221212        Top = 16
    222213        Width = 266
     
    229220      object Label8: TLabel
    230221        Left = 8
    231         Height = 25
     222        Height = 26
    232223        Top = 25
    233         Width = 96
     224        Width = 87
    234225        Caption = 'Minimum:'
    235226        ParentColor = False
     
    237228      object FloatSpinEditMax: TFloatSpinEdit
    238229        Left = 144
    239         Height = 35
     230        Height = 36
    240231        Top = 64
    241232        Width = 266
     
    248239      object Label9: TLabel
    249240        Left = 8
    250         Height = 25
     241        Height = 26
    251242        Top = 73
    252         Width = 100
     243        Width = 91
    253244        Caption = 'Maximum:'
    254245        ParentColor = False
Note: See TracChangeset for help on using the changeset viewer.