home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / cwin / c.exe / $INSTDIR / devcpp.exe / 0 / RCDATA / TCVSPASSWDFORM / TCVSPASSWDFORM.txt
Encoding:
Text File  |  2003-12-15  |  1.8 KB  |  88 lines

  1. object CVSPasswdForm: TCVSPasswdForm
  2.   Left = 255
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'CVS Password Required'
  6.   ClientHeight = 142
  7.   ClientWidth = 249
  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.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 56
  22.     Width = 152
  23.     Height = 13
  24.     Caption = 'Please enter the CVS password:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 235
  30.     Height = 41
  31.     AutoSize = False
  32.     Caption = 
  33.       'The CVS server requires a password to be supplied to allow conne' +
  34.       'ction.'
  35.     WordWrap = True
  36.   end
  37.   object txtPass: TEdit
  38.     Left = 8
  39.     Top = 76
  40.     Width = 233
  41.     Height = 21
  42.     PasswordChar = '*'
  43.     TabOrder = 0
  44.   end
  45.   object btnOK: TButton
  46.     Left = 87
  47.     Top = 108
  48.     Width = 75
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = 'OK'
  52.     Default = True
  53.     ModalResult = 1
  54.     TabOrder = 1
  55.     TabStop = False
  56.   end
  57.   object XPMenu: TXPMenu
  58.     DimLevel = 30
  59.     GrayLevel = 10
  60.     Font.Charset = ANSI_CHARSET
  61.     Font.Color = clMenuText
  62.     Font.Height = -11
  63.     Font.Name = 'Microsoft Sans Serif'
  64.     Font.Style = []
  65.     Color = clBtnFace
  66.     DrawMenuBar = False
  67.     IconBackColor = clBtnFace
  68.     MenuBarColor = clBtnFace
  69.     SelectColor = clHighlight
  70.     SelectBorderColor = clHighlight
  71.     SelectFontColor = clMenuText
  72.     DisabledColor = clInactiveCaption
  73.     SeparatorColor = clBtnFace
  74.     CheckedColor = clHighlight
  75.     IconWidth = 24
  76.     DrawSelect = True
  77.     UseSystemColors = True
  78.     UseDimColor = False
  79.     OverrideOwnerDraw = False
  80.     Gradient = False
  81.     FlatMenu = False
  82.     AutoDetect = True
  83.     Active = False
  84.     Left = 136
  85.     Top = 56
  86.   end
  87. end
  88.