-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNewsForm.dfm
More file actions
81 lines (81 loc) · 1.85 KB
/
NewsForm.dfm
File metadata and controls
81 lines (81 loc) · 1.85 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
object frmNews: TfrmNews
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 779
ClientWidth = 1270
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 552
Width = 154
Height = 23
Caption = #51077#44552#51068', '#48120#45225#51088' '#49345#54889
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 560
Top = 552
Width = 74
Height = 23
Caption = #50724#45720' '#51060#49800
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object CalendarView1: TCalendarView
Left = 8
Top = 8
Width = 1254
Height = 529
Date = 44160.000000000000000000
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'Segoe UI'
Font.Style = []
HeaderInfo.DaysOfWeekFont.Charset = DEFAULT_CHARSET
HeaderInfo.DaysOfWeekFont.Color = clWindowText
HeaderInfo.DaysOfWeekFont.Height = -13
HeaderInfo.DaysOfWeekFont.Name = 'Segoe UI'
HeaderInfo.DaysOfWeekFont.Style = []
HeaderInfo.Font.Charset = DEFAULT_CHARSET
HeaderInfo.Font.Color = clWindowText
HeaderInfo.Font.Height = -20
HeaderInfo.Font.Name = 'Segoe UI'
HeaderInfo.Font.Style = []
ParentFont = False
TabOrder = 0
end
object Memo1: TMemo
Left = 16
Top = 581
Width = 513
Height = 190
TabOrder = 1
end
object Memo2: TMemo
Left = 560
Top = 581
Width = 702
Height = 190
TabOrder = 2
end
end