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

📄 unit8.dfm

📁 利用数据库后SQL台操作的
💻 DFM
字号:
object Form8: TForm8
  Left = 231
  Top = 124
  Width = 678
  Height = 512
  Caption = #38144#21806#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 665
    Height = 281
    Caption = #22522#26412#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 32
      Width = 36
      Height = 13
      Caption = #32534#21495#65306
    end
    object Label3: TLabel
      Left = 32
      Top = 88
      Width = 48
      Height = 13
      Caption = #20986#29256#21830#65306
    end
    object Label2: TLabel
      Left = 256
      Top = 32
      Width = 36
      Height = 13
      Caption = #21517#31216#65306
    end
    object Label4: TLabel
      Left = 248
      Top = 88
      Width = 60
      Height = 13
      Caption = #25152#23646#31867#21035#65306
    end
    object Label6: TLabel
      Left = 256
      Top = 152
      Width = 36
      Height = 13
      Caption = #25968#37327#65306
    end
    object Label5: TLabel
      Left = 32
      Top = 152
      Width = 36
      Height = 13
      Caption = #20215#26684#65306
    end
    object Label7: TLabel
      Left = 24
      Top = 208
      Width = 60
      Height = 13
      Caption = #37319#36141#26085#26399#65306
    end
    object Label8: TLabel
      Left = 456
      Top = 40
      Width = 48
      Height = 16
      Caption = #22791#27880#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 96
      Top = 32
      Width = 121
      Height = 21
      TabOrder = 0
      OnKeyPress = Edit1KeyPress
    end
    object Edit3: TEdit
      Left = 96
      Top = 88
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Edit2: TEdit
      Left = 320
      Top = 32
      Width = 121
      Height = 21
      TabOrder = 2
    end
    object Edit4: TEdit
      Left = 320
      Top = 88
      Width = 121
      Height = 21
      TabOrder = 3
    end
    object Edit6: TEdit
      Left = 320
      Top = 152
      Width = 121
      Height = 21
      TabOrder = 4
    end
    object Edit5: TEdit
      Left = 96
      Top = 152
      Width = 121
      Height = 21
      TabOrder = 5
    end
    object Edit7: TEdit
      Left = 96
      Top = 208
      Width = 121
      Height = 21
      TabOrder = 6
    end
    object Button2: TButton
      Left = 232
      Top = 208
      Width = 75
      Height = 25
      Caption = #28155#21152
      TabOrder = 7
      OnClick = Button2Click
    end
    object Button1: TButton
      Left = 328
      Top = 208
      Width = 75
      Height = 25
      Caption = #20462#25913
      TabOrder = 8
      OnClick = Button1Click
    end
    object Button3: TButton
      Left = 432
      Top = 208
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 9
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 528
      Top = 208
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 10
      OnClick = Button4Click
    end
    object Memo1: TMemo
      Left = 512
      Top = 24
      Width = 129
      Height = 177
      Lines.Strings = (
        '')
      TabOrder = 11
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 280
    Width = 665
    Height = 193
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 16
    Top = 8
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'jcdg'
    SQL.Strings = (
      'select * from xiaoshou')
    Left = 56
    Top = 8
  end
end

⌨️ 快捷键说明

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