object FormMain: TFormMain Left = 1017 Height = 360 Top = 572 Width = 480 Caption = 'PoConv' ClientHeight = 360 ClientWidth = 480 DesignTimePPI = 144 LCLVersion = '2.0.12.0' object ButtonTxtToPo: TButton Left = 29 Height = 38 Top = 32 Width = 147 Caption = 'Txt to Po' OnClick = ButtonTxtToPoClick TabOrder = 0 end object ButtonPoToTxt: TButton Left = 232 Height = 38 Top = 32 Width = 147 Caption = 'Po to Txt' OnClick = ButtonPoToTxtClick TabOrder = 1 end end