⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uzzzgsw.~dfm

📁 行业应急系统 包括: 应急系统(待遇核发) 发放系统 开发环境:Delphi5 (sp1)+ Oracle 8.05 MultiExport是一个可以将数据按指定字段倒出
💻 ~DFM
📖 第 1 页 / 共 4 页
字号:
                  Left = 371
                  Top = 17
                  Width = 60
                  Height = 12
                  Caption = '与死者关系'
                end
                object DBEdit4: TDBEdit
                  Left = 90
                  Top = 14
                  Width = 108
                  Height = 20
                  DataField = 'YSSFZH'
                  DataSource = souYSXX
                  ImeName = 'Chinese (Simplified) - MS-PinYin98'
                  TabOrder = 0
                end
                object DBEdit5: TDBEdit
                  Left = 252
                  Top = 14
                  Width = 108
                  Height = 20
                  DataField = 'YSXM'
                  DataSource = souYSXX
                  ImeName = 'Chinese (Simplified) - MS-PinYin98'
                  TabOrder = 1
                end
                object DBEdit6: TDBEdit
                  Left = 89
                  Top = 39
                  Width = 271
                  Height = 20
                  DataField = 'TXDZ'
                  DataSource = souYSXX
                  ImeName = 'Chinese (Simplified) - MS-PinYin98'
                  TabOrder = 3
                end
                object DBEdit7: TDBEdit
                  Left = 437
                  Top = 39
                  Width = 103
                  Height = 20
                  DataField = 'YB'
                  DataSource = souYSXX
                  ImeName = 'Chinese (Simplified) - MS-PinYin98'
                  TabOrder = 4
                end
                object cmbGX: TwwDBLookupCombo
                  Left = 436
                  Top = 14
                  Width = 104
                  Height = 20
                  DropDownAlignment = taLeftJustify
                  Selected.Strings = (
                    'DMMC'#9'10'#9'遗属名称'#9'F'
                    'DM'#9'4'#9'代码'#9'F')
                  DataField = 'GX'
                  DataSource = souYSXX
                  LookupTable = qryYSGX
                  LookupField = 'DM'
                  Options = [loColLines, loRowLines, loTitles]
                  ImeName = 'Chinese (Simplified) - MS-PinYin98'
                  TabOrder = 2
                  AutoDropDown = False
                  ShowButton = True
                  AllowClearKey = False
                end
                object cmbGX_Edit: TwwDBLookupCombo
                  Left = 484
                  Top = 32
                  Width = 104
                  Height = 20
                  DropDownAlignment = taLeftJustify
                  Selected.Strings = (
                    'DM'#9'4'#9'代码'#9'F'
                    'DMMC'#9'10'#9'遗属名称'#9'F')
                  DataField = 'GX'
                  DataSource = souYSXX
                  LookupTable = qryYSGX
                  LookupField = 'DM'
                  Options = [loColLines, loRowLines, loTitles]
                  ImeName = 'Chinese (Simplified) - MS-PinYin98'
                  TabOrder = 5
                  AutoDropDown = False
                  ShowButton = True
                  AllowClearKey = False
                end
              end
              object Panel2: TPanel
                Left = 0
                Top = 0
                Width = 616
                Height = 33
                Align = alTop
                TabOrder = 1
                object wwDBNavigator1: TwwDBNavigator
                  Left = 386
                  Top = 4
                  Width = 225
                  Height = 25
                  DataSource = souYSXX
                  RepeatInterval.InitialDelay = 500
                  RepeatInterval.Interval = 100
                  object wwDBNavigator1First: TwwNavButton
                    Left = 0
                    Top = 0
                    Width = 25
                    Height = 25
                    Hint = '移到第一条记录'
                    ImageIndex = -1
                    NumGlyphs = 2
                    Spacing = 4
                    Transparent = False
                    Caption = 'wwDBNavigator1First'
                    Enabled = False
                    DisabledTextColors.ShadeColor = clGray
                    DisabledTextColors.HighlightColor = clBtnHighlight
                    Index = 0
                    Style = nbsFirst
                  end
                  object wwDBNavigator1Prior: TwwNavButton
                    Left = 25
                    Top = 0
                    Width = 25
                    Height = 25
                    Hint = '移到上一条记录'
                    ImageIndex = -1
                    NumGlyphs = 2
                    Spacing = 4
                    Transparent = False
                    Caption = 'wwDBNavigator1Prior'
                    Enabled = False
                    DisabledTextColors.ShadeColor = clGray
                    DisabledTextColors.HighlightColor = clBtnHighlight
                    Index = 1
                    Style = nbsPrior
                  end
                  object wwDBNavigator1Next: TwwNavButton
                    Left = 50
                    Top = 0
                    Width = 25
                    Height = 25
                    Hint = '移到下一条记录'
                    ImageIndex = -1
                    NumGlyphs = 2
                    Spacing = 4
                    Transparent = False
                    Caption = 'wwDBNavigator1Next'
                    Enabled = False
                    DisabledTextColors.ShadeColor = clGray
                    DisabledTextColors.HighlightColor = clBtnHighlight
                    Index = 2
                    Style = nbsNext
                  end
                  object wwDBNavigator1Last: TwwNavButton
                    Left = 75
                    Top = 0
                    Width = 25
                    Height = 25
                    Hint = '移到最后一条记录'
                    ImageIndex = -1
                    NumGlyphs = 2
                    Spacing = 4
                    Transparent = False
                    Caption = 'wwDBNavigator1Last'
                    Enabled = False
                    DisabledTextColors.ShadeColor = clGray
                    DisabledTextColors.HighlightColor = clBtnHighlight
                    Index = 3
                    Style = nbsLast
                  end
                  object wwDBNavigator1Insert: TwwNavButton
                    Left = 100
                    Top = 0
                    Width = 25
                    Height = 25
                    Hint = '插入新记录'
                    ImageIndex = -1
                    NumGlyphs = 2
                    Spacing = 4
                    Transparent = False
                    Caption = 'wwDBNavigator1Insert'
                    Enabled = False
                    DisabledTextColors.ShadeColor = clGray
                    DisabledTextColors.HighlightColor = clBtnHighlight
                    Index = 4
                    Style = nbsInsert
                  end
                  object wwDBNavigator1Delete: TwwNavButton
                    Left = 125
                    Top = 0
                    Width = 25
                    Height = 25
                    Hint = '删除当前记录'
                    ImageIndex = -1
                    NumGlyphs = 2
                    Spacing = 4
                    Transparent = False
                    Caption = 'wwDBNavigator1Delete'
                    Enabled = False
                    DisabledTextColors.ShadeColor = clGray
                    DisabledTextColors.HighlightColor = clBtnHighlight
                    Index = 5
                    Style = nbsDelete
                  end
                  object wwDBNavigator1Edit: TwwNavButton
                    Left = 150
                    Top = 0
                    Width = 25
                    Height = 25
                    Hint = '编辑当前记录'
                    ImageIndex = -1
                    NumGlyphs = 2
                    Spacing = 4
                    Transparent = False
                    Caption = 'wwDBNavigator1Edit'
                    Enabled = False
                    DisabledTextColors.ShadeColor = clGray
                    DisabledTextColors.HighlightColor = clBtnHighlight
                    Index = 6
                    Style = nbsEdit
                  end
                  object wwDBNavigator1Post: TwwNavButton
                    Left = 175
                    Top = 0
                    Width = 25
                    Height = 25
                    Hint = '提交当前记录修改'
                    ImageIndex = -1
                    NumGlyphs = 2
                    Spacing = 4
                    Transparent = False
                    Caption = 'wwDBNavigator1Post'
                    Enabled = False
                    DisabledTextColors.ShadeColor = clGray
                    DisabledTextColors.HighlightColor = clBtnHighlight
                    Index = 7
                    Style = nbsPost
                  end
                  object wwDBNavigator1Cancel: TwwNavButton
                    Left = 200
                    Top = 0
                    Width = 25
                    Height = 25
                    Hint = '取消修改当前记录'
                    ImageIndex = -1
                    NumGlyphs = 2
                    Spacing = 4
                    Transparent = False
                    Caption = 'wwDBNavigator1Cancel'
                    Enabled = False
                    DisabledTextColors.ShadeColor = clGray
                    DisabledTextColors.HighlightColor = clBtnHighlight
                    Index = 8
                    Style = nbsCancel
                  end
                end
              end
              object GroupBox3: TGroupBox
                Left = 0
                Top = 98
                Width = 616
                Height = 96
                Align = alClient
                Caption = '遗属列表'
                TabOrder = 2
                object wwDBGrid2: TwwDBGrid
                  Left = 2
                  Top = 14
                  Width = 612
                  Height = 80
                  IniAttributes.Delimiter = ';;'
                  TitleColor = clBtnFace
                  FixedCols = 0
                  ShowHorzScrollBar = True
                  Align = alClient
                  BorderStyle = bsNone
                  DataSource = souYSXX
                  ImeName = 'Chinese (Simplified) - MS-PinYin98'
                  TabOrder = 0
                  TitleAlignment = taLeftJustify
                  TitleFont.Charset = GB2312_CHARSET
                  TitleFont.Color = clWindowText
                  TitleFont.Height = -12
                  TitleFont.Name = '宋体'
                  TitleFont.Style = []
                  TitleLines = 1
                  TitleButtons = False
                  IndicatorColor = icBlack
                end
              end
            end
            object tabGRZH: TTabSheet
              Caption = '帐户信息'
              ImageIndex = 1
              object Panel3: TPanel
                Left = 0
                Top = 0
                Width = 616
                Height = 194
                Align = alClient
                BevelOuter = bvLowered
                Caption = 'Panel3'
                TabOrder = 0
                object wwDBGrid1: TwwDBGrid
                  Left = 1
                  Top = 83
                  Width = 614
                  Height = 110
                  IniAttributes.Delimiter = ';;'
                  TitleColor = clBtnFace
                  FixedCols = 0
                  ShowHorzScrollBar = True
                  Align = alClient
                  BorderStyle = bsNone
                  DataSource = souJFXX
                  ImeName = 'Chinese (Simplified) - MS-PinYin98'
                  TabOrder = 0
                  TitleAlignment = taLeftJustify
                  TitleFont.Charset = GB2312_CHARSET
                  TitleFont.Color = clWindowText
                  TitleFont.Height = -12
                  TitleFont.Name = '宋体'
                  TitleFont.Style = []
                  TitleLines = 1
                  TitleButtons = False
                  IndicatorColor = icBlack
                end
                object Panel5: TPanel
                  Left = 1
                  Top = 1
                  Width = 614
                  Height = 82
                  Align = alTop
                  TabOrder = 1
                  object Label3: TLabel
                    Left = 7
                    Top = 12
                    Width = 72
                    Height = 12
                    Caption = '个人帐户余额'
                    FocusControl = DBEdit3
                  end
                  object lblSZBZF: TLabel
                    Left = 472
                    Top = 12
                    Width = 60
                    Height = 12
                    Caption = '丧葬补助费'
                    FocusControl = edtSZBZF
                  end
                  object lblYCXFXJ: TLabel
                    Left = 154
                    Top = 12
                    Width = 72
                    Height = 12
                    Caption = '一次性抚恤金'
                    FocusControl = edtYCXFXJ
                  end
                  object lblYCXJJF: TLabel
                    Left = 315
                    Top = 6
                    Width = 72
                    Height = 24
                    Alignment = taCenter
                    Caption = '供养直系亲属一次性救济费'
                    FocusControl = edtYCXJJF
                    WordWrap = True
                  end
                  object Label13: TLabel
                    Left = 177
                    Top = 38
                    Width = 48
                    Height = 12
                    Caption = '核定待遇'
                    FocusControl = DBEdit12
                  end
                  object Label14: TLabel
                    Left = 339
                    Top = 38
                    Width = 48
                    Height = 12
                    Caption = '发放日期'
                  end
                  object Label8: TLabel
                    Left = 13
                    Top = 38
                    Width = 48
                    Height = 12
                    Caption = '退补金额'
                    FocusControl = DBEdit11
                  end
                  object Label2: TLabel
                    Left = 4
                    Top = 61
                    Width = 72
                    Height = 12
                    Caption = '个人缴费总额'
                  end
                  object Label7: TLabel
                    Left = 156
                    Top = 61
                    Width = 72
                    Height = 12
                    Caption = '个人缴费利息'
                  end
                  object Label19: TLabel
                    Left = 316
                    Top = 61
                    Width = 72
                    Height = 12
                    Caption = '单位划拨总额'
                  end
                  object Label20: TLabel
                    Left = 465
                    Top = 61

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -