Subversion Repositories stackman

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 daniel-mar 1
object MDIJournalForm: TMDIJournalForm
2
  Left = 288
3
  Top = 156
4
  Width = 347
5
  Height = 180
6
  Caption = 'Journal'
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'MS Sans Serif'
12
  Font.Style = []
13
  FormStyle = fsMDIChild
14
  Menu = MainMenu1
15
  OldCreateOrder = False
16
  Position = poDefault
17
  Visible = True
18
  OnClose = FormClose
19
  OnShow = FormShow
20
  PixelsPerInch = 96
21
  TextHeight = 13
22
  object Memo1: TMemo
23
    Left = 0
24
    Top = 0
25
    Width = 339
26
    Height = 134
27
    Align = alClient
28
    Color = clBtnFace
29
    ReadOnly = True
30
    ScrollBars = ssVertical
31
    TabOrder = 0
32
  end
33
  object MainMenu1: TMainMenu
34
    Images = MainForm.ImageList2
35
    Left = 8
36
    Top = 8
37
    object Journal1: TMenuItem
38
      Caption = '&Journal'
39
      GroupIndex = 5
40
      object Close1: TMenuItem
41
        Caption = '&Schlie'#223'en'
42
        ImageIndex = 20
43
        ShortCut = 27
44
        OnClick = Close1Click
45
      end
46
    end
47
  end
48
end