home *** CD-ROM | disk | FTP | other *** search
- object SkinForm: TSkinForm
- Left = 266
- Top = 184
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Skins'
- ClientHeight = 320
- ClientWidth = 177
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object mFSkins: TComboBox
- Left = 8
- Top = 264
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- Text = 'mFSkins'
- Visible = False
- end
- object mSkins: TComboBox
- Left = 4
- Top = 252
- Width = 167
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = mSkinsChange
- end
- object mPicture: TPanel
- Left = 4
- Top = 8
- Width = 169
- Height = 230
- Caption = 'mPicture'
- Color = clBlack
- TabOrder = 2
- object Pict1: TImage
- Left = 1
- Top = 1
- Width = 167
- Height = 228
- Align = alClient
- Center = True
- end
- end
- object bOK: TButton
- Left = 4
- Top = 288
- Width = 75
- Height = 25
- Caption = 'Ok'
- TabOrder = 3
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 96
- Top = 288
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- end
-