91 lines
1.8 KiB
Plaintext
91 lines
1.8 KiB
Plaintext
object frmUnitStats: TfrmUnitStats
|
|
Left = 357
|
|
Top = 168
|
|
BorderStyle = bsDialog
|
|
Caption = 'Details for "%s"'
|
|
ClientHeight = 293
|
|
ClientWidth = 258
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Shell Dlg 2'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poDefault
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 16
|
|
Width = 31
|
|
Height = 13
|
|
Caption = '&Name:'
|
|
FocusControl = edName
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Top = 72
|
|
Width = 43
|
|
Height = 13
|
|
Caption = 'Used &by:'
|
|
FocusControl = reUsed
|
|
end
|
|
object Label3: TLabel
|
|
Left = 8
|
|
Top = 160
|
|
Width = 27
|
|
Height = 13
|
|
Caption = '&Uses:'
|
|
FocusControl = reUses
|
|
end
|
|
object edName: TEdit
|
|
Left = 8
|
|
Top = 32
|
|
Width = 240
|
|
Height = 21
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Color = clBtnFace
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
end
|
|
object reUsed: TRichEdit
|
|
Left = 8
|
|
Top = 88
|
|
Width = 240
|
|
Height = 65
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Color = clBtnFace
|
|
PlainText = True
|
|
ReadOnly = True
|
|
ScrollBars = ssBoth
|
|
TabOrder = 1
|
|
WordWrap = False
|
|
end
|
|
object reUses: TRichEdit
|
|
Left = 8
|
|
Top = 176
|
|
Width = 240
|
|
Height = 71
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
Color = clBtnFace
|
|
PlainText = True
|
|
ReadOnly = True
|
|
ScrollBars = ssBoth
|
|
TabOrder = 2
|
|
WordWrap = False
|
|
end
|
|
object btnOK: TButton
|
|
Left = 92
|
|
Top = 263
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akBottom]
|
|
Cancel = True
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 3
|
|
end
|
|
end
|