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

  1. object JTfrmSlide: TJTfrmSlide
  2.   Left = 301
  3.   Top = 95
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'JTfrmSlide'
  7.   ClientHeight = 141
  8.   ClientWidth = 307
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Label1: TLabel
  21.     Left = 4
  22.     Top = 8
  23.     Width = 33
  24.     Height = 12
  25.     Caption = 'Label1'
  26.   end
  27.   object btnOK: TButton
  28.     Left = 8
  29.     Top = 104
  30.     Width = 90
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     TabOrder = 3
  35.     OnClick = btnOKClick
  36.   end
  37.   object btnCancel: TButton
  38.     Left = 108
  39.     Top = 104
  40.     Width = 90
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  44.     TabOrder = 4
  45.     OnClick = btnCancelClick
  46.   end
  47.   object SpinEdit1: TRxSpinEdit
  48.     Left = 240
  49.     Top = 32
  50.     Width = 57
  51.     Height = 20
  52.     ButtonKind = bkStandard
  53.     MinValue = 0.200000000000000000
  54.     TabOrder = 0
  55.     OnChange = SpinEdit1Change
  56.   end
  57.   object ScrollBar1: TTrackBar
  58.     Left = 8
  59.     Top = 24
  60.     Width = 225
  61.     Height = 33
  62.     Orientation = trHorizontal
  63.     PageSize = 10
  64.     Frequency = 10
  65.     Position = 0
  66.     SelEnd = 0
  67.     SelStart = 0
  68.     TabOrder = 1
  69.     ThumbLength = 20
  70.     TickMarks = tmTopLeft
  71.     TickStyle = tsAuto
  72.     OnChange = ScrollBar1Change
  73.   end
  74.   object CheckBox1: TCheckBox
  75.     Left = 8
  76.     Top = 68
  77.     Width = 161
  78.     Height = 17
  79.     Caption = 'CheckBox1'
  80.     TabOrder = 2
  81.   end
  82.   object btnHelp: TButton
  83.     Left = 208
  84.     Top = 104
  85.     Width = 90
  86.     Height = 25
  87.     Caption = 'ソスwソスソスソスv'
  88.     TabOrder = 5
  89.     OnClick = btnHelpClick
  90.   end
  91. end
  92.