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

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