cdar

diff unit_Editor_as_BrowseDir.dfm @ 0:ef71164288c1

begin of using hg for cdar
author "Meillo r e t u r n s <meillo@marmaro.de>"
date Sun, 03 Dec 2006 21:54:43 +0100
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/unit_Editor_as_BrowseDir.dfm	Sun Dec 03 21:54:43 2006 +0100
     1.3 @@ -0,0 +1,77 @@
     1.4 +object form_Editor_as_BrowseDir: Tform_Editor_as_BrowseDir
     1.5 +  Left = 436
     1.6 +  Top = 201
     1.7 +  BorderIcons = []
     1.8 +  BorderStyle = bsSingle
     1.9 +  Caption = 'Chose Directory'
    1.10 +  ClientHeight = 299
    1.11 +  ClientWidth = 290
    1.12 +  Color = clBtnFace
    1.13 +  Font.Charset = DEFAULT_CHARSET
    1.14 +  Font.Color = clWindowText
    1.15 +  Font.Height = -11
    1.16 +  Font.Name = 'MS Sans Serif'
    1.17 +  Font.Style = []
    1.18 +  FormStyle = fsStayOnTop
    1.19 +  OldCreateOrder = False
    1.20 +  Position = poScreenCenter
    1.21 +  OnClose = FormClose
    1.22 +  OnCreate = FormCreate
    1.23 +  OnShow = FormShow
    1.24 +  PixelsPerInch = 96
    1.25 +  TextHeight = 13
    1.26 +  object dirlbx_1: TDirectoryListBox
    1.27 +    Left = 10
    1.28 +    Top = 40
    1.29 +    Width = 271
    1.30 +    Height = 191
    1.31 +    ItemHeight = 16
    1.32 +    TabOrder = 2
    1.33 +    OnChange = dirlbx_1Change
    1.34 +  end
    1.35 +  object tbx_Path: TEdit
    1.36 +    Left = 10
    1.37 +    Top = 240
    1.38 +    Width = 271
    1.39 +    Height = 21
    1.40 +    TabStop = False
    1.41 +    ReadOnly = True
    1.42 +    TabOrder = 4
    1.43 +    Text = 'tbx_Path'
    1.44 +  end
    1.45 +  object btn_NewDir: TBitBtn
    1.46 +    Left = 180
    1.47 +    Top = 10
    1.48 +    Width = 101
    1.49 +    Height = 19
    1.50 +    Caption = 'Create new Dir'
    1.51 +    TabOrder = 3
    1.52 +    OnClick = btn_NewDirClick
    1.53 +  end
    1.54 +  object btn_Apply: TButton
    1.55 +    Left = 180
    1.56 +    Top = 270
    1.57 +    Width = 101
    1.58 +    Height = 25
    1.59 +    Caption = 'Apply Changes'
    1.60 +    TabOrder = 1
    1.61 +    OnClick = btn_ApplyClick
    1.62 +  end
    1.63 +  object btn_Cancel: TButton
    1.64 +    Left = 70
    1.65 +    Top = 270
    1.66 +    Width = 101
    1.67 +    Height = 25
    1.68 +    Caption = 'Cancel Changes'
    1.69 +    TabOrder = 0
    1.70 +    OnClick = btn_CancelClick
    1.71 +  end
    1.72 +  object dcobx_1: TDriveComboBox
    1.73 +    Left = 10
    1.74 +    Top = 10
    1.75 +    Width = 161
    1.76 +    Height = 19
    1.77 +    TabOrder = 5
    1.78 +    OnChange = dcobx_1Change
    1.79 +  end
    1.80 +end