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

📄 intounit.dfm

📁 贸易管理系统Delphi源代码(有开发文档) 采用access+delphi设计 软件实现功能:供应商信息的输入
💻 DFM
字号:
object intofrm: Tintofrm
  Left = 280
  Top = 223
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #31649#29702#21592#30331#20837
  ClientHeight = 202
  ClientWidth = 320
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 16
    Top = 16
    Width = 289
    Height = 121
    BorderStyle = bsSingle
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 24
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #29992#25143#21517#31216
    end
    object Label2: TLabel
      Left = 24
      Top = 67
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #23494'        '#30721
    end
    object Label3: TLabel
      Left = 40
      Top = 96
      Width = 225
      Height = 13
      AutoSize = False
      Caption = #36229#32423#29992#25143#23494#30721#20026'0000'#65292#35831#30331#20837#21518#20462#25913#12290
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object ComboBox1: TComboBox
      Left = 96
      Top = 24
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Items.Strings = (
        #36229#32423#29992#25143)
    end
    object Edit1: TEdit
      Left = 96
      Top = 64
      Width = 145
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
      OnKeyPress = Edit1KeyPress
    end
  end
  object BitBtn1: TBitBtn
    Left = 120
    Top = 160
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 224
    Top = 160
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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