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

📄 unit5.dfm.~35~

📁 《Delphi程序员成长攻略》-蒙祖强龚涛的源代码
💻 ~35~
字号:
object Form5: TForm5
  Left = 0
  Top = 0
  Width = 538
  Height = 533
  Caption = #25104' '#32489' '#36755' '#20837
  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 GroupBox1: TGroupBox
    Left = 8
    Top = 184
    Width = 513
    Height = 177
    TabOrder = 0
    object Label1: TLabel
      Left = 40
      Top = 27
      Width = 41
      Height = 17
      AutoSize = False
      Caption = #23398#21495
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 39
      Top = 77
      Width = 41
      Height = 17
      AutoSize = False
      Caption = #22995#21517
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 8
      Top = 128
      Width = 65
      Height = 17
      AutoSize = False
      Caption = #24179#26102#25104#32489
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 275
      Top = 26
      Width = 73
      Height = 17
      AutoSize = False
      Caption = #26399#32771#25104#32489
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 274
      Top = 79
      Width = 73
      Height = 17
      AutoSize = False
      Caption = #26399#35780#25104#32489
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 305
      Top = 128
      Width = 41
      Height = 17
      AutoSize = False
      Caption = #29677#32423
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 80
      Top = 23
      Width = 121
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 80
      Top = 74
      Width = 121
      Height = 21
      TabOrder = 1
      Text = 'Edit2'
    end
    object Edit3: TEdit
      Left = 80
      Top = 126
      Width = 121
      Height = 21
      TabOrder = 2
      Text = 'Edit3'
    end
    object Edit4: TEdit
      Left = 348
      Top = 22
      Width = 121
      Height = 21
      TabOrder = 3
      Text = 'Edit4'
    end
    object Edit5: TEdit
      Left = 348
      Top = 76
      Width = 121
      Height = 21
      Enabled = False
      TabOrder = 4
      Text = 'Edit5'
    end
    object Edit6: TEdit
      Left = 348
      Top = 124
      Width = 121
      Height = 21
      TabOrder = 5
      Text = 'Edit6'
    end
  end
  object Button1: TButton
    Left = 344
    Top = 384
    Width = 97
    Height = 25
    Caption = #20445#23384#25968#25454
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 88
    Top = 384
    Width = 89
    Height = 25
    Caption = #22312#24403#21069#20301#32622#25554#20837
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 216
    Top = 384
    Width = 89
    Height = 25
    Caption = #22312#26411#23614#25554#20837
    TabOrder = 3
  end
  object Button4: TButton
    Left = 440
    Top = 432
    Width = 75
    Height = 25
    Caption = #36864'    '#20986
    TabOrder = 4
    OnClick = Button4Click
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 8
    Width = 513
    Height = 169
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 5
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'Tahoma'
    TitleFont.Style = []
    OnMouseUp = DBGrid1MouseUp
  end
  object DBNavigator1: TDBNavigator
    Left = 48
    Top = 440
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 6
  end
  object Button5: TButton
    Left = 344
    Top = 456
    Width = 75
    Height = 25
    Caption = 'Button5'
    TabOrder = 7
    OnClick = Button5Click
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 424
    Top = 32
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'AccessDSN'
    TableName = 'student'
    Left = 472
    Top = 32
  end
end

⌨️ 快捷键说明

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