home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D / WIDGETS.ZIP / WdgEdt.dfm / WdgEdt.txt
Text File  |  1998-07-29  |  3KB  |  153 lines

  1. object WidgetEditDlg: TWidgetEditDlg
  2.   Left = 318
  3.   Top = 190
  4.   ActiveControl = GlyphGrid
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = ' - Widget Editor'
  8.   ClientHeight = 471
  9.   ClientWidth = 537
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object FontLabel: TLabel
  18.     Left = 376
  19.     Top = 24
  20.     Width = 26
  21.     Height = 16
  22.     Caption = 'Font'
  23.   end
  24.   object Image: TImage
  25.     Left = 416
  26.     Top = 168
  27.     Width = 57
  28.     Height = 57
  29.   end
  30.   object ComboBox1: TComboBox
  31.     Left = 376
  32.     Top = 48
  33.     Width = 145
  34.     Height = 24
  35.     Style = csDropDownList
  36.     ItemHeight = 16
  37.     TabOrder = 0
  38.     OnChange = ComboBox1Change
  39.   end
  40.   object Bold: TCheckBox
  41.     Left = 400
  42.     Top = 88
  43.     Width = 97
  44.     Height = 17
  45.     Caption = 'Bold'
  46.     TabOrder = 1
  47.     OnClick = BoldClick
  48.   end
  49.   object Italic: TCheckBox
  50.     Left = 400
  51.     Top = 112
  52.     Width = 97
  53.     Height = 17
  54.     Caption = 'Italic'
  55.     TabOrder = 2
  56.     OnClick = ItalicClick
  57.   end
  58.   object GlyphGrid: TStringGrid
  59.     Left = 16
  60.     Top = 24
  61.     Width = 340
  62.     Height = 340
  63.     ColCount = 16
  64.     DefaultColWidth = 20
  65.     DefaultRowHeight = 20
  66.     FixedCols = 0
  67.     RowCount = 16
  68.     FixedRows = 0
  69.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  70.     ScrollBars = ssNone
  71.     TabOrder = 3
  72.     OnClick = GlyphGridClick
  73.     OnSelectCell = GlyphGridSelectCell
  74.   end
  75.   object Button1: TButton
  76.     Left = 296
  77.     Top = 416
  78.     Width = 75
  79.     Height = 25
  80.     Caption = 'OK'
  81.     Default = True
  82.     ModalResult = 1
  83.     TabOrder = 4
  84.   end
  85.   object Button2: TButton
  86.     Left = 416
  87.     Top = 416
  88.     Width = 75
  89.     Height = 25
  90.     Cancel = True
  91.     Caption = 'Cancel'
  92.     ModalResult = 2
  93.     TabOrder = 5
  94.   end
  95.   object Panel1: TPanel
  96.     Left = 408
  97.     Top = 256
  98.     Width = 81
  99.     Height = 73
  100.     Enabled = False
  101.     TabOrder = 6
  102.   end
  103.   object ColorGrid: TStringGrid
  104.     Left = 16
  105.     Top = 368
  106.     Width = 340
  107.     Height = 25
  108.     ColCount = 16
  109.     DefaultColWidth = 20
  110.     DefaultRowHeight = 20
  111.     DefaultDrawing = False
  112.     FixedCols = 0
  113.     RowCount = 1
  114.     FixedRows = 0
  115.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  116.     ParentShowHint = False
  117.     ScrollBars = ssNone
  118.     ShowHint = False
  119.     TabOrder = 7
  120.     OnClick = ColorGridClick
  121.     OnDrawCell = ColorGridDrawCell
  122.   end
  123.   object UpDown1: TUpDown
  124.     Left = 488
  125.     Top = 276
  126.     Width = 17
  127.     Height = 33
  128.     Hint = 'Adjust vertical offset of glyph'
  129.     Min = -100
  130.     ParentShowHint = False
  131.     Position = 0
  132.     ShowHint = True
  133.     TabOrder = 8
  134.     Wrap = False
  135.     OnClick = UpDown1Click
  136.   end
  137.   object UpDown2: TUpDown
  138.     Left = 432
  139.     Top = 329
  140.     Width = 33
  141.     Height = 17
  142.     Hint = 'Adjust horizontal offset of glyph'
  143.     Min = -100
  144.     Orientation = udHorizontal
  145.     ParentShowHint = False
  146.     Position = 0
  147.     ShowHint = True
  148.     TabOrder = 9
  149.     Wrap = False
  150.     OnClick = UpDown2Click
  151.   end
  152. end
  153.