object frmSleep: TfrmSleep Left = 8 Top = 146 Width = 335 Height = 200 Caption = '����' Color = clBtnFace ParentFont = True OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object pnlContent: TPanel Left = 0 Top = 0 Width = 327 Height = 121 Align = alTop BevelOuter = bvNone ParentColor = True TabOrder = 0 object lblNote: TLabel Left = 31 Top = 89 Width = 74 Height = 13 Alignment = taRightJustify Caption = '����˵��(&N)��' FocusControl = edtNote end object lblTimeLength: TLabel Left = 33 Top = 19 Width = 72 Height = 13 Alignment = taRightJustify Caption = 'ʱ�䳤��(&L)��' FocusControl = edtMaxLength end object lblSecond: TLabel Left = 264 Top = 19 Width = 36 Height = 13 Caption = '���룩' end object ckbInterruptible: TCheckBox Left = 115 Top = 50 Width = 211 Height = 17 Caption = '�û����������ж�(&I)' TabOrder = 1 OnClick = ckbInterruptibleClick end object edtNote: TEdit Left = 115 Top = 85 Width = 185 Height = 21 TabOrder = 2 end object edtMaxLength: TEdit Left = 115 Top = 15 Width = 131 Height = 21 TabOrder = 0 Text = '1' end object updownMaxLength: TUpDown Left = 246 Top = 15 Width = 16 Height = 21 Min = 0 Max = 32767 Position = 1 TabOrder = 3 Wrap = False OnChangingEx = updownMaxLengthChangingEx end end object btnOk: TButton Left = 25 Top = 130 Width = 75 Height = 25 Caption = 'ȷ��(&O)' Default = True ModalResult = 1 TabOrder = 1 OnClick = btnOkClick end object btnCancel: TButton Left = 125 Top = 130 Width = 75 Height = 25 Cancel = True Caption = 'ȡ��(&C)' ModalResult = 2 TabOrder = 2 end object btnHelp: TButton Left = 225 Top = 130 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 3 OnClick = btnHelpClick end end