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

📄 unit1.dfm

📁 电气控制仿真软件
💻 DFM
字号:
object Form1: TForm1
  Left = 31
  Top = 87
  Width = 910
  Height = 606
  Caption = #25968#25454#24211#19982#22270#24418#30340#20851#32852
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object vgctrl1: Tvgctrl
    Left = 16
    Top = 16
    Width = 521
    Height = 417
    TabOrder = 0
    ControlData = {
      545046300D544D7957696E436F6E74726F6C00044C656674021003546F700210
      0557696474680309020648656967687403A1010000}
  end
  object DBGrid1: TDBGrid
    Left = 544
    Top = 16
    Width = 169
    Height = 137
    DataSource = DataSource1
    Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgCancelOnExit]
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 16
    Top = 440
    Width = 145
    Height = 25
    Caption = #22312#22270#24418#19978#21152#19968#20010#20992#38392
    TabOrder = 2
    OnClick = Button1Click
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=MSDASQL.1;Persist Security Info=False;Extended Properti' +
      'es="DBQ=E:\vg\Source\delphi\datacontrol\db.mdb;DefaultDir=E:\vg\' +
      'Source\delphi\datacontrol;Driver={Microsoft Access Driver (*.mdb' +
      ')};DriverId=25;FIL=MS Access;FILEDSN=E:\vg\Source\delphi\datacon' +
      'trol\db.dsn;MaxBufferSize=2048;MaxScanRows=8;PageTimeout=5;SafeT' +
      'ransactions=0;Threads=3;UID=admin;UserCommitSync=Yes;"'
    LoginPrompt = False
    Left = 80
    Top = 384
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #34920'1'
    Left = 112
    Top = 384
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    OnDataChange = DataSource1DataChange
    Left = 152
    Top = 384
  end
end

⌨️ 快捷键说明

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