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

📄 uzycl.~dfm

📁 行业应急系统 包括: 应急系统(待遇核发) 发放系统 开发环境:Delphi5 (sp1)+ Oracle 8.05 MultiExport是一个可以将数据按指定字段倒出
💻 ~DFM
📖 第 1 页 / 共 2 页
字号:
object frmZYCL: TfrmZYCL
  Left = 136
  Top = 129
  BorderStyle = bsDialog
  Caption = '增员处理'
  ClientHeight = 348
  ClientWidth = 544
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnKeyPress = FormKeyPress
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 314
    Width = 544
    Height = 34
    Align = alBottom
    TabOrder = 0
    object btnNew: TButton
      Left = 203
      Top = 5
      Width = 75
      Height = 25
      Caption = '增员'
      TabOrder = 0
      OnClick = btnNewClick
    end
    object Button2: TButton
      Left = 358
      Top = 5
      Width = 75
      Height = 25
      Caption = '取消'
      TabOrder = 2
      OnClick = Button2Click
    end
    object btnSave: TButton
      Left = 281
      Top = 5
      Width = 75
      Height = 25
      Caption = '保存'
      TabOrder = 1
      OnClick = btnSaveClick
    end
    object btnClose: TButton
      Left = 436
      Top = 5
      Width = 75
      Height = 25
      Caption = '关闭'
      ModalResult = 1
      TabOrder = 3
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 544
    Height = 314
    Align = alClient
    BevelOuter = bvNone
    BiDiMode = bdRightToLeft
    ParentBiDiMode = False
    TabOrder = 1
    object Label23: TLabel
      Left = 24
      Top = 293
      Width = 36
      Height = 12
      Caption = '经办人'
    end
    object Label24: TLabel
      Left = 189
      Top = 293
      Width = 48
      Height = 12
      Caption = '经办日期'
    end
    object GroupBox1: TGroupBox
      Left = 0
      Top = 0
      Width = 544
      Height = 143
      Align = alTop
      Caption = '基本信息'
      TabOrder = 0
      object Label1: TLabel
        Left = 24
        Top = 47
        Width = 48
        Height = 12
        Caption = '姓    名'
        FocusControl = DBEdit1
      end
      object Label2: TLabel
        Left = 171
        Top = 47
        Width = 48
        Height = 12
        Caption = '身份证号'
        FocusControl = edtSFZH
      end
      object Label4: TLabel
        Left = 23
        Top = 70
        Width = 48
        Height = 12
        Caption = '发放方式'
      end
      object Label5: TLabel
        Left = 172
        Top = 70
        Width = 48
        Height = 12
        Caption = '发放机构'
      end
      object Label6: TLabel
        Left = 23
        Top = 94
        Width = 48
        Height = 12
        Caption = '定居情况'
      end
      object Label8: TLabel
        Left = 170
        Top = 94
        Width = 48
        Height = 12
        Caption = '发放金额'
        FocusControl = edtBZJE
      end
      object Label16: TLabel
        Left = 23
        Top = 118
        Width = 48
        Height = 12
        Caption = '发放周期'
      end
      object Label17: TLabel
        Left = 346
        Top = 68
        Width = 72
        Height = 12
        Caption = '开始发放月份'
      end
      object Label18: TLabel
        Left = 4
        Top = 20
        Width = 72
        Height = 12
        Caption = '单位或组代码'
      end
      object Label15: TLabel
        Left = 170
        Top = 119
        Width = 48
        Height = 12
        Caption = '地区代码'
      end
      object Label19: TLabel
        Left = 370
        Top = 119
        Width = 48
        Height = 12
        Caption = '地区名称'
      end
      object Label21: TLabel
        Left = 310
        Top = 94
        Width = 12
        Height = 12
        Caption = '元'
      end
      object Label22: TLabel
        Left = 344
        Top = 47
        Width = 72
        Height = 12
        Caption = '身份证号重复'
      end
      object Label20: TLabel
        Left = 346
        Top = 91
        Width = 72
        Height = 12
        Caption = '发放金额重复'
        FocusControl = edtBZJE
      end
      object Label25: TLabel
        Left = 509
        Top = 91
        Width = 12
        Height = 12
        Caption = '元'
      end
      object DBEdit1: TDBEdit
        Left = 77
        Top = 43
        Width = 85
        Height = 20
        DataField = 'XM'
        DataSource = souRYXX
        ImeName = '汉王输入法'
        TabOrder = 1
      end
      object edtSFZH: TDBEdit
        Left = 222
        Top = 43
        Width = 110
        Height = 20
        DataField = 'SFZH'
        DataSource = souRYXX
        ImeName = '汉王输入法'
        TabOrder = 2
      end
      object cmbFFFS: TwwDBLookupCombo
        Left = 76
        Top = 66
        Width = 86
        Height = 20
        DropDownAlignment = taLeftJustify
        Selected.Strings = (
          'DMMC'#9'20'#9'发放形式'#9'F'
          'DM'#9'10'#9'代码'#9'F')
        DataField = 'FFFS'
        DataSource = souRYXX
        LookupTable = qryFFFS
        LookupField = 'DM'
        Options = [loColLines, loRowLines, loTitles]
        ImeName = '汉王输入法'
        TabOrder = 4
        AutoDropDown = False
        ShowButton = True
        AllowClearKey = False
      end
      object cmbDJQK: TwwDBLookupCombo
        Left = 76
        Top = 90
        Width = 87
        Height = 20
        DropDownAlignment = taLeftJustify
        Selected.Strings = (
          'DMMC'#9'20'#9'定居情况'#9'F'
          'DM'#9'10'#9'代码'#9'F')
        DataField = 'DJQK'
        DataSource = souRYXX
        LookupTable = qryDJQK
        LookupField = 'DM'
        Options = [loColLines, loRowLines, loTitles]
        ImeName = '汉王输入法'
        TabOrder = 7
        AutoDropDown = False
        ShowButton = True
        AllowClearKey = False
      end
      object cmbFFJGID: TwwDBLookupCombo
        Left = 223
        Top = 66
        Width = 102
        Height = 20
        DropDownAlignment = taLeftJustify
        Selected.Strings = (
          'JGMC'#9'30'#9'机构名称'#9'F'
          'JGDM'#9'10'#9'机构代码'#9'F')
        DataField = 'FFJGID'
        DataSource = souRYXX
        LookupTable = qryFFJG
        LookupField = 'FFJGID'
        Options = [loColLines, loRowLines, loTitles]
        ImeName = '汉王输入法'
        TabOrder = 5
        AutoDropDown = False
        ShowButton = True
        AllowClearKey = False
      end
      object edtBZJE: TDBEdit
        Left = 223
        Top = 90
        Width = 82
        Height = 20
        DataField = 'BZJE'
        DataSource = souRYXX
        ImeName = '汉王输入法'
        TabOrder = 8
      end
      object cmbFFZQ: TwwDBLookupCombo
        Left = 76
        Top = 114
        Width = 86
        Height = 20
        DropDownAlignment = taLeftJustify
        Selected.Strings = (
          'DMMC'#9'20'#9'发放周期'#9'F'
          'DM'#9'10'#9'代码'#9'F')
        DataField = 'FFZQ'
        DataSource = souRYXX
        LookupTable = qryFFZQ
        LookupField = 'DM'
        Options = [loColLines, loRowLines, loTitles]
        TabOrder = 10
        AutoDropDown = False
        ShowButton = True
        AllowClearKey = False
      end
      object wwDBDateTimePicker1: TwwDBDateTimePicker
        Left = 421
        Top = 64
        Width = 102
        Height = 20
        CalendarAttributes.Font.Charset = DEFAULT_CHARSET
        CalendarAttributes.Font.Color = clWindowText
        CalendarAttributes.Font.Height = -11
        CalendarAttributes.Font.Name = 'MS Sans Serif'
        CalendarAttributes.Font.Style = []
        DataField = 'KSFFYF'
        DataSource = souRYXX
        Epoch = 1950
        ImeName = '汉王输入法'
        ShowButton = True
        TabOrder = 6
      end
      object edtDWDM: TEdit
        Left = 77
        Top = 17
        Width = 129
        Height = 20
        ImeName = '汉王输入法'
        TabOrder = 0
      end
      object edtDQDM: TEdit
        Left = 223
        Top = 115
        Width = 96
        Height = 20
        ImeName = '汉王输入法'
        TabOrder = 11
        OnExit = edtDQDMExit
      end
      object edtDQMC: TEdit
        Left = 421
        Top = 114
        Width = 84
        Height = 20
        TabStop = False
        Color = clBtnFace
        ImeName = '汉王输入法'
        ReadOnly = True
        TabOrder = 16
      end
      object edtSFZH_2: TEdit
        Left = 420
        Top = 42
        Width = 110
        Height = 20
        ImeName = '汉王输入法'
        TabOrder = 3
      end
      object cmbFFFS_Edit: TwwDBLookupCombo
        Left = 443
        Top = 17
        Width = 65
        Height = 20
        DropDownAlignment = taLeftJustify
        Selected.Strings = (
          'DM'#9'10'#9'代码'#9'F'
          'DMMC'#9'20'#9'发放形式'#9'F')
        DataField = 'FFFS'
        DataSource = souRYXX
        LookupTable = qryFFFS
        LookupField = 'DM'
        Options = [loColLines, loRowLines, loTitles]
        ImeName = '汉王输入法'
        TabOrder = 12
        AutoDropDown = False
        ShowButton = True
        AllowClearKey = False
      end
      object cmbDJQK_Edit: TwwDBLookupCombo
        Left = 278
        Top = 7
        Width = 65
        Height = 20
        DropDownAlignment = taLeftJustify
        Selected.Strings = (
          'DM'#9'10'#9'代码'#9'F'
          'DMMC'#9'20'#9'定居情况'#9'F')
        DataField = 'DJQK'
        DataSource = souRYXX
        LookupTable = qryDJQK
        LookupField = 'DM'
        Options = [loColLines, loRowLines, loTitles]
        ImeName = '汉王输入法'
        TabOrder = 14
        AutoDropDown = False
        ShowButton = True
        AllowClearKey = False
      end
      object cmbFFZQ_Edit: TwwDBLookupCombo
        Left = 475
        Top = 17
        Width = 65
        Height = 20
        DropDownAlignment = taLeftJustify
        Selected.Strings = (
          'DM'#9'10'#9'代码'#9'F'
          'DMMC'#9'20'#9'发放周期'#9'F')
        DataField = 'FFZQ'
        DataSource = souRYXX
        LookupTable = qryFFZQ
        LookupField = 'DM'
        Options = [loColLines, loRowLines, loTitles]
        ImeName = '汉王输入法'
        TabOrder = 15
        AutoDropDown = False
        ShowButton = True
        AllowClearKey = False
      end
      object cmbFFJGID_Edit: TwwDBLookupCombo
        Left = 339
        Top = 18
        Width = 124
        Height = 20
        DropDownAlignment = taLeftJustify
        Selected.Strings = (
          'JGDM'#9'10'#9'机构代码'#9'F'
          'JGMC'#9'30'#9'发放机构名称'#9'F')
        DataField = 'FFJGID'
        DataSource = souRYXX
        LookupTable = qryFFJG
        LookupField = 'FFJGID'
        Options = [loColLines, loRowLines, loTitles]
        ImeName = '汉王输入法'
        TabOrder = 13
        AutoDropDown = False
        ShowButton = True
        AllowClearKey = False
      end
      object edtBZJE_2: TEdit
        Left = 421
        Top = 88
        Width = 82
        Height = 20
        TabOrder = 9
      end
    end
    object GroupBox2: TGroupBox
      Left = 0
      Top = 143
      Width = 544
      Height = 103
      Align = alTop
      Caption = '帐户信息'
      TabOrder = 1
      object Label7: TLabel
        Left = 34
        Top = 14
        Width = 36
        Height = 12
        Caption = '帐  户'
        FocusControl = edtZH
      end
      object Label9: TLabel
        Left = 34
        Top = 56
        Width = 36
        Height = 12
        Caption = '开户行'
        FocusControl = DBEdit8
      end
      object Label10: TLabel
        Left = 337
        Top = 14
        Width = 36
        Height = 12
        Caption = '行  别'
      end
      object Label11: TLabel
        Left = 337
        Top = 57
        Width = 36
        Height = 12
        Caption = '收款人'
        FocusControl = DBEdit10
      end
      object Label12: TLabel
        Left = 23
        Top = 81
        Width = 48
        Height = 12
        Caption = '汇入地点'
      end
      object Label3: TLabel
        Left = 22
        Top = 33
        Width = 48
        Height = 12
        Caption = '帐户重复'
        FocusControl = edtZH
      end
      object edtZH: TDBEdit
        Left = 77
        Top = 10
        Width = 250
        Height = 20
        DataField = 'ZH'
        DataSource = souRYXX
        ImeName = '汉王输入法'
        TabOrder = 0
      end
      object DBEdit8: TDBEdit

⌨️ 快捷键说明

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