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

📄 gong_shang_wu_tong.dfm

📁 品质管理系统:delphi+sql实现了制造企业在生产过程中对产品质量的控制
💻 DFM
字号:
object gong_shang_wu_ton: Tgong_shang_wu_ton
  Left = 54
  Top = 128
  AutoScroll = False
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #19981#21512#26684#20379#25033#21830#29289#26009#32113#35336#22577#34920
  ClientHeight = 242
  ClientWidth = 266
  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 = 15
    Top = 24
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #27298#39511#26085#26399#38283#22987
  end
  object Label2: TLabel
    Left = 17
    Top = 85
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #27298#39511#26085#26399#32080#26463
  end
  object Label3: TLabel
    Left = 24
    Top = 128
    Width = 57
    Height = 17
    Caption = 'Label3'
  end
  object t1: TMaskEdit
    Left = 103
    Top = 24
    Width = 108
    Height = 21
    EditMask = '9999/99/99;1;_'
    MaxLength = 10
    TabOrder = 0
    Text = '    /  /  '
    OnKeyPress = t1KeyPress
  end
  object t2: TMaskEdit
    Left = 103
    Top = 80
    Width = 108
    Height = 21
    EditMask = '9999/99/99;1;_'
    MaxLength = 10
    TabOrder = 1
    Text = '    /  /  '
    OnKeyPress = t2KeyPress
  end
  object Button1: TButton
    Left = 96
    Top = 136
    Width = 110
    Height = 25
    Caption = #21015#21360
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 96
    Top = 184
    Width = 110
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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