Browse Subversion Repository
Diff of /Unit1.dfm
Parent Directory
| Revision Log
| Patch
| 1 |
object Form1: TForm1 |
object Form1: TForm1 |
| 2 |
Left = 343 |
Left = 343 |
| 3 |
Top = 231 |
Top = 231 |
| 4 |
Caption = 'Form1' |
BorderIcons = [biSystemMenu, biMinimize] |
| 5 |
ClientHeight = 334 |
BorderStyle = bsSingle |
| 6 |
ClientWidth = 498 |
Caption = 'Rensa' |
| 7 |
|
ClientHeight = 344 |
| 8 |
|
ClientWidth = 508 |
| 9 |
Color = clBtnFace |
Color = clBtnFace |
| 10 |
Font.Charset = DEFAULT_CHARSET |
Font.Charset = DEFAULT_CHARSET |
| 11 |
Font.Color = clWindowText |
Font.Color = clWindowText |
| 30 |
Left = 240 |
Left = 240 |
| 31 |
Top = 176 |
Top = 176 |
| 32 |
object Game1: TMenuItem |
object Game1: TMenuItem |
| 33 |
Caption = 'Game' |
Caption = '&Game' |
| 34 |
object Start1: TMenuItem |
object Start1: TMenuItem |
| 35 |
Caption = 'Start' |
Caption = '&Start' |
| 36 |
OnClick = Start1Click |
OnClick = Start1Click |
| 37 |
end |
end |
| 38 |
object N1: TMenuItem |
object N1: TMenuItem |
| 39 |
Caption = '-' |
Caption = '-' |
| 40 |
end |
end |
| 41 |
object Close1: TMenuItem |
object Close1: TMenuItem |
| 42 |
Caption = 'Close' |
Caption = '&Close' |
| 43 |
OnClick = Close1Click |
OnClick = Close1Click |
| 44 |
end |
end |
| 45 |
end |
end |
| 46 |
object Com1: TMenuItem |
object Com1: TMenuItem |
| 47 |
Caption = 'Com' |
Caption = '&Com' |
| 48 |
object Player11: TMenuItem |
object Player11: TMenuItem |
| 49 |
Caption = 'Player1' |
Caption = '&Player1' |
| 50 |
OnClick = Player11Click |
OnClick = Player11Click |
| 51 |
end |
end |
| 52 |
object Player21: TMenuItem |
object Player21: TMenuItem |
|
|
Legend:
| Removed from v.1 |
|
| changed lines |
| |
Added in v.3 |
|
|
|