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

📄 unit2.dfm.~21~

📁 《Delphi程序员成长攻略》-蒙祖强龚涛的源代码
💻 ~21~
字号:
object Form2: TForm2
  Left = 0
  Top = 0
  Width = 513
  Height = 366
  Caption = #29983#25104#26399#35780#25104#32489
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 7
    Top = 208
    Width = 113
    Height = 25
    AutoSize = False
    Caption = #24179#26102#25104#32489#30334#20998#25968#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 7
    Top = 252
    Width = 113
    Height = 25
    AutoSize = False
    Caption = #26399#32771#25104#32489#30334#20998#25968#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 246
    Top = 239
    Width = 107
    Height = 33
    Caption = #29983#25104#26399#35780#25104#32489
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Button2: TButton
    Left = 416
    Top = 288
    Width = 75
    Height = 25
    Caption = #36864'    '#20986
    TabOrder = 1
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 8
    Width = 489
    Height = 177
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'Tahoma'
    TitleFont.Style = []
  end
  object UpDown1: TUpDown
    Left = 144
    Top = 204
    Width = 17
    Height = 25
    Position = 30
    TabOrder = 3
    OnClick = UpDown1Click
  end
  object Edit1: TEdit
    Left = 120
    Top = 205
    Width = 25
    Height = 23
    TabOrder = 4
    Text = 'Edit1'
    OnChange = Edit1Change
  end
  object UpDown2: TUpDown
    Left = 144
    Top = 248
    Width = 17
    Height = 25
    Position = 70
    TabOrder = 5
    OnClick = UpDown2Click
  end
  object Edit2: TEdit
    Left = 120
    Top = 249
    Width = 25
    Height = 23
    TabOrder = 6
    Text = 'Edit2'
    OnChange = Edit2Change
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 432
    Top = 32
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'AccessDSN'
    TableName = 'student'
    Left = 432
    Top = 72
  end
end

⌨️ 快捷键说明

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