home *** CD-ROM | disk | FTP | other *** search
- object ChannelPromptWindow: TChannelPromptWindow
- Left = 355
- Top = 351
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Channel Already Exists'
- ClientHeight = 121
- ClientWidth = 386
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 369
- Height = 41
- AutoSize = False
- Caption =
- 'Channel with such a &name is already in list. You can update thi' +
- 's channel or specify a unique name to create a new one.'
- FocusControl = TitleField
- Transparent = True
- WordWrap = True
- end
- object OKButton: TButton
- Left = 304
- Top = 88
- Width = 73
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object TitleField: TEdit
- Left = 8
- Top = 56
- Width = 369
- Height = 21
- AutoSelect = False
- TabOrder = 0
- OnChange = TitleFieldChange
- end
- object AllCheckBox: TXPCheckBox
- Left = 224
- Top = 92
- Width = 65
- Height = 17
- Caption = '&ALL'
- TabOrder = 3
- OnClick = AllCheckBoxClick
- end
- object SkipButton: TButton
- Left = 112
- Top = 88
- Width = 97
- Height = 25
- Caption = '&Skip'
- ModalResult = 7
- TabOrder = 2
- end
- object UpdateButton: TButton
- Left = 8
- Top = 88
- Width = 97
- Height = 25
- Caption = '&Update'
- ModalResult = 6
- TabOrder = 1
- end
- end
-