variant setting

This commit is contained in:
ronaldhordijk
2005-06-23 18:53:14 +00:00
parent 4bf05f3509
commit b732ae3b0d
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ object MainForm: TMainForm
Left = 411
Top = 128
Width = 574
Height = 595
Height = 615
Caption = 'Apophysis'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
@ -291,7 +291,7 @@ object MainForm: TMainForm
Left = 1
Top = 1
Width = 400
Height = 492
Height = 512
Align = alClient
AutoSize = True
PopupMenu = DisplayPopup
@ -2707,14 +2707,14 @@ object MainForm: TMainForm
object mnuVRandom: TMenuItem
Caption = 'Random'
Checked = True
GroupIndex = 1
GroupIndex = 2
RadioItem = True
ShortCut = 121
OnClick = mnuVRandomClick
end
object N8: TMenuItem
Caption = '-'
GroupIndex = 1
GroupIndex = 2
end
end
object mnuScript: TMenuItem