home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 416
- Top = 179
- Width = 337
- Height = 226
- VertScrollBar.Range = 61
- ActiveControl = Edit1
- Caption = 'RenderText Example'
- Color = clButton
- Constraints.MinWidth = 256
- Font.Color = clText
- Font.Height = 11
- Font.Name = 'MS Sans Serif'
- Font.Pitch = fpVariable
- Font.Style = []
- Font.Weight = 40
- ParentFont = False
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- object Image: TImage32
- Left = 0
- Top = 61
- Width = 337
- Height = 165
- Align = alClient
- BitmapAlign = baTopLeft
- Scale = 1.000000000000000000
- ScaleMode = smNormal
- TabOrder = 0
- OnResize = ImageResize
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 337
- Height = 61
- Align = alTop
- BevelOuter = bvNone
- Font.Color = clText
- Font.Height = 11
- Font.Name = 'Tahoma'
- Font.Pitch = fpVariable
- Font.Style = []
- Font.Weight = 40
- ParentFont = False
- TabOrder = 1
- object SpeedButton1: TSpeedButton
- Left = 60
- Top = 32
- Width = 22
- Height = 22
- GroupIndex = 1
- Down = True
- Caption = '0'
- Layout = blGlyphBottom
- OnClick = SpeedButton1Click
- end
- object SpeedButton2: TSpeedButton
- Tag = 1
- Left = 84
- Top = 32
- Width = 22
- Height = 22
- GroupIndex = 1
- Caption = '1'
- Layout = blGlyphBottom
- OnClick = SpeedButton1Click
- end
- object SpeedButton3: TSpeedButton
- Tag = 2
- Left = 108
- Top = 32
- Width = 22
- Height = 22
- GroupIndex = 1
- Caption = '2'
- Layout = blGlyphBottom
- OnClick = SpeedButton1Click
- end
- object SpeedButton4: TSpeedButton
- Tag = 3
- Left = 132
- Top = 32
- Width = 22
- Height = 22
- GroupIndex = 1
- Caption = '3'
- Layout = blGlyphBottom
- OnClick = SpeedButton1Click
- end
- object SpeedButton5: TSpeedButton
- Tag = 4
- Left = 156
- Top = 32
- Width = 22
- Height = 22
- GroupIndex = 1
- Caption = '4'
- Layout = blGlyphBottom
- OnClick = SpeedButton1Click
- end
- object Label1: TLabel
- Left = 4
- Top = 36
- Width = 46
- Height = 13
- Caption = 'AA Level:'
- end
- object Label2: TLabel
- Left = 4
- Top = 6
- Width = 78
- Height = 13
- Caption = 'Enter text here:'
- end
- object Edit1: TEdit
- Left = 92
- Top = 4
- Width = 241
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- TabOrder = 0
- Text = 'Edit1'
- OnChange = Edit1Change
- end
- object Button1: TButton
- Left = 186
- Top = 31
- Width = 65
- Height = 23
- Anchors = [akTop, akRight]
- Caption = 'Click me!'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Label3: TLabel
- Left = 260
- Top = 33
- Width = 72
- Height = 18
- Alignment = taCenter
- AutoSize = False
- BorderStyle = bsSunkenPanel
- Color = clWhite
- ParentColor = False
- end
- end
- end
-