home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Software / Topware / devpascal / devpas.exe / 0 / RCDATA / TLINEFORM / TLINEFORM.txt
Text File  |  2002-07-15  |  3KB  |  104 lines

  1. object LineForm: TLineForm
  2.   Left = 263
  3.   Top = 112
  4.   ActiveControl = Line
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Go to line...'
  8.   ClientHeight = 108
  9.   ClientWidth = 169
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 153
  24.     Height = 57
  25.     Shape = bsFrame
  26.   end
  27.   object Label1: TLabel
  28.     Left = 16
  29.     Top = 16
  30.     Width = 86
  31.     Height = 13
  32.     Caption = 'Go to line number:'
  33.   end
  34.   object BitBtn1: TBitBtn
  35.     Left = 8
  36.     Top = 75
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&OK'
  40.     TabOrder = 0
  41.     Kind = bkOK
  42.   end
  43.   object BitBtn2: TBitBtn
  44.     Left = 86
  45.     Top = 75
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = '&Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 1
  52.     Glyph.Data = {
  53.       DE010000424DDE01000000000000760000002800000024000000120000000100
  54.       0400000000006801000000000000000000001000000000000000000000000000
  55.       80000080000000808000800000008000800080800000C0C0C000808080000000
  56.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  57.       333333333333333333333333000033338833333333333333333F333333333333
  58.       0000333911833333983333333388F333333F3333000033391118333911833333
  59.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  60.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  61.       3333F8330000333333911111183333333338F333333F83330000333333311111
  62.       8333333333338F3333383333000033333339111183333333333338F333833333
  63.       00003333339111118333333333333833338F3333000033333911181118333333
  64.       33338333338F333300003333911183911183333333383338F338F33300003333
  65.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  66.       38F338F300003333333333333919333333388333338FFF830000333333333333
  67.       3333333333333333333888330000333333333333333333333333333333333333
  68.       0000}
  69.     NumGlyphs = 2
  70.   end
  71.   object Line: TSpinEdit
  72.     Left = 16
  73.     Top = 32
  74.     Width = 137
  75.     Height = 22
  76.     MaxValue = 2000000000
  77.     MinValue = 1
  78.     TabOrder = 2
  79.     Value = 1
  80.     OnKeyDown = LineKeyDown
  81.   end
  82.   object MarsCaption1: TMarsCaption
  83.     ActiveBeginColor = clRed
  84.     ActiveEndColor = clBlack
  85.     ActiveFontColor = clWhite
  86.     InactiveBeginColor = clBlack
  87.     InactiveEndColor = clSilver
  88.     InactiveFontColor = clSilver
  89.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  90.     ApplicationNameFont.Color = clWindowText
  91.     ApplicationNameFont.Height = -11
  92.     ApplicationNameFont.Name = 'MS Sans Serif'
  93.     ApplicationNameFont.Style = [fsBold]
  94.     CaptionFont.Charset = DEFAULT_CHARSET
  95.     CaptionFont.Color = clWindowText
  96.     CaptionFont.Height = -11
  97.     CaptionFont.Name = 'MS Sans Serif'
  98.     CaptionFont.Style = []
  99.     NumColors = 64
  100.     AutoSize = False
  101.     Left = 136
  102.   end
  103. end
  104.