forked from thargor6/mb3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BRInfoWindow.dfm
41 lines (41 loc) · 882 Bytes
/
BRInfoWindow.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
object BRInfoForm: TBRInfoForm
Left = 192
Top = 127
BorderStyle = bsDialog
Caption = 'Big render'
ClientHeight = 82
ClientWidth = 412
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 16
Width = 395
Height = 16
Caption =
'Extracting ambient information from the original M3I file, pleas' +
'e wait:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object ProgressBar1: TProgressBar
Left = 8
Top = 48
Width = 393
Height = 19
TabOrder = 0
end
end