home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / LL2150 / ll2150.lzh / LightLine2.EXE / 0 / RCDATA / TLOGFORM / TLOGFORM.txt
Text File  |  2001-03-31  |  4KB  |  171 lines

  1. object LogForm: TLogForm
  2.   Left = 61
  3.   Top = 215
  4.   AutoScroll = False
  5.   Caption = 'LightLine 2 -ソスソスソスOソスrソスソスソス[ソスA-'
  6.   ClientHeight = 273
  7.   ClientWidth = 342
  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.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object sbInformation: TStatusBar
  20.     Left = 0
  21.     Top = 254
  22.     Width = 342
  23.     Height = 19
  24.     Panels = <>
  25.     SimplePanel = True
  26.   end
  27.   object pnBack: TPanel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 342
  31.     Height = 254
  32.     Align = alClient
  33.     BevelOuter = bvNone
  34.     BorderWidth = 1
  35.     TabOrder = 1
  36.     object spSpliter: TSplitter
  37.       Left = 1
  38.       Top = 133
  39.       Width = 340
  40.       Height = 3
  41.       Cursor = crVSplit
  42.       Align = alTop
  43.       Beveled = False
  44.     end
  45.     object pnHeader: TPanel
  46.       Left = 1
  47.       Top = 1
  48.       Width = 340
  49.       Height = 23
  50.       Align = alTop
  51.       Alignment = taLeftJustify
  52.       BevelOuter = bvLowered
  53.       Caption = 'ソス@ソスソスソスOソスrソスソスソス[ソスA'
  54.       Color = clBlack
  55.       Font.Charset = SHIFTJIS_CHARSET
  56.       Font.Color = clLime
  57.       Font.Height = -12
  58.       Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  59.       Font.Style = [fsBold]
  60.       ParentFont = False
  61.       TabOrder = 2
  62.     end
  63.     object pnBlank1: TPanel
  64.       Left = 1
  65.       Top = 24
  66.       Width = 340
  67.       Height = 3
  68.       Align = alTop
  69.       BevelOuter = bvNone
  70.       TabOrder = 3
  71.     end
  72.     object mmLog: TMemo
  73.       Left = 1
  74.       Top = 136
  75.       Width = 340
  76.       Height = 87
  77.       Align = alClient
  78.       Font.Charset = SHIFTJIS_CHARSET
  79.       Font.Color = clWindowText
  80.       Font.Height = -12
  81.       Font.Name = 'ソスlソスr ソスSソスVソスbソスN'
  82.       Font.Style = []
  83.       MaxLength = 1024
  84.       ParentFont = False
  85.       ReadOnly = True
  86.       ScrollBars = ssVertical
  87.       TabOrder = 0
  88.       WordWrap = False
  89.       OnKeyDown = mmLogKeyDown
  90.     end
  91.     object pnFooter: TPanel
  92.       Left = 1
  93.       Top = 223
  94.       Width = 340
  95.       Height = 30
  96.       Align = alBottom
  97.       BevelOuter = bvNone
  98.       TabOrder = 1
  99.       object pnFotterButton: TPanel
  100.         Left = 244
  101.         Top = 0
  102.         Width = 96
  103.         Height = 30
  104.         Align = alRight
  105.         BevelOuter = bvNone
  106.         TabOrder = 2
  107.         object btClose: TButton
  108.           Left = 3
  109.           Top = 4
  110.           Width = 93
  111.           Height = 25
  112.           Caption = 'ソスツゑソスソスソス(&C)'
  113.           TabOrder = 0
  114.           OnClick = btCloseClick
  115.         end
  116.       end
  117.       object btAllDelete: TButton
  118.         Left = 0
  119.         Top = 4
  120.         Width = 93
  121.         Height = 25
  122.         Caption = 'ソスSソスソスソスソス'
  123.         TabOrder = 0
  124.         OnClick = btAllDeleteClick
  125.       end
  126.       object btDelete: TButton
  127.         Left = 99
  128.         Top = 4
  129.         Width = 93
  130.         Height = 25
  131.         Caption = 'ソス鼬擾ソス尞'
  132.         TabOrder = 1
  133.         OnClick = btDeleteClick
  134.       end
  135.     end
  136.     object lvLog: TListView
  137.       Left = 1
  138.       Top = 27
  139.       Width = 340
  140.       Height = 106
  141.       Align = alTop
  142.       Columns = <
  143.         item
  144.           Caption = 'ソスAソスNソスVソスソスソスソス'
  145.           Width = 62
  146.         end
  147.         item
  148.           Caption = 'ソスソスソスMソスソス'
  149.         end
  150.         item
  151.           Caption = 'ソスソスMソスソス'
  152.         end
  153.         item
  154.           Caption = 'ソスソスソスソス'
  155.           Width = 155
  156.         end>
  157.       ReadOnly = True
  158.       HideSelection = False
  159.       RowSelect = True
  160.       OnChange = lvLogChange
  161.       TabOrder = 4
  162.       ViewStyle = vsReport
  163.       SmallImages = ilLog
  164.     end
  165.   end
  166.   object ilLog: TImageList
  167.     Left = 92
  168.     Top = 72
  169.   end
  170. end
  171.