object FormCheckout: TFormCheckout Left = 833 Height = 417 Top = 345 Width = 834 Caption = 'Checkout' ClientHeight = 417 ClientWidth = 834 OnShow = FormShow LCLVersion = '1.5' object GroupBox1: TGroupBox Left = 8 Height = 232 Top = 8 Width = 818 Align = alTop BorderSpacing.Around = 8 Caption = 'Repository' ClientHeight = 205 ClientWidth = 814 TabOrder = 0 object Label1: TLabel Left = 8 Height = 25 Top = 64 Width = 166 Caption = 'URL of repository:' ParentColor = False end object EditURL: TEdit Left = 8 Height = 35 Top = 96 Width = 795 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end object Label2: TLabel Left = 8 Height = 25 Top = 136 Width = 181 Caption = 'Checkout directory:' ParentColor = False end object EditDir: TEdit Left = 8 Height = 35 Top = 168 Width = 739 Anchors = [akTop, akLeft, akRight] TabOrder = 1 end object Button1: TButton Left = 763 Height = 25 Top = 176 Width = 40 Anchors = [akTop, akRight] Caption = '...' OnClick = Button1Click TabOrder = 2 end object ComboBox1: TComboBox Left = 152 Height = 35 Top = 16 Width = 352 ItemHeight = 0 Style = csDropDownList TabOrder = 3 end object Label3: TLabel Left = 8 Height = 25 Top = 21 Width = 49 Caption = 'Type:' ParentColor = False end end object GroupBox2: TGroupBox Left = 8 Height = 105 Top = 248 Width = 818 Align = alTop BorderSpacing.Around = 8 Caption = 'Revision' TabOrder = 1 end object Panel1: TPanel Left = 0 Height = 50 Top = 367 Width = 834 Align = alBottom BevelOuter = bvNone ClientHeight = 50 ClientWidth = 834 TabOrder = 2 object ButtonOk: TButton Left = 624 Height = 25 Top = 16 Width = 75 Anchors = [akTop, akRight] Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 736 Height = 25 Top = 16 Width = 75 Anchors = [akTop, akRight] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end end