home *** CD-ROM | disk | FTP | other *** search
- object TextDlg: TTextDlg
- Left = 236
- Top = 158
- ActiveControl = stext
- BorderStyle = bsDialog
- Caption = 'Shaped Text Properties'
- ClientHeight = 275
- ClientWidth = 365
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 75
- Top = 18
- Width = 21
- Height = 13
- Caption = '&Text'
- end
- object OKBtn: TButton
- Left = 105
- Top = 245
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 185
- Top = 245
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object PageControl1: TPageControl
- Left = 6
- Top = 52
- Width = 353
- Height = 184
- ActivePage = Coloring
- TabOrder = 3
- object Coloring: TTabSheet
- Caption = 'Coloring'
- object baddcolor: TSpeedButton
- Left = 142
- Top = 127
- Width = 25
- Height = 25
- Hint = 'Add Color'
- Enabled = False
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33333333FF33333333FF333993333333300033377F3333333777333993333333
- 300033F77FFF3333377739999993333333333777777F3333333F399999933333
- 33003777777333333377333993333333330033377F3333333377333993333333
- 3333333773333333333F333333333333330033333333F33333773333333C3333
- 330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
- 333333333337733333FF3333333C333330003333333733333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- ParentShowHint = False
- ShowHint = True
- OnClick = baddcolorClick
- end
- object bdelcolor: TSpeedButton
- Left = 176
- Top = 127
- Width = 25
- Height = 25
- Hint = 'Delete Color'
- Enabled = False
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 333333333333333333FF33333333333330003333333333333777333333333333
- 300033FFFFFF3333377739999993333333333777777F3333333F399999933333
- 3300377777733333337733333333333333003333333333333377333333333333
- 3333333333333333333F333333333333330033333F33333333773333C3333333
- 330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
- 333333377F33333333FF3333C333333330003333733333333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- ParentShowHint = False
- ShowHint = True
- OnClick = bdelcolorClick
- end
- object rgcolormode: TRadioGroup
- Left = 8
- Top = 4
- Width = 102
- Height = 117
- Caption = 'Mode'
- ItemIndex = 0
- Items.Strings = (
- 'Outline Only'
- 'Solid Color'
- 'Shade Colors')
- TabOrder = 0
- OnClick = rgcolormodeClick
- end
- object GroupBox2: TGroupBox
- Left = 120
- Top = 5
- Width = 102
- Height = 117
- Caption = 'Palette'
- TabOrder = 1
- object ColorList: TListBox
- Left = 2
- Top = 15
- Width = 98
- Height = 100
- Align = alClient
- Enabled = False
- ItemHeight = 16
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnDrawItem = ColorListDrawItem
- end
- end
- object rgshadedirect: TRadioGroup
- Left = 233
- Top = 4
- Width = 106
- Height = 117
- Caption = 'Shade Direction'
- Enabled = False
- ItemIndex = 0
- Items.Strings = (
- 'Horizontal'
- 'Vertical'
- 'Diagonal Up'
- 'Diagonal Down'
- 'Inside-Out')
- TabOrder = 2
- end
- end
- end
- object stext: TEdit
- Left = 102
- Top = 14
- Width = 188
- Height = 21
- TabOrder = 2
- end
- object cd: TColorDialog
- Ctl3D = True
- Options = [cdFullOpen, cdAnyColor]
- Left = 304
- Top = 11
- end
- end
-