Subversion Repositories spacemission

Rev

Rev 1 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 4
1
ÿ
1
object DelphiXGUIDEditForm: TDelphiXGUIDEditForm
2
TDELPHIXGUIDEDITFORM0ðTPF0TDelphiXGUIDEditFormDelphiXGUIDEditFormLeftÏTopsBorderStylebsDialogCaptionGUID EditorClientHeight]ClientWidthtFont.CharsetDEFAULT_CHARSET
2
  Left = 207
3
Font.ColorclWindowTextFont.Heightô	Font.Name
MS Sans Serif
3
  Top = 115
4
Font.StylePositionpoScreenCenterScaledOnShowFormShow
PixelsPerInch`
4
  BorderStyle = bsDialog
5
TextHeightTEditEditLeftTopWidthHeightTabOrderOnChange
5
  Caption = 'GUID Editor'
6
EditChangeOnEnter	EditEnterOnExitEditExitTButtonOKButtonLeftÐTop>WidthJHeightCaptionOKDefault	TabOrderOnClick
OKButtonClickTButtonCancelButtonLeft Top>WidthJHeightCancel	CaptionCancelTabOrderOnClickCancelButtonClickTButton	NewButtonLeft TopWidthIHeightCaptionNewTabOrderOnClickNewButtonClick
6
  ClientHeight = 93
-
 
7
  ClientWidth = 372
-
 
8
  Color = clBtnFace
-
 
9
  Font.Charset = DEFAULT_CHARSET
-
 
10
  Font.Color = clWindowText
-
 
11
  Font.Height = -12
-
 
12
  Font.Name = 'MS Sans Serif'
-
 
13
  Font.Style = []
-
 
14
  OldCreateOrder = True
-
 
15
  Position = poScreenCenter
-
 
16
  Scaled = False
-
 
17
  OnShow = FormShow
-
 
18
  PixelsPerInch = 96
-
 
19
  TextHeight = 13
-
 
20
  object Edit: TEdit
-
 
21
    Left = 12
-
 
22
    Top = 16
-
 
23
    Width = 272
-
 
24
    Height = 21
-
 
25
    TabOrder = 0
-
 
26
    OnChange = EditChange
-
 
27
    OnEnter = EditEnter
-
 
28
    OnExit = EditExit
-
 
29
  end
-
 
30
  object OKButton: TButton
-
 
31
    Left = 208
-
 
32
    Top = 62
-
 
33
    Width = 74
-
 
34
    Height = 25
-
 
35
    Caption = 'OK'
-
 
36
    Default = True
-
 
37
    TabOrder = 1
-
 
38
    OnClick = OKButtonClick
-
 
39
  end
-
 
40
  object CancelButton: TButton
-
 
41
    Left = 288
-
 
42
    Top = 62
-
 
43
    Width = 74
-
 
44
    Height = 25
-
 
45
    Cancel = True
-
 
46
    Caption = 'Cancel'
-
 
47
    TabOrder = 2
-
 
48
    OnClick = CancelButtonClick
-
 
49
  end
-
 
50
  object NewButton: TButton
-
 
51
    Left = 288
-
 
52
    Top = 14
-
 
53
    Width = 73
-
 
54
    Height = 25
-
 
55
    Caption = 'New'
-
 
56
    TabOrder = 3
-
 
57
    OnClick = NewButtonClick
-
 
58
  end
-
 
59
end