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

📄 cai_fu_kuan_report.~dfm

📁 采购管理系统:delphi+sql实现了企业采购自动化作业流程
💻 ~DFM
字号:
object cai_fu_kuan_repor: Tcai_fu_kuan_repor
  Left = 287
  Top = 115
  Width = 311
  Height = 310
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #25505#36092#25033#20184#24115#27454#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 = 264
    Top = 184
    Width = 32
    Height = 13
    Caption = 'Label3'
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 115
    Width = 281
    Height = 126
    Caption = #25353#35330#21934
    TabOrder = 3
    object Label1: TLabel
      Left = 26
      Top = 24
      Width = 60
      Height = 13
      Caption = #35330#36092#21934#32232#34399
    end
    object ComboBox1: TComboBox
      Left = 90
      Top = 22
      Width = 113
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Text = 'ComboBox1'
      OnKeyPress = ComboBox1KeyPress
    end
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 0
    Width = 281
    Height = 101
    Caption = #25353#24288#21830
    TabOrder = 2
    object Label4: TLabel
      Left = 53
      Top = 50
      Width = 12
      Height = 13
      Caption = #24478
    end
    object Label5: TLabel
      Left = 188
      Top = 50
      Width = 12
      Height = 13
      Caption = #21040
    end
    object Label6: TLabel
      Left = 14
      Top = 23
      Width = 35
      Height = 13
      AutoSize = False
      Caption = #24288#21830':'
    end
    object t1: TMaskEdit
      Left = 24
      Top = 67
      Width = 90
      Height = 21
      EditMask = '9999/99/99;1;_'
      MaxLength = 10
      TabOrder = 0
      Text = '    /  /  '
      OnKeyPress = t1KeyPress
    end
    object t2: TMaskEdit
      Left = 160
      Top = 67
      Width = 90
      Height = 21
      EditMask = '9999/99/99;1;_'
      MaxLength = 10
      TabOrder = 1
      Text = '    /  /  '
      OnKeyPress = t2KeyPress
    end
  end
  object Button1: TButton
    Left = 70
    Top = 182
    Width = 150
    Height = 25
    Caption = #21015#21360
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button3: TButton
    Left = 70
    Top = 247
    Width = 150
    Height = 25
    Caption = #36820#22238
    TabOrder = 1
    OnClick = Button3Click
  end
  object ComboBox2: TComboBox
    Left = 51
    Top = 20
    Width = 214
    Height = 21
    Hint = #19981#36984#24288#21830#21063#35222#28858#20840#37096#24288#21830
    ItemHeight = 13
    ParentShowHint = False
    ShowHint = True
    TabOrder = 4
    Text = 'ComboBox2'
    OnKeyPress = ComboBox2KeyPress
  end
  object Query1: TQuery
    DatabaseName = 'vvv'
    SQL.Strings = (
      'select * from re_chang_zhu')
    Left = 264
    Top = 136
  end
  object Query2: TQuery
    DatabaseName = 'vvv'
    Left = 24
    Top = 168
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'vvv'
    TableName = 'dbo.gong_ying_shang'
    Left = 224
    Top = 136
  end
end

⌨️ 快捷键说明

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