object EventXYLDlg: TEventXYLDlg Left = 570 Top = 378 BorderStyle = bsDialog Caption = 'Select XYL' ClientHeight = 101 ClientWidth = 226 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object MainPC: TPageControl Left = 3 Top = 3 Width = 220 Height = 69 ActivePage = MainSheet Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 0 object MainSheet: TTabSheet Caption = 'MainSheet' TabVisible = False object XLbl: TLabel Left = 7 Top = 23 Width = 10 Height = 13 Caption = 'X:' end object YLbl: TLabel Left = 78 Top = 23 Width = 10 Height = 13 Caption = 'Y:' end object LLbl: TLabel Left = 143 Top = 23 Width = 9 Height = 13 Caption = 'L:' end object XEdit: TESpinEdit Left = 23 Top = 18 Width = 40 Height = 22 MaxValue = 255 MinValue = -1 TabOrder = 0 Value = 0 end object YEdit: TESpinEdit Left = 94 Top = 18 Width = 40 Height = 22 MaxValue = 255 MinValue = -1 TabOrder = 1 Value = 0 end object LEdit: TESpinEdit Left = 159 Top = 18 Width = 40 Height = 22 MaxValue = 2 MinValue = -1 TabOrder = 2 Value = 0 end end end object Panel1: TPanel Left = 0 Top = 75 Width = 226 Height = 26 Align = alBottom BevelOuter = bvNone TabOrder = 1 object OKBtn: TButton Left = 67 Top = 1 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object Button2: TButton Left = 148 Top = 1 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end object Translator: TIvTranslator DictionaryName = 'aow2ed' Left = 12 Top = 8 TargetsData = ( 1 5 ( '' 'Hint' 0) ( '' 'Caption' 0) ( '' 'Items' 0) ( '' 'Text' 0) ( '' 'ToolTipText' 0)) end end