home *** CD-ROM | disk | FTP | other *** search
/ Fun CD 69 / OTACD69.bin / archive / etc / Nloader / Nloader.lzh / Nloader.exe / 0 / RCDATA / TSLIDEFORM / TSLIDEFORM.txt
Text File  |  2004-08-23  |  3KB  |  143 lines

  1. object SlideForm: TSlideForm
  2.   Left = 356
  3.   Top = 216
  4.   BorderStyle = bsDialog
  5.   Caption = #20877#29983
  6.   ClientHeight = 426
  7.   ClientWidth = 632
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnClose = FormClose
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object UpPanel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 632
  24.     Height = 368
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object ScrollBox: TScrollBox
  28.       Left = 1
  29.       Top = 1
  30.       Width = 630
  31.       Height = 366
  32.       Align = alClient
  33.       AutoSize = True
  34.       BevelInner = bvNone
  35.       BevelOuter = bvNone
  36.       BorderStyle = bsNone
  37.       TabOrder = 0
  38.       object PaintBox: TPaintBox
  39.         Left = 0
  40.         Top = 0
  41.         Width = 105
  42.         Height = 105
  43.         OnMouseDown = PaintBoxMouseDown
  44.         OnPaint = PaintBoxPaint
  45.       end
  46.     end
  47.   end
  48.   object DownPanel: TPanel
  49.     Left = 0
  50.     Top = 368
  51.     Width = 632
  52.     Height = 58
  53.     Align = alBottom
  54.     TabOrder = 1
  55.     object Label1: TLabel
  56.       Left = 240
  57.       Top = 16
  58.       Width = 24
  59.       Height = 12
  60.       Caption = #31186#38291
  61.     end
  62.     object Label2: TLabel
  63.       Left = 336
  64.       Top = 16
  65.       Width = 12
  66.       Height = 12
  67.       Caption = #26522
  68.     end
  69.     object PlayButton: TButton
  70.       Left = 360
  71.       Top = 16
  72.       Width = 75
  73.       Height = 25
  74.       Caption = #20877#29983
  75.       TabOrder = 0
  76.       OnClick = PlayButtonClick
  77.     end
  78.     object RateEdit: TEdit
  79.       Left = 272
  80.       Top = 8
  81.       Width = 41
  82.       Height = 20
  83.       TabOrder = 1
  84.       Text = '12'
  85.       OnChange = RateEditChange
  86.     end
  87.     object RateUpDown: TUpDown
  88.       Left = 313
  89.       Top = 8
  90.       Width = 16
  91.       Height = 20
  92.       Associate = RateEdit
  93.       Min = 1
  94.       Max = 30
  95.       Position = 12
  96.       TabOrder = 2
  97.       Wrap = False
  98.     end
  99.     object TrackBar: TTrackBar
  100.       Left = 8
  101.       Top = 8
  102.       Width = 217
  103.       Height = 45
  104.       Enabled = False
  105.       Orientation = trHorizontal
  106.       Frequency = 1
  107.       Position = 0
  108.       SelEnd = 0
  109.       SelStart = 0
  110.       TabOrder = 3
  111.       TickMarks = tmBottomRight
  112.       TickStyle = tsAuto
  113.     end
  114.     object LoopCB: TCheckBox
  115.       Left = 256
  116.       Top = 36
  117.       Width = 65
  118.       Height = 17
  119.       Caption = #12523#12540#12503
  120.       TabOrder = 4
  121.     end
  122.     object OKButton: TButton
  123.       Left = 464
  124.       Top = 16
  125.       Width = 65
  126.       Height = 25
  127.       Caption = 'OK'
  128.       TabOrder = 5
  129.       OnClick = OKButtonClick
  130.     end
  131.     object Button2: TButton
  132.       Left = 552
  133.       Top = 16
  134.       Width = 65
  135.       Height = 25
  136.       Cancel = True
  137.       Caption = #12461#12515#12531#12475#12523
  138.       TabOrder = 6
  139.       OnClick = Button2Click
  140.     end
  141.   end
  142. end
  143.