Statistiques
| Révision:

root / UFComment.dfm

Historique | Voir | Annoter | Télécharger (1,01 ko)

1
object FComment: TFComment
2
  Left = 200
3
  Top = 200
4
  BorderIcons = []
5
  BorderStyle = bsDialog
6
  Caption = 'Comment'
7
  ClientHeight = 112
8
  ClientWidth = 468
9
  Color = clBtnFace
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
12
  Font.Height = -11
13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
15
  OldCreateOrder = False
16
  Position = poMainFormCenter
17
  Scaled = False
18
  OnCreate = FormCreate
19
  OnShow = FormShow
20
  PixelsPerInch = 96
21
  TextHeight = 13
22
  object Memo: TMemo
23
    Left = 8
24
    Top = 8
25
    Width = 452
26
    Height = 60
27
    MaxLength = 255
28
    TabOrder = 0
29
    WantReturns = False
30
  end
31
  object BBOk: TBitBtn
32
    Left = 296
33
    Top = 80
34
    Width = 80
35
    Height = 25
36
    Caption = 'OK'
37
    Default = True
38
    ModalResult = 1
39
    NumGlyphs = 2
40
    TabOrder = 1
41
  end
42
  object BBCancel: TBitBtn
43
    Left = 384
44
    Top = 80
45
    Width = 80
46
    Height = 25
47
    Cancel = True
48
    Caption = 'Cancel'
49
    ModalResult = 2
50
    NumGlyphs = 2
51
    TabOrder = 2
52
  end
53
end