-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathformFormat.dfm
More file actions
127 lines (127 loc) · 2.75 KB
/
formFormat.dfm
File metadata and controls
127 lines (127 loc) · 2.75 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
object frmFormat: TfrmFormat
Left = 312
Top = 258
Width = 870
Height = 500
Caption = 'Format Factory'
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 JvSplitter1: TJvSplitter
Left = 385
Top = 29
Width = 6
Height = 444
end
object JvToolBar1: TJvToolBar
Left = 0
Top = 0
Width = 862
Height = 29
Caption = 'JvToolBar1'
Images = Form1.ImageList1
TabOrder = 0
object ToolButton4: TToolButton
Left = 0
Top = 2
Caption = 'ToolButton4'
ImageIndex = 0
OnClick = ToolButton4Click
end
object ToolButton5: TToolButton
Left = 23
Top = 2
Width = 8
Caption = 'ToolButton5'
ImageIndex = 4
Style = tbsSeparator
end
object ToolButton1: TToolButton
Left = 31
Top = 2
Hint = 'Save Right Text'
Caption = 'ToolButton1'
ImageIndex = 3
ParentShowHint = False
ShowHint = True
OnClick = ToolButton1Click
end
object ToolButton2: TToolButton
Left = 54
Top = 2
Hint = 'Save Right Text As'
Caption = 'ToolButton2'
ImageIndex = 2
ParentShowHint = False
ShowHint = True
OnClick = ToolButton2Click
end
object ToolButton3: TToolButton
Left = 77
Top = 2
Width = 8
Caption = 'ToolButton3'
ImageIndex = 3
Style = tbsSeparator
end
object Edit1: TEdit
Left = 85
Top = 2
Width = 450
Height = 22
TabStop = False
TabOrder = 0
end
end
object richOrg: TJvRichEdit
Left = 0
Top = 29
Width = 385
Height = 444
Align = alLeft
AllowObjects = False
PlainText = True
StreamFormat = sfPlainText
StreamMode = [smNoObjects]
TabOrder = 1
WantTabs = True
WordWrap = False
OnVerticalScroll = richOrgVerticalScroll
end
object richModded: TJvRichEdit
Left = 391
Top = 29
Width = 471
Height = 444
Align = alClient
AllowObjects = False
PlainText = True
StreamFormat = sfPlainText
StreamMode = [smNoObjects]
TabOrder = 2
WantTabs = True
WordWrap = False
end
object JvSaveDialog1: TJvSaveDialog
DefaultExt = 'txt'
Filter = 'txt Files (*.txt)|*.txt|all Files (*.*)|*.*'
Height = 0
Width = 0
Left = 600
Top = 80
end
object JvOpenDialog1: TJvOpenDialog
DefaultExt = 'txt'
Filter = 'txt Files (*.txt)|*.txt|all Files (*.*)|*.*'
Height = 0
Width = 0
Left = 520
Top = 80
end
end