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

📄 wmtimesumform1.dfm

📁 管理
💻 DFM
字号:
object WMTimesumForm: TWMTimesumForm
  Left = 394
  Top = 196
  Width = 415
  Height = 249
  Caption = #26102#38388#27719#24635
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label3: TLabel
    Left = 21
    Top = 174
    Width = 42
    Height = 14
    Caption = #32467#26524#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 392
    Height = 105
    Caption = #35831#36873#25321#26102#38388'. . . '
    TabOrder = 0
    object Label1: TLabel
      Left = 21
      Top = 35
      Width = 60
      Height = 12
      Caption = #24320#22987#26102#38388#65306
    end
    object Label2: TLabel
      Left = 208
      Top = 35
      Width = 60
      Height = 12
      Caption = #32456#22987#26102#38388#65306
    end
    object DateTimePicker1: TDateTimePicker
      Left = 21
      Top = 56
      Width = 156
      Height = 20
      Date = 38947.870741273150000000
      Time = 38947.870741273150000000
      TabOrder = 0
    end
    object DateTimePicker2: TDateTimePicker
      Left = 208
      Top = 56
      Width = 156
      Height = 20
      Date = 38947.870741273150000000
      Time = 38947.870741273150000000
      TabOrder = 1
    end
  end
  object BitBtn1: TBitBtn
    Left = 216
    Top = 128
    Width = 75
    Height = 25
    Caption = #35745#31639
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 304
    Top = 128
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object Edit1: TEdit
    Left = 64
    Top = 171
    Width = 153
    Height = 20
    TabOrder = 3
    Text = '0'
  end
  object adoTimeSum: TADODataSet
    Connection = MainForm.ADOConnection1
    CommandText = 
      'select AutoID, Veriety, Price, Number, Sumprice, Dayincome, DayP' +
      'ayout, SumMonth, SumYear, Moneykind, EnterTime, Remark from TSMa' +
      'sterMoney'
    Parameters = <>
    Left = 152
    Top = 128
    object adoTimeSumAutoID: TAutoIncField
      FieldName = 'AutoID'
      ReadOnly = True
    end
    object adoTimeSumVeriety: TStringField
      FieldName = 'Veriety'
      Size = 50
    end
    object adoTimeSumPrice: TIntegerField
      FieldName = 'Price'
    end
    object adoTimeSumNumber: TIntegerField
      FieldName = 'Number'
    end
    object adoTimeSumSumprice: TIntegerField
      FieldName = 'Sumprice'
    end
    object adoTimeSumDayincome: TIntegerField
      FieldName = 'Dayincome'
    end
    object adoTimeSumDayPayout: TIntegerField
      FieldName = 'DayPayout'
    end
    object adoTimeSumSumMonth: TIntegerField
      FieldName = 'SumMonth'
    end
    object adoTimeSumSumYear: TIntegerField
      FieldName = 'SumYear'
    end
    object adoTimeSumMoneykind: TStringField
      FieldName = 'Moneykind'
      Size = 50
    end
    object adoTimeSumEnterTime: TStringField
      FieldName = 'EnterTime'
      Size = 50
    end
    object adoTimeSumRemark: TStringField
      FieldName = 'Remark'
      Size = 5000
    end
  end
end

⌨️ 快捷键说明

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