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

📄 khxx.dfm

📁 delphi作得信息业进销存源码.功能全面,运行稳定.
💻 DFM
字号:
object frmKhXx: TfrmKhXx
  Left = 236
  Top = 120
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = '客户资料'
  ClientHeight = 255
  ClientWidth = 403
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = '宋体'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poDesktopCenter
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 15
  object Bevel1: TBevel
    Left = 12
    Top = 12
    Width = 379
    Height = 199
    Style = bsRaised
  end
  object Label18: TLabel
    Left = 30
    Top = 30
    Width = 75
    Height = 15
    Caption = '客户全称:'
  end
  object Label19: TLabel
    Left = 30
    Top = 60
    Width = 77
    Height = 15
    Caption = '地    址:'
  end
  object Label10: TLabel
    Left = 30
    Top = 90
    Width = 77
    Height = 15
    Caption = '电    话:'
  end
  object Label11: TLabel
    Left = 30
    Top = 120
    Width = 76
    Height = 15
    Caption = '纳 税 号:'
  end
  object Label12: TLabel
    Left = 30
    Top = 150
    Width = 75
    Height = 15
    Caption = '开户银行:'
  end
  object Label13: TLabel
    Left = 30
    Top = 180
    Width = 75
    Height = 15
    Caption = '银行帐号:'
  end
  object Label1: TLabel
    Left = 108
    Top = 30
    Width = 48
    Height = 15
    Caption = 'Label1'
    Color = clBtnFace
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label2: TLabel
    Left = 108
    Top = 60
    Width = 48
    Height = 15
    Caption = 'Label2'
    Color = clBtnFace
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label3: TLabel
    Left = 108
    Top = 90
    Width = 48
    Height = 15
    Caption = 'Label3'
    Color = clBtnFace
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label4: TLabel
    Left = 108
    Top = 120
    Width = 48
    Height = 15
    Caption = 'Label4'
    Color = clBtnFace
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label5: TLabel
    Left = 108
    Top = 150
    Width = 48
    Height = 15
    Caption = 'Label5'
    Color = clBtnFace
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label6: TLabel
    Left = 108
    Top = 180
    Width = 48
    Height = 15
    Caption = 'Label6'
    Color = clBtnFace
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object btnCloseTs: TButton
    Left = 164
    Top = 221
    Width = 75
    Height = 25
    Caption = '关闭'
    Default = True
    TabOrder = 0
    OnClick = btnCloseTsClick
  end
end

⌨️ 快捷键说明

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