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

📄 qing_gou_rep.dfm

📁 采购管理系统:delphi+sql实现了企业采购自动化作业流程
💻 DFM
字号:
object qing_gou_re: Tqing_gou_re
  Left = 215
  Top = 104
  AutoScroll = False
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #35531#36092#21934#22577#34920
  ClientHeight = 298
  ClientWidth = 341
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label4: TLabel
    Left = 256
    Top = 216
    Width = 32
    Height = 13
    Caption = 'Label4'
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 88
    Width = 305
    Height = 97
    Caption = #35531#36092#21934#32113#35336#22577#34920
    TabOrder = 0
    object Label2: TLabel
      Left = 25
      Top = 23
      Width = 86
      Height = 13
      AutoSize = False
      Caption = #35531#36092#26178#38291#38283#22987
    end
    object Label3: TLabel
      Left = 186
      Top = 23
      Width = 87
      Height = 13
      AutoSize = False
      Caption = #35531#36092#26178#38291#32080#26463
    end
    object MaskEdit1: TMaskEdit
      Left = 16
      Top = 43
      Width = 99
      Height = 21
      EditMask = '9999/99/99;1;_'
      MaxLength = 10
      TabOrder = 0
      Text = '    /  /  '
      OnKeyPress = MaskEdit1KeyPress
    end
    object MaskEdit2: TMaskEdit
      Left = 184
      Top = 43
      Width = 100
      Height = 21
      EditMask = '9999/99/99;1;_'
      MaxLength = 10
      TabOrder = 1
      Text = '    /  /  '
      OnKeyPress = MaskEdit2KeyPress
    end
    object CheckBox1: TCheckBox
      Left = 45
      Top = 69
      Width = 73
      Height = 17
      Caption = #32113#35336#37096#38272
      TabOrder = 2
      OnClick = CheckBox1Click
    end
    object ComboBox1: TComboBox
      Left = 184
      Top = 68
      Width = 100
      Height = 21
      ItemHeight = 13
      TabOrder = 3
      Text = 'ComboBox1'
      OnKeyPress = ComboBox1KeyPress
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 12
    Width = 305
    Height = 65
    Caption = #35531#36092#21934#22577#34920
    TabOrder = 1
    object Label1: TLabel
      Left = 24
      Top = 26
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #35531#36092#21934#32232#34399':'
    end
    object Edit1: TEdit
      Left = 103
      Top = 25
      Width = 161
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
      OnKeyPress = Edit1KeyPress
    end
  end
  object Button1: TButton
    Left = 79
    Top = 208
    Width = 160
    Height = 25
    Caption = #22577#34920#21015#21360
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button3: TButton
    Left = 79
    Top = 261
    Width = 160
    Height = 25
    Caption = #36820#22238
    TabOrder = 3
    OnClick = Button3Click
  end
  object Table1: TTable
    DatabaseName = 'vvv'
    TableName = 'dbo.shu_ju_weifu'
    Left = 8
    Top = 216
  end
end

⌨️ 快捷键说明

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