home *** CD-ROM | disk | FTP | other *** search
- inherited fExpForm: TfExpForm
- Left = 342
- Top = 216
- BorderStyle = bsDialog
- Caption = 'Selection'
- ClientHeight = 286
- ClientWidth = 227
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 19
- Top = 9
- Width = 170
- Height = 26
- Caption = 'Choose the objects to be exported'
- WordWrap = True
- end
- object Bevel1: TBevel [1]
- Left = 19
- Top = 50
- Width = 180
- Height = 158
- Shape = bsFrame
- end
- object cbNewKey: TCheckBox [2]
- Left = 30
- Top = 56
- Width = 146
- Height = 17
- Caption = 'new key'
- State = cbChecked
- TabOrder = 0
- end
- object cbDeletedKey: TCheckBox [3]
- Left = 30
- Top = 76
- Width = 146
- Height = 17
- Caption = 'deleted key'
- State = cbChecked
- TabOrder = 1
- end
- object cbAlteredKey: TCheckBox [4]
- Left = 30
- Top = 96
- Width = 146
- Height = 17
- Caption = 'altered key'
- State = cbChecked
- TabOrder = 2
- end
- object cbNewValue: TCheckBox [5]
- Left = 30
- Top = 128
- Width = 146
- Height = 17
- Caption = 'new value'
- State = cbChecked
- TabOrder = 3
- end
- object cbDeletedValue: TCheckBox [6]
- Left = 30
- Top = 146
- Width = 146
- Height = 17
- Caption = 'deleted value'
- State = cbChecked
- TabOrder = 4
- end
- object cbValueOld: TCheckBox [7]
- Left = 30
- Top = 164
- Width = 146
- Height = 17
- Caption = 'altered value (old)'
- State = cbChecked
- TabOrder = 5
- end
- object cbValueNew: TCheckBox [8]
- Left = 30
- Top = 182
- Width = 146
- Height = 17
- Caption = 'altered value (new)'
- State = cbChecked
- TabOrder = 6
- end
- object Button1: TButton [9]
- Left = 19
- Top = 240
- Width = 82
- Height = 25
- Caption = '&OK'
- ModalResult = 1
- TabOrder = 7
- end
- object Button2: TButton [10]
- Left = 110
- Top = 240
- Width = 89
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 8
- end
- inherited MSOfficeCaption1: TMSOfficeCaption
- CaptionText.Caption = 'Selection'
- end
- end
-