ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/DBAdmin/dlg/AddShadowFileDlgUnit.lfm
Revision: 218
Committed: Fri Mar 16 11:08:20 2018 UTC (6 years, 1 month ago) by tony
File size: 1616 byte(s)
Log Message:
Fixes Merged

File Contents

# Content
1 object AddShadowFileDlg: TAddShadowFileDlg
2 Left = 496
3 Height = 129
4 Top = 305
5 Width = 383
6 BorderStyle = bsDialog
7 Caption = 'Add Shadow File'
8 ClientHeight = 129
9 ClientWidth = 383
10 OnClose = FormClose
11 OnShow = FormShow
12 Position = poMainFormCenter
13 LCLVersion = '1.8.3.0'
14 object Bevel1: TBevel
15 Left = 8
16 Height = 112
17 Top = 8
18 Width = 288
19 end
20 object Button1: TButton
21 Left = 304
22 Height = 29
23 Top = 8
24 Width = 75
25 Caption = 'OK'
26 Default = True
27 ModalResult = 1
28 TabOrder = 0
29 end
30 object Button2: TButton
31 Left = 304
32 Height = 29
33 Top = 45
34 Width = 75
35 Cancel = True
36 Caption = 'Cancel'
37 ModalResult = 2
38 TabOrder = 1
39 end
40 object Label1: TLabel
41 Left = 16
42 Height = 14
43 Top = 24
44 Width = 58
45 Caption = 'File Name'
46 FocusControl = FileName
47 ParentColor = False
48 end
49 object FileName: TEdit
50 Left = 16
51 Height = 24
52 Top = 40
53 Width = 273
54 TabOrder = 2
55 Text = 'FileName'
56 end
57 object InPagesBtn: TRadioButton
58 Left = 152
59 Height = 22
60 Top = 82
61 Width = 58
62 Caption = '&Pages'
63 Checked = True
64 TabOrder = 3
65 TabStop = True
66 end
67 object RadioButton2: TRadioButton
68 Left = 232
69 Height = 22
70 Top = 82
71 Width = 48
72 Caption = 'MBs'
73 TabOrder = 4
74 end
75 object Label3: TLabel
76 Left = 16
77 Height = 14
78 Top = 86
79 Width = 43
80 Caption = 'Length'
81 ParentColor = False
82 end
83 object FileLength: TEdit
84 Left = 65
85 Height = 24
86 Top = 80
87 Width = 80
88 NumbersOnly = True
89 TabOrder = 5
90 Text = 'FileLength'
91 end
92 end