-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathuChangeRate.dfm
174 lines (174 loc) · 3.76 KB
/
uChangeRate.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
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
167
168
169
170
171
172
173
174
object frmChangeRate: TfrmChangeRate
Left = 1000
Top = 316
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Change rate'
ClientHeight = 266
ClientWidth = 240
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object cxLabel1: TsLabel
Left = 8
Top = 125
Width = 219
Height = 165
Alignment = taCenter
AutoSize = False
Caption =
'Note : '#13#10'If currency is changed without saving to currency tabl' +
'e before leaving invoice, then changes will revert the next time' +
' the invoice is opened.'
ParentFont = False
WordWrap = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
end
object cxLabel2: TsLabel
Left = 10
Top = 16
Width = 58
Height = 17
Alignment = taRightJustify
AutoSize = False
Caption = 'Currency :'
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
end
object cxLabel3: TsLabel
Left = 13
Top = 39
Width = 55
Height = 17
Alignment = taRightJustify
AutoSize = False
Caption = 'Rate :'
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
end
object labCurrency: TsLabel
Left = 72
Top = 13
Width = 25
Height = 21
Caption = 'ISK'
Color = clBtnFace
ParentColor = False
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Tahoma'
Font.Style = []
end
object Panel1: TsPanel
Left = 0
Top = 233
Width = 240
Height = 33
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
SkinData.SkinSection = 'PANEL'
object btnOK: TsButton
Left = 90
Top = 4
Width = 70
Height = 25
Caption = 'OK'
ImageIndex = 82
Images = DImages.PngImageList1
ModalResult = 1
TabOrder = 0
OnClick = cxButton2Click
SkinData.SkinSection = 'BUTTON'
end
object btnCancel: TsButton
Left = 165
Top = 4
Width = 70
Height = 25
Caption = 'Cancel'
ImageIndex = 4
Images = DImages.PngImageList1
ModalResult = 2
TabOrder = 1
OnClick = cxButton2Click
SkinData.SkinSection = 'BUTTON'
end
end
object edRate: TsCalcEdit
Left = 72
Top = 37
Width = 75
Height = 21
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
SkinData.SkinSection = 'EDIT'
GlyphMode.Blend = 0
GlyphMode.Grayed = False
end
object btnSave: TsButton
Left = 157
Top = 37
Width = 70
Height = 25
Caption = 'Save'
ImageIndex = 2
Images = DImages.PngImageList1
TabOrder = 2
OnClick = btnSaveClick
SkinData.SkinSection = 'BUTTON'
end
object btnGetFromWeb: TsButton
Left = 8
Top = 64
Width = 219
Height = 25
Caption = 'Get from web service'
ImageIndex = 100
Images = DImages.PngImageList1
TabOrder = 3
OnClick = btnGetFromWebClick
SkinData.SkinSection = 'BUTTON'
end
object cxButton1: TsButton
Left = 8
Top = 94
Width = 219
Height = 25
Caption = 'Get from currencies'
ImageIndex = 108
Images = DImages.PngImageList1
TabOrder = 4
OnClick = cxButton1Click
SkinData.SkinSection = 'BUTTON'
end
end