Subversion Repositories stackman

Rev

Rev 2 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 13
Line 1... Line 1...
1
object MDITextEditor: TMDITextEditor
1
object MDITextEditor: TMDITextEditor
2
  Left = 255
2
  Left = 255
3
  Top = 367
3
  Top = 367
4
  Width = 347
-
 
5
  Height = 180
-
 
6
  Caption = 'Text-Editor'
4
  Caption = 'Text-Editor'
-
 
5
  ClientHeight = 121
-
 
6
  ClientWidth = 331
7
  Color = clBtnFace
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
9
  Font.Color = clWindowText
10
  Font.Height = -11
10
  Font.Height = -11
11
  Font.Name = 'Tahoma'
11
  Font.Name = 'Tahoma'
12
  Font.Style = []
12
  Font.Style = []
13
  FormStyle = fsMDIChild
13
  FormStyle = fsMDIChild
14
  Menu = MainMenu1
14
  Menu = MainMenu1
15
  OldCreateOrder = False
-
 
16
  Position = poDefault
15
  Position = poDefault
17
  Visible = True
16
  Visible = True
18
  OnClose = FormClose
17
  OnClose = FormClose
19
  OnCloseQuery = FormCloseQuery
18
  OnCloseQuery = FormCloseQuery
20
  OnShow = FormShow
19
  OnShow = FormShow
21
  PixelsPerInch = 96
-
 
22
  TextHeight = 13
20
  TextHeight = 13
23
  object Memo1: TMemo
21
  object Memo1: TMemo
24
    Left = 0
22
    Left = 0
25
    Top = 0
23
    Top = 0
26
    Width = 339
24
    Width = 331
27
    Height = 134
25
    Height = 121
28
    Align = alClient
26
    Align = alClient
29
    Font.Charset = DEFAULT_CHARSET
27
    Font.Charset = DEFAULT_CHARSET
30
    Font.Color = clWindowText
28
    Font.Color = clWindowText
31
    Font.Height = -11
29
    Font.Height = -11
32
    Font.Name = 'MS Sans Serif'
30
    Font.Name = 'MS Sans Serif'
33
    Font.Style = []
31
    Font.Style = []
34
    ParentFont = False
32
    ParentFont = False
35
    ScrollBars = ssVertical
33
    ScrollBars = ssVertical
36
    TabOrder = 0
34
    TabOrder = 0
37
    OnChange = Memo1Change
35
    OnChange = Memo1Change
-
 
36
    ExplicitWidth = 339
-
 
37
    ExplicitHeight = 134
38
  end
38
  end
39
  object MainMenu1: TMainMenu
39
  object MainMenu1: TMainMenu
40
    Images = MainForm.ImageList2
40
    Images = MainForm.ImageList2
41
    Left = 8
41
    Left = 8
42
    Top = 8
42
    Top = 8