-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy patheditpurringerform.dfm
130 lines (130 loc) · 2.92 KB
/
editpurringerform.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
object frmEditPurringer: TfrmEditPurringer
Left = 192
Top = 110
BorderStyle = bsDialog
BorderWidth = 4
Caption = 'Redigere purringer'
ClientHeight = 191
ClientWidth = 280
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Trebuchet MS'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 16
object RzGroupBox1: TRzGroupBox
Left = 0
Top = 0
Width = 280
Height = 155
Align = alClient
Caption = 'Instillinger'
TabOrder = 0
object lbKunde: TRzLabel
Left = 26
Top = 30
Width = 89
Height = 23
Alignment = taRightJustify
AutoSize = False
Caption = 'Purringer '
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
Layout = tlCenter
BlinkColor = clRed
BorderOuter = fsFlatRounded
BorderSides = [sdRight, sdBottom]
TextStyle = tsRaised
end
object RzLabel1: TRzLabel
Left = 26
Top = 61
Width = 89
Height = 23
Alignment = taRightJustify
AutoSize = False
Caption = 'Inkasso varsel '
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
Layout = tlCenter
BlinkColor = clRed
BorderOuter = fsFlatRounded
BorderSides = [sdRight, sdBottom]
TextStyle = tsRaised
end
object Label1: TLabel
Left = 28
Top = 98
Width = 216
Height = 32
Caption =
'OBS: Du må oppdatere nøkkeltallene for at'#13'forandringene skal ful' +
'lføres mot omsetning.'
Font.Charset = ANSI_CHARSET
Font.Color = clGray
Font.Height = -11
Font.Name = 'Trebuchet MS'
Font.Style = []
ParentFont = False
end
object RzDBSpinner1: TRzDBSpinner
Left = 120
Top = 30
Width = 123
Height = 23
Max = 4
ParentColor = False
TabOrder = 0
DataField = 'Purringer'
DataSource = AppData.FakturaDs
end
object RzDBSpinner2: TRzDBSpinner
Left = 120
Top = 60
Width = 123
Height = 23
Max = 4
ParentColor = False
TabOrder = 1
DataField = 'Varsel'
DataSource = AppData.FakturaDs
end
end
object RzDialogButtons1: TRzDialogButtons
Left = 0
Top = 155
Width = 280
ActionOk = DoOK
ActionCancel = DoCancel
CaptionOk = 'OK'
CaptionCancel = 'Avbryt'
CaptionHelp = '&Help'
TabOrder = 1
end
object ActionList1: TActionList
Left = 98
Top = 136
object DoOK: TAction
Caption = 'OK'
OnExecute = DoOKExecute
end
object DoCancel: TAction
Caption = 'Avbryt'
OnExecute = DoCancelExecute
end
end
end