-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathuFormAddFileNames.dfm
58 lines (58 loc) · 1.17 KB
/
uFormAddFileNames.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
object FormAddFiles: TFormAddFiles
Left = 0
Top = 0
Caption = 'Add file names'
ClientHeight = 267
ClientWidth = 642
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
DesignSize = (
642
267)
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 0
Top = 0
Width = 642
Height = 228
Align = alTop
Anchors = [akLeft, akTop, akRight, akBottom]
BorderStyle = bsNone
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
ScrollBars = ssBoth
TabOrder = 0
WordWrap = False
end
object ButtonAddFiles: TButton
Left = 8
Top = 234
Width = 113
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Add'
TabOrder = 1
OnClick = ButtonAddFilesClick
end
object ButtonClear: TButton
Left = 127
Top = 234
Width = 98
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Clear'
TabOrder = 2
OnClick = ButtonClearClick
end
end