RTFormwork/项目代码/RTBasicsV1/A00通用组件/FrameDateSel.dfm
“ddf” 64feebdd0e 2
2024-08-27 15:20:17 +08:00

109 lines
2.0 KiB
Plaintext

object frmFrameDateSel: TfrmFrameDateSel
Left = 0
Top = 0
Width = 1078
Height = 37
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 0
object lbl1: TLabel
Left = 23
Top = 7
Width = 64
Height = 21
AutoSize = False
Caption = #26597#35810#26085#26399
end
object lbl2: TLabel
Left = 215
Top = 7
Width = 16
Height = 21
Caption = #33267
end
object BegDate: TcxDateEdit
Left = 91
Top = 1
AutoSize = False
Properties.ShowTime = False
TabOrder = 0
Height = 33
Width = 120
end
object EndDate: TcxDateEdit
Left = 235
Top = 1
AutoSize = False
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
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
end