-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTopicView.dfm
More file actions
executable file
·166 lines (162 loc) · 3.71 KB
/
TopicView.dfm
File metadata and controls
executable file
·166 lines (162 loc) · 3.71 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
object Form13: TForm13
Left = 475
Top = 241
Width = 614
Height = 656
Caption = 'Topic View'
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 Bevel1: TBevel
Left = 16
Top = 272
Width = 521
Height = 9
Shape = bsTopLine
end
object Label1: TLabel
Left = 128
Top = 80
Width = 50
Height = 13
Caption = 'Topic One'
end
object Label2: TLabel
Left = 128
Top = 96
Width = 263
Height = 13
Caption = 'by UserOne on Wednesday February 19, 2014 7:58 PM'
end
object Image1: TImage
Left = 24
Top = 80
Width = 89
Height = 73
end
object Label3: TLabel
Left = 24
Top = 168
Width = 45
Height = 13
Caption = 'User One'
end
object Label4: TLabel
Left = 24
Top = 192
Width = 50
Height = 13
Caption = 'Posts: 100'
end
object Label5: TLabel
Left = 24
Top = 216
Width = 64
Height = 13
Caption = 'Gender: Male'
end
object Label6: TLabel
Left = 128
Top = 288
Width = 99
Height = 13
Caption = 'Reply #1: Topic One'
end
object Label7: TLabel
Left = 128
Top = 304
Width = 264
Height = 13
Caption = 'by UserTwo on Wednesday February 19, 2014 7:58 PM'
end
object Image2: TImage
Left = 24
Top = 288
Width = 89
Height = 73
end
object Label8: TLabel
Left = 24
Top = 376
Width = 43
Height = 13
Caption = 'UserTwo'
end
object Label9: TLabel
Left = 24
Top = 400
Width = 44
Height = 13
Caption = 'Posts: 52'
end
object Label10: TLabel
Left = 24
Top = 424
Width = 64
Height = 13
Caption = 'Gender: Male'
end
object Bevel2: TBevel
Left = 16
Top = 488
Width = 521
Height = 9
Shape = bsTopLine
end
object Button1: TButton
Left = 16
Top = 24
Width = 75
Height = 25
Caption = 'Post Reply'
TabOrder = 0
end
object Memo1: TMemo
Left = 128
Top = 120
Width = 345
Height = 145
Lines.Strings = (
'Lorem Ipsum is simply dummy text of the printing and '
'typesetting industry. Lorem Ipsum has been the industry'#39's '
'standard dummy text ever since the 1500s, when an unknown '
'printer took a galley of type and scrambled it to make '
'a type specimen book. It has survived not only five centuries,'
'but also the leap into electronic typesetting, remaining essenti' +
'ally'
'unchanged. It was popularised in the 1960s with the release of'
'Letraset sheets containing Lorem Ipsum passages, and more recent' +
'ly'
'with desktop publishing software like Aldus PageMaker including '
'versions '
'of Lorem Ipsum.')
TabOrder = 1
end
object Memo2: TMemo
Left = 128
Top = 328
Width = 345
Height = 145
Lines.Strings = (
'Lorem Ipsum is simply dummy text of the printing and '
'typesetting industry. Lorem Ipsum has been the industry'#39's '
'standard dummy text ever since the 1500s, when an unknown '
'printer took a galley of type and scrambled it to make '
'a type specimen book. It has survived not only five centuries,'
'but also the leap into electronic typesetting, remaining essenti' +
'ally'
'unchanged. It was popularised in the 1960s with the release of'
'Letraset sheets containing Lorem Ipsum passages, and more recent' +
'ly'
'with desktop publishing software like Aldus PageMaker including '
'versions '
'of Lorem Ipsum.')
TabOrder = 2
end
end