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

📄 createcjdatafm.dfm

📁 一个电力部门的催缴费用系统
💻 DFM
字号:
object FM_CreateCJData: TFM_CreateCJData
  Left = 126
  Top = 82
  Width = 699
  Height = 470
  Caption = '催缴数据导入'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object pnl_Client: TPanel
    Left = 72
    Top = 82
    Width = 553
    Height = 267
    BevelInner = bvLowered
    BevelOuter = bvNone
    TabOrder = 0
    object lbl_Caption: TLabel
      Left = 49
      Top = 151
      Width = 66
      Height = 12
      Caption = 'lbl_Caption'
    end
    object Label5: TLabel
      Left = 337
      Top = 151
      Width = 72
      Height = 12
      Caption = '提取欠费超过'
    end
    object Label6: TLabel
      Left = 458
      Top = 151
      Width = 48
      Height = 12
      Caption = '元的用户'
    end
    object probar_CreateCj: TProgressBar
      Left = 49
      Top = 174
      Width = 457
      Height = 18
      Min = 0
      Max = 100
      TabOrder = 0
    end
    object btn_CreateCjData: TBitBtn
      Left = 299
      Top = 209
      Width = 121
      Height = 25
      Caption = '生成催缴数据'
      TabOrder = 1
      OnClick = btn_CreateCjDataClick
      Glyph.Data = {
        76010000424D7601000000000000760000002800000020000000100000000100
        04000000000000010000120B0000120B00001000000000000000000000000000
        800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
        333333777777777F33333330B00000003333337F7777777F3333333000000000
        333333777777777F333333330EEEEEE033333337FFFFFF7F3333333300000000
        333333377777777F3333333330BFBFB03333333373333373F33333330BFBFBFB
        03333337F33333F7F33333330FBFBF0F03333337F33337F7F33333330BFBFB0B
        03333337F3F3F7F7333333330F0F0F0033333337F7F7F773333333330B0B0B03
        3333333737F7F7F333333333300F0F03333333337737F7F33333333333300B03
        333333333377F7F33333333333330F03333333333337F7F33333333333330B03
        3333333333373733333333333333303333333333333373333333}
      NumGlyphs = 2
    end
    object btn_Cancel: TBitBtn
      Left = 431
      Top = 209
      Width = 75
      Height = 25
      Caption = '取消'
      TabOrder = 2
      OnClick = btn_CancelClick
      Kind = bkCancel
    end
    object ch_BakCJNum: TCheckBox
      Left = 48
      Top = 213
      Width = 145
      Height = 17
      Caption = '保存历史的催缴次数'
      TabOrder = 3
    end
    object Button1: TButton
      Left = 6
      Top = 242
      Width = 75
      Height = 21
      Caption = 'Button1'
      TabOrder = 4
      Visible = False
      OnClick = Button1Click
    end
    object GroupBox1: TGroupBox
      Left = 50
      Top = 21
      Width = 255
      Height = 107
      Caption = '催缴数据导入设置'
      TabOrder = 5
      object Label1: TLabel
        Left = 97
        Top = 53
        Width = 12
        Height = 12
        Caption = '第'
      end
      object Label2: TLabel
        Left = 155
        Top = 53
        Width = 12
        Height = 12
        Caption = '天'
      end
      object Label3: TLabel
        Left = 97
        Top = 77
        Width = 48
        Height = 12
        Caption = '开始时间'
      end
      object rb_Day: TRadioButton
        Left = 24
        Top = 51
        Width = 65
        Height = 17
        Caption = '每天'
        Checked = True
        TabOrder = 0
        TabStop = True
        OnClick = rb_DayClick
      end
      object rb_Month: TRadioButton
        Left = 24
        Top = 75
        Width = 57
        Height = 17
        Caption = '每月'
        TabOrder = 1
        OnClick = rb_MonthClick
      end
      object ch_AutoImport: TCheckBox
        Left = 24
        Top = 22
        Width = 121
        Height = 17
        Caption = '自动导入催缴数据'
        TabOrder = 2
        OnClick = ch_AutoImportClick
      end
      object edt_Day: TEdit
        Left = 112
        Top = 50
        Width = 23
        Height = 20
        ImeName = '中文 (简体) - 微软拼音'
        TabOrder = 3
        Text = '1'
        OnKeyPress = edt_QfeeKeyPress
      end
      object UpDown1: TUpDown
        Left = 135
        Top = 50
        Width = 17
        Height = 20
        Associate = edt_Day
        Min = 1
        Max = 31
        Position = 1
        TabOrder = 4
        Wrap = False
      end
      object Dt_ImportData: TDateTimePicker
        Left = 152
        Top = 72
        Width = 80
        Height = 20
        CalAlignment = dtaLeft
        Date = 37247.5426231481
        Time = 37247.5426231481
        DateFormat = dfShort
        DateMode = dmComboBox
        ImeName = '中文 (简体) - 微软拼音'
        Kind = dtkTime
        ParseInput = False
        TabOrder = 5
      end
    end
    object GroupBox2: TGroupBox
      Left = 328
      Top = 21
      Width = 175
      Height = 74
      Caption = '更新每日催缴次数'
      TabOrder = 6
      object Label4: TLabel
        Left = 17
        Top = 47
        Width = 48
        Height = 12
        Caption = '开始时间'
      end
      object ch_AutoUpdTodayNum: TCheckBox
        Left = 18
        Top = 20
        Width = 142
        Height = 17
        Caption = '自动重置每日催缴次数'
        TabOrder = 0
        OnClick = ch_AutoUpdTodayNumClick
      end
      object Dt_UpdTodayNum: TDateTimePicker
        Left = 71
        Top = 43
        Width = 80
        Height = 20
        CalAlignment = dtaLeft
        Date = 37247.5426231481
        Time = 37247.5426231481
        DateFormat = dfShort
        DateMode = dmComboBox
        ImeName = '中文 (简体) - 微软拼音'
        Kind = dtkTime
        ParseInput = False
        TabOrder = 1
      end
    end
    object btn_SaveCfg: TBitBtn
      Left = 336
      Top = 104
      Width = 161
      Height = 25
      Caption = ' 保 存 设 置'
      TabOrder = 7
      OnClick = btn_SaveCfgClick
      Kind = bkRetry
    end
    object edt_Qfee: TEdit
      Left = 411
      Top = 147
      Width = 44
      Height = 20
      ImeName = '中文 (简体) - 微软拼音'
      TabOrder = 8
      Text = 'edt_Qfee'
      OnKeyPress = edt_QfeeKeyPress
    end
  end
end

⌨️ 快捷键说明

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