Apophysis-AV/Forms/Mutate.dfm

295 lines
6.2 KiB
Plaintext
Raw Normal View History

2022-03-08 12:25:51 -05:00
object MutateForm: TMutateForm
Left = 589
Top = 326
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Mutation'
ClientHeight = 398
ClientWidth = 414
2022-03-08 12:25:51 -05:00
Color = clBtnFace
Constraints.MinHeight = 400
Constraints.MinWidth = 400
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDefault
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
DesignSize = (
414
2022-03-08 12:25:51 -05:00
398)
PixelsPerInch = 96
TextHeight = 13
object gbDirections: TGroupBox
Left = 24
2022-03-08 12:25:51 -05:00
Top = 8
Width = 360
2022-03-08 12:25:51 -05:00
Height = 273
Caption = 'Directions'
TabOrder = 0
DesignSize = (
360
2022-03-08 12:25:51 -05:00
273)
object pnlDirections: TPanel
2022-03-08 12:25:51 -05:00
Left = 12
Top = 20
Width = 335
2022-03-08 12:25:51 -05:00
Height = 238
Anchors = [akLeft, akTop, akRight, akBottom]
BevelOuter = bvNone
TabOrder = 0
object Panel7: TPanel
Left = 0
Top = 168
Width = 108
Height = 80
BevelOuter = bvLowered
Caption = 'PrevPnl3'
Color = clBlack
ShowCaption = False
TabOrder = 0
2022-03-08 12:25:51 -05:00
end
object Panel4: TPanel
Left = 224
Top = 84
Width = 108
Height = 80
BevelOuter = bvLowered
Caption = 'PrevPnl3'
Color = clBlack
ShowCaption = False
TabOrder = 1
2022-03-08 12:25:51 -05:00
end
object Panel0: TPanel
Left = 112
Top = 84
Width = 108
Height = 80
HelpContext = 2003
BevelOuter = bvLowered
Caption = 'PrevPnl3'
Color = clBlack
ShowCaption = False
TabOrder = 2
2022-03-08 12:25:51 -05:00
object Image0: TImage
Left = 1
Top = 1
Width = 106
Height = 78
Align = alClient
PopupMenu = QualityPopup
Stretch = True
OnClick = Image0Click
ExplicitLeft = 2
ExplicitTop = 0
2022-03-08 12:25:51 -05:00
end
end
object Panel8: TPanel
Left = 0
Top = 84
Width = 108
Height = 80
BevelOuter = bvLowered
Caption = 'PrevPnl3'
Color = clBlack
ShowCaption = False
TabOrder = 3
2022-03-08 12:25:51 -05:00
end
object Panel3: TPanel
Left = 224
Top = 0
Width = 108
Height = 80
BevelOuter = bvLowered
Caption = 'PrevPnl3'
Color = clBlack
ShowCaption = False
TabOrder = 4
2022-03-08 12:25:51 -05:00
end
object Panel2: TPanel
Left = 112
Top = 0
Width = 108
Height = 80
BevelOuter = bvLowered
Caption = 'PrevPnl3'
Color = clBlack
ShowCaption = False
TabOrder = 5
2022-03-08 12:25:51 -05:00
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 108
Height = 80
BevelOuter = bvLowered
Caption = 'PrevPnl3'
Color = clBlack
ShowCaption = False
TabOrder = 6
2022-03-08 12:25:51 -05:00
end
object Panel5: TPanel
Left = 224
Top = 168
Width = 108
Height = 80
BevelOuter = bvLowered
Caption = 'PrevPnl3'
Color = clBlack
ShowCaption = False
TabOrder = 7
end
object Panel6: TPanel
Left = 112
Top = 168
Width = 108
Height = 80
BevelOuter = bvLowered
Caption = 'PrevPnl3'
Color = clBlack
ShowCaption = False
2022-03-08 12:25:51 -05:00
TabOrder = 8
end
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 288
Width = 393
2022-03-08 12:25:51 -05:00
Height = 105
Anchors = [akLeft, akBottom]
2022-03-08 12:25:51 -05:00
TabOrder = 1
DesignSize = (
393
2022-03-08 12:25:51 -05:00
105)
object scrollTime: TScrollBar
Left = 114
2022-03-08 12:25:51 -05:00
Top = 20
Width = 202
Height = 20
LargeChange = 5
Max = 50
Min = 1
PageSize = 0
Position = 1
TabOrder = 0
OnChange = scrollTimeChange
end
object cmbTrend: TComboBox
Left = 114
2022-03-08 12:25:51 -05:00
Top = 48
Width = 262
2022-03-08 12:25:51 -05:00
Height = 21
Style = csDropDownList
DropDownCount = 16
Sorted = True
2022-03-08 12:25:51 -05:00
TabOrder = 1
OnChange = cmbTrendChange
Items.Strings = (
'Linear'
'Random')
2022-03-08 12:25:51 -05:00
end
object chkSameNum: TCheckBox
Left = 12
Top = 78
Width = 373
2022-03-08 12:25:51 -05:00
Height = 17
Anchors = [akLeft, akTop, akRight]
Caption = 'Same no. of transforms'
TabOrder = 2
OnClick = chkSameNumClick
end
object pnlSpeed: TPanel
Left = 12
Top = 20
Width = 101
Height = 21
Cursor = crArrow
BevelOuter = bvLowered
Caption = 'Speed'
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object txtTime: TEdit
Left = 318
2022-03-08 12:25:51 -05:00
Top = 20
Width = 60
2022-03-08 12:25:51 -05:00
Height = 21
ReadOnly = True
TabOrder = 4
Text = '0.25'
end
object pnlTrend: TPanel
Left = 12
Top = 48
Width = 101
Height = 21
Cursor = crArrow
BevelOuter = bvLowered
Caption = 'Trend'
ParentShowHint = False
ShowHint = True
TabOrder = 5
end
end
object Timer: TTimer
Enabled = False
Interval = 100
OnTimer = TimerTimer
Left = 184
Top = 136
2022-03-08 12:25:51 -05:00
end
object QualityPopup: TPopupMenu
Images = MainForm.Buttons
Left = 144
Top = 40
object mnuLowQuality: TMenuItem
Caption = 'Low Quality'
RadioItem = True
OnClick = mnuLowQualityClick
end
object mnuMediumQuality: TMenuItem
Caption = 'Medium Quality'
Checked = True
RadioItem = True
OnClick = mnuMediumQualityClick
end
object mnuHighQuality: TMenuItem
Caption = 'High Quality'
RadioItem = True
OnClick = mnuHighQualityClick
end
object N3: TMenuItem
Caption = '-'
end
object mnuBack: TMenuItem
Caption = 'Previous'
Enabled = False
ImageIndex = 4
OnClick = mnuBackClick
end
object N1: TMenuItem
Caption = '-'
end
object mnuMaintainSym: TMenuItem
Caption = 'Maintain Symmetry'
Checked = True
OnClick = mnuMaintainSymClick
end
object N2: TMenuItem
Caption = '-'
end
object mnuResetLocation: TMenuItem
Caption = 'Reset Location'
Checked = True
OnClick = mnuResetLocationClick
end
end
end