-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNewArticle.~dfm
More file actions
executable file
·61 lines (61 loc) · 1.02 KB
/
NewArticle.~dfm
File metadata and controls
executable file
·61 lines (61 loc) · 1.02 KB
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
object Form15: TForm15
Left = 274
Top = 235
Width = 979
Height = 563
Caption = 'Create a new article'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 32
Top = 48
Width = 43
Height = 13
Caption = 'Heading:'
end
object Label2: TLabel
Left = 32
Top = 80
Width = 40
Height = 13
Caption = 'Content:'
end
object Edit1: TEdit
Left = 88
Top = 40
Width = 465
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object RichEdit1: TRichEdit
Left = 32
Top = 96
Width = 521
Height = 377
TabOrder = 1
end
object BitBtn1: TBitBtn
Left = 480
Top = 488
Width = 75
Height = 25
TabOrder = 2
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 392
Top = 488
Width = 75
Height = 25
TabOrder = 3
Kind = bkCancel
end
end