home *** CD-ROM | disk | FTP | other *** search
/ Tech Gian 1999 January / TG199901.mdf / cgcomic / cgcomic.exe / 0 / RCDATA / TFRMSUB / TFRMSUB.txt < prev   
Text File  |  1998-05-13  |  2KB  |  85 lines

  1. object FrmSub: TFrmSub
  2.   Left = 413
  3.   Top = 511
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 170
  7.   ClientWidth = 290
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object IShl: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 104
  25.     Height = 63
  26.     AutoSize = True
  27.     Picture.Data = {<image000.bmp>}
  28.   end
  29.   object BExit: TTechButton
  30.     Left = 52
  31.     Top = 40
  32.     Width = 46
  33.     Height = 19
  34.     AutoSize = True
  35.     Picture.Data = {<image001.bmp>}
  36.     OnMouseUp = BMouseUp
  37.   end
  38.   object LPage: TLabel
  39.     Left = 5
  40.     Top = 40
  41.     Width = 45
  42.     Height = 17
  43.     Alignment = taCenter
  44.     AutoSize = False
  45.     Caption = '3/5'
  46.     Color = clBlack
  47.     Font.Charset = ANSI_CHARSET
  48.     Font.Color = clAqua
  49.     Font.Height = -16
  50.     Font.Name = 'Arial'
  51.     Font.Style = [fsBold]
  52.     ParentColor = False
  53.     ParentFont = False
  54.   end
  55.   object BLeft: TTechButton
  56.     Tag = 1
  57.     Left = 5
  58.     Top = 5
  59.     Width = 46
  60.     Height = 31
  61.     AutoSize = True
  62.     Picture.Data = {<image002.bmp>}
  63.     OnMouseUp = BMouseUp
  64.   end
  65.   object BRight: TTechButton
  66.     Tag = 2
  67.     Left = 55
  68.     Top = 3
  69.     Width = 46
  70.     Height = 31
  71.     AutoSize = True
  72.     Picture.Data = {<image003.bmp>}
  73.     OnMouseUp = BMouseUp
  74.   end
  75.   object BEnabled: TImage
  76.     Left = 115
  77.     Top = 6
  78.     Width = 46
  79.     Height = 31
  80.     AutoSize = True
  81.     Picture.Data = {<image004.bmp>}
  82.     Visible = False
  83.   end
  84. end
  85.