home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2002 March / PCM_0203.iso / MEDIA / PREIZKUSNI / WinIVR.msi / Instal01.cab / _F92770CE59F144CA876D7657130B84C1 / 0 / RCDATA / TFRMSLEEP / TFRMSLEEP.txt
Text File  |  2002-01-30  |  2KB  |  115 lines

  1. object frmSleep: TfrmSleep
  2.   Left = 8
  3.   Top = 146
  4.   Width = 335
  5.   Height = 200
  6.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜'
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   OldCreateOrder = False
  10.   OnCreate = FormCreate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object pnlContent: TPanel
  14.     Left = 0
  15.     Top = 0
  16.     Width = 327
  17.     Height = 121
  18.     Align = alTop
  19.     BevelOuter = bvNone
  20.     ParentColor = True
  21.     TabOrder = 0
  22.     object lblNote: TLabel
  23.       Left = 31
  24.       Top = 89
  25.       Width = 74
  26.       Height = 13
  27.       Alignment = taRightJustify
  28.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜╦╡∩┐╜∩┐╜(&N)∩┐╜∩┐╜'
  29.       FocusControl = edtNote
  30.     end
  31.     object lblTimeLength: TLabel
  32.       Left = 33
  33.       Top = 19
  34.       Width = 72
  35.       Height = 13
  36.       Alignment = taRightJustify
  37.       Caption = '╩▒∩┐╜Σ│ñ∩┐╜∩┐╜(&L)∩┐╜∩┐╜'
  38.       FocusControl = edtMaxLength
  39.     end
  40.     object lblSecond: TLabel
  41.       Left = 264
  42.       Top = 19
  43.       Width = 36
  44.       Height = 13
  45.       Caption = '∩┐╜∩┐╜∩┐╜δú⌐'
  46.     end
  47.     object ckbInterruptible: TCheckBox
  48.       Left = 115
  49.       Top = 50
  50.       Width = 211
  51.       Height = 17
  52.       Caption = '∩┐╜├╗∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╨╢∩┐╜(&I)'
  53.       TabOrder = 1
  54.       OnClick = ckbInterruptibleClick
  55.     end
  56.     object edtNote: TEdit
  57.       Left = 115
  58.       Top = 85
  59.       Width = 185
  60.       Height = 21
  61.       TabOrder = 2
  62.     end
  63.     object edtMaxLength: TEdit
  64.       Left = 115
  65.       Top = 15
  66.       Width = 131
  67.       Height = 21
  68.       TabOrder = 0
  69.       Text = '1'
  70.     end
  71.     object updownMaxLength: TUpDown
  72.       Left = 246
  73.       Top = 15
  74.       Width = 16
  75.       Height = 21
  76.       Min = 0
  77.       Max = 32767
  78.       Position = 1
  79.       TabOrder = 3
  80.       Wrap = False
  81.       OnChangingEx = updownMaxLengthChangingEx
  82.     end
  83.   end
  84.   object btnOk: TButton
  85.     Left = 25
  86.     Top = 130
  87.     Width = 75
  88.     Height = 25
  89.     Caption = '╚╖∩┐╜∩┐╜(&O)'
  90.     Default = True
  91.     ModalResult = 1
  92.     TabOrder = 1
  93.     OnClick = btnOkClick
  94.   end
  95.   object btnCancel: TButton
  96.     Left = 125
  97.     Top = 130
  98.     Width = 75
  99.     Height = 25
  100.     Cancel = True
  101.     Caption = '╚í∩┐╜∩┐╜(&C)'
  102.     ModalResult = 2
  103.     TabOrder = 2
  104.   end
  105.   object btnHelp: TButton
  106.     Left = 225
  107.     Top = 130
  108.     Width = 75
  109.     Height = 25
  110.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜(&H)'
  111.     TabOrder = 3
  112.     OnClick = btnHelpClick
  113.   end
  114. end
  115.