159 lines
3.4 KiB
Plaintext
159 lines
3.4 KiB
Plaintext
inherited frmAbout: TfrmAbout
|
|
Left = 269
|
|
Top = 93
|
|
ClientHeight = 530
|
|
ClientWidth = 728
|
|
KeyPreview = True
|
|
OnCreate = FormCreate
|
|
OnKeyDown = FormKeyDown
|
|
ExplicitWidth = 744
|
|
ExplicitHeight = 569
|
|
TextHeight = 15
|
|
object bOK: TButton
|
|
Left = 643
|
|
Top = 496
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akRight, akBottom]
|
|
Cancel = True
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object PageControlMain: TPageControl
|
|
Left = 10
|
|
Top = 10
|
|
Width = 708
|
|
Height = 470
|
|
ActivePage = tsInfo
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
TabOrder = 1
|
|
object tsInfo: TTabSheet
|
|
Caption = 'tsInfo'
|
|
DesignSize = (
|
|
700
|
|
440)
|
|
object PaintBoxInfo: TPaintBox
|
|
Left = 30
|
|
Top = 20
|
|
Width = 32
|
|
Height = 32
|
|
OnPaint = PaintBoxInfoPaint
|
|
end
|
|
object LV_Info: TListView
|
|
Left = 95
|
|
Top = 20
|
|
Width = 593
|
|
Height = 405
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
Columns = <
|
|
item
|
|
Width = 200
|
|
end
|
|
item
|
|
Width = 350
|
|
end>
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
GridLines = True
|
|
ReadOnly = True
|
|
RowSelect = True
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
ViewStyle = vsReport
|
|
OnCustomDrawItem = LV_InfoCustomDrawItem
|
|
OnDblClick = LV_InfoDblClick
|
|
end
|
|
object bCopy: TButton
|
|
Left = 10
|
|
Top = 400
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Copy'
|
|
TabOrder = 1
|
|
OnClick = bCopyClick
|
|
end
|
|
end
|
|
object tsLogo: TTabSheet
|
|
Caption = 'tsLogo'
|
|
ImageIndex = 2
|
|
DesignSize = (
|
|
700
|
|
440)
|
|
object ImageLogoAbout: TImage
|
|
Left = 297
|
|
Top = 168
|
|
Width = 105
|
|
Height = 105
|
|
Anchors = []
|
|
AutoSize = True
|
|
Transparent = True
|
|
ExplicitTop = 118
|
|
end
|
|
end
|
|
object tsTechPopis: TTabSheet
|
|
Caption = 'tsTechPopis'
|
|
ImageIndex = 1
|
|
object MemoTechPopis: TMemo
|
|
Left = 0
|
|
Top = 0
|
|
Width = 700
|
|
Height = 442
|
|
Align = alClient
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
WantReturns = False
|
|
end
|
|
end
|
|
object tsHistorieVerzi: TTabSheet
|
|
Caption = 'tsHistorieVerzi'
|
|
ImageIndex = 3
|
|
object MemoHistorieVerzi: TMemo
|
|
Left = 0
|
|
Top = 0
|
|
Width = 700
|
|
Height = 442
|
|
Align = alClient
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
WantReturns = False
|
|
end
|
|
end
|
|
end
|
|
object ActionList1: TActionList
|
|
Left = 44
|
|
Top = 99
|
|
object A_Zalozka1: TAction
|
|
Tag = 1
|
|
Caption = '1'
|
|
ShortCut = 32817
|
|
OnExecute = A_Zalozka_X_Execute
|
|
end
|
|
object A_Zalozka2: TAction
|
|
Tag = 2
|
|
Caption = '2'
|
|
ShortCut = 32818
|
|
OnExecute = A_Zalozka_X_Execute
|
|
end
|
|
object A_Zalozka3: TAction
|
|
Tag = 3
|
|
Caption = '3'
|
|
ShortCut = 32819
|
|
OnExecute = A_Zalozka_X_Execute
|
|
end
|
|
object A_Zalozka4: TAction
|
|
Tag = 4
|
|
Caption = '4'
|
|
ShortCut = 32820
|
|
OnExecute = A_Zalozka_X_Execute
|
|
end
|
|
end
|
|
end
|