summaryrefslogtreecommitdiff
path: root/bindings/bcppmake/MainTest.dfm
blob: ffb3c5abf6c2e59f3b29cf2847fe14a8ff666351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
object Form1: TForm1
  Left = 346
  Top = 234
  Width = 446
  Height = 265
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 438
    Height = 197
    Align = alClient
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 0
    Top = 197
    Width = 438
    Height = 41
    Align = alBottom
    Caption = 'Panel1'
    TabOrder = 1
  end
end