D10DJkaimengwenshang/项目代码/wenshangkm/A00通用组件/FrameDateSel.dfm
DESKTOP-E401PHE\Administrator 74d01e92e1 ~
2025-09-27 14:24:10 +08:00

132 lines
2.7 KiB
Plaintext

object frmFrameDateSel: TfrmFrameDateSel
Left = 0
Top = 0
Width = 977
Height = 43
Color = clWhite
ParentBackground = False
ParentColor = False
TabOrder = 0
object lbl2: TLabel
Left = 241
Top = 13
Width = 16
Height = 21
Caption = #33267
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentFont = False
end
object BegDate: TcxDateEdit
Left = 113
Top = 4
AutoSize = False
ParentFont = False
Properties.ImmediatePost = True
Properties.ShowTime = False
TabOrder = 0
Height = 33
Width = 120
end
object EndDate: TcxDateEdit
Left = 266
Top = 4
AutoSize = False
ParentFont = False
Properties.ImmediatePost = True
Properties.ShowTime = False
TabOrder = 1
Height = 33
Width = 120
end
object cxButton1: TcxButton
Left = 476
Top = 4
Width = 80
Height = 33
Caption = #26412#26376
TabOrder = 2
OnClick = cxButton1Click
end
object cxButton2: TcxButton
Left = 644
Top = 4
Width = 80
Height = 33
Caption = #24448#21069
TabOrder = 3
OnClick = cxButton2Click
end
object cxButton3: TcxButton
Left = 786
Top = 4
Width = 80
Height = 33
Caption = #24448#21518
TabOrder = 4
OnClick = cxButton3Click
end
object cbbType: TcxComboBox
Left = 727
Top = 5
AutoSize = False
ParentFont = False
Properties.DropDownListStyle = lsFixedList
Properties.Items.Strings = (
#26085
#26376
#24180)
Style.LookAndFeel.NativeStyle = False
StyleDisabled.LookAndFeel.NativeStyle = False
StyleFocused.LookAndFeel.NativeStyle = False
StyleHot.LookAndFeel.NativeStyle = False
TabOrder = 5
Text = #26085
Height = 32
Width = 51
end
object cxButton4: TcxButton
Left = 392
Top = 4
Width = 80
Height = 33
Caption = #26412#26085
TabOrder = 6
OnClick = cxButton4Click
end
object cxButton5: TcxButton
Left = 560
Top = 4
Width = 80
Height = 33
Caption = #26412#24180
TabOrder = 7
OnClick = cxButton5Click
end
object TimeType: TcxComboBox
Left = 5
Top = 6
ParentFont = False
Properties.DropDownListStyle = lsEditFixedList
Properties.ImmediatePost = True
Properties.Items.Strings = (
#26597#35810#26085#26399)
TabOrder = 8
Text = #26597#35810#26085#26399
Width = 100
end
object jqModel: TcxCheckBox
Left = 880
Top = 5
Caption = #31934#30830#26597#35810
ParentFont = False
Style.TransparentBorder = False
TabOrder = 9
Transparent = True
Visible = False
end
end