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

📄 ufrminfo.~dfm

📁 Delphi课堂使用用例
💻 ~DFM
字号:
object frmInfo: TfrmInfo
  Left = 215
  Top = 166
  BorderStyle = bsDialog
  Caption = #20010#20154#20449#24687
  ClientHeight = 230
  ClientWidth = 283
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 26
    Height = 13
    Caption = #22995#21517
  end
  object Label2: TLabel
    Left = 24
    Top = 48
    Width = 26
    Height = 13
    Caption = #22320#21306
  end
  object Label3: TLabel
    Left = 24
    Top = 80
    Width = 26
    Height = 13
    Caption = #30005#35805
  end
  object Label4: TLabel
    Left = 24
    Top = 112
    Width = 26
    Height = 13
    Caption = #25163#26426
  end
  object Label5: TLabel
    Left = 24
    Top = 144
    Width = 26
    Height = 13
    Caption = #24615#21035
  end
  object edtName: TEdit
    Left = 88
    Top = 16
    Width = 169
    Height = 21
    TabOrder = 0
  end
  object edtPhone: TEdit
    Left = 88
    Top = 80
    Width = 169
    Height = 21
    TabOrder = 2
  end
  object cmbAddress: TComboBox
    Left = 88
    Top = 48
    Width = 169
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 1
  end
  object lstCode: TListBox
    Left = 136
    Top = 184
    Width = 25
    Height = 25
    ItemHeight = 13
    TabOrder = 7
    Visible = False
  end
  object edtMobile: TEdit
    Left = 88
    Top = 112
    Width = 169
    Height = 21
    TabOrder = 3
  end
  object cmbGender: TComboBox
    Left = 88
    Top = 144
    Width = 169
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 4
    Items.Strings = (
      #26410#30693
      #30007
      #22899)
  end
  object btnOK: TButton
    Left = 24
    Top = 184
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 5
  end
  object btnCancel: TButton
    Left = 184
    Top = 184
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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