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

📄 fu_kuan_fen_lei.~dfm

📁 采购管理系统:delphi+sql实现了企业采购自动化作业流程
💻 ~DFM
字号:
object fu_kuan_fen_le: Tfu_kuan_fen_le
  Left = 146
  Top = 104
  AutoScroll = False
  Caption = #20184#27454#20998#39006#32113#35336#22577#34920
  ClientHeight = 228
  ClientWidth = 302
  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 Label1: TLabel
    Left = 216
    Top = 200
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = -1
    Width = 281
    Height = 64
    Caption = #25353#26178#38291
    TabOrder = 0
    object Label4: TLabel
      Left = 46
      Top = 16
      Width = 12
      Height = 13
      Caption = #24478
    end
    object Label5: TLabel
      Left = 188
      Top = 16
      Width = 12
      Height = 13
      Caption = #21040
    end
    object t1: TMaskEdit
      Left = 24
      Top = 30
      Width = 94
      Height = 21
      EditMask = '9999/99/99;1;_'
      MaxLength = 10
      TabOrder = 0
      Text = '    /  /  '
      OnKeyPress = t1KeyPress
    end
    object t2: TMaskEdit
      Left = 160
      Top = 30
      Width = 94
      Height = 21
      EditMask = '9999/99/99;1;_'
      MaxLength = 10
      TabOrder = 1
      Text = '    /  /  '
      OnKeyPress = t2KeyPress
    end
  end
  object Button2: TButton
    Left = 70
    Top = 143
    Width = 150
    Height = 25
    Caption = #21015#21360
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 70
    Top = 181
    Width = 150
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button3Click
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 67
    Width = 281
    Height = 62
    Caption = #20184#27454#26041#24335
    TabOrder = 3
    object RadioButton1: TRadioButton
      Left = 5
      Top = 23
      Width = 57
      Height = 19
      Caption = #19977#21313#22825
      TabOrder = 0
      OnKeyPress = RadioButton1KeyPress
    end
    object RadioButton2: TRadioButton
      Left = 63
      Top = 24
      Width = 65
      Height = 17
      Caption = #20845#21313#22825
      TabOrder = 1
      OnKeyPress = RadioButton2KeyPress
    end
    object RadioButton3: TRadioButton
      Left = 123
      Top = 24
      Width = 58
      Height = 17
      Caption = #20061#21313#22825
      TabOrder = 2
      OnKeyPress = RadioButton3KeyPress
    end
    object RadioButton4: TRadioButton
      Left = 183
      Top = 24
      Width = 57
      Height = 17
      Caption = #29694#37329
      TabOrder = 3
      OnKeyPress = RadioButton4KeyPress
    end
    object RadioButton5: TRadioButton
      Left = 232
      Top = 24
      Width = 41
      Height = 17
      Caption = #20840#37096
      TabOrder = 4
      OnKeyPress = RadioButton5KeyPress
    end
  end
  object Query1: TQuery
    DatabaseName = 'vvv'
    SQL.Strings = (
      'select * from re_chang_zhu')
    Left = 248
    Top = 136
  end
  object Query2: TQuery
    DatabaseName = 'vvv'
    Left = 16
    Top = 152
  end
end

⌨️ 快捷键说明

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