-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathkundeValgForm.dfm
89 lines (89 loc) · 2.1 KB
/
kundeValgForm.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
object frmKundeValg: TfrmKundeValg
Left = 431
Top = 168
BorderStyle = bsDialog
BorderWidth = 4
Caption = 'Velg kunde'
ClientHeight = 396
ClientWidth = 407
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
DesignSize = (
407
396)
PixelsPerInch = 96
TextHeight = 13
object btnOK: TRzButton
Left = 245
Top = 366
Default = True
Action = DoOK
Anchors = [akRight, akBottom]
Color = 15791348
HighlightColor = 16026986
HotTrack = True
HotTrackColor = 3983359
TabOrder = 1
end
object btnCancel: TRzButton
Left = 329
Top = 366
Cancel = True
Action = DoCancel
Anchors = [akRight, akBottom]
Color = 15791348
HighlightColor = 16026986
HotTrack = True
HotTrackColor = 3983359
TabOrder = 2
end
object grid: TdxDBGrid
Left = 0
Top = 0
Width = 407
Height = 361
Bands = <
item
end>
DefaultLayout = True
HeaderPanelRowCount = 1
KeyField = 'Id'
SummaryGroups = <>
SummarySeparator = ', '
Align = alTop
TabOrder = 0
OnDblClick = gridDblClick
DataSource = AppData.KunderDs
Filter.Criteria = {00000000}
LookAndFeel = lfFlat
OptionsBehavior = [edgoAnsiSort, edgoAutoSearch, edgoAutoSort, edgoCaseInsensitive, edgoDragScroll, edgoEnterShowEditor, edgoImmediateEditor, edgoTabThrough, edgoVertThrough]
OptionsDB = [edgoCancelOnExit, edgoCanNavigation, edgoConfirmDelete, edgoUseBookmarks]
OptionsView = [edgoAutoWidth, edgoBandHeaderWidth, edgoRowSelect, edgoUseBitmap]
object gridColumn1: TdxDBGridColumn
BandIndex = 0
RowIndex = 0
FieldName = 'Firma'
end
end
object ActionList1: TActionList
Left = 174
Top = 252
object DoOK: TAction
Caption = 'Velg'
OnExecute = DoOKExecute
OnUpdate = DoOKUpdate
end
object DoCancel: TAction
Caption = 'Avbryt'
ShortCut = 27
OnExecute = DoCancelExecute
end
end
end