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

📄 lai_liao_re_cha.dfm

📁 品质管理系统:delphi+sql实现了制造企业在生产过程中对产品质量的控制
💻 DFM
字号:
object lai_liao_re_ch: Tlai_liao_re_ch
  Left = 289
  Top = 163
  Width = 282
  Height = 262
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #20358#26009#27298#39511#22577#34920
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 10
    Top = 29
    Width = 85
    Height = 13
    AutoSize = False
    Caption = #27298#39511#26085#26399#38283#22987
  end
  object Label2: TLabel
    Left = 10
    Top = 77
    Width = 85
    Height = 13
    AutoSize = False
    Caption = #27298#39511#26085#26399#32080#26463
  end
  object Label3: TLabel
    Left = 16
    Top = 128
    Width = 32
    Height = 13
    Caption = 'Label3'
  end
  object t1: TMaskEdit
    Left = 110
    Top = 26
    Width = 109
    Height = 21
    EditMask = '9999/99/99;1;_'
    MaxLength = 10
    TabOrder = 0
    Text = '    /  /  '
    OnKeyPress = t1KeyPress
  end
  object t2: TMaskEdit
    Left = 110
    Top = 74
    Width = 109
    Height = 21
    EditMask = '9999/99/99;1;_'
    MaxLength = 10
    TabOrder = 1
    Text = '    /  /  '
    OnKeyPress = t2KeyPress
  end
  object Button1: TButton
    Left = 104
    Top = 130
    Width = 120
    Height = 28
    Caption = #21015#21360
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 104
    Top = 178
    Width = 120
    Height = 28
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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