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

📄 main.~dfm

📁 Delphi数据库编程
💻 ~DFM
字号:
object Form1: TForm1
  Left = 269
  Top = 214
  Width = 520
  Height = 353
  Caption = #24037#36164#34920#30340#25805#20316#31383#21475
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 41
    Height = 17
    AutoSize = False
    Caption = #32534#21495#65306
  end
  object Label2: TLabel
    Left = 160
    Top = 8
    Width = 3
    Height = 13
  end
  object Label3: TLabel
    Left = 152
    Top = 8
    Width = 41
    Height = 17
    AutoSize = False
    Caption = #22995#21517#65306
  end
  object Label4: TLabel
    Left = 304
    Top = 8
    Width = 41
    Height = 17
    AutoSize = False
    Caption = #24615#21035#65306
  end
  object Label5: TLabel
    Left = 16
    Top = 40
    Width = 41
    Height = 17
    AutoSize = False
    Caption = #32844#31216#65306
  end
  object Label6: TLabel
    Left = 152
    Top = 40
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #24037#20316#26085#26399#65306
  end
  object Label7: TLabel
    Left = 304
    Top = 40
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #24037#36164#65306
  end
  object Label8: TLabel
    Left = 16
    Top = 72
    Width = 49
    Height = 25
    AutoSize = False
    Caption = #22870#37329#65306
  end
  object GroupBox1: TGroupBox
    Left = 40
    Top = 224
    Width = 353
    Height = 41
    Caption = #25968#25454#25805#20316
    TabOrder = 0
    object Button1: TButton
      Left = 16
      Top = 16
      Width = 49
      Height = 17
      Caption = #25554#20837
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 80
      Top = 16
      Width = 49
      Height = 17
      Caption = #20462#25913
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 144
      Top = 16
      Width = 49
      Height = 17
      Caption = #30830#23450
      TabOrder = 2
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 208
      Top = 16
      Width = 57
      Height = 17
      Caption = #21462#28040
      TabOrder = 3
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 280
      Top = 16
      Width = 57
      Height = 17
      Caption = #21024#38500
      TabOrder = 4
      OnClick = Button5Click
    end
  end
  object DBGrid1: TDBGrid
    Left = 24
    Top = 112
    Width = 409
    Height = 105
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
  end
  object BitBtn1: TBitBtn
    Left = 248
    Top = 272
    Width = 57
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkAbort
  end
  object Edit1: TEdit
    Left = 72
    Top = 8
    Width = 73
    Height = 21
    ReadOnly = True
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 216
    Top = 8
    Width = 81
    Height = 21
    ReadOnly = True
    TabOrder = 4
  end
  object Edit3: TEdit
    Left = 352
    Top = 8
    Width = 65
    Height = 21
    ReadOnly = True
    TabOrder = 5
  end
  object Edit4: TEdit
    Left = 72
    Top = 40
    Width = 73
    Height = 21
    ReadOnly = True
    TabOrder = 6
  end
  object Edit5: TEdit
    Left = 216
    Top = 40
    Width = 81
    Height = 21
    ReadOnly = True
    TabOrder = 7
  end
  object Edit6: TEdit
    Left = 352
    Top = 40
    Width = 65
    Height = 21
    ReadOnly = True
    TabOrder = 8
  end
  object Edit7: TEdit
    Left = 72
    Top = 72
    Width = 73
    Height = 21
    ReadOnly = True
    TabOrder = 9
  end
  object CheckBox1: TCheckBox
    Left = 160
    Top = 72
    Width = 49
    Height = 25
    Caption = #23130#21542
    TabOrder = 10
  end
  object Button6: TButton
    Left = 104
    Top = 272
    Width = 57
    Height = 25
    Caption = #26597#35810
    TabOrder = 11
    OnClick = Button6Click
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 344
    Top = 80
  end
  object Query1: TQuery
    SQL.Strings = (
      'select * from gzb')
    Left = 216
    Top = 80
  end
  object Table1: TTable
    TableName = 'GZB.db'
    Left = 280
    Top = 80
  end
end

⌨️ 快捷键说明

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