unit5.dfm

来自「一个小的设备管理系统」· DFM 代码 · 共 137 行

DFM
137
字号
object weihu1_F: Tweihu1_F
  Left = 218
  Top = 153
  Width = 449
  Height = 412
  Caption = 'weihu1_F'
  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 DBGrid1: TDBGrid
    Left = 0
    Top = 8
    Width = 441
    Height = 193
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 0
    Top = 200
    Width = 441
    Height = 153
    TabOrder = 1
    object DBNavigator1: TDBNavigator
      Left = 8
      Top = 8
      Width = 240
      Height = 25
      DataSource = DataSource1
      TabOrder = 0
    end
    object RadioGroup1: TRadioGroup
      Left = 328
      Top = 8
      Width = 81
      Height = 129
      Caption = #36873#25321
      ItemIndex = 0
      Items.Strings = (
        #32534#36753
        #26597#35810)
      TabOrder = 1
      OnClick = RadioGroup1Click
    end
    object StaticText1: TStaticText
      Left = 8
      Top = 40
      Width = 148
      Height = 20
      Caption = #35831#36755#20837#32534#21495#26597#35810#32500#25252#35760#24405#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
    object Edit1: TEdit
      Left = 160
      Top = 40
      Width = 89
      Height = 21
      TabOrder = 3
    end
    object Button1: TButton
      Left = 160
      Top = 72
      Width = 89
      Height = 25
      Caption = #26597#35810
      TabOrder = 4
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 160
      Top = 112
      Width = 89
      Height = 25
      Caption = #36864#20986
      TabOrder = 5
      OnClick = Button2Click
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 358
    Width = 441
    Height = 20
    Panels = <>
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 232
    Top = 72
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'WeiHu'
    Left = 176
    Top = 72
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    SQL.Strings = (
      'select * from weihu ')
    Left = 296
    Top = 72
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\caomm'#30340#24037#31243'\EqOfJsi' +
      'dc.mdb;Persist Security Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 128
    Top = 72
  end
end

⌨️ 快捷键说明

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