home *** CD-ROM | disk | FTP | other *** search
- object AddRange: TAddRange
- Left = 429
- Top = 152
- BorderStyle = bsDialog
- Caption = 'Add Named Range'
- ClientHeight = 186
- ClientWidth = 403
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 31
- Height = 13
- Caption = 'Name:'
- end
- object Label2: TLabel
- Left = 16
- Top = 72
- Width = 46
- Height = 13
- Caption = 'Refers to:'
- end
- object cbName: TComboBox
- Left = 16
- Top = 32
- Width = 369
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- OnChange = cbNameChange
- end
- object edRange: TEdit
- Left = 16
- Top = 96
- Width = 369
- Height = 21
- TabOrder = 1
- end
- object BtnOk: TBitBtn
- Left = 116
- Top = 152
- Width = 75
- Height = 25
- TabOrder = 2
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 212
- Top = 152
- Width = 75
- Height = 25
- TabOrder = 3
- Kind = bkCancel
- end
- end
-