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

📄 cha_cai_gou_month_jue.~dfm

📁 采购管理系统:delphi+sql实现了企业采购自动化作业流程
💻 ~DFM
字号:
object cha_cai_gou_month_ju: Tcha_cai_gou_month_ju
  Left = 2
  Top = 88
  Width = 794
  Height = 440
  Caption = #26376#32113#35336#25505#36092#29289#26009#26597#35426
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  DesignSize = (
    786
    413)
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 3
    Width = 769
    Height = 62
    Caption = #25505#36092#29289#26009#32113#35336
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    DesignSize = (
      769
      62)
    object Label1: TLabel
      Left = 258
      Top = 25
      Width = 63
      Height = 21
      AutoSize = False
      Caption = #25505#36092#26178#38291#33258
    end
    object Label2: TLabel
      Left = 428
      Top = 23
      Width = 15
      Height = 17
      AutoSize = False
      Caption = #21040
    end
    object Button2: TButton
      Left = 656
      Top = 21
      Width = 80
      Height = 25
      Anchors = [akTop]
      Caption = #21462#28040
      TabOrder = 0
      OnClick = Button2Click
    end
    object RadioButton1: TRadioButton
      Left = 24
      Top = 25
      Width = 97
      Height = 17
      Caption = #29289#26009#20998#39006#32113#35336
      TabOrder = 1
      OnKeyPress = RadioButton1KeyPress
    end
    object RadioButton2: TRadioButton
      Left = 128
      Top = 25
      Width = 94
      Height = 17
      Caption = #29289#26009#32047#21152#32113#35336
      TabOrder = 2
      OnKeyPress = RadioButton2KeyPress
    end
    object t1: TMaskEdit
      Left = 320
      Top = 24
      Width = 88
      Height = 21
      EditMask = '9999/99/99;1;_'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      MaxLength = 10
      ParentFont = False
      TabOrder = 3
      Text = '    /  /  '
      OnKeyPress = t1KeyPress
    end
    object t2: TMaskEdit
      Left = 445
      Top = 24
      Width = 88
      Height = 21
      EditMask = '9999/99/99;1;_'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      MaxLength = 10
      ParentFont = False
      TabOrder = 4
      Text = '    /  /  '
      OnKeyPress = t2KeyPress
    end
  end
  object cha_cai_gou_month_ju: TDBGrid
    Left = 8
    Top = 72
    Width = 769
    Height = 341
    Anchors = [akLeft, akTop, akRight, akBottom]
    Color = clYellow
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 567
    Top = 24
    Width = 80
    Height = 25
    Anchors = [akTop]
    Caption = #26597#35426
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button1Click
  end
  object DataSource1: TDataSource
    DataSet = sp1
    Left = 248
    Top = 144
  end
  object sp1: TStoredProc
    Active = True
    DatabaseName = 'vvv'
    StoredProcName = 'ding_gou_report_fen;1'
    Left = 336
    Top = 144
    ParamData = <
      item
        DataType = ftInteger
        Name = 'RETURN_VALUE'
        ParamType = ptResult
        Value = 0
      end
      item
        DataType = ftDateTime
        Name = '@str1'
        ParamType = ptInput
      end
      item
        DataType = ftDateTime
        Name = '@str2'
        ParamType = ptInput
      end>
  end
  object sp2: TStoredProc
    Active = True
    DatabaseName = 'vvv'
    StoredProcName = 'ding_gou_report_tong;1'
    Left = 408
    Top = 144
    ParamData = <
      item
        DataType = ftInteger
        Name = 'RETURN_VALUE'
        ParamType = ptResult
        Value = 0
      end
      item
        DataType = ftDateTime
        Name = '@str1'
        ParamType = ptInput
      end
      item
        DataType = ftDateTime
        Name = '@str2'
        ParamType = ptInput
      end>
  end
end

⌨️ 快捷键说明

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