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

📄 unit1.dfm

📁 简单封装数据库表的类的一个简单的例子: http://www.delphifans.com/SoftView/SoftView_1476.html
💻 DFM
字号:
object Form1: TForm1
  Left = 316
  Top = 177
  Width = 533
  Height = 426
  Caption = #31616#21333#23553#35013#25968#25454#24211#34920#30340#31867'-'#28436#31034
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 352
    Top = 8
    Width = 55
    Height = 13
    Caption = 'Work Date:'
  end
  object Memo1: TMemo
    Left = 8
    Top = 88
    Width = 505
    Height = 305
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object Button1: TButton
    Left = 8
    Top = 56
    Width = 103
    Height = 25
    Caption = #21019#24314#23545#35937
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button3: TButton
    Left = 274
    Top = 56
    Width = 103
    Height = 25
    Caption = #21024#38500#23545#35937
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 408
    Top = 56
    Width = 103
    Height = 25
    Caption = #33719#21462#25152#26377#23545#35937
    TabOrder = 3
    OnClick = Button4Click
  end
  object edtUserName: TLabeledEdit
    Left = 8
    Top = 24
    Width = 109
    Height = 21
    EditLabel.Width = 56
    EditLabel.Height = 13
    EditLabel.Caption = 'User Name:'
    TabOrder = 4
    OnChange = edtUserNameChange
  end
  object edtPassword: TLabeledEdit
    Left = 136
    Top = 24
    Width = 113
    Height = 21
    EditLabel.Width = 74
    EditLabel.Height = 13
    EditLabel.Caption = 'User Password:'
    PasswordChar = '*'
    TabOrder = 5
  end
  object edtAge: TLabeledEdit
    Left = 264
    Top = 24
    Width = 73
    Height = 21
    EditLabel.Width = 22
    EditLabel.Height = 13
    EditLabel.Caption = 'Age:'
    TabOrder = 6
    Text = '20'
  end
  object DateTimePicker1: TDateTimePicker
    Left = 352
    Top = 24
    Width = 81
    Height = 21
    Date = 38632.743231909720000000
    Time = 38632.743231909720000000
    TabOrder = 7
  end
  object edtShoworder: TLabeledEdit
    Left = 440
    Top = 24
    Width = 73
    Height = 21
    EditLabel.Width = 59
    EditLabel.Height = 13
    EditLabel.Caption = 'Show Order:'
    TabOrder = 8
    Text = '1'
  end
  object Button6: TButton
    Left = 141
    Top = 56
    Width = 103
    Height = 25
    Caption = #26597#25214#23545#35937
    TabOrder = 9
    OnClick = Button6Click
  end
end

⌨️ 快捷键说明

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