home *** CD-ROM | disk | FTP | other *** search
- object FrmSaveStyle: TFrmSaveStyle
- Left = 350
- Top = 265
- BorderStyle = bsDialog
- Caption = 'Save style'
- ClientHeight = 95
- ClientWidth = 243
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 96
- Height = 13
- Caption = 'Enter the style name'
- end
- object EditStyleName: TEdit
- Left = 8
- Top = 32
- Width = 225
- Height = 21
- TabOrder = 0
- end
- object btnOK: TButton
- Left = 80
- Top = 64
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 160
- Top = 64
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-