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

📄 unit4.~dfm

📁 关于delphi的相关源码
💻 ~DFM
字号:
object Form4: TForm4
  Left = 319
  Top = 72
  Width = 642
  Height = 308
  BorderIcons = [biSystemMenu]
  Caption = #26597#27957
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 39
    Height = 13
    Caption = #22995#21517':    '
  end
  object Label2: TLabel
    Left = 248
    Top = 16
    Width = 42
    Height = 13
    Caption = #21333#20301':     '
  end
  object Label3: TLabel
    Left = 24
    Top = 48
    Width = 66
    Height = 13
    Caption = #30005#35805#21495#30721':     '
  end
  object Label4: TLabel
    Left = 248
    Top = 48
    Width = 39
    Height = 13
    Caption = #25163#26426':    '
  end
  object Edit1: TEdit
    Left = 88
    Top = 12
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 312
    Top = 12
    Width = 185
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 88
    Top = 48
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 312
    Top = 48
    Width = 153
    Height = 21
    TabOrder = 3
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 88
    Width = 633
    Height = 177
    DataSource = DataSource1
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'name'
        Title.Caption = #22995#21517
        Width = 66
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'unit'
        Title.Caption = #21333#20301
        Width = 164
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'address'
        Title.Caption = #22320#22336
        Width = 196
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'telphone'
        Title.Caption = #30005#35805#21495#30721
        Width = 81
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'mobile'
        Title.Caption = #25163#26426
        Width = 136
        Visible = True
      end>
  end
  object BitBtn1: TBitBtn
    Left = 472
    Top = 40
    Width = 81
    Height = 41
    Caption = #26597#27957
    TabOrder = 5
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 552
    Top = 40
    Width = 81
    Height = 41
    Caption = #20851#38381
    TabOrder = 6
    Kind = bkClose
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=.\notebook.mdb;Pers' +
      'ist Security Info=False'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      '')
    Left = 512
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 440
    Top = 40
  end
end

⌨️ 快捷键说明

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