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

📄 monthscrip.dfm

📁 发票打印程序源码
💻 DFM
字号:
object frmMonthScrip: TfrmMonthScrip
  Left = 225
  Top = 106
  BorderStyle = bsDialog
  Caption = '每月结报'
  ClientHeight = 372
  ClientWidth = 536
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 192
    Top = 0
    Width = 40
    Height = 13
    Caption = 'SerialNo'
  end
  object Label2: TLabel
    Left = 192
    Top = 40
    Width = 68
    Height = 13
    Caption = 'RatepayingNo'
  end
  object DBEdit1: TEditN
    Left = 192
    Top = 16
    Width = 64
    Height = 20
    Color = clSilver
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    Text = 'DBEdit1'
    ColorOnFocus = clWhite
    ColorOnNotFocus = clSilver
    FontColorOnFocus = clRed
    FontColorOnNotFocus = clBlack
    FontColorOnOverWrite = clBlue
    EditType = etString
    EditKeyByTab = #13
    EditAlign = etAlignNone
    EditLengthAlign = 0
    EditPrecision = 0
    ValueInteger = 0
    ValueDate = 36942
    ValueTime = 0.120708217592593
    TimeSeconds = False
    FirstCharUpper = False
    FirstCharUpList = ' ('
    WidthOnFocus = 0
    TextHint = True
  end
  object DBEdit2: TEditN
    Left = 192
    Top = 56
    Width = 40
    Height = 20
    Color = clSilver
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    Text = 'DBEdit2'
    ColorOnFocus = clWhite
    ColorOnNotFocus = clSilver
    FontColorOnFocus = clRed
    FontColorOnNotFocus = clBlack
    FontColorOnOverWrite = clBlue
    EditType = etString
    EditKeyByTab = #13
    EditAlign = etAlignNone
    EditLengthAlign = 0
    EditPrecision = 0
    ValueInteger = 0
    ValueDate = 36942
    ValueTime = 0.120712731481481
    TimeSeconds = False
    FirstCharUpper = False
    FirstCharUpList = ' ('
    WidthOnFocus = 0
    TextHint = True
  end
  object DBCheckBox1: TCheckBox
    Left = 192
    Top = 80
    Width = 97
    Height = 17
    Caption = 'Num1'
    TabOrder = 2
  end
  object DBCheckBox2: TCheckBox
    Left = 192
    Top = 104
    Width = 97
    Height = 17
    Caption = 'Num2'
    TabOrder = 3
  end
  object DBCheckBox3: TCheckBox
    Left = 192
    Top = 128
    Width = 97
    Height = 17
    Caption = 'Num3'
    TabOrder = 4
  end
  object DBCheckBox4: TCheckBox
    Left = 192
    Top = 152
    Width = 97
    Height = 17
    Caption = 'Num4'
    TabOrder = 5
  end
  object DBCheckBox5: TCheckBox
    Left = 192
    Top = 176
    Width = 97
    Height = 17
    Caption = 'Num5'
    TabOrder = 6
  end
  object DBCheckBox6: TCheckBox
    Left = 192
    Top = 200
    Width = 97
    Height = 17
    Caption = 'Num6'
    TabOrder = 7
  end
  object DBCheckBox7: TCheckBox
    Left = 192
    Top = 224
    Width = 97
    Height = 17
    Caption = 'Num7'
    TabOrder = 8
  end
  object DBCheckBox8: TCheckBox
    Left = 192
    Top = 248
    Width = 97
    Height = 17
    Caption = 'Num8'
    TabOrder = 9
  end
  object DBCheckBox9: TCheckBox
    Left = 192
    Top = 272
    Width = 97
    Height = 17
    Caption = 'Num9'
    TabOrder = 10
  end
  object DBCheckBox10: TCheckBox
    Left = 192
    Top = 296
    Width = 97
    Height = 17
    Caption = 'Num10'
    TabOrder = 11
  end
  object DBCheckBox11: TCheckBox
    Left = 192
    Top = 320
    Width = 97
    Height = 17
    Caption = 'Num11'
    TabOrder = 12
  end
  object DBCheckBox12: TCheckBox
    Left = 192
    Top = 344
    Width = 97
    Height = 17
    Caption = 'Num12'
    TabOrder = 13
  end
end

⌨️ 快捷键说明

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