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

📄 unit8.dfm

📁 CBUILDER+SQL的实现
💻 DFM
字号:
object Form8: TForm8
  Left = 160
  Top = 238
  Width = 593
  Height = 305
  Caption = #26032#29983#25968#25454#31649#29702#65288#20462#25913#25968#25454#65289
  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 = 585
    Height = 105
    Align = alTop
    Caption = #36755#20837#26597#35810#26465#20214
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 88
      Width = 186
      Height = 13
      Caption = #22312#34920#20013#21487#30452#25509#20462#25913#12289#25554#20837#23398#29983#20449#24687'  '
    end
    object LabeledEdit1: TLabeledEdit
      Left = 72
      Top = 40
      Width = 121
      Height = 21
      EditLabel.Width = 87
      EditLabel.Height = 13
      EditLabel.Caption = #22995#21517' [ '#20934#30830#26597#35810' ]'
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 0
    end
    object Button1: TButton
      Left = 276
      Top = 32
      Width = 75
      Height = 25
      Caption = #26816#32034
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 488
      Top = 32
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 2
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 384
      Top = 32
      Width = 75
      Height = 25
      Caption = #26032#22686#25968#25454
      TabOrder = 3
      OnClick = Button3Click
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 105
    Width = 585
    Height = 173
    Align = alClient
    DataSource = DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'sno'
        Title.Caption = #23398#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'sname'
        Title.Caption = #22995#21517
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ssex'
        Title.Caption = #24615#21035
        Width = 31
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'scome'
        Title.Caption = #20986#29983#24180#26376
        Width = 51
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zhuanye'
        Title.Caption = #19987#19994
        Width = 51
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'deptNo'
        Title.Caption = #31995#21035#20195#21495
        Width = 53
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'houseNo'
        Title.Caption = #20844#23507#20195#21495
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'homeAddress'
        Title.Caption = #23478#24237#22320#22336
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'telephone'
        Title.Caption = #32852#31995#30005#35805
        Width = 59
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'postalcode'
        Title.Caption = #37038#25919#32534#30721
        Visible = True
      end>
  end
  object Table1: TTable
    DatabaseName = 'db'
    TableName = 'dbo.Student'
    Left = 240
    Top = 232
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 200
    Top = 224
  end
end

⌨️ 快捷键说明

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