home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / delphi32.exe / RCDATA / TGOTOLINEDIALOG / TGOTOLINEDIALOG.txt
Text File  |  1997-05-14  |  1KB  |  69 lines

  1. object GotoLineDialog: TGotoLineDialog
  2.   Left = 263
  3.   Top = 119
  4.   HelpContext = 1450
  5.   ActiveControl = LineInput
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'ソスwソスソスsソスノ移難ソス'
  9.   ClientHeight = 86
  10.   ClientWidth = 265
  11.   ParentFont = True
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 12
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 249
  19.     Height = 37
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 18
  24.     Top = 20
  25.     Width = 108
  26.     Height = 13
  27.     Caption = 'ソスレ難ソスソスソスフ行ソスヤ搾ソス(&E):'
  28.     FocusControl = LineInput
  29.   end
  30.   object LineInput: TComboBox
  31.     Left = 154
  32.     Top = 16
  33.     Width = 91
  34.     Height = 21
  35.     ItemHeight = 13
  36.     TabOrder = 0
  37.   end
  38.   object OKButton: TButton
  39.     Left = 15
  40.     Top = 54
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 1
  47.     OnClick = OKButtonClick
  48.   end
  49.   object CancelButton: TButton
  50.     Left = 95
  51.     Top = 54
  52.     Width = 75
  53.     Height = 25
  54.     Cancel = True
  55.     Caption = 'ソスソスンセソス'
  56.     ModalResult = 2
  57.     TabOrder = 2
  58.   end
  59.   object HelpButton: TButton
  60.     Left = 175
  61.     Top = 54
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'ソスソスソスソス(&H)'
  65.     TabOrder = 3
  66.     OnClick = HelpButtonClick
  67.   end
  68. end
  69.