home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / zabezpeceni / cdcheck / CDCheckSetup.exe / CDCheck.exe / 0 / RCDATA / TFRMCDMANUF / TFRMCDMANUF.txt
Text File  |  2006-07-03  |  2KB  |  94 lines

  1. object FrmCDManuf: TFrmCDManuf
  2.   Left = 500
  3.   Top = 386
  4.   Width = 388
  5.   Height = 291
  6.   Caption = 'Manufacturers'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Shell Dlg 2'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object LblManuf: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 196
  20.     Height = 13
  21.     Caption = 'Manufacturers with given ID/ATIP:'
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Shell Dlg 2'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object LBManuf: TListBox
  30.     Tag = 255
  31.     Left = 8
  32.     Top = 24
  33.     Width = 361
  34.     Height = 137
  35.     ItemHeight = 13
  36.     TabOrder = 0
  37.   end
  38.   object BtnRemove: TButton
  39.     Left = 264
  40.     Top = 173
  41.     Width = 105
  42.     Height = 25
  43.     Caption = 'Request &removal'
  44.     TabOrder = 1
  45.     OnClick = BtnRemoveClick
  46.   end
  47.   object BtnAddManuf: TButton
  48.     Left = 8
  49.     Top = 173
  50.     Width = 105
  51.     Height = 25
  52.     Caption = '&Add manufacturer'
  53.     TabOrder = 2
  54.     OnClick = BtnAddManufClick
  55.   end
  56.   object CBManuf: TComboBox
  57.     Tag = 255
  58.     Left = 8
  59.     Top = 199
  60.     Width = 241
  61.     Height = 21
  62.     ItemHeight = 13
  63.     TabOrder = 3
  64.     Text = 'CBManuf'
  65.     OnChange = CBManufChange
  66.     OnKeyDown = CBManufKeyDown
  67.   end
  68.   object PnlBtns: TPanel
  69.     Left = 0
  70.     Top = 230
  71.     Width = 380
  72.     Height = 27
  73.     Align = alBottom
  74.     BevelOuter = bvNone
  75.     TabOrder = 4
  76.     object BtnOK: TSpeedButton
  77.       Left = 149
  78.       Top = 2
  79.       Width = 80
  80.       Height = 22
  81.       Anchors = [akTop, akRight]
  82.       Caption = 'Continue >>'
  83.       Flat = True
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = 8421440
  86.       Font.Height = -11
  87.       Font.Name = 'MS Sans Serif'
  88.       Font.Style = []
  89.       ParentFont = False
  90.       OnClick = BtnOKClick
  91.     end
  92.   end
  93. end
  94.