home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 August / INTERNET94.ISO / pc / software / windows / utils / watznew / setup.exe / 0 / RCDATA / TCHANNELPROMPTWINDOW / TCHANNELPROMPTWINDOW.txt < prev   
Encoding:
Text File  |  2002-05-01  |  1.6 KB  |  82 lines

  1. object ChannelPromptWindow: TChannelPromptWindow
  2.   Left = 355
  3.   Top = 351
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Channel Already Exists'
  7.   ClientHeight = 121
  8.   ClientWidth = 386
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Shell Dlg'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label2: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 369
  26.     Height = 41
  27.     AutoSize = False
  28.     Caption = 
  29.       'Channel with such a &name is already in list. You can update thi' +
  30.       's channel or specify a unique name to create a new one.'
  31.     FocusControl = TitleField
  32.     Transparent = True
  33.     WordWrap = True
  34.   end
  35.   object OKButton: TButton
  36.     Left = 304
  37.     Top = 88
  38.     Width = 73
  39.     Height = 25
  40.     Caption = '&OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 4
  44.   end
  45.   object TitleField: TEdit
  46.     Left = 8
  47.     Top = 56
  48.     Width = 369
  49.     Height = 21
  50.     AutoSelect = False
  51.     TabOrder = 0
  52.     OnChange = TitleFieldChange
  53.   end
  54.   object AllCheckBox: TXPCheckBox
  55.     Left = 224
  56.     Top = 92
  57.     Width = 65
  58.     Height = 17
  59.     Caption = '&ALL'
  60.     TabOrder = 3
  61.     OnClick = AllCheckBoxClick
  62.   end
  63.   object SkipButton: TButton
  64.     Left = 112
  65.     Top = 88
  66.     Width = 97
  67.     Height = 25
  68.     Caption = '&Skip'
  69.     ModalResult = 7
  70.     TabOrder = 2
  71.   end
  72.   object UpdateButton: TButton
  73.     Left = 8
  74.     Top = 88
  75.     Width = 97
  76.     Height = 25
  77.     Caption = '&Update'
  78.     ModalResult = 6
  79.     TabOrder = 1
  80.   end
  81. end
  82.