unit6.dfm

来自「一个简单的图书管理系统」· DFM 代码 · 共 131 行

DFM
131
字号
object Form6: TForm6
  Left = 618
  Top = 108
  Width = 353
  Height = 311
  Caption = #26032#31867#21035#65288#23567#65289
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 16
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #26032#31867#21035#21517#31216#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 56
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #26032#31867#21035#32534#21495#65306
  end
  object Label3: TLabel
    Left = 8
    Top = 88
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #24050#23384#22312#31867#21035#65306
  end
  object Edit1: TEdit
    Left = 88
    Top = 13
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 89
    Top = 52
    Width = 121
    Height = 21
    Color = clActiveBorder
    ReadOnly = True
    TabOrder = 1
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 112
    Width = 329
    Height = 128
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 160
    Top = 245
    Width = 75
    Height = 25
    Caption = #21024#38500#31867#21035
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 256
    Top = 245
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 240
    Top = 48
    Width = 75
    Height = 25
    Caption = #26032#22686
    TabOrder = 5
    OnClick = Button3Click
  end
  object ADODataSet1: TADODataSet
    Connection = Form1.ADOConnection1
    Parameters = <>
    Left = 200
    Top = 120
  end
  object ADOCommand1: TADOCommand
    Connection = Form1.ADOConnection1
    Parameters = <>
    Left = 240
    Top = 120
  end
  object DataSource1: TDataSource
    DataSet = ADODataSet1
    Left = 280
    Top = 120
  end
  object ADODataSet2: TADODataSet
    Connection = Form1.ADOConnection1
    Parameters = <>
    Left = 200
    Top = 160
  end
  object ADODataSet3: TADODataSet
    Connection = Form1.ADOConnection1
    Parameters = <>
    Left = 240
    Top = 160
  end
end

⌨️ 快捷键说明

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