home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / zkuste / delphi / kolekce / d567 / FLEXCEL.ZIP / Design / UAddRange.dfm < prev    next >
Encoding:
Text File  |  2002-09-26  |  1.1 KB  |  64 lines

  1. object AddRange: TAddRange
  2.   Left = 429
  3.   Top = 152
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add Named Range'
  6.   ClientHeight = 186
  7.   ClientWidth = 403
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 31
  21.     Height = 13
  22.     Caption = 'Name:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 72
  27.     Width = 46
  28.     Height = 13
  29.     Caption = 'Refers to:'
  30.   end
  31.   object cbName: TComboBox
  32.     Left = 16
  33.     Top = 32
  34.     Width = 369
  35.     Height = 21
  36.     ItemHeight = 13
  37.     TabOrder = 0
  38.     OnChange = cbNameChange
  39.   end
  40.   object edRange: TEdit
  41.     Left = 16
  42.     Top = 96
  43.     Width = 369
  44.     Height = 21
  45.     TabOrder = 1
  46.   end
  47.   object BtnOk: TBitBtn
  48.     Left = 116
  49.     Top = 152
  50.     Width = 75
  51.     Height = 25
  52.     TabOrder = 2
  53.     Kind = bkOK
  54.   end
  55.   object BitBtn2: TBitBtn
  56.     Left = 212
  57.     Top = 152
  58.     Width = 75
  59.     Height = 25
  60.     TabOrder = 3
  61.     Kind = bkCancel
  62.   end
  63. end
  64.