-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathItemShopTableForm.dfm
74 lines (74 loc) · 1.66 KB
/
ItemShopTableForm.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
object fItemShopTableForm: TfItemShopTableForm
Left = 217
Top = 63
BorderIcons = [biSystemMenu, biMaximize]
BorderStyle = bsSingle
Caption = 'Item-shop table'
ClientHeight = 656
ClientWidth = 1048
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
DesignSize = (
1048
656)
PixelsPerInch = 96
TextHeight = 13
object lblSelectedInfo: TLabel
Left = 970
Top = 634
Width = 71
Height = 13
Alignment = taRightJustify
Anchors = [akRight, akBottom]
Caption = 'lblSelectedInfo'
end
object lblNoTable: TLabel
Left = 8
Top = 8
Width = 1033
Height = 617
Alignment = taCenter
Anchors = [akLeft, akTop, akRight, akBottom]
AutoSize = False
Caption =
'Table cannot be shown, there is no item in the list and/or no va' +
'lid item shop.'
Layout = tlCenter
Visible = False
end
object dgTable: TDrawGrid
Left = 8
Top = 8
Width = 1033
Height = 617
Anchors = [akLeft, akTop, akRight, akBottom]
Color = 16316664
ColCount = 2
DefaultDrawing = False
RowCount = 2
Options = [goThumbTracking]
TabOrder = 0
OnDblClick = dgTableDblClick
OnDrawCell = dgTableDrawCell
OnMouseMove = dgTableMouseMove
OnSelectCell = dgTableSelectCell
end
object cbCompactView: TCheckBox
Left = 8
Top = 632
Width = 89
Height = 17
Anchors = [akLeft, akBottom]
Caption = 'Compact view'
TabOrder = 1
OnClick = cbCompactViewClick
end
end