-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit1.dfm
93 lines (93 loc) · 3.89 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
88
89
90
91
92
93
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 581
ClientWidth = 636
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object SRichViewEdit1: TSRichViewEdit
Left = 8
Top = 48
Width = 620
Height = 525
Cursor = crIBeam
Color = 10070188
TabOrder = 0
HScrollBarSchemeIndex = 0
VScrollBarSchemeIndex = 0
Version = 'v5.9.6'
PageProperty.PageWidth = 210.000000000000000000
PageProperty.PageHeight = 297.000000000000000000
PageProperty.LeftMargin = 35.000000000000000000
PageProperty.RightMargin = 15.000000000000000000
PageProperty.TopMargin = 25.000000000000000000
PageProperty.BottomMargin = 25.000000000000000000
PageProperty.PageNoFont.Charset = DEFAULT_CHARSET
PageProperty.PageNoFont.Color = clWindowText
PageProperty.PageNoFont.Height = -11
PageProperty.PageNoFont.Name = 'Arial'
PageProperty.PageNoFont.Style = []
PageProperty.PageBreak.Text = 'Page break'
PageProperty.HeaderY = 10.000000000000000000
PageProperty.FooterY = 10.000000000000000000
ViewProperty.MarginBounds = [srvmbLeft, srvmbRight, srvmbTop, srvmbBottom]
ViewProperty.HintFont.Charset = DEFAULT_CHARSET
ViewProperty.HintFont.Color = clInfoText
ViewProperty.HintFont.Height = -13
ViewProperty.HintFont.Name = 'Arial'
ViewProperty.HintFont.Style = []
ViewProperty.HintPrefixText = 'Page '
ViewProperty.ZoomPanelFont.Charset = DEFAULT_CHARSET
ViewProperty.ZoomPanelFont.Height = -11
ViewProperty.ZoomPanelFont.Name = 'Arial'
ViewProperty.ZoomPercent = 70.000000000000000000
ViewProperty.ZoomPercentEdit = 100.000000000000000000
ViewProperty.ZoomPercentIN = 38.010540008544920000
ViewProperty.ZoomPercentOUT = 100.000000000000000000
ViewProperty.MainTitleFont.Charset = DEFAULT_CHARSET
ViewProperty.MainTitleFont.Height = -11
ViewProperty.MainTitleFont.Name = 'Tahoma'
ViewProperty.MainTitleFont.Style = []
ViewProperty.HeaderTitle = 'Header'
ViewProperty.HeaderTitleFont.Charset = DEFAULT_CHARSET
ViewProperty.HeaderTitleFont.Height = -11
ViewProperty.HeaderTitleFont.Name = 'Tahoma'
ViewProperty.HeaderTitleFont.Style = []
ViewProperty.FooterTitle = 'Footer'
ViewProperty.FooterTitleFont.Charset = DEFAULT_CHARSET
ViewProperty.FooterTitleFont.Height = -11
ViewProperty.FooterTitleFont.Name = 'Tahoma'
ViewProperty.FooterTitleFont.Style = []
BackgroundProperty.PercentMiddle = 50.000000000000000000
MenuHButtons = <>
MenuVButtons = <>
MenuHorizontal.PenFrame.Color = 12937777
MenuHorizontal.ButtonWidth = 15
MenuVertical.PenFrame.Color = 12937777
MenuVertical.ButtonHeight = 15
CaretBlinkTime = 530
RVColor = clWhite
RVOptions = [rvoAllowSelection, rvoScrollToEnd, rvoTagsArePChars, rvoAutoCopyUnicodeText, rvoAutoCopyRVF, rvoAutoCopyImage, rvoAutoCopyRTF, rvoFormatInvalidate, rvoDblClickSelectsWord, rvoRClickDeselects, rvoShowGridLines, rvoFastFormatting]
RVEditorOptions = [rvoCtrlJumps, rvoWantTabs]
RTFOptions = [rvrtfDuplicateUnicode, rvrtfSaveEMFAsWMF, rvrtfSaveJpegAsJpeg, rvrtfSavePngAsPng, rvrtfSaveDocParameters, rvrtfSaveHeaderFooter]
RVFOptions = [rvfoSavePicturesBody, rvfoSaveControlsBody, rvfoIgnoreUnknownPicFmt, rvfoIgnoreUnknownCtrls, rvfoConvUnknownStylesToZero, rvfoConvLargeImageIdxToZero, rvfoSaveBinary, rvfoSaveBack, rvfoLoadBack, rvfoSaveTextStyles, rvfoSaveParaStyles, rvfoSaveLayout, rvfoLoadLayout, rvfoSaveDocProperties, rvfoLoadDocProperties]
TabNavigation = rvtnNone
end
object Button1: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 1
OnClick = Button1Click
end
end