inherited frmOMVerify: TfrmOMVerify Left = 328 Top = 243 Width = 587 Height = 208 BorderIcons = [] Caption = 'New Order' OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object cmdAccept: TButton [0] Left = 165 Top = 154 Width = 72 Height = 21 Caption = 'Accept' Default = True TabOrder = 0 OnClick = cmdAcceptClick end object cmdEdit: TButton [1] Left = 253 Top = 154 Width = 72 Height = 21 Caption = 'Edit' TabOrder = 1 OnClick = cmdEditClick end object cmdCancel: TButton [2] Left = 341 Top = 154 Width = 72 Height = 21 Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = cmdCancelClick end object memText: TRichEdit [3] Left = 6 Top = 6 Width = 567 Height = 132 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] Lines.Strings = ( '1234567890123456789012345678901234567890123456789012345678901234' + '5678901234567890' '2' '3' '4' '5' '6' '7' '8' '9' '10') ParentFont = False ScrollBars = ssBoth TabOrder = 3 WantTabs = True WordWrap = False OnKeyUp = memTextKeyUp end inherited DKLanguageController1: TDKLanguageController LangData = { 0B0066726D4F4D566572696679010100000001000000070043617074696F6E01 040000000900636D64416363657074010100000002000000070043617074696F 6E000700636D6445646974010100000003000000070043617074696F6E000900 636D6443616E63656C010100000004000000070043617074696F6E0007006D65 6D546578740000} end end