-
Notifications
You must be signed in to change notification settings - Fork 0
/
romeditorunit.lfm
208 lines (208 loc) · 5.16 KB
/
romeditorunit.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
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
object RomEditorForm: TRomEditorForm
Left = 1191
Height = 222
Top = 350
Width = 320
Caption = 'ROM Editor'
ClientHeight = 202
ClientWidth = 320
Color = 7354424
Menu = MainMenu1
OnCreate = FormCreate
LCLVersion = '2.2.2.0'
object StringGrid1: TStringGrid
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = propOkShape
Left = 5
Height = 149
Top = 5
Width = 310
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Color = 8405056
ColCount = 4
Columns = <
item
Alignment = taRightJustify
MinSize = 8
MaxSize = 160
Title.Caption = 'bin'
end
item
Alignment = taRightJustify
MinSize = 8
MaxSize = 160
Title.Caption = 'dec'
end
item
Alignment = taRightJustify
MinSize = 8
MaxSize = 160
Title.Caption = '2cmp'
end>
FixedColor = 6303792
Flat = True
Font.Color = clWhite
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goDblClickAutoSize, goSmoothScroll]
ParentFont = False
TabOrder = 0
OnValidateEntry = StringGrid1ValidateEntry
Cells = (
2
0
0
'Adresse'
1
0
'Daten (bin)'
)
end
object propOkShape: TShape
AnchorSideLeft.Control = propAddDataShape
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 91
Height = 38
Top = 159
Width = 224
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Brush.Color = 6303792
OnMouseDown = propOkShapeMouseDown
Shape = stRoundRect
end
object propOkLabel: TLabel
AnchorSideLeft.Control = propOkShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = propOkShape
AnchorSideTop.Side = asrCenter
Left = 158
Height = 21
Top = 168
Width = 91
Caption = 'Übernehmen'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = propOkShapeMouseDown
end
object propAddDataShape: TShape
AnchorSideLeft.Control = propRemDataShape
AnchorSideLeft.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 48
Height = 38
Top = 159
Width = 38
Anchors = [akLeft, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Bottom = 5
Brush.Color = 6303792
OnMouseDown = propAddDataShapeMouseDown
Shape = stRoundRect
end
object propAddDataLabel: TLabel
AnchorSideLeft.Control = propAddDataShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = propAddDataShape
AnchorSideTop.Side = asrCenter
Left = 62
Height = 21
Top = 168
Width = 11
Caption = '+'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = propAddDataShapeMouseDown
end
object propRemDataShape: TShape
AnchorSideLeft.Control = Owner
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 5
Height = 38
Top = 159
Width = 38
Anchors = [akLeft, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Bottom = 5
Brush.Color = 6303792
OnMouseDown = propRemDataShapeMouseDown
Shape = stRoundRect
end
object propRemDataLabel: TLabel
AnchorSideLeft.Control = propRemDataShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = propRemDataShape
AnchorSideTop.Side = asrCenter
Left = 21
Height = 21
Top = 168
Width = 6
Caption = '-'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = propRemDataShapeMouseDown
end
object MainMenu1: TMainMenu
Left = 82
Top = 112
object miImport: TMenuItem
Caption = '&Importieren'
OnClick = miImportClick
end
object miExport: TMenuItem
Caption = '&Exportieren'
object miExportToCsv: TMenuItem
Caption = '&Datei (csv)...'
OnClick = miExportClick
end
object miExportToClipboard: TMenuItem
Caption = '&Zwischenablage'
OnClick = miExportToClipboardClick
end
end
end
object OpenDialog1: TOpenDialog
DefaultExt = '.csv'
Filter = 'CSV|*.csv'
FilterIndex = 0
Options = [ofPathMustExist, ofEnableSizing, ofViewDetail]
Left = 98
Top = 50
end
object SaveDialog1: TSaveDialog
DefaultExt = '.csv'
Filter = 'CSV|*.csv'
FilterIndex = 0
Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing, ofViewDetail]
Left = 175
Top = 66
end
end