home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 February / VPR9702A.ISO / OLS / Win95 / Mgn121 / MGN121.LZH / Megane.exe / 0 / RCDATA / TRESIZEFORM / TRESIZEFORM.txt
Text File  |  1996-11-20  |  3KB  |  140 lines

  1. object ResizeForm: TResizeForm
  2.   Left = 348
  3.   Top = 162
  4.   ActiveControl = Button1
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスgソスソス/ソスkソスソス'
  7.   ClientHeight = 191
  8.   ClientWidth = 302
  9.   Font.Color = clWindowText
  10.   Font.Height = -15
  11.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 15
  17.   object Button1: TButton
  18.     Left = 208
  19.     Top = 8
  20.     Width = 89
  21.     Height = 25
  22.     Caption = 'OK'
  23.     Default = True
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27.   object Button2: TButton
  28.     Left = 208
  29.     Top = 40
  30.     Width = 89
  31.     Height = 25
  32.     Caption = 'ソスソスンセソス'
  33.     TabOrder = 1
  34.     OnClick = Button2Click
  35.   end
  36.   object GroupBox1: TGroupBox
  37.     Left = 8
  38.     Top = 0
  39.     Width = 193
  40.     Height = 185
  41.     TabOrder = 2
  42.     object Panel1: TPanel
  43.       Left = 8
  44.       Top = 40
  45.       Width = 177
  46.       Height = 41
  47.       BevelInner = bvLowered
  48.       BevelOuter = bvNone
  49.       TabOrder = 0
  50.       object Label1: TLabel
  51.         Left = 72
  52.         Top = 16
  53.         Width = 33
  54.         Height = 17
  55.         Alignment = taCenter
  56.         AutoSize = False
  57.         Caption = 'ソス~'
  58.       end
  59.       object SpinEdit1: TSpinEdit
  60.         Left = 8
  61.         Top = 8
  62.         Width = 65
  63.         Height = 24
  64.         MaxValue = 1600
  65.         MinValue = 0
  66.         TabOrder = 0
  67.         Value = 0
  68.       end
  69.       object SpinEdit2: TSpinEdit
  70.         Left = 104
  71.         Top = 8
  72.         Width = 65
  73.         Height = 24
  74.         MaxValue = 1400
  75.         MinValue = 0
  76.         TabOrder = 1
  77.         Value = 0
  78.       end
  79.     end
  80.     object Panel2: TPanel
  81.       Left = 8
  82.       Top = 120
  83.       Width = 177
  84.       Height = 57
  85.       BevelInner = bvLowered
  86.       BevelOuter = bvNone
  87.       Caption = 'Panel2'
  88.       TabOrder = 1
  89.       object Label2: TLabel
  90.         Left = 8
  91.         Top = 33
  92.         Width = 161
  93.         Height = 17
  94.         Alignment = taCenter
  95.         AutoSize = False
  96.         Caption = 'Label2'
  97.       end
  98.       object TrackBar1: TTrackBar
  99.         Left = 8
  100.         Top = 8
  101.         Width = 161
  102.         Height = 25
  103.         Max = 4
  104.         Orientation = trHorizontal
  105.         PageSize = 1
  106.         Frequency = 1
  107.         Position = 3
  108.         SelEnd = 0
  109.         SelStart = 0
  110.         TabOrder = 0
  111.         TickMarks = tmBottomRight
  112.         TickStyle = tsAuto
  113.         OnChange = TrackBar1Change
  114.       end
  115.     end
  116.     object RadioButton1: THSRadioButton
  117.       Left = 8
  118.       Top = 16
  119.       Width = 177
  120.       Height = 17
  121.       TabStop = True
  122.       Caption = 'ソスwソス霆イソスソス(&C)'
  123.       Checked = True
  124.       Style = rsLozengeEx
  125.       TabOrder = 2
  126.       OnClick = RadioButton1Click
  127.     end
  128.     object RadioButton2: THSRadioButton
  129.       Left = 8
  130.       Top = 96
  131.       Width = 177
  132.       Height = 17
  133.       Caption = 'ソズスソストッソス゚サソスソスソス(&D)'
  134.       Style = rsLozengeEx
  135.       TabOrder = 3
  136.       OnClick = RadioButton2Click
  137.     end
  138.   end
  139. end
  140.