home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Software / Freeware / programare / graphics32 / Examples / Clx / RenderText_Ex / MainUnit.dfm / MainUnit.txt
Encoding:
Text File  |  2004-07-15  |  2.7 KB  |  136 lines

  1. object Form1: TForm1
  2.   Left = 213
  3.   Top = 113
  4.   Width = 337
  5.   Height = 228
  6.   Caption = 'RenderText Example'
  7.   Color = clBtnFace
  8.   Constraints.MinWidth = 256
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image: TImage32
  19.     Left = 0
  20.     Top = 61
  21.     Width = 329
  22.     Height = 133
  23.     Align = alClient
  24.     BitmapAlign = baTopLeft
  25.     Scale = 1.000000000000000000
  26.     ScaleMode = smNormal
  27.     TabOrder = 0
  28.     OnResize = ImageResize
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 0
  32.     Top = 0
  33.     Width = 329
  34.     Height = 61
  35.     Align = alTop
  36.     BevelOuter = bvNone
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'Tahoma'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     TabOrder = 1
  44.     object Label1: TLabel
  45.       Left = 4
  46.       Top = 36
  47.       Width = 46
  48.       Height = 13
  49.       Caption = 'AA Level:'
  50.     end
  51.     object Label2: TLabel
  52.       Left = 4
  53.       Top = 6
  54.       Width = 78
  55.       Height = 13
  56.       Caption = 'Enter text here:'
  57.     end
  58.     object SpeedButton1: TSpeedButton
  59.       Left = 92
  60.       Top = 32
  61.       Width = 22
  62.       Height = 22
  63.       GroupIndex = 1
  64.       Down = True
  65.       Caption = '0'
  66.       Layout = blGlyphBottom
  67.       OnClick = SpeedButton1Click
  68.     end
  69.     object SpeedButton2: TSpeedButton
  70.       Tag = 1
  71.       Left = 116
  72.       Top = 32
  73.       Width = 22
  74.       Height = 22
  75.       GroupIndex = 1
  76.       Caption = '1'
  77.       Layout = blGlyphBottom
  78.       OnClick = SpeedButton1Click
  79.     end
  80.     object SpeedButton3: TSpeedButton
  81.       Tag = 2
  82.       Left = 140
  83.       Top = 32
  84.       Width = 22
  85.       Height = 22
  86.       GroupIndex = 1
  87.       Caption = '2'
  88.       Layout = blGlyphBottom
  89.       OnClick = SpeedButton1Click
  90.     end
  91.     object SpeedButton4: TSpeedButton
  92.       Tag = 3
  93.       Left = 164
  94.       Top = 32
  95.       Width = 22
  96.       Height = 22
  97.       GroupIndex = 1
  98.       Caption = '3'
  99.       Layout = blGlyphBottom
  100.       OnClick = SpeedButton1Click
  101.     end
  102.     object SpeedButton5: TSpeedButton
  103.       Tag = 4
  104.       Left = 188
  105.       Top = 32
  106.       Width = 22
  107.       Height = 22
  108.       GroupIndex = 1
  109.       Caption = '4'
  110.       Layout = blGlyphBottom
  111.       OnClick = SpeedButton1Click
  112.     end
  113.     object Edit1: TEdit
  114.       Left = 92
  115.       Top = 4
  116.       Width = 234
  117.       Height = 21
  118.       Anchors = [akLeft, akTop, akRight]
  119.       AutoSize = False
  120.       TabOrder = 0
  121.       Text = 'Edit1'
  122.       OnChange = Edit1Change
  123.     end
  124.     object Button1: TButton
  125.       Left = 253
  126.       Top = 32
  127.       Width = 73
  128.       Height = 21
  129.       Anchors = [akTop, akRight]
  130.       Caption = 'Click me!'
  131.       TabOrder = 1
  132.       OnClick = Button1Click
  133.     end
  134.   end
  135. end
  136.