home *** CD-ROM | disk | FTP | other *** search
- object EditDialog: TEditDialog
- Left = 328
- Top = 197
- Width = 463
- Height = 291
- Caption = 'Edit Record'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel2: TBevel
- Left = 8
- Top = 3
- Width = 441
- Height = 198
- Anchors = [akLeft, akTop, akRight, akBottom]
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 9
- Height = 13
- Caption = 'Id'
- end
- object Label2: TLabel
- Left = 88
- Top = 8
- Width = 20
- Height = 13
- Caption = 'Size'
- end
- object Label3: TLabel
- Left = 16
- Top = 56
- Width = 23
- Height = 13
- Caption = 'Data'
- end
- object lblVersion: TLabel
- Left = 168
- Top = 8
- Width = 35
- Height = 13
- Caption = 'Version'
- end
- object edId: TEdit
- Left = 16
- Top = 24
- Width = 57
- Height = 21
- MaxLength = 4
- TabOrder = 0
- Text = 'edId'
- end
- object edSize: TEdit
- Left = 88
- Top = 24
- Width = 57
- Height = 21
- TabOrder = 1
- Text = 'Edit1'
- end
- object edData: TRichEdit
- Left = 16
- Top = 72
- Width = 425
- Height = 121
- Anchors = [akLeft, akTop, akRight, akBottom]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 2
- OnSelectionChange = edDataSelectionChange
- end
- object btnOk: TBitBtn
- Left = 286
- Top = 213
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- TabOrder = 3
- OnClick = btnOkClick
- Kind = bkOK
- end
- object btnCancel: TBitBtn
- Left = 374
- Top = 213
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- TabOrder = 4
- Kind = bkCancel
- end
- object edVersion: TEdit
- Left = 168
- Top = 24
- Width = 81
- Height = 21
- TabOrder = 5
- Text = 'edVersion'
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 245
- Width = 455
- Height = 19
- Panels = <>
- SimplePanel = False
- end
- end
-