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

📄 companyinfofrm.dfm

📁 这是一个本人初定的小制作
💻 DFM
字号:
object ComanyInfoDlg: TComanyInfoDlg
  Left = 245
  Top = 108
  BorderStyle = bsDialog
  Caption = #20844#21496#22522#26412#20449#24687#35774#32622
  ClientHeight = 318
  ClientWidth = 407
  Color = clBtnFace
  ParentFont = True
  KeyPreview = True
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyPress = FormKeyPress
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 393
    Height = 265
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 24
    Top = 31
    Width = 74
    Height = 13
    Caption = #20844#21496#21517#31216'(&N)'#65306
    FocusControl = EdtName
  end
  object Label2: TLabel
    Left = 20
    Top = 77
    Width = 84
    Height = 13
    Caption = #20844#21496#36127#36131#20154'(&L)'#65306
    FocusControl = EdtLeader
  end
  object Label3: TLabel
    Left = 24
    Top = 131
    Width = 73
    Height = 13
    Caption = #20844#21496#30005#35805'(&T)'#65306
    FocusControl = EdtTel
  end
  object Label4: TLabel
    Left = 24
    Top = 177
    Width = 73
    Height = 13
    Caption = #20844#21496#22320#22336'(&A)'#65306
    FocusControl = EdtAddress
  end
  object Label5: TLabel
    Left = 24
    Top = 232
    Width = 72
    Height = 13
    Caption = #20844#21496#26631#24535'(&L)'#65306
    FocusControl = EdtLogo
  end
  object OKBtn: TButton
    Left = 63
    Top = 284
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    Default = True
    ModalResult = 1
    TabOrder = 0
    OnClick = OKBtnClick
  end
  object CancelBtn: TButton
    Left = 215
    Top = 284
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 1
  end
  object EdtName: TEdit
    Left = 120
    Top = 24
    Width = 185
    Height = 21
    TabOrder = 2
  end
  object EdtLeader: TEdit
    Left = 120
    Top = 70
    Width = 185
    Height = 21
    TabOrder = 3
  end
  object EdtTel: TEdit
    Left = 120
    Top = 124
    Width = 185
    Height = 21
    TabOrder = 4
  end
  object EdtAddress: TEdit
    Left = 120
    Top = 178
    Width = 185
    Height = 21
    TabOrder = 5
  end
  object EdtLogo: TEdit
    Left = 120
    Top = 232
    Width = 185
    Height = 21
    TabOrder = 6
  end
  object BtnBrowse: TButton
    Left = 312
    Top = 232
    Width = 65
    Height = 25
    Caption = #27983#35272'...(&B)'
    TabOrder = 7
    OnClick = BtnBrowseClick
  end
  object DlgOpenPic: TOpenPictureDialog
    Left = 336
    Top = 208
  end
end

⌨️ 快捷键说明

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