home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June A / Pcwk6A98.iso / Share95 / Tvstudio / _SETUP.1 / PStudio.exe / 0 / RCDATA / TRESIZEFORM / TRESIZEFORM.txt
Text File  |  1998-04-01  |  3KB  |  127 lines

  1. object ResizeForm: TResizeForm
  2.   Left = 245
  3.   Top = 364
  4.   Width = 398
  5.   Height = 190
  6.   Caption = 'Resize'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = 8
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label3d1: TLabel3d
  18.     Left = 136
  19.     Top = 16
  20.     Width = 57
  21.     Height = 23
  22.     Caption = 'Width'
  23.     Font.Charset = ANSI_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -19
  26.     Font.Name = 'Rockwell'
  27.     Font.Style = [fsBold]
  28.     ParentColor = False
  29.     ParentFont = False
  30.     Transparent = True
  31.     AStyle3D = Raised3d
  32.     AShadeLTSet = False
  33.   end
  34.   object Label3d2: TLabel3d
  35.     Left = 136
  36.     Top = 56
  37.     Width = 63
  38.     Height = 23
  39.     Caption = 'Height'
  40.     Font.Charset = ANSI_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -19
  43.     Font.Name = 'Rockwell'
  44.     Font.Style = [fsBold]
  45.     ParentColor = False
  46.     ParentFont = False
  47.     Transparent = True
  48.     AStyle3D = Raised3d
  49.     AShadeLTSet = False
  50.   end
  51.   object SpeedButton1: TSpeedButton
  52.     Left = 16
  53.     Top = 16
  54.     Width = 33
  55.     Height = 25
  56.     Caption = 'X 2'
  57.     OnClick = SpeedButton1Click
  58.   end
  59.   object SpeedButton2: TSpeedButton
  60.     Left = 16
  61.     Top = 56
  62.     Width = 33
  63.     Height = 25
  64.     Caption = '1 / 2'
  65.     OnClick = SpeedButton2Click
  66.   end
  67.   object SpinEdit1: TSpinEdit
  68.     Left = 64
  69.     Top = 16
  70.     Width = 65
  71.     Height = 22
  72.     MaxValue = 4000
  73.     MinValue = 0
  74.     TabOrder = 0
  75.     Value = 0
  76.   end
  77.   object SpinEdit2: TSpinEdit
  78.     Left = 64
  79.     Top = 56
  80.     Width = 65
  81.     Height = 22
  82.     MaxValue = 4000
  83.     MinValue = 0
  84.     TabOrder = 1
  85.     Value = 0
  86.   end
  87.   object RadioGroup1: TRadioGroup
  88.     Left = 208
  89.     Top = 8
  90.     Width = 169
  91.     Height = 145
  92.     Hint = 'Suggested Sizes'
  93.     Caption = 'Standard Sizes'
  94.     ItemIndex = 8
  95.     Items.Strings = (
  96.       '176x144  Netshow (div 16)'
  97.       '320x240     VGA'
  98.       '400x400     Typical '
  99.       '460x55       Web Banner'
  100.       '640x400     Game VGA'
  101.       '640x480     VGA '
  102.       '800x600     SVGA '
  103.       '1024x768   SVGA'
  104.       'Custom')
  105.     TabOrder = 2
  106.     OnClick = RadioGroup1Click
  107.   end
  108.   object BitBtn1: TBitBtn
  109.     Left = 16
  110.     Top = 104
  111.     Width = 75
  112.     Height = 25
  113.     TabOrder = 3
  114.     OnClick = BitBtn1Click
  115.     Kind = bkOK
  116.   end
  117.   object BitBtn2: TBitBtn
  118.     Left = 112
  119.     Top = 104
  120.     Width = 75
  121.     Height = 25
  122.     TabOrder = 4
  123.     OnClick = BitBtn2Click
  124.     Kind = bkCancel
  125.   end
  126. end
  127.