home *** CD-ROM | disk | FTP | other *** search
- object AddText2: TAddText2
- Left = 96
- Top = 97
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Text hinzuf�gen'
- ClientHeight = 289
- ClientWidth = 436
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefaultSizeOnly
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 18
- Top = 15
- Width = 172
- Height = 20
- Caption = 'Bitte den Text eingeben '
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 20
- Top = 132
- Width = 92
- Height = 20
- Caption = 'Schriftgr��e '
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 123
- Top = 132
- Width = 65
- Height = 20
- Caption = 'Schriftstil'
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label5: TLabel
- Left = 19
- Top = 78
- Width = 82
- Height = 13
- Caption = 'Vordergrundfarbe'
- end
- object Label6: TLabel
- Left = 178
- Top = 81
- Width = 79
- Height = 13
- Caption = 'Hintergrundfarbe'
- end
- object GroupBox1: TGroupBox
- Left = 125
- Top = 157
- Width = 135
- Height = 118
- TabOrder = 7
- end
- object Edit1: TEdit
- Left = 18
- Top = 45
- Width = 404
- Height = 21
- MaxLength = 80
- TabOrder = 0
- end
- object ListBox1: TListBox
- Left = 23
- Top = 192
- Width = 45
- Height = 82
- ItemHeight = 13
- Items.Strings = (
- '8'
- '10'
- '12'
- '14'
- '18'
- '24')
- TabOrder = 1
- OnClick = ListBox1Click
- OnKeyPress = ListBox1KeyPress
- end
- object Edit2: TEdit
- Left = 24
- Top = 162
- Width = 45
- Height = 21
- TabOrder = 2
- Text = '12'
- OnEnter = Edit2Enter
- end
- object CheckBox1: TCheckBox
- Left = 144
- Top = 175
- Width = 97
- Height = 17
- Caption = 'fett'
- TabOrder = 3
- end
- object CheckBox2: TCheckBox
- Left = 144
- Top = 196
- Width = 97
- Height = 17
- Caption = 'kursiv'
- TabOrder = 4
- end
- object CheckBox3: TCheckBox
- Left = 144
- Top = 218
- Width = 97
- Height = 17
- Caption = 'durchgestrichen'
- TabOrder = 5
- end
- object CheckBox4: TCheckBox
- Left = 144
- Top = 239
- Width = 97
- Height = 17
- Caption = 'unterstrichen'
- TabOrder = 6
- end
- object Button1: TButton
- Left = 297
- Top = 192
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 8
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 297
- Top = 223
- Width = 75
- Height = 25
- Caption = 'Abbruch'
- TabOrder = 9
- OnClick = Button2Click
- end
- object ComboBox1: TComboBox
- Left = 20
- Top = 97
- Width = 145
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'Schwarz'
- 'Rotbraun'
- 'Gr�n'
- 'Olivgr�n'
- 'Marineblau'
- 'Violett'
- 'Petrol'
- 'Grau'
- 'Silber'
- 'Rot'
- 'Limonengr�n'
- 'Gelb'
- 'Blau'
- 'Pink'
- 'Karibikblau'
- 'Wei�'
- 'Fenstertext (Windows)'
- 'Fensterhintergrund (Windows)'
- 'Schaltfl�chenfarbe (Windows)')
- TabOrder = 10
- Text = ' '
- end
- object ComboBox2: TComboBox
- Left = 180
- Top = 97
- Width = 145
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'Schwarz'
- 'Rotbraun'
- 'Gr�n'
- 'Olivgr�n'
- 'Marineblau'
- 'Violett'
- 'Petrol'
- 'Grau'
- 'Silber'
- 'Rot'
- 'Limonengr�n'
- 'Gelb'
- 'Blau'
- 'Pink'
- 'Karibikblau'
- 'Wei�'
- 'Fenstertext (Windows)'
- 'Fensterhintergrund (Windows)'
- 'Schaltfl�chenfarbe (Windows)')
- TabOrder = 11
- end
- end
-