home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / Business / Persdesk / _SETUP.1 / JOBDES.DLL / 0 / RCDATA / TIMPORTANCEDIALOG / TIMPORTANCEDIALOG.txt
Text File  |  1997-05-05  |  3KB  |  156 lines

  1. object ImportanceDialog: TImportanceDialog
  2.   Left = 263
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Importance Rating'
  7.   ClientHeight = 214
  8.   ClientWidth = 317
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 300
  21.     Height = 161
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 88
  27.     Top = 16
  28.     Width = 129
  29.     Height = 13
  30.     Caption = 'Job Importance Rating'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 76
  34.     Top = 92
  35.     Width = 160
  36.     Height = 13
  37.     Caption = 'Company Importance Rating'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 44
  41.     Top = 36
  42.     Width = 14
  43.     Height = 13
  44.     Caption = '0%'
  45.     Font.Color = clBlack
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object Label4: TLabel
  52.     Left = 252
  53.     Top = 36
  54.     Width = 26
  55.     Height = 13
  56.     Caption = '100%'
  57.     Font.Color = clBlack
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentFont = False
  62.   end
  63.   object Label5: TLabel
  64.     Left = 44
  65.     Top = 116
  66.     Width = 14
  67.     Height = 13
  68.     Caption = '0%'
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.   end
  75.   object Label6: TLabel
  76.     Left = 148
  77.     Top = 36
  78.     Width = 20
  79.     Height = 13
  80.     Caption = '50%'
  81.     Font.Color = clBlack
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentFont = False
  86.   end
  87.   object Label7: TLabel
  88.     Left = 148
  89.     Top = 116
  90.     Width = 20
  91.     Height = 13
  92.     Caption = '50%'
  93.     Font.Color = clBlack
  94.     Font.Height = -11
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = []
  97.     ParentFont = False
  98.   end
  99.   object Label8: TLabel
  100.     Left = 252
  101.     Top = 116
  102.     Width = 26
  103.     Height = 13
  104.     Caption = '100%'
  105.     Font.Color = clBlack
  106.     Font.Height = -11
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = []
  109.     ParentFont = False
  110.   end
  111.   object OKBtn: TBitBtn
  112.     Left = 64
  113.     Top = 180
  114.     Width = 77
  115.     Height = 27
  116.     TabOrder = 0
  117.     OnClick = OKBtnClick
  118.     Kind = bkOK
  119.     Margin = 2
  120.     Spacing = -1
  121.     IsControl = True
  122.   end
  123.   object CancelBtn: TBitBtn
  124.     Left = 148
  125.     Top = 180
  126.     Width = 77
  127.     Height = 27
  128.     TabOrder = 1
  129.     OnClick = CancelBtnClick
  130.     Kind = bkCancel
  131.     Margin = 2
  132.     Spacing = -1
  133.     IsControl = True
  134.   end
  135.   object JobImportance: TScrollBar
  136.     Left = 32
  137.     Top = 52
  138.     Width = 253
  139.     Height = 17
  140.     Hint = 'Move cursor to improtance rating'
  141.     ParentShowHint = False
  142.     ShowHint = True
  143.     TabOrder = 2
  144.   end
  145.   object CoImportance: TScrollBar
  146.     Left = 32
  147.     Top = 132
  148.     Width = 253
  149.     Height = 17
  150.     Hint = 'Move cursor to importance rating'
  151.     ParentShowHint = False
  152.     ShowHint = True
  153.     TabOrder = 3
  154.   end
  155. end
  156.