home *** CD-ROM | disk | FTP | other *** search
- object ResizeForm: TResizeForm
- Left = 245
- Top = 364
- Width = 398
- Height = 190
- Caption = 'Resize'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = 8
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label3d1: TLabel3d
- Left = 136
- Top = 16
- Width = 57
- Height = 23
- Caption = 'Width'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Rockwell'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- AStyle3D = Raised3d
- AShadeLTSet = False
- end
- object Label3d2: TLabel3d
- Left = 136
- Top = 56
- Width = 63
- Height = 23
- Caption = 'Height'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Rockwell'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- AStyle3D = Raised3d
- AShadeLTSet = False
- end
- object SpeedButton1: TSpeedButton
- Left = 16
- Top = 16
- Width = 33
- Height = 25
- Caption = 'X 2'
- OnClick = SpeedButton1Click
- end
- object SpeedButton2: TSpeedButton
- Left = 16
- Top = 56
- Width = 33
- Height = 25
- Caption = '1 / 2'
- OnClick = SpeedButton2Click
- end
- object SpinEdit1: TSpinEdit
- Left = 64
- Top = 16
- Width = 65
- Height = 22
- MaxValue = 4000
- MinValue = 0
- TabOrder = 0
- Value = 0
- end
- object SpinEdit2: TSpinEdit
- Left = 64
- Top = 56
- Width = 65
- Height = 22
- MaxValue = 4000
- MinValue = 0
- TabOrder = 1
- Value = 0
- end
- object RadioGroup1: TRadioGroup
- Left = 208
- Top = 8
- Width = 169
- Height = 145
- Hint = 'Suggested Sizes'
- Caption = 'Standard Sizes'
- ItemIndex = 8
- Items.Strings = (
- '176x144 Netshow (div 16)'
- '320x240 VGA'
- '400x400 Typical '
- '460x55 Web Banner'
- '640x400 Game VGA'
- '640x480 VGA '
- '800x600 SVGA '
- '1024x768 SVGA'
- 'Custom')
- TabOrder = 2
- OnClick = RadioGroup1Click
- end
- object BitBtn1: TBitBtn
- Left = 16
- Top = 104
- Width = 75
- Height = 25
- TabOrder = 3
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 112
- Top = 104
- Width = 75
- Height = 25
- TabOrder = 4
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- end
-