home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910A.BIN / OLS / jtrim100 / jtrim100.lzh / JTrim.exe / 0 / RCDATA / TJTFRMHISTGRAM / TJTFRMHISTGRAM.txt
Text File  |  1999-06-30  |  3KB  |  137 lines

  1. object JTfrmHistgram: TJTfrmHistgram
  2.   Left = 318
  3.   Top = 140
  4.   HelpContext = 84
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'ソスqソスXソスgソスOソスソスソスソス'
  8.   ClientHeight = 193
  9.   ClientWidth = 268
  10.   Color = clBtnFace
  11.   Font.Charset = SHIFTJIS_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -12
  14.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 145
  24.     Width = 268
  25.     Height = 48
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     BorderWidth = 5
  29.     TabOrder = 0
  30.     object Label1: TLabel
  31.       Left = 4
  32.       Top = 2
  33.       Width = 39
  34.       Height = 12
  35.       Caption = 'ソスソスソスxソスソスソスF'
  36.     end
  37.     object Label2: TLabel
  38.       Left = 68
  39.       Top = 2
  40.       Width = 42
  41.       Height = 12
  42.       Caption = 'ソスソスfソスソスソスF'
  43.     end
  44.     object lblLevel: TLabel
  45.       Left = 42
  46.       Top = 2
  47.       Width = 18
  48.       Height = 12
  49.       Caption = '255'
  50.     end
  51.     object lblCount: TLabel
  52.       Left = 110
  53.       Top = 2
  54.       Width = 18
  55.       Height = 12
  56.       Caption = '255'
  57.     end
  58.     object lblAllCount: TLabel
  59.       Left = 214
  60.       Top = 2
  61.       Width = 18
  62.       Height = 12
  63.       Caption = '255'
  64.     end
  65.     object Label4: TLabel
  66.       Left = 160
  67.       Top = 2
  68.       Width = 54
  69.       Height = 12
  70.       Caption = 'ソスSソスソスfソスソスソスF'
  71.     end
  72.     object Button1: TButton
  73.       Left = 99
  74.       Top = 21
  75.       Width = 80
  76.       Height = 22
  77.       Cancel = True
  78.       Caption = 'OK'
  79.       Default = True
  80.       TabOrder = 0
  81.       OnClick = Button1Click
  82.     end
  83.     object ComboBox1: TComboBox
  84.       Left = 4
  85.       Top = 22
  86.       Width = 89
  87.       Height = 20
  88.       Style = csDropDownList
  89.       ItemHeight = 12
  90.       Items.Strings = (
  91.         'ソスPソスx'
  92.         'ソスヤ色'
  93.         'ソスホ色'
  94.         'ソスツ色')
  95.       TabOrder = 1
  96.       OnChange = ComboBox1Change
  97.     end
  98.     object Button2: TButton
  99.       Left = 183
  100.       Top = 21
  101.       Width = 80
  102.       Height = 22
  103.       Caption = 'ソスwソスソスソスv'
  104.       TabOrder = 2
  105.       OnClick = Button2Click
  106.     end
  107.   end
  108.   object Panel2: TPanel
  109.     Left = 0
  110.     Top = 0
  111.     Width = 268
  112.     Height = 145
  113.     Align = alTop
  114.     BevelOuter = bvNone
  115.     BorderWidth = 5
  116.     TabOrder = 1
  117.     object Image2: TImage
  118.       Left = 5
  119.       Top = 130
  120.       Width = 258
  121.       Height = 10
  122.       Cursor = crCross
  123.       Align = alBottom
  124.       OnMouseMove = Image1MouseMove
  125.     end
  126.     object Image1: TImage
  127.       Left = 5
  128.       Top = 5
  129.       Width = 258
  130.       Height = 125
  131.       Cursor = crCross
  132.       Align = alClient
  133.       OnMouseMove = Image1MouseMove
  134.     end
  135.   end
  136. end
  137.