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

📄 cai_jia_print.dfm

📁 采购管理系统:delphi+sql实现了企业采购自动化作业流程
💻 DFM
字号:
object cai_jia_prin: Tcai_jia_prin
  Left = 18
  Top = 111
  AutoScroll = False
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #25505#36092#20215#26684#34920#21015#21360
  ClientHeight = 233
  ClientWidth = 287
  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 = 40
    Top = 32
    Width = 12
    Height = 13
    Caption = #24478
  end
  object Label2: TLabel
    Left = 188
    Top = 32
    Width = 12
    Height = 13
    Caption = #21040
  end
  object Label3: TLabel
    Left = 112
    Top = 24
    Width = 32
    Height = 13
    Caption = 'Label3'
  end
  object Button1: TButton
    Left = 70
    Top = 119
    Width = 150
    Height = 25
    Caption = #21015#21360
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button3: TButton
    Left = 70
    Top = 186
    Width = 150
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button3Click
  end
  object t1: TMaskEdit
    Left = 16
    Top = 59
    Width = 94
    Height = 21
    EditMask = '9999/99/99;1;_'
    MaxLength = 10
    TabOrder = 2
    Text = '    /  /  '
    OnKeyPress = t1KeyPress
  end
  object t2: TMaskEdit
    Left = 160
    Top = 59
    Width = 94
    Height = 21
    EditMask = '9999/99/99;1;_'
    MaxLength = 10
    TabOrder = 3
    Text = '    /  /  '
    OnKeyPress = t2KeyPress
  end
  object Button2: TButton
    Left = 71
    Top = 152
    Width = 150
    Height = 25
    Caption = #36681'EXCEL'#25991#27284
    TabOrder = 4
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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