ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/DBAdmin/dlg/AddSecondaryFileDlgUnit.lfm
Revision: 380
Committed: Mon Jan 10 10:13:17 2022 UTC (2 years, 3 months ago) by tony
File size: 1941 byte(s)
Log Message:
propset for eol-style

File Contents

# Content
1 object AddSecondaryFileDlg: TAddSecondaryFileDlg
2 Left = 1292
3 Height = 186
4 Top = 532
5 Width = 386
6 BorderStyle = bsDialog
7 Caption = 'Add Secondary File'
8 ClientHeight = 186
9 ClientWidth = 386
10 OnClose = FormClose
11 Position = poMainFormCenter
12 LCLVersion = '1.8.3.0'
13 object Bevel1: TBevel
14 Left = 8
15 Height = 168
16 Top = 8
17 Width = 288
18 end
19 object Button1: TButton
20 Left = 304
21 Height = 29
22 Top = 8
23 Width = 75
24 Caption = 'OK'
25 Default = True
26 ModalResult = 1
27 TabOrder = 0
28 end
29 object Button2: TButton
30 Left = 304
31 Height = 29
32 Top = 45
33 Width = 75
34 Cancel = True
35 Caption = 'Cancel'
36 ModalResult = 2
37 TabOrder = 1
38 end
39 object Label1: TLabel
40 Left = 16
41 Height = 14
42 Top = 24
43 Width = 58
44 Caption = 'File Name'
45 FocusControl = FileName
46 ParentColor = False
47 end
48 object FileName: TEdit
49 Left = 16
50 Height = 24
51 Top = 40
52 Width = 273
53 TabOrder = 2
54 Text = 'FileName'
55 end
56 object Label2: TLabel
57 Left = 16
58 Height = 14
59 Top = 88
60 Width = 81
61 Caption = '&Starting after'
62 FocusControl = StartAfter
63 ParentColor = False
64 end
65 object StartAfter: TEdit
66 Left = 104
67 Height = 24
68 Top = 84
69 Width = 81
70 NumbersOnly = True
71 TabOrder = 3
72 Text = 'StartAfter'
73 end
74 object InPagesBtn: TRadioButton
75 Left = 152
76 Height = 22
77 Top = 144
78 Width = 58
79 Caption = '&Pages'
80 Checked = True
81 TabOrder = 4
82 TabStop = True
83 end
84 object RadioButton2: TRadioButton
85 Left = 232
86 Height = 22
87 Top = 144
88 Width = 48
89 Caption = 'MBs'
90 TabOrder = 5
91 end
92 object Label3: TLabel
93 Left = 56
94 Height = 14
95 Top = 118
96 Width = 43
97 Caption = 'Length'
98 ParentColor = False
99 end
100 object FileLength: TEdit
101 Left = 105
102 Height = 24
103 Top = 112
104 Width = 80
105 NumbersOnly = True
106 TabOrder = 6
107 Text = 'FileLength'
108 end
109 end

Properties

Name Value
svn:eol-style native