home *** CD-ROM | disk | FTP | other *** search
- object FormEditPicSelFont: TFormEditPicSelFont
- Left = 521
- Top = 361
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Draw Text'
- ClientHeight = 181
- ClientWidth = 340
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- DesignSize = (
- 340
- 181)
- PixelsPerInch = 96
- TextHeight = 13
- object BtnCancel: TSpeedButton
- Left = 136
- Top = 146
- Width = 65
- Height = 22
- Anchors = [akLeft, akBottom]
- Caption = 'Cancel'
- OnClick = BtnCancelClick
- end
- object SpeedButton2: TSpeedButton
- Left = 56
- Top = 146
- Width = 65
- Height = 22
- Anchors = [akLeft, akBottom]
- Caption = 'Ok'
- OnClick = SpeedButton2Click
- end
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 21
- Height = 13
- Caption = 'Text'
- end
- object Label2: TLabel
- Left = 19
- Top = 42
- Width = 21
- Height = 13
- Caption = 'Font'
- end
- object EditNewText: TEdit
- Left = 48
- Top = 13
- Width = 281
- Height = 21
- TabOrder = 0
- end
- object CheckBox1: TCheckBox
- Left = 200
- Top = 40
- Width = 97
- Height = 17
- Caption = 'Bold'
- TabOrder = 1
- end
- object CheckBox2: TCheckBox
- Left = 200
- Top = 56
- Width = 97
- Height = 17
- Caption = 'Underline'
- TabOrder = 2
- end
- object CheckBox3: TCheckBox
- Left = 200
- Top = 72
- Width = 97
- Height = 17
- Caption = 'Italic'
- TabOrder = 3
- end
- object ComboBox1: TComboBox
- Left = 48
- Top = 40
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 4
- Text = 'ComboBox1'
- end
- end
-