object Menu: TMenu
Left = 312
Top = 547
Width = 642
Height = 395
Caption = ' OPA 4.0 development version 51'
Color = clMenu
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Menu = MainMenu1
PixelsPerInch = 96
object LabFi0: TLabel
Left = 64
Top = 8
Width = 73
Height = 16
Caption = 'active File'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object LabFileName: TLabel
Left = 152
Top = 8
Width = 27
Height = 16
Caption = 'New'
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
end
object LabSg0: TLabel
Left = 32
Top = 32
Width = 108
Height = 16
Caption = 'active Segment'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object errlog: TMemo
Left = 152
Top = 64
Width = 473
Height = 273
Font.Charset = ANSI_CHARSET
Font.Color = clMaroon
Font.Height = -12
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
end
object comboSeg: TComboBox
Left = 152
Top = 32
Width = 153
Height = 24
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = 'Courier'
Font.Style = []
ItemHeight = 16
ParentFont = False
TabOrder = 1
Text = 'none'
end
object butlatsh: TButton
Left = 312
Top = 32
Width = 225
Height = 25
Caption = 'Show Lattice Expansion'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
end
object panstatus: TPanel
Left = 8
Top = 64
Width = 137
Height = 273
BevelOuter = bvLowered
Color = clHighlightText
TabOrder = 3
object labstflag: TLabel
Left = 38
Top = 22
Width = 71
Height = 13
Caption = 'Status Flags'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object labstelem: TLabel
Left = 38
Top = 46
Width = 98
Height = 13
Caption = 'Special Elements'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object labstdata: TLabel
Left = 38
Top = 78
Width = 92
Height = 13
Caption = 'Calculated Data'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
end
object MainMenu1: TMainMenu
Left = 8
Top = 40
object mi_file: TMenuItem
Caption = 'File'
object fi_new: TMenuItem
Caption = 'New'
end
object fi_open: TMenuItem
Caption = 'Open...'
end
object fi_last: TMenuItem
Caption = 'Last Used'
end
object fi_save: TMenuItem
Caption = 'Save'
end
object fi_svas: TMenuItem
Caption = 'Save as...'
end
object fi_expo: TMenuItem
Caption = 'Export to .'
object ex_tracy2: TMenuItem
Caption = 'Tracy-2'
end
object ex_tracy3: TMenuItem
Caption = 'Tracy-3'
end
object ex_elegant: TMenuItem
Caption = 'Elegant'
end
object ex_madx: TMenuItem
Caption = 'MAD-X'
end
object ex_bmad: TMenuItem
Caption = 'BMAD'
end
end
object N1: TMenuItem
Caption = '-'
end
object fi_exit: TMenuItem
Caption = 'Exit'
end
end
object mi_edit: TMenuItem
Caption = 'Edit'
object ed_text: TMenuItem
Caption = 'Text Editor'
end
object ed_oped: TMenuItem
Caption = 'OPA Editor'
end
end
object mi_desi: TMenuItem
Caption = 'Design'
object ds_opti: TMenuItem
Caption = 'Linear Optics'
Enabled = False
end
object ds_dppo: TMenuItem
Caption = 'Off-momentum Optics'
Enabled = False
end
object ds_sext: TMenuItem
Caption = 'Non-linear Dynamics'
Enabled = False
end
object ds_lgbo: TMenuItem
Caption = 'LGB Optimizer'
end
object ds_orbc: TMenuItem
Caption = 'Orbit Correction'
Enabled = False
end
object ds_injc: TMenuItem
Caption = 'Injection Bumps'
Enabled = False
end
object ds_rfbu: TMenuItem
Caption = 'RF Bucket Viewer'
end
end
object mi_trac: TMenuItem
Caption = 'Tracking'
object tr_phsp: TMenuItem
Caption = 'Phase Space'
Enabled = False
end
object tr_dyna: TMenuItem
Caption = 'Dynamic Aperture'
Enabled = False
end
object tr_ttau: TMenuItem
Caption = 'Touschek Lifetime'
Enabled = False
end
end
object mi_extr: TMenuItem
Caption = 'Extra'
object tm_geo: TMenuItem
Caption = 'Geometry Layout'
Enabled = False
end
object tm_cur: TMenuItem
Caption = 'Magnet Currents '
Enabled = False
end
object tm_test: TMenuItem
Caption = '(Test)'
end
end
end
object OpenDialog1: TOpenDialog
Filter =
'OPA File (*.opa)|*.opa|TRACY Lattice File (*.lat)|*.lat|MAD Inpu' +
't File (*.mad)|*.mad'
Title = 'select lattice file'
Left = 8
Top = 24
end
object SaveDialog1: TSaveDialog
DefaultExt = 'opa'
Left = 8
Top = 8
end
end