/Demos/SimpleStorage/uMainForm.dfm
Unknown | 98 lines | 98 code | 0 blank | 0 comment | 0 complexity | 67a5fb8b45b2eb926e06989942c0946a MD5 | raw file
Possible License(s): GPL-2.0, LGPL-3.0
1object frmMain: TfrmMain 2 Left = 117 3 Top = 87 4 ActiveControl = btnCreate 5 Caption = 'TKBDynamic - Simple tree storage' 6 ClientHeight = 502 7 ClientWidth = 382 8 Color = clBtnFace 9 Constraints.MinHeight = 183 10 Constraints.MinWidth = 320 11 Font.Charset = DEFAULT_CHARSET 12 Font.Color = clWindowText 13 Font.Height = -11 14 Font.Name = 'Tahoma' 15 Font.Style = [] 16 OldCreateOrder = False 17 Position = poDesigned 18 OnCreate = FormCreate 19 DesignSize = ( 20 382 21 502) 22 PixelsPerInch = 96 23 TextHeight = 13 24 object gbStorage: TGroupBox 25 Left = 8 26 Top = 8 27 Width = 366 28 Height = 455 29 Anchors = [akLeft, akTop, akRight, akBottom] 30 Caption = 'FileSystem storage' 31 TabOrder = 0 32 DesignSize = ( 33 366 34 455) 35 object Label1: TLabel 36 Left = 16 37 Top = 20 38 Width = 129 39 Height = 13 40 Alignment = taRightJustify 41 AutoSize = False 42 Caption = 'Storage display name:' 43 end 44 object edtStorageName: TEdit 45 Left = 151 46 Top = 17 47 Width = 198 48 Height = 21 49 Anchors = [akLeft, akTop, akRight] 50 ReadOnly = True 51 TabOrder = 0 52 end 53 object tvStorage: TTreeView 54 Left = 16 55 Top = 44 56 Width = 333 57 Height = 365 58 Anchors = [akLeft, akTop, akRight, akBottom] 59 Indent = 19 60 TabOrder = 1 61 end 62 object btnCreate: TButton 63 Left = 193 64 Top = 415 65 Width = 75 66 Height = 25 67 Anchors = [akRight, akBottom] 68 Caption = '&Create...' 69 TabOrder = 2 70 OnClick = btnCreateClick 71 end 72 object btnLoad: TButton 73 Left = 274 74 Top = 415 75 Width = 75 76 Height = 25 77 Anchors = [akRight, akBottom] 78 Caption = '&Load' 79 TabOrder = 3 80 OnClick = btnLoadClick 81 end 82 end 83 object btnClose: TButton 84 Left = 299 85 Top = 469 86 Width = 75 87 Height = 25 88 Anchors = [akRight, akBottom] 89 Cancel = True 90 Caption = '&Close' 91 TabOrder = 1 92 OnClick = btnCloseClick 93 end 94 object dlgOpen: TOpenDialog 95 Left = 128 96 Top = 368 97 end 98end