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

📄 cai_jue_report.dfm

📁 采购管理系统:delphi+sql实现了企业采购自动化作业流程
💻 DFM
字号:
object cai_jue_repor: Tcai_jue_repor
  Left = 137
  Top = 148
  Width = 335
  Height = 271
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #25505#36092#32080#21934#22577#34920#21015#21360
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 184
    Top = 8
    Width = 32
    Height = 13
    Caption = 'Label3'
  end
  object GroupBox1: TGroupBox
    Left = 24
    Top = 24
    Width = 273
    Height = 81
    Caption = #32080#21934#26178#38291
    TabOrder = 0
    object Label1: TLabel
      Left = 58
      Top = 20
      Width = 12
      Height = 13
      Caption = #24478
    end
    object Label2: TLabel
      Left = 179
      Top = 20
      Width = 12
      Height = 13
      Caption = #21040
    end
    object t1: TMaskEdit
      Left = 24
      Top = 37
      Width = 89
      Height = 21
      EditMask = '9999/99/99;1;_'
      MaxLength = 10
      TabOrder = 0
      Text = '    /  /  '
      OnKeyPress = t1KeyPress
    end
    object t2: TMaskEdit
      Left = 146
      Top = 37
      Width = 89
      Height = 21
      EditMask = '9999/99/99;1;_'
      MaxLength = 10
      TabOrder = 1
      Text = '    /  /  '
      OnKeyPress = t2KeyPress
    end
  end
  object Button1: TButton
    Left = 106
    Top = 130
    Width = 130
    Height = 25
    Caption = #21015#21360
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button3: TButton
    Left = 106
    Top = 194
    Width = 130
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button3Click
  end
  object Query1: TQuery
    DatabaseName = 'vvv'
    Left = 24
    Top = 144
  end
end

⌨️ 快捷键说明

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