object RODLMainForm: TRODLMainForm Left = 314 Top = 104 AutoScroll = False Caption = 'RODL Demo' ClientHeight = 232 ClientWidth = 628 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnActivate = GenerateButtonClick OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Splitter1: TSplitter Left = 174 Top = 48 Width = 3 Height = 165 Cursor = crHSplit end object Panel1: TPanel Left = 0 Top = 0 Width = 628 Height = 48 Align = alTop BevelOuter = bvNone TabOrder = 2 object lServices: TLabel Left = 322 Top = 2 Width = 36 Height = 13 Caption = 'Service' end object Label1: TLabel Left = 176 Top = 2 Width = 46 Height = 13 Caption = 'Converter' end object LoadButton: TButton Left = 96 Top = 14 Width = 75 Height = 25 Caption = 'Load' TabOrder = 0 OnClick = LoadButtonClick end object GenerateButton: TButton Left = 8 Top = 14 Width = 75 Height = 25 Caption = 'Generate' TabOrder = 1 OnClick = GenerateButtonClick end object cbWriters: TComboBox Left = 176 Top = 16 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 OnChange = cbWritersChange end object cbServices: TComboBox Left = 322 Top = 16 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 3 end object ConvertButton: TButton Left = 469 Top = 14 Width = 75 Height = 25 Caption = 'Convert' TabOrder = 4 OnClick = ConvertButtonClick end object SaveButton: TButton Left = 546 Top = 14 Width = 75 Height = 25 Caption = 'Save' TabOrder = 5 OnClick = SaveButtonClick end end object Memo: TMemo Left = 177 Top = 48 Width = 451 Height = 165 Align = alClient ScrollBars = ssBoth TabOrder = 0 end object StatusBar: TStatusBar Left = 0 Top = 213 Width = 628 Height = 19 Panels = <> SimplePanel = True end object TreeView: TTreeView Left = 0 Top = 48 Width = 174 Height = 165 Align = alLeft HideSelection = False Indent = 20 ReadOnly = True TabOrder = 3 end object OpenDialog: TOpenDialog FileName = '*.rodl' Filter = 'RODL Files|*.rodl' Left = 208 Top = 88 end object SaveDialog: TSaveDialog Filter = 'All files (*.*)|*.*' Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing] Left = 281 Top = 92 end end