home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 19 / DOKAN19.iso / Progs / Pnt04cde1.zip / PROGRAMS / JVIEWER.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1999-10-06  |  4KB  |  172 lines

  1. object Form1: TForm1
  2.   Left = 226
  3.   Top = 168
  4.   Width = 229
  5.   Height = 135
  6.   Caption = 'jViewer'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Menu = MainMenu1
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnKeyDown = FormKeyDown
  16.   OnPaint = FormPaint
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Display: TPaintBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 221
  24.     Height = 65
  25.     Align = alClient
  26.     Color = clWhite
  27.     ParentColor = False
  28.     OnPaint = DisplayPaint
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 0
  32.     Top = 65
  33.     Width = 221
  34.     Height = 24
  35.     Align = alBottom
  36.     Alignment = taLeftJustify
  37.     TabOrder = 0
  38.     object Scroll: TPaintBox
  39.       Left = 88
  40.       Top = 4
  41.       Width = 125
  42.       Height = 17
  43.       OnClick = ScrollClick
  44.       OnPaint = ScrollPaint
  45.     end
  46.     object SpeedButton1: TSpeedButton
  47.       Left = 4
  48.       Top = 4
  49.       Width = 17
  50.       Height = 17
  51.       Caption = '∩┐╜'
  52.       Font.Color = clBlack
  53.       Font.Height = -11
  54.       Font.Name = 'Wingdings'
  55.       Font.Style = []
  56.       Layout = blGlyphBottom
  57.       ParentFont = False
  58.       OnClick = SpeedButton1Click
  59.     end
  60.     object SpeedButton2: TSpeedButton
  61.       Left = 24
  62.       Top = 4
  63.       Width = 17
  64.       Height = 17
  65.       Caption = '∩┐╜'
  66.       Font.Color = clBlack
  67.       Font.Height = -11
  68.       Font.Name = 'Wingdings'
  69.       Font.Style = []
  70.       Layout = blGlyphBottom
  71.       ParentFont = False
  72.       OnClick = SpeedButton2Click
  73.     end
  74.     object SpeedButton3: TSpeedButton
  75.       Left = 44
  76.       Top = 4
  77.       Width = 17
  78.       Height = 17
  79.       Caption = '∩┐╜'
  80.       Font.Color = clBlack
  81.       Font.Height = -11
  82.       Font.Name = 'Wingdings'
  83.       Font.Style = []
  84.       Layout = blGlyphBottom
  85.       ParentFont = False
  86.       OnClick = SpeedButton3Click
  87.     end
  88.     object SpeedButton4: TSpeedButton
  89.       Left = 64
  90.       Top = 4
  91.       Width = 17
  92.       Height = 17
  93.       Caption = '∩┐╜'
  94.       Font.Color = clBlack
  95.       Font.Height = -11
  96.       Font.Name = 'Wingdings'
  97.       Font.Style = []
  98.       Layout = blGlyphBottom
  99.       ParentFont = False
  100.       OnClick = SpeedButton4Click
  101.     end
  102.   end
  103.   object OpenDlg: TOpenDialog
  104.     FileEditStyle = fsEdit
  105.     Filter = 
  106.       'All supported (*.SJS;*.EUC;*.JIS)|*.SJS;*.EUC;*.JIS|Shift-JIS Te' +
  107.       'xt File (*.*)|*.*|EUC Text File (*.*)|*.*|??? JIS Text File (*.*' +
  108.       ')|*.*'
  109.     Options = [ofPathMustExist, ofFileMustExist]
  110.     Left = 28
  111.   end
  112.   object PrtDlg: TPrintDialog
  113.     Options = [poPageNums]
  114.     Left = 56
  115.   end
  116.   object MainMenu1: TMainMenu
  117.     object Menu1: TMenuItem
  118.       ShortCut = 0
  119.       object Menu2: TMenuItem
  120.         ShortCut = 113
  121.         OnClick = Menu2Click
  122.       end
  123.       object Menu13: TMenuItem
  124.         ShortCut = 114
  125.         OnClick = Menu13Click
  126.       end
  127.       object Menu4: TMenuItem
  128.         ShortCut = 121
  129.         OnClick = Menu4Click
  130.       end
  131.       object Menu14: TMenuItem
  132.         ShortCut = 16452
  133.         OnClick = Menu14Click
  134.       end
  135.       object Menu3: TMenuItem
  136.         ShortCut = 27
  137.         OnClick = Menu3Click
  138.       end
  139.     end
  140.     object Menu7: TMenuItem
  141.       ShortCut = 0
  142.       object Menu11: TMenuItem
  143.         ShortCut = 117
  144.         OnClick = Menu11Click
  145.       end
  146.       object Menu9: TMenuItem
  147.         ShortCut = 116
  148.         OnClick = Menu9Click
  149.       end
  150.       object Menu12: TMenuItem
  151.         ShortCut = 16456
  152.         OnClick = Menu12Click
  153.       end
  154.       object Menu8: TMenuItem
  155.         ShortCut = 118
  156.         OnClick = Menu8Click
  157.       end
  158.       object Menu10: TMenuItem
  159.         ShortCut = 32
  160.         OnClick = Menu10Click
  161.       end
  162.     end
  163.     object Menu5: TMenuItem
  164.       ShortCut = 0
  165.       object Menu6: TMenuItem
  166.         ShortCut = 112
  167.         OnClick = Menu6Click
  168.       end
  169.     end
  170.   end
  171. end
  172.