object TextureDestinationDialog: TTextureDestinationDialog Left = 245 Top = 108 BorderStyle = bsDialog Caption = 'Rendered Skin' ClientHeight = 119 ClientWidth = 222 Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object Bevel1: TBevel Left = 4 Top = 4 Width = 213 Height = 81 Shape = bsFrame end object Label1: TLabel Left = 12 Top = 12 Width = 178 Height = 14 Caption = 'Where should the rendered skin go ?' end object OKBtn: TButton Left = 142 Top = 92 Width = 75 Height = 25 Caption = 'Close' Default = True ModalResult = 1 TabOrder = 0 end object NewRad: TRadioButton Left = 12 Top = 28 Width = 113 Height = 17 Caption = 'Insert New' Checked = True TabOrder = 1 TabStop = True end object ReplaceRad: TRadioButton Left = 12 Top = 44 Width = 113 Height = 17 Caption = 'Replace Current' TabOrder = 2 end object DiscardRad: TRadioButton Left = 12 Top = 60 Width = 113 Height = 17 Caption = 'Discard' TabOrder = 3 end end