home *** CD-ROM | disk | FTP | other *** search
- object TransparenzForm: TTransparenzForm
- Left = 283
- Top = 178
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Transparency level'
- ClientHeight = 102
- ClientWidth = 186
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 29
- Top = 24
- Width = 61
- Height = 13
- Alignment = taRightJustify
- Caption = 'Text &opacity:'
- FocusControl = TransComboBox
- end
- object OkButton: TButton
- Left = 16
- Top = 64
- Width = 73
- Height = 25
- Caption = '&Ok'
- TabOrder = 0
- OnClick = OkButtonClick
- end
- object CancelButton: TButton
- Left = 95
- Top = 64
- Width = 73
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = CancelButtonClick
- end
- object TransComboBox: TComboBox
- Left = 95
- Top = 21
- Width = 73
- Height = 21
- DropDownCount = 12
- ItemHeight = 13
- Items.Strings = (
- ' 0 %'
- ' 10 %'
- ' 20 %'
- ' 30 %'
- ' 40 %'
- ' 50 %'
- ' 60 %'
- ' 70 %'
- ' 80 %'
- ' 90 %'
- '100 %')
- TabOrder = 2
- OnChange = TransComboBoxChange
- end
- end
-