object BtnRightDlg: TBtnRightDlg Left = 217 Top = 126 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'New Image Size' ClientHeight = 321 ClientWidth = 682 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] FormStyle = fsStayOnTop Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 8 Width = 673 Height = 305 Shape = bsFrame IsControl = True end object Label1: TLabel Left = 94 Top = 218 Width = 47 Height = 20 Caption = 'Width' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 94 Top = 259 Width = 54 Height = 20 Caption = 'Height' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 10 Top = 20 Width = 150 Height = 159 Picture.Data = {} Stretch = True end object Label3: TLabel Left = 26 Top = 169 Width = 131 Height = 27 Alignment = taCenter Caption = 'New Image' Color = clBtnHighlight Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -25 Font.Name = 'Colonna MT' Font.Style = [fsBold, fsItalic] ParentColor = False ParentFont = False end object OKBtn: TBitBtn Left = 185 Top = 263 Width = 77 Height = 26 TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 345 Top = 262 Width = 77 Height = 27 TabOrder = 1 OnClick = CancelBtnClick Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object SpinEdit1: TSpinEdit Left = 23 Top = 218 Width = 59 Height = 22 Increment = 10 MaxValue = 4000 MinValue = 0 TabOrder = 2 Value = 640 end object SpinEdit2: TSpinEdit Left = 23 Top = 259 Width = 59 Height = 22 Increment = 10 MaxValue = 4000 MinValue = 0 TabOrder = 3 Value = 480 end object RadioButton1: TRadioGroup Left = 168 Top = 16 Width = 497 Height = 233 Caption = 'Standard Image and Movie Frame Sizes' ItemIndex = 5 Items.Strings = ( '176 x 144 Standard Netshow Frame Size (Must be divisible by 16)' '352x288 Doubled Netshow Size. Suitable for High speed connecti' + 'on.' '320x240 Full Screen VGA or suitable for small window in HTML if' + ' compressed' '400x400 Typical all round AVI size' '460x55 Standard Web Ad Banner Size' '640x480 Full Screen SVGA 1 (too large for modem data transfer at' + ' 56k)' '800x600 Full Screen SVGA 2 (High Resolution. Huge storage requir' + 'ements)' '1024x768 Full Screen SVGA 3 (High Resolution. Suitable for Backg' + 'rounds)') TabOrder = 4 OnClick = RadioButton1Click end end