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

📄 unit3.dfm

📁 自己做的一个例子
💻 DFM
字号:
object Form3: TForm3
  Left = 233
  Top = 148
  Width = 415
  Height = 228
  Caption = #20195#30721#36830#25509#25968#25454
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 33
    Top = 45
    Width = 24
    Height = 13
    Caption = #22995#21517
  end
  object Label2: TLabel
    Left = 31
    Top = 79
    Width = 24
    Height = 13
    Caption = #30005#35805
  end
  object Label3: TLabel
    Left = 33
    Top = 13
    Width = 24
    Height = 13
    Caption = #32534#21495
  end
  object BitBtn1: TBitBtn
    Left = 288
    Top = 16
    Width = 75
    Height = 25
    Caption = #26174#31034#20986#26469
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object txt_sName: TEdit
    Left = 64
    Top = 40
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'txt_sName'
  end
  object txt_sPhone: TEdit
    Left = 64
    Top = 74
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'txt_sPhone'
  end
  object txt_sID: TEdit
    Left = 64
    Top = 8
    Width = 121
    Height = 21
    TabOrder = 3
    Text = 'txt_sID'
  end
  object BitBtn2: TBitBtn
    Left = 288
    Top = 64
    Width = 75
    Height = 25
    Caption = #20889#20837#25968#25454#24211
    TabOrder = 4
    OnClick = BitBtn2Click
  end
  object ADOQuery1: TADOQuery
    Connection = Form1.Conn_Main
    Parameters = <>
    SQL.Strings = (
      'Select * from Employee')
    Left = 216
    Top = 40
  end
end

⌨️ 快捷键说明

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