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

📄 bu_liang_ton.dfm

📁 品质管理系统:delphi+sql实现了制造企业在生产过程中对产品质量的控制
💻 DFM
字号:
object bu_liang_to: Tbu_liang_to
  Left = 18
  Top = 131
  AutoScroll = False
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #27599#26085#19981#33391#38917#30446#32113#35336
  ClientHeight = 181
  ClientWidth = 308
  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 = 8
    Top = 32
    Width = 113
    Height = 13
    AutoSize = False
    Caption = #35531#36664#20837#32113#35336#26085#26399
  end
  object Label2: TLabel
    Left = 32
    Top = 80
    Width = 32
    Height = 13
    Caption = 'Label2'
  end
  object t1: TMaskEdit
    Left = 117
    Top = 27
    Width = 104
    Height = 21
    EditMask = '9999/99/99;1;_'
    MaxLength = 10
    TabOrder = 0
    Text = '    /  /  '
    OnKeyPress = t1KeyPress
  end
  object Button2: TButton
    Left = 124
    Top = 69
    Width = 90
    Height = 25
    Caption = #21015#21360
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 124
    Top = 125
    Width = 90
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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