Changeset 2 for trunk/UMainForm.lfm


Ignore:
Timestamp:
Mar 5, 2011, 10:16:19 PM (14 years ago)
Author:
george
Message:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      tunneler
      lib
      backup
  • trunk/UMainForm.lfm

    r1 r2  
    11object MainForm: TMainForm
    22  Left = 382
    3   Height = 370
    4   Top = 137
     3  Height = 412
     4  Top = 95
    55  Width = 514
    66  Caption = 'MainForm'
    7   ClientHeight = 370
     7  ClientHeight = 389
    88  ClientWidth = 514
     9  Menu = MainMenu1
    910  OnCreate = FormCreate
    1011  OnKeyDown = FormKeyDown
    1112  OnKeyUp = FormKeyUp
    12   LCLVersion = '0.9.29'
     13  LCLVersion = '0.9.31'
    1314  object Image1: TImage
    1415    Left = 0
    15     Height = 353
     16    Height = 372
    1617    Top = 0
    1718    Width = 514
     
    2324    Left = 0
    2425    Height = 17
    25     Top = 353
     26    Top = 372
    2627    Width = 514
    2728    Panels = <   
     29      item
     30        Width = 50
     31      end   
    2832      item
    2933        Width = 50
     
    3741    top = 50
    3842  end
     43  object MainMenu1: TMainMenu
     44    left = 184
     45    top = 16
     46    object MenuItem1: TMenuItem
     47      Caption = 'Game'
     48      object MenuItem3: TMenuItem
     49        Caption = 'New...'
     50        OnClick = MenuItem3Click
     51      end
     52      object MenuItem2: TMenuItem
     53        Caption = 'Exit'
     54        OnClick = MenuItem2Click
     55      end
     56    end
     57  end
    3958end
Note: See TracChangeset for help on using the changeset viewer.