D10szGerun/A01基础公司管理/U_SalaryInPut.dfm
2026-09-12 17:23:29 +08:00

208 lines
5.1 KiB
Plaintext

object frmSalaryInPut: TfrmSalaryInPut
Left = 0
Top = 0
Caption = #24037#36164#24405#20837
ClientHeight = 509
ClientWidth = 600
Color = clWhite
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '#23435#20307'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object ToolBar1: TToolBar
Tag = 1
Left = 0
Top = 0
Width = 600
Height = 38
AutoSize = True
ButtonHeight = 38
ButtonWidth = 75
Caption = 'ToolBar1'
Color = clBtnFace
DisabledImages = DataLink_Company.ImageList_new32
EdgeInner = esNone
EdgeOuter = esNone
Images = DataLink_Company.ImageList_new32
List = True
ParentColor = False
ShowCaptions = True
TabOrder = 0
object TBSave: TToolButton
Left = 0
Top = 0
AutoSize = True
Caption = #20445#23384
ImageIndex = 16
OnClick = TBSaveClick
end
object TBClose: TToolButton
Left = 71
Top = 0
AutoSize = True
Caption = #20851#38381
ImageIndex = 7
OnClick = TBCloseClick
end
end
object Panel1: TPanel
Left = 0
Top = 38
Width = 600
Height = 43
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clSkyBlue
ParentBackground = False
TabOrder = 1
object Label1: TLabel
Left = 16
Top = 15
Width = 24
Height = 12
Caption = #26085#26399
end
object Label2: TLabel
Left = 178
Top = 15
Width = 24
Height = 12
Caption = #24180#26376
end
object YMCaption: TLabel
Left = 210
Top = 15
Width = 54
Height = 12
Caption = 'YMCaption'
end
object Label3: TLabel
Left = 300
Top = 15
Width = 24
Height = 12
Caption = #21512#35745
end
object HJCaption: TLabel
Left = 332
Top = 15
Width = 63
Height = 12
Caption = 'HJCaption'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '#23435#20307'
Font.Style = [fsBold]
ParentFont = False
end
object DayCombo: TComboBox
Left = 52
Top = 11
Width = 110
Height = 20
Style = csDropDownList
TabOrder = 0
OnChange = DayComboChange
end
end
object cxGrid1: TcxGrid
Left = 0
Top = 81
Width = 600
Height = 428
Align = alClient
TabOrder = 2
object Tv1: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
ScrollbarAnnotations.CustomAnnotations = <>
DataController.DataSource = DataSource1
DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoImmediatePost]
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <>
DataController.Summary.SummaryGroups = <>
OptionsCustomize.ColumnFiltering = False
OptionsData.Deleting = False
OptionsData.Inserting = False
OptionsView.GroupByBox = False
Styles.Header = DataLink_Company.Default
object v1EEName: TcxGridDBColumn
Caption = #22995#21517
DataBinding.FieldName = 'EEName'
DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxTextEditProperties'
Properties.Alignment.Horz = taCenter
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 130
end
object v1DVal: TcxGridDBColumn
Caption = #24037#26102
DataBinding.FieldName = 'DVal'
DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxTextEditProperties'
Properties.Alignment.Horz = taCenter
HeaderAlignmentHorz = taCenter
Width = 120
end
object v1Editer: TcxGridDBColumn
Caption = '#20462#25913#20154'
DataBinding.FieldName = 'Editer'
DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxTextEditProperties'
Properties.Alignment.Horz = taCenter
Visible = False
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 100
end
object v1Edittime: TcxGridDBColumn
Caption = '#20462#25913#26102#38388'
DataBinding.FieldName = 'Edittime'
DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxTextEditProperties'
Properties.Alignment.Horz = taCenter
Visible = False
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 150
end
end
object cxGrid1Level1: TcxGridLevel
GridView = Tv1
end
end
object DataSource1: TDataSource
DataSet = Order_Main
Left = 467
Top = 211
end
object Order_Main: TClientDataSet
Aggregates = <>
Params = <>
AfterPost = Order_MainAfterPost
Left = 360
Top = 208
end
object ADOQueryCmd: TADOQuery
Connection = DataLink_Company.ADOLink
Parameters = <>
Left = 245
Top = 385
end
object ADOQueryTemp: TADOQuery
Connection = DataLink_Company.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 347
Top = 385
end
end