Ignore:
Timestamp:
Jan 18, 2015, 11:41:05 PM (9 years ago)
Author:
chronos
Message:
  • Added: Support for float type.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormField.lfm

    r3 r5  
    99  OnCreate = FormCreate
    1010  OnShow = FormShow
     11  Position = poMainFormCenter
    1112  LCLVersion = '1.3'
    1213  object EditName: TEdit
     
    9899    Top = 184
    99100    Width = 936
    100     ActivePage = TabSheetDateTime
     101    ActivePage = TabSheetFloat
    101102    Anchors = [akTop, akLeft, akRight, akBottom]
    102103    ShowTabs = False
    103     TabIndex = 2
     104    TabIndex = 4
    104105    TabOrder = 6
    105106    object TabSheetString: TTabSheet
     
    125126    object TabSheetInteger: TTabSheet
    126127      Caption = 'TabSheetInteger'
     128      ClientHeight = 194
     129      ClientWidth = 930
     130      object Label10: TLabel
     131        Left = 12
     132        Height = 25
     133        Top = 21
     134        Width = 96
     135        Caption = 'Minimum:'
     136        ParentColor = False
     137      end
     138      object SpinEditMin: TSpinEdit
     139        Left = 153
     140        Height = 35
     141        Top = 19
     142        Width = 255
     143        MaxValue = 10000000
     144        TabOrder = 0
     145      end
     146      object SpinEditMax: TSpinEdit
     147        Left = 153
     148        Height = 35
     149        Top = 56
     150        Width = 255
     151        TabOrder = 1
     152      end
     153      object Label11: TLabel
     154        Left = 12
     155        Height = 25
     156        Top = 58
     157        Width = 100
     158        Caption = 'Maximum:'
     159        ParentColor = False
     160      end
    127161    end
    128162    object TabSheetDateTime: TTabSheet
     
    178212      Caption = 'TabSheetBoolean'
    179213    end
     214    object TabSheetFloat: TTabSheet
     215      Caption = 'TabSheetFloat'
     216      ClientHeight = 194
     217      ClientWidth = 930
     218      object FloatSpinEditMin: TFloatSpinEdit
     219        Left = 144
     220        Height = 35
     221        Top = 16
     222        Width = 266
     223        Increment = 1
     224        MaxValue = 100000000
     225        MinValue = 0
     226        TabOrder = 0
     227        Value = 0
     228      end
     229      object Label8: TLabel
     230        Left = 8
     231        Height = 25
     232        Top = 25
     233        Width = 96
     234        Caption = 'Minimum:'
     235        ParentColor = False
     236      end
     237      object FloatSpinEditMax: TFloatSpinEdit
     238        Left = 144
     239        Height = 35
     240        Top = 64
     241        Width = 266
     242        Increment = 1
     243        MaxValue = 100
     244        MinValue = 0
     245        TabOrder = 1
     246        Value = 0
     247      end
     248      object Label9: TLabel
     249        Left = 8
     250        Height = 25
     251        Top = 73
     252        Width = 100
     253        Caption = 'Maximum:'
     254        ParentColor = False
     255      end
     256    end
    180257  end
    181258end
Note: See TracChangeset for help on using the changeset viewer.