-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuChartDiff.dfm
More file actions
128 lines (128 loc) · 2.44 KB
/
Copy pathuChartDiff.dfm
File metadata and controls
128 lines (128 loc) · 2.44 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
object FrmChartDiff: TFrmChartDiff
Left = 0
Top = 0
Caption = 'ChartDiff'
ClientHeight = 434
ClientWidth = 635
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 353
Top = 41
Width = 4
Height = 301
ExplicitLeft = 292
ExplicitTop = 35
end
object Splitter2: TSplitter
Left = 0
Top = 342
Width = 635
Height = 3
Cursor = crVSplit
Align = alBottom
ExplicitLeft = 316
ExplicitTop = 41
ExplicitWidth = 258
end
object LabelNewNumbers: TLabel
Left = 357
Top = 41
Width = 88
Height = 301
Align = alLeft
Caption = 'LabelNewNumbers'
ExplicitLeft = 341
ExplicitHeight = 13
end
object LabelOldNumbers: TLabel
Left = 0
Top = 41
Width = 83
Height = 301
Align = alLeft
Caption = 'LabelOldNumbers'
ExplicitHeight = 13
end
object PanelTop: TPanel
Left = 0
Top = 0
Width = 635
Height = 41
Align = alTop
TabOrder = 0
object btnRunDiff: TButton
Left = 24
Top = 10
Width = 75
Height = 25
Caption = 'Run Diff'
TabOrder = 0
OnClick = btnRunDiffClick
end
end
object MemoDiff: TMemo
Left = 0
Top = 345
Width = 635
Height = 89
Align = alBottom
Lines.Strings = (
'MemoDiff')
TabOrder = 1
end
object RichEditOld: TRichEdit
Left = 83
Top = 41
Width = 270
Height = 301
Align = alLeft
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Consolas'
Font.Style = []
Lines.Strings = (
'RichEditOld')
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 2
WordWrap = False
end
object RichEditNew: TRichEdit
Left = 445
Top = 41
Width = 190
Height = 301
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Consolas'
Font.Style = []
Lines.Strings = (
'RichEditNew')
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 3
WordWrap = False
ExplicitLeft = 480
ExplicitTop = 39
ExplicitWidth = 185
ExplicitHeight = 300
end
object TimerUpdate: TTimer
OnTimer = TimerUpdateTimer
Left = 288
Top = 8
end
end