cdar

view unit_Editor_as_BrowseDir.dfm @ 2:104f349dcfcc

Added tag cdar-2.3 for changeset 87b91371db05b8cabe2dc3e2d2dc3ba830ab463b
author "Meillo r e t u r n s <meillo@marmaro.de>"
date Sun, 03 Dec 2006 21:56:41 +0100
parents
children
line source
1 object form_Editor_as_BrowseDir: Tform_Editor_as_BrowseDir
2 Left = 436
3 Top = 201
4 BorderIcons = []
5 BorderStyle = bsSingle
6 Caption = 'Chose Directory'
7 ClientHeight = 299
8 ClientWidth = 290
9 Color = clBtnFace
10 Font.Charset = DEFAULT_CHARSET
11 Font.Color = clWindowText
12 Font.Height = -11
13 Font.Name = 'MS Sans Serif'
14 Font.Style = []
15 FormStyle = fsStayOnTop
16 OldCreateOrder = False
17 Position = poScreenCenter
18 OnClose = FormClose
19 OnCreate = FormCreate
20 OnShow = FormShow
21 PixelsPerInch = 96
22 TextHeight = 13
23 object dirlbx_1: TDirectoryListBox
24 Left = 10
25 Top = 40
26 Width = 271
27 Height = 191
28 ItemHeight = 16
29 TabOrder = 2
30 OnChange = dirlbx_1Change
31 end
32 object tbx_Path: TEdit
33 Left = 10
34 Top = 240
35 Width = 271
36 Height = 21
37 TabStop = False
38 ReadOnly = True
39 TabOrder = 4
40 Text = 'tbx_Path'
41 end
42 object btn_NewDir: TBitBtn
43 Left = 180
44 Top = 10
45 Width = 101
46 Height = 19
47 Caption = 'Create new Dir'
48 TabOrder = 3
49 OnClick = btn_NewDirClick
50 end
51 object btn_Apply: TButton
52 Left = 180
53 Top = 270
54 Width = 101
55 Height = 25
56 Caption = 'Apply Changes'
57 TabOrder = 1
58 OnClick = btn_ApplyClick
59 end
60 object btn_Cancel: TButton
61 Left = 70
62 Top = 270
63 Width = 101
64 Height = 25
65 Caption = 'Cancel Changes'
66 TabOrder = 0
67 OnClick = btn_CancelClick
68 end
69 object dcobx_1: TDriveComboBox
70 Left = 10
71 Top = 10
72 Width = 161
73 Height = 19
74 TabOrder = 5
75 OnChange = dcobx_1Change
76 end
77 end