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

  1. object BtnRightDlg: TBtnRightDlg
  2.   Left = 217
  3.   Top = 126
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'New Image Size'
  7.   ClientHeight = 321
  8.   ClientWidth = 682
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 8
  23.     Width = 673
  24.     Height = 305
  25.     Shape = bsFrame
  26.     IsControl = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 94
  30.     Top = 218
  31.     Width = 47
  32.     Height = 20
  33.     Caption = 'Width'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clBlack
  36.     Font.Height = -16
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Label2: TLabel
  42.     Left = 94
  43.     Top = 259
  44.     Width = 54
  45.     Height = 20
  46.     Caption = 'Height'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clBlack
  49.     Font.Height = -16
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.   end
  54.   object Image1: TImage
  55.     Left = 10
  56.     Top = 20
  57.     Width = 150
  58.     Height = 159
  59.     Picture.Data = {<image000.TMetafile>}
  60.     Stretch = True
  61.   end
  62.   object Label3: TLabel
  63.     Left = 26
  64.     Top = 169
  65.     Width = 131
  66.     Height = 27
  67.     Alignment = taCenter
  68.     Caption = 'New Image'
  69.     Color = clBtnHighlight
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clBlack
  72.     Font.Height = -25
  73.     Font.Name = 'Colonna MT'
  74.     Font.Style = [fsBold, fsItalic]
  75.     ParentColor = False
  76.     ParentFont = False
  77.   end
  78.   object OKBtn: TBitBtn
  79.     Left = 185
  80.     Top = 263
  81.     Width = 77
  82.     Height = 26
  83.     TabOrder = 0
  84.     OnClick = OKBtnClick
  85.     Kind = bkOK
  86.     Margin = 2
  87.     Spacing = -1
  88.     IsControl = True
  89.   end
  90.   object CancelBtn: TBitBtn
  91.     Left = 345
  92.     Top = 262
  93.     Width = 77
  94.     Height = 27
  95.     TabOrder = 1
  96.     OnClick = CancelBtnClick
  97.     Kind = bkCancel
  98.     Margin = 2
  99.     Spacing = -1
  100.     IsControl = True
  101.   end
  102.   object SpinEdit1: TSpinEdit
  103.     Left = 23
  104.     Top = 218
  105.     Width = 59
  106.     Height = 22
  107.     Increment = 10
  108.     MaxValue = 4000
  109.     MinValue = 0
  110.     TabOrder = 2
  111.     Value = 640
  112.   end
  113.   object SpinEdit2: TSpinEdit
  114.     Left = 23
  115.     Top = 259
  116.     Width = 59
  117.     Height = 22
  118.     Increment = 10
  119.     MaxValue = 4000
  120.     MinValue = 0
  121.     TabOrder = 3
  122.     Value = 480
  123.   end
  124.   object RadioButton1: TRadioGroup
  125.     Left = 168
  126.     Top = 16
  127.     Width = 497
  128.     Height = 233
  129.     Caption = 'Standard Image and Movie Frame Sizes'
  130.     ItemIndex = 5
  131.     Items.Strings = (
  132.       '176 x 144  Standard Netshow Frame Size (Must be divisible by 16)'
  133.       
  134.         '352x288   Doubled Netshow Size. Suitable for High speed connecti' +
  135.         'on.'
  136.       
  137.         '320x240 Full Screen VGA  or suitable for small window in HTML if' +
  138.         ' compressed'
  139.       '400x400  Typical all round AVI size'
  140.       '460x55   Standard Web Ad Banner Size'
  141.       
  142.         '640x480 Full Screen SVGA 1 (too large for modem data transfer at' +
  143.         ' 56k)'
  144.       
  145.         '800x600 Full Screen SVGA 2 (High Resolution. Huge storage requir' +
  146.         'ements)'
  147.       
  148.         '1024x768 Full Screen SVGA 3 (High Resolution. Suitable for Backg' +
  149.         'rounds)')
  150.     TabOrder = 4
  151.     OnClick = RadioButton1Click
  152.   end
  153. end
  154.