-
Notifications
You must be signed in to change notification settings - Fork 1
/
MainForm.dfm
188 lines (188 loc) · 3.97 KB
/
MainForm.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
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
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 511
ClientWidth = 677
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 241
Top = 0
Height = 406
ExplicitLeft = 8
ExplicitTop = 208
ExplicitHeight = 100
end
object Splitter2: TSplitter
Left = 0
Top = 406
Width = 677
Height = 3
Cursor = crVSplit
Align = alBottom
ExplicitLeft = 2
ExplicitTop = 2
ExplicitWidth = 385
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 241
Height = 406
Align = alLeft
BevelOuter = bvNone
BorderWidth = 2
TabOrder = 0
ExplicitHeight = 386
object Label1: TLabel
Left = 2
Top = 2
Width = 237
Height = 13
Align = alTop
Caption = #1060#1072#1081#1083#1099':'
ExplicitWidth = 38
end
object tv_files: TTreeView
Left = 2
Top = 15
Width = 237
Height = 389
Align = alClient
Indent = 19
MultiSelect = True
PopupMenu = PopupMenu1
ReadOnly = True
TabOrder = 0
OnClick = tv_filesClick
ExplicitHeight = 369
end
end
object Panel3: TPanel
Left = 244
Top = 0
Width = 433
Height = 406
Align = alClient
BevelOuter = bvNone
BorderWidth = 2
TabOrder = 1
ExplicitHeight = 386
object vleParams: TValueListEditor
Left = 2
Top = 2
Width = 429
Height = 135
Align = alTop
TabOrder = 0
TitleCaptions.Strings = (
#1055#1072#1088#1072#1084#1077#1090#1088
#1047#1085#1072#1095#1077#1085#1080#1077)
ColWidths = (
150
273)
end
object ImgView321: TImgView32
Left = 2
Top = 137
Width = 429
Height = 267
Align = alClient
Bitmap.ResamplerClassName = 'TNearestResampler'
BitmapAlign = baCustom
Scale = 1.000000000000000000
ScaleMode = smOptimalScaled
ScrollBars.ShowHandleGrip = True
ScrollBars.Style = rbsDefault
ScrollBars.Size = 17
OverSize = 0
TabOrder = 1
ExplicitLeft = 104
ExplicitTop = 200
ExplicitWidth = 192
ExplicitHeight = 192
end
end
object StatusBar1: TStatusBar
Left = 0
Top = 492
Width = 677
Height = 19
Panels = <
item
Width = 200
end
item
Width = 50
end
item
Width = 50
end>
ExplicitTop = 472
end
object Panel2: TPanel
Left = 0
Top = 409
Width = 677
Height = 83
Align = alBottom
BevelOuter = bvNone
BorderWidth = 2
TabOrder = 3
ExplicitTop = 389
object Label2: TLabel
Left = 2
Top = 2
Width = 673
Height = 13
Align = alTop
Caption = #1051#1086#1075':'
ExplicitWidth = 22
end
object m_log: TMemo
Left = 2
Top = 15
Width = 673
Height = 66
Align = alClient
ScrollBars = ssVertical
TabOrder = 0
end
end
object MainMenu1: TMainMenu
Left = 80
Top = 96
object N1: TMenuItem
Caption = #1060#1072#1081#1083
object mm_open: TMenuItem
Caption = #1054#1090#1082#1088#1099#1090#1100'...'
OnClick = mm_openClick
end
end
end
object OpenDialog1: TOpenDialog
Filter = 'Eushully Game File (SYS4INI.BIN)|SYS4INI.BIN'
Left = 88
Top = 144
end
object PopupMenu1: TPopupMenu
Left = 168
Top = 96
object oo_extract: TMenuItem
Caption = #1048#1079#1074#1083#1077#1095#1100'...'
OnClick = oo_extractClick
end
end
end