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

📄 u_frmchange.dfm

📁 sqllite3数据库基本应用(打开,关闭表,及更新数据表)
💻 DFM
字号:
object Frmchange: TFrmchange
  Left = 455
  Top = 494
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = 'Frmchange'
  ClientHeight = 171
  ClientWidth = 247
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 48
    Height = 16
    Caption = #21407#23494#30721
  end
  object Label2: TLabel
    Left = 24
    Top = 72
    Width = 48
    Height = 16
    Caption = #26032#23494#30721
  end
  object Edit1: TEdit
    Left = 96
    Top = 24
    Width = 121
    Height = 24
    PasswordChar = '#'
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 96
    Top = 64
    Width = 121
    Height = 24
    PasswordChar = '#'
    TabOrder = 1
  end
  object Button1: TButton
    Left = 32
    Top = 112
    Width = 75
    Height = 25
    Caption = #26356#25913
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 144
    Top = 112
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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