object frmMHTest: TfrmMHTest Left = 217 Top = 156 Width = 508 Height = 460 BorderIcons = [biSystemMenu] Caption = 'frmMHTest' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object sbMain: TScrollBox Left = 0 Top = 0 Width = 500 Height = 401 HorzScrollBar.Visible = False VertScrollBar.Tracking = True Align = alClient TabOrder = 0 OnResize = sbMainResize end object pnlBottom: TPanel Left = 0 Top = 401 Width = 500 Height = 25 Align = alBottom BevelOuter = bvNone TabOrder = 1 DesignSize = ( 500 25) object btnCancel: TButton Left = 425 Top = 3 Width = 75 Height = 21 Anchors = [akTop, akRight] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object btnOK: TButton Left = 347 Top = 3 Width = 75 Height = 21 Anchors = [akTop, akRight] Caption = '&OK' TabOrder = 1 OnClick = btnOKClick end object btnClear: TButton Left = 0 Top = 3 Width = 75 Height = 21 Caption = 'Clear' TabOrder = 0 OnClick = btnClearClick end end object DKLanguageController1: TDKLanguageController Left = 240 Top = 216 LangData = { 090066726D4D4854657374010100000001000000070043617074696F6E010500 0000060073624D61696E00000900706E6C426F74746F6D0000090062746E4361 6E63656C010100000002000000070043617074696F6E00050062746E4F4B0101 00000003000000070043617074696F6E00080062746E436C6561720101000000 04000000070043617074696F6E00} end end