home *** CD-ROM | disk | FTP | other *** search
- object X509NameAttrSelForm: TX509NameAttrSelForm
- Left = 192
- Top = 103
- HelpContext = 14502
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Select X.509 Name Attributes'
- ClientHeight = 341
- ClientWidth = 296
- Color = clBtnFace
- Constraints.MinHeight = 270
- Constraints.MinWidth = 270
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- DesignSize = (
- 296
- 341)
- PixelsPerInch = 96
- TextHeight = 13
- object lValue: TLabel
- Left = 18
- Top = 256
- Width = 27
- Height = 13
- Anchors = [akLeft, akBottom]
- Caption = 'Value'
- end
- object bOK: TButton
- Left = 18
- Top = 304
- Width = 80
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object bCancel: TButton
- Left = 106
- Top = 304
- Width = 80
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object lv: TListView
- Left = 18
- Top = 16
- Width = 258
- Height = 206
- Anchors = [akLeft, akTop, akRight, akBottom]
- Checkboxes = True
- Columns = <
- item
- Caption = 'Item'
- Width = 100
- end
- item
- Caption = 'Value'
- Width = 145
- end>
- ReadOnly = True
- RowSelect = True
- TabOrder = 2
- ViewStyle = vsReport
- OnSelectItem = lvSelectItem
- end
- object eValue: TRichEdit
- Left = 18
- Top = 270
- Width = 258
- Height = 23
- Anchors = [akLeft, akRight, akBottom]
- PlainText = True
- TabOrder = 3
- OnChange = eValueChange
- end
- object bNew: TButton
- Left = 181
- Top = 230
- Width = 96
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'New'
- TabOrder = 4
- OnClick = bNewClick
- end
- object bHelp: TButton
- Left = 194
- Top = 304
- Width = 80
- Height = 25
- Caption = 'Help'
- TabOrder = 5
- OnClick = bHelpClick
- end
- end
-