Changeset 2 for trunk/UMainForm.lfm


Ignore:
Timestamp:
Feb 2, 2011, 11:31:12 AM (13 years ago)
Author:
chronos
Message:
  • Added: Routines for Load and Save configuration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UMainForm.lfm

    r1 r2  
    77  ClientHeight = 363
    88  ClientWidth = 567
     9  OnCreate = FormCreate
     10  OnDestroy = FormDestroy
     11  OnShow = FormShow
    912  LCLVersion = '0.9.31'
    1013  object ListView1: TListView
     
    1720      item
    1821        Caption = 'Name'
     22        Width = 100
    1923      end   
    2024      item
    2125        Caption = 'FPC version'
    22         Width = 100
     26        Width = 150
    2327      end   
    2428      item
    2529        Caption = 'IDE version'
    26         Width = 100
     30        Width = 150
    2731      end>
    2832    OwnerData = True
     
    3135    TabOrder = 0
    3236    ViewStyle = vsReport
     37    OnData = ListView1Data
     38    OnSelectItem = ListView1SelectItem
    3339  end
    3440  object Label1: TLabel
     
    6571    Action = AStart
    6672    Anchors = [akLeft, akBottom]
     73    Default = True
    6774    TabOrder = 3
    6875  end
     
    7784  end
    7885  object Button5: TButton
    79     Left = 360
     86    Left = 440
    8087    Height = 25
    8188    Top = 333
     
    8592    TabOrder = 5
    8693  end
     94  object Button6: TButton
     95    Left = 355
     96    Height = 25
     97    Top = 333
     98    Width = 75
     99    Action = ACompile
     100    Anchors = [akLeft, akBottom]
     101    TabOrder = 6
     102  end
    87103  object ActionList1: TActionList
    88104    left = 453
     
    90106    object AAdd: TAction
    91107      Caption = 'Add'
     108      OnExecute = AAddExecute
    92109    end
    93110    object ARemove: TAction
    94111      Caption = 'Remove'
     112      OnExecute = ARemoveExecute
    95113    end
    96114    object AStart: TAction
    97115      Caption = 'Start'
     116      OnExecute = AStartExecute
    98117    end
    99118    object AUpdate: TAction
    100119      Caption = 'Update'
     120      OnExecute = AUpdateExecute
    101121    end
    102122    object AOptions: TAction
    103123      Caption = 'Options'
    104124    end
     125    object ACompile: TAction
     126      Caption = 'Compile'
     127      OnExecute = ACompileExecute
     128    end
    105129  end
    106130end
Note: See TracChangeset for help on using the changeset viewer.