Ignore:
Timestamp:
Nov 9, 2011, 1:58:00 PM (13 years ago)
Author:
george
Message:
  • Modified: Login form now use connection profile form for selecting connection parameters.
  • Added: About application dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UMainForm.lfm

    r24 r25  
    66  ActiveControl = Panel1
    77  Caption = 'ChronIS'
    8   ClientHeight = 422
     8  ClientHeight = 427
    99  ClientWidth = 640
    1010  Menu = MainMenu1
     
    1616  object Panel1: TPanel
    1717    Left = 0
    18     Height = 422
     18    Height = 427
    1919    Top = 0
    2020    Width = 184
    2121    Align = alLeft
    2222    BevelOuter = bvNone
    23     ClientHeight = 422
     23    ClientHeight = 427
    2424    ClientWidth = 184
    2525    TabOrder = 0
    2626    object Label1: TLabel
    2727      Left = 7
    28       Height = 18
     28      Height = 14
    2929      Top = 4
    30       Width = 51
     30      Width = 39
    3131      Caption = 'Groups:'
    3232      ParentColor = False
     
    3434    object TreeView1: TTreeView
    3535      Left = 4
    36       Height = 398
     36      Height = 403
    3737      Top = 19
    3838      Width = 180
    3939      Anchors = [akTop, akLeft, akRight, akBottom]
     40      DefaultItemHeight = 16
    4041      Images = ImageListActions
    4142      ReadOnly = True
     
    4748  object Panel2: TPanel
    4849    Left = 189
    49     Height = 422
     50    Height = 427
    5051    Top = 0
    5152    Width = 451
    5253    Align = alClient
    5354    BevelOuter = bvNone
    54     ClientHeight = 422
     55    ClientHeight = 427
    5556    ClientWidth = 451
    5657    TabOrder = 1
    5758    object Label2: TLabel
    5859      Left = 2
    59       Height = 18
     60      Height = 14
    6061      Top = 4
    61       Width = 54
     62      Width = 43
    6263      Caption = 'Reports:'
    6364      ParentColor = False
     
    6566    object ListView1: TListView
    6667      Left = 2
    67       Height = 366
     68      Height = 371
    6869      Top = 19
    6970      Width = 447
     
    8586      Left = 3
    8687      Height = 25
    87       Top = 393
     88      Top = 398
    8889      Width = 75
    8990      Action = AItemAdd
     
    9495      Left = 83
    9596      Height = 25
    96       Top = 393
     97      Top = 398
    9798      Width = 75
    9899      Action = AItemDelete
     
    103104  object Splitter1: TSplitter
    104105    Left = 184
    105     Height = 422
     106    Height = 427
    106107    Top = 0
    107108    Width = 5
     
    184185      Caption = 'Import structure...'
    185186      OnExecute = AImportStructureExecute
     187    end
     188    object AAbout: TAction
     189      Caption = 'About'
     190      OnExecute = AAboutExecute
    186191    end
    187192  end
     
    316321      object MenuItem17: TMenuItem
    317322        Action = AConnect
     323        OnClick = MenuItem17Click
    318324      end
    319325      object MenuItem14: TMenuItem
     
    341347    object MenuItem12: TMenuItem
    342348      Caption = 'Help'
     349      object MenuItem21: TMenuItem
     350        Action = AAbout
     351      end
    343352    end
    344353  end
Note: See TracChangeset for help on using the changeset viewer.