home *** CD-ROM | disk | FTP | other *** search
- object FrmCDManuf: TFrmCDManuf
- Left = 500
- Top = 386
- Width = 388
- Height = 291
- Caption = 'Manufacturers'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg 2'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object LblManuf: TLabel
- Left = 8
- Top = 8
- Width = 196
- Height = 13
- Caption = 'Manufacturers with given ID/ATIP:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg 2'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object LBManuf: TListBox
- Tag = 255
- Left = 8
- Top = 24
- Width = 361
- Height = 137
- ItemHeight = 13
- TabOrder = 0
- end
- object BtnRemove: TButton
- Left = 264
- Top = 173
- Width = 105
- Height = 25
- Caption = 'Request &removal'
- TabOrder = 1
- OnClick = BtnRemoveClick
- end
- object BtnAddManuf: TButton
- Left = 8
- Top = 173
- Width = 105
- Height = 25
- Caption = '&Add manufacturer'
- TabOrder = 2
- OnClick = BtnAddManufClick
- end
- object CBManuf: TComboBox
- Tag = 255
- Left = 8
- Top = 199
- Width = 241
- Height = 21
- ItemHeight = 13
- TabOrder = 3
- Text = 'CBManuf'
- OnChange = CBManufChange
- OnKeyDown = CBManufKeyDown
- end
- object PnlBtns: TPanel
- Left = 0
- Top = 230
- Width = 380
- Height = 27
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 4
- object BtnOK: TSpeedButton
- Left = 149
- Top = 2
- Width = 80
- Height = 22
- Anchors = [akTop, akRight]
- Caption = 'Continue >>'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 8421440
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnClick = BtnOKClick
- end
- end
- end
-