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

📄 addstudent.~dfm

📁 所有delphi的入门例子
💻 ~DFM
字号:
object OKRightDlg1: TOKRightDlg1
  Left = 284
  Top = 200
  BorderStyle = bsDialog
  Caption = 'Dialog'
  ClientHeight = 167
  ClientWidth = 329
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 25
    Width = 86
    Height = 16
    Alignment = taRightJustify
    AutoSize = False
    Caption = #29677#32423#32534#21495#65306
  end
  object Label2: TLabel
    Left = 40
    Top = 57
    Width = 61
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = #22995#21517#65306
  end
  object Label3: TLabel
    Left = 32
    Top = 91
    Width = 68
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = 'E_Mail'#65306
  end
  object OKBtn: TButton
    Left = 108
    Top = 127
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 0
    OnClick = OKBtnClick
  end
  object CancelBtn: TButton
    Left = 204
    Top = 126
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 1
    OnClick = CancelBtnClick
  end
  object Edit1: TEdit
    Left = 112
    Top = 24
    Width = 169
    Height = 21
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 112
    Top = 56
    Width = 169
    Height = 21
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 112
    Top = 88
    Width = 169
    Height = 21
    TabOrder = 4
  end
  object ADOCommand1: TADOCommand
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:\Tech.mdb;Persist' +
      ' Security Info=False'
    Parameters = <>
    Left = 48
    Top = 128
  end
end

⌨️ 快捷键说明

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