object DialForm: TDialForm Left = 360 Top = 162 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'DIAL' ClientHeight = 208 ClientWidth = 357 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object PromptLabel: TLabel Left = 7 Top = 10 Width = 346 Height = 20 AutoSize = False Caption = 'Choose a number and click the corresponding dial button.' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsUnderline] ParentFont = False WordWrap = True end object Panel1: TPanel Left = 7 Top = 107 Width = 280 Height = 97 BevelInner = bvLowered TabOrder = 11 object PhoneImage: TImage Left = 183 Top = 9 Width = 75 Height = 78 AutoSize = True Picture.Data = {} Transparent = True end end object Phone1Edit: TEdit Tag = 1 Left = 7 Top = 36 Width = 278 Height = 21 AutoSize = False TabOrder = 0 end object Dial1Button: TButton Left = 292 Top = 36 Width = 60 Height = 20 Caption = 'Dial' TabOrder = 1 OnClick = DialButtonClick end object Phone2Edit: TEdit Tag = 1 Left = 7 Top = 59 Width = 278 Height = 21 AutoSize = False TabOrder = 2 end object Dial2Button: TButton Left = 292 Top = 59 Width = 60 Height = 20 Caption = 'Dial' TabOrder = 3 OnClick = DialButtonClick end object Phone3Edit: TEdit Tag = 1 Left = 7 Top = 82 Width = 278 Height = 21 AutoSize = False TabOrder = 4 end object Dial3Button: TButton Left = 292 Top = 82 Width = 60 Height = 20 Caption = 'Dial' TabOrder = 5 OnClick = DialButtonClick end object InternationalCBox: TCheckBox Left = 16 Top = 162 Width = 157 Height = 18 Caption = 'International Phone Call' TabOrder = 6 OnClick = RadioCBoxClick end object OutsideLineCBox: TCheckBox Left = 16 Top = 145 Width = 149 Height = 18 Caption = 'Dial for Outside Line First' TabOrder = 7 OnClick = RadioCBoxClick end object LocalRButton: TRadioButton Left = 16 Top = 110 Width = 120 Height = 18 Caption = 'Local' TabOrder = 8 TabStop = True OnClick = RadioCBoxClick end object LongDistanceRButton: TRadioButton Left = 16 Top = 125 Width = 153 Height = 18 Caption = 'Long Distance' TabOrder = 9 TabStop = True OnClick = RadioCBoxClick end object CharsToDigitsCBox: TCheckBox Left = 16 Top = 183 Width = 161 Height = 18 Caption = 'Convert characters to digits' TabOrder = 10 OnClick = RadioCBoxClick end object CloseButton: TBitBtn Left = 292 Top = 179 Width = 65 Height = 24 Caption = '&Close' Default = True ModalResult = 1 TabOrder = 12 OnClick = CloseButtonClick Glyph.Data = { DE010000424DDE01000000000000760000002800000024000000120000000100 0400000000006801000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877 F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F 000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333 338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333 45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F 3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F 000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333 338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333 4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888 8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0 333333333333888888F3333F00003333330000003333333333338FFFF8F3333F 0000} NumGlyphs = 2 end object HelpButton: TBitBtn Left = 292 Top = 153 Width = 65 Height = 24 Hint = '24' TabOrder = 13 OnClick = HelpButtonClick Kind = bkHelp end end