-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfmmain.dfm
More file actions
144 lines (144 loc) · 2.84 KB
/
fmmain.dfm
File metadata and controls
144 lines (144 loc) · 2.84 KB
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
object Form1: TForm1
Left = 789
Top = 190
BorderStyle = bsToolWindow
Caption = 'Form1'
ClientHeight = 235
ClientWidth = 469
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object BitBtn1: TSpeedButton
Left = 0
Top = 64
Width = 65
Height = 105
Caption = 'Left'
OnClick = BitBtn1Click
end
object BitBtn2: TSpeedButton
Left = 326
Top = 64
Width = 65
Height = 105
Caption = 'Right'
OnClick = BitBtn2Click
end
object BitBtn3: TSpeedButton
Left = 62
Top = 0
Width = 267
Height = 65
Caption = 'Up'
OnClick = BitBtn3Click
end
object BitBtn4: TSpeedButton
Left = 62
Top = 168
Width = 267
Height = 65
Caption = 'Down'
OnClick = BitBtn4Click
end
object BitBtn5: TSpeedButton
Left = 344
Top = 35
Width = 104
Height = 25
Caption = 'best action'
OnClick = BitBtn5Click
end
object Button1: TSpeedButton
Left = 336
Top = 184
Width = 129
Height = 33
OnClick = Button1Click
end
object SpeedButton1: TSpeedButton
Left = 408
Top = 67
Width = 48
Height = 46
Caption = 'self'
OnClick = BitBtn5Click
end
object Label1: TLabel
Left = 336
Top = 222
Width = 3
Height = 13
end
object SpeedButton2: TSpeedButton
Left = 0
Top = 171
Width = 25
Height = 22
Caption = 'bot1'
OnClick = SpeedButton2Click
end
object SpeedButton3: TSpeedButton
Left = 0
Top = 11
Width = 49
Height = 38
Caption = 'add new'
Enabled = False
OnClick = SpeedButton3Click
end
object SpeedButton4: TSpeedButton
Left = 0
Top = 203
Width = 25
Height = 22
Caption = 'bot2'
OnClick = SpeedButton4Click
end
object SpeedButton5: TSpeedButton
Left = 32
Top = 171
Width = 25
Height = 22
Caption = 'bot3'
OnClick = SpeedButton5Click
end
object Grid: TDrawGrid
Left = 64
Top = 64
Width = 263
Height = 103
TabStop = False
ColCount = 4
FixedCols = 0
RowCount = 4
FixedRows = 0
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnDrawCell = GridDrawCell
OnMouseDown = GridMouseDown
end
object CheckRandom: TCheckBox
Left = 344
Top = 8
Width = 97
Height = 17
TabStop = False
Caption = 'random'
TabOrder = 1
OnClick = CheckRandomClick
end
end