-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathformunit.lfm
53 lines (53 loc) · 1.08 KB
/
formunit.lfm
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
object LythaPricingUtilsForm: TLythaPricingUtilsForm
Left = 1018
Height = 52
Top = 117
Width = 230
AutoSize = True
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Pricing Utilities'
ClientHeight = 52
ClientWidth = 230
OnCreate = FormCreate
LCLVersion = '1.8.4.0'
object EtsyGroupBox1: TGroupBox
Left = 8
Height = 48
Top = 0
Width = 215
Caption = 'Etsy Listing'
ClientHeight = 28
ClientWidth = 211
TabOrder = 0
object EtsyFormulaLabel: TLabel
Left = 70
Height = 15
Top = 4
Width = 86
Caption = ' + ?.?% + $?.?? ='
ParentColor = False
end
object EtsyPriceLabel: TLabel
Left = 163
Height = 15
Top = 4
Width = 25
Caption = '$?.??'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object BasePriceEdit: TFloatSpinEdit
Left = 1
Height = 23
Top = 0
Width = 69
Increment = 0.01
MaxValue = 999
MinValue = 0
OnChange = BasePriceEditChange
TabOrder = 0
Value = 1
end
end
end