12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- object ITSSELDAY: TITSSELDAY
- Left = 0
- Top = 0
- BorderStyle = bsSizeToolWin
- Caption = #55092#51068#49440#53469
- ClientHeight = 111
- ClientWidth = 217
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- ShowHint = True
- OnClose = FormClose
- DesignSize = (
- 217
- 111)
- PixelsPerInch = 96
- TextHeight = 17
- object GrpCaption: TcxGroupBox
- Left = 0
- Top = 0
- Align = alTop
- Caption = #9654' '#55092#51068#51012' '#49440#53469#54616#49464#50836'.'
- Style.TextStyle = [fsBold]
- TabOrder = 3
- Height = 69
- Width = 217
- end
- object BtnSelect: TcxButton
- Left = 25
- Top = 78
- Width = 80
- Height = 25
- Cursor = crHandPoint
- Hint = #49440#53469
- Anchors = [akTop, akRight]
- Caption = #49440#53469
- Colors.Default = 10737865
- TabOrder = 0
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = BtnSelectClick
- end
- object BtnCancel: TcxButton
- Left = 113
- Top = 78
- Width = 80
- Height = 25
- Cursor = crHandPoint
- Hint = #52712#49548
- Anchors = [akTop, akRight]
- Caption = #52712#49548
- Colors.Default = 10737865
- TabOrder = 1
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = BtnCancelClick
- end
- object cxDateEdit1: TcxDateEdit
- Left = 21
- Top = 36
- Cursor = crHandPoint
- EditValue = 0d
- Properties.Alignment.Horz = taCenter
- Properties.DateButtons = [btnClear, btnNow, btnToday]
- Properties.DateOnError = deToday
- Properties.ImmediatePost = True
- Properties.ShowTime = False
- Properties.WeekNumbers = True
- TabOrder = 2
- Width = 179
- end
- end
|