-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit1.dfm
87 lines (87 loc) · 1.68 KB
/
Unit1.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
object Form1: TForm1
Left = 0
Top = 0
Width = 606
Height = 652
AutoScroll = True
AutoSize = True
Caption = 'TXTGenerator'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
OldCreateOrder = False
Scaled = False
OnShow = LoadFile
PixelsPerInch = 96
TextHeight = 14
object Edit1: TEdit
Left = 113
Top = 2
Width = 40
Height = 25
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 0
Text = '300'
end
object SaveFile: TButton
Left = 0
Top = 2
Width = 75
Height = 33
Caption = 'Save'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = SaveFileClick
end
object Generate: TButton
Left = 159
Top = 0
Width = 75
Height = 33
Caption = 'Generate'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = GenerateClick
end
object Memo1: TMemo
Left = 8
Top = 39
Width = 582
Height = 575
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
ScrollBars = ssVertical
TabOrder = 3
end
object Delete: TButton
Left = 240
Top = 0
Width = 81
Height = 33
Caption = 'Delete'
TabOrder = 4
OnClick = DeleteClick
end
end