home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TTEXTDLG / TTEXTDLG.txt
Encoding:
Text File  |  2000-09-13  |  4.8 KB  |  172 lines

  1. object TextDlg: TTextDlg
  2.   Left = 236
  3.   Top = 158
  4.   ActiveControl = stext
  5.   BorderStyle = bsDialog
  6.   Caption = 'Shaped Text Properties'
  7.   ClientHeight = 275
  8.   ClientWidth = 365
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 75
  22.     Top = 18
  23.     Width = 21
  24.     Height = 13
  25.     Caption = '&Text'
  26.   end
  27.   object OKBtn: TButton
  28.     Left = 105
  29.     Top = 245
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 0
  36.   end
  37.   object CancelBtn: TButton
  38.     Left = 185
  39.     Top = 245
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 1
  46.   end
  47.   object PageControl1: TPageControl
  48.     Left = 6
  49.     Top = 52
  50.     Width = 353
  51.     Height = 184
  52.     ActivePage = Coloring
  53.     TabOrder = 3
  54.     object Coloring: TTabSheet
  55.       Caption = 'Coloring'
  56.       object baddcolor: TSpeedButton
  57.         Left = 142
  58.         Top = 127
  59.         Width = 25
  60.         Height = 25
  61.         Hint = 'Add Color'
  62.         Enabled = False
  63.         Glyph.Data = {
  64.           76010000424D7601000000000000760000002800000020000000100000000100
  65.           0400000000000001000000000000000000001000000010000000000000000000
  66.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  67.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  68.           33333333FF33333333FF333993333333300033377F3333333777333993333333
  69.           300033F77FFF3333377739999993333333333777777F3333333F399999933333
  70.           33003777777333333377333993333333330033377F3333333377333993333333
  71.           3333333773333333333F333333333333330033333333F33333773333333C3333
  72.           330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  73.           993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  74.           333333333337733333FF3333333C333330003333333733333777333333333333
  75.           3000333333333333377733333333333333333333333333333333}
  76.         NumGlyphs = 2
  77.         ParentShowHint = False
  78.         ShowHint = True
  79.         OnClick = baddcolorClick
  80.       end
  81.       object bdelcolor: TSpeedButton
  82.         Left = 176
  83.         Top = 127
  84.         Width = 25
  85.         Height = 25
  86.         Hint = 'Delete Color'
  87.         Enabled = False
  88.         Glyph.Data = {
  89.           76010000424D7601000000000000760000002800000020000000100000000100
  90.           0400000000000001000000000000000000001000000010000000000000000000
  91.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  92.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  93.           333333333333333333FF33333333333330003333333333333777333333333333
  94.           300033FFFFFF3333377739999993333333333777777F3333333F399999933333
  95.           3300377777733333337733333333333333003333333333333377333333333333
  96.           3333333333333333333F333333333333330033333F33333333773333C3333333
  97.           330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
  98.           993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
  99.           333333377F33333333FF3333C333333330003333733333333777333333333333
  100.           3000333333333333377733333333333333333333333333333333}
  101.         NumGlyphs = 2
  102.         ParentShowHint = False
  103.         ShowHint = True
  104.         OnClick = bdelcolorClick
  105.       end
  106.       object rgcolormode: TRadioGroup
  107.         Left = 8
  108.         Top = 4
  109.         Width = 102
  110.         Height = 117
  111.         Caption = 'Mode'
  112.         ItemIndex = 0
  113.         Items.Strings = (
  114.           'Outline Only'
  115.           'Solid Color'
  116.           'Shade Colors')
  117.         TabOrder = 0
  118.         OnClick = rgcolormodeClick
  119.       end
  120.       object GroupBox2: TGroupBox
  121.         Left = 120
  122.         Top = 5
  123.         Width = 102
  124.         Height = 117
  125.         Caption = 'Palette'
  126.         TabOrder = 1
  127.         object ColorList: TListBox
  128.           Left = 2
  129.           Top = 15
  130.           Width = 98
  131.           Height = 100
  132.           Align = alClient
  133.           Enabled = False
  134.           ItemHeight = 16
  135.           Style = lbOwnerDrawFixed
  136.           TabOrder = 0
  137.           OnDrawItem = ColorListDrawItem
  138.         end
  139.       end
  140.       object rgshadedirect: TRadioGroup
  141.         Left = 233
  142.         Top = 4
  143.         Width = 106
  144.         Height = 117
  145.         Caption = 'Shade Direction'
  146.         Enabled = False
  147.         ItemIndex = 0
  148.         Items.Strings = (
  149.           'Horizontal'
  150.           'Vertical'
  151.           'Diagonal Up'
  152.           'Diagonal Down'
  153.           'Inside-Out')
  154.         TabOrder = 2
  155.       end
  156.     end
  157.   end
  158.   object stext: TEdit
  159.     Left = 102
  160.     Top = 14
  161.     Width = 188
  162.     Height = 21
  163.     TabOrder = 2
  164.   end
  165.   object cd: TColorDialog
  166.     Ctl3D = True
  167.     Options = [cdFullOpen, cdAnyColor]
  168.     Left = 304
  169.     Top = 11
  170.   end
  171. end
  172.