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 wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/unit_Editor_as_BrowseDir.dfm	Sun Dec 03 21:54:43 2006 +0100
@@ -0,0 +1,77 @@
+object form_Editor_as_BrowseDir: Tform_Editor_as_BrowseDir
+  Left = 436
+  Top = 201
+  BorderIcons = []
+  BorderStyle = bsSingle
+  Caption = 'Chose Directory'
+  ClientHeight = 299
+  ClientWidth = 290
+  Color = clBtnFace
+  Font.Charset = DEFAULT_CHARSET
+  Font.Color = clWindowText
+  Font.Height = -11
+  Font.Name = 'MS Sans Serif'
+  Font.Style = []
+  FormStyle = fsStayOnTop
+  OldCreateOrder = False
+  Position = poScreenCenter
+  OnClose = FormClose
+  OnCreate = FormCreate
+  OnShow = FormShow
+  PixelsPerInch = 96
+  TextHeight = 13
+  object dirlbx_1: TDirectoryListBox
+    Left = 10
+    Top = 40
+    Width = 271
+    Height = 191
+    ItemHeight = 16
+    TabOrder = 2
+    OnChange = dirlbx_1Change
+  end
+  object tbx_Path: TEdit
+    Left = 10
+    Top = 240
+    Width = 271
+    Height = 21
+    TabStop = False
+    ReadOnly = True
+    TabOrder = 4
+    Text = 'tbx_Path'
+  end
+  object btn_NewDir: TBitBtn
+    Left = 180
+    Top = 10
+    Width = 101
+    Height = 19
+    Caption = 'Create new Dir'
+    TabOrder = 3
+    OnClick = btn_NewDirClick
+  end
+  object btn_Apply: TButton
+    Left = 180
+    Top = 270
+    Width = 101
+    Height = 25
+    Caption = 'Apply Changes'
+    TabOrder = 1
+    OnClick = btn_ApplyClick
+  end
+  object btn_Cancel: TButton
+    Left = 70
+    Top = 270
+    Width = 101
+    Height = 25
+    Caption = 'Cancel Changes'
+    TabOrder = 0
+    OnClick = btn_CancelClick
+  end
+  object dcobx_1: TDriveComboBox
+    Left = 10
+    Top = 10
+    Width = 161
+    Height = 19
+    TabOrder = 5
+    OnChange = dcobx_1Change
+  end
+end