D10SZKaiXiYa/A00通用组件/FrameDateCheckSel.dfm

117 lines
2.2 KiB
Plaintext
Raw Permalink Normal View History

2025-03-01 10:55:52 +08:00
object frmFrameDateCheckSel: TfrmFrameDateCheckSel
Left = 0
Top = 0
Width = 1078
Height = 37
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentBackground = False
ParentColor = True
ParentFont = True
TabOrder = 0
DesignSize = (
1078
37)
object lbl2: TLabel
Left = 215
Top = 7
Width = 16
Height = 21
Caption = #33267
end
object BegDate: TcxDateEdit
Left = 91
Top = 1
AutoSize = False
ParentFont = True
Properties.ImmediatePost = True
Properties.ShowTime = False
TabOrder = 0
Height = 33
Width = 120
end
object EndDate: TcxDateEdit
Left = 235
Top = 1
Anchors = [akLeft]
AutoSize = False
ParentFont = True
Properties.ImmediatePost = True
Properties.ShowTime = False
TabOrder = 1
Height = 33
Width = 120
end
object cxButton1: TcxButton
Left = 443
Top = 1
Width = 80
Height = 33
Caption = #26412#26376
TabOrder = 2
OnClick = cxButton1Click
end
object cxButton2: TcxButton
Left = 611
Top = 1
Width = 80
Height = 33
Caption = #24448#21069
TabOrder = 3
OnClick = cxButton2Click
end
object cxButton3: TcxButton
Left = 750
Top = 1
Width = 80
Height = 33
Caption = #24448#21518
TabOrder = 4
OnClick = cxButton3Click
end
object cbbType: TcxComboBox
Left = 695
Top = 1
AutoSize = False
ParentFont = True
Properties.DropDownListStyle = lsFixedList
Properties.Items.Strings = (
#26085
#26376
#24180)
TabOrder = 5
Text = #26085
Height = 33
Width = 51
end
object cxButton4: TcxButton
Left = 359
Top = 1
Width = 80
Height = 33
Caption = #26412#26085
TabOrder = 6
OnClick = cxButton4Click
end
object cxButton5: TcxButton
Left = 527
Top = 1
Width = 80
Height = 33
Caption = #26412#24180
TabOrder = 7
OnClick = cxButton5Click
end
object CheckDate: TcxCheckBox
Left = 3
Top = 1
Caption = #26597#35810#26085#26399
Style.TransparentBorder = False
TabOrder = 8
end
end