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

📄 unit10.dfm

📁 西门子与计算机通讯程序包括源代码 程序说明 可以进行时时数据采集记录
💻 DFM
字号:
object Form10: TForm10
  Left = 176
  Top = 387
  Width = 674
  Height = 501
  Caption = #36873#25321#25968#25454#24211
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 0
    Top = 145
    Width = 666
    Height = 2
    Cursor = crVSplit
    Align = alTop
    MinSize = 1
  end
  object Panel2: TPanel
    Left = 0
    Top = 147
    Width = 666
    Height = 325
    Align = alClient
    BevelOuter = bvLowered
    Caption = 'Panel2'
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 664
      Height = 323
      Align = alClient
      Ctl3D = False
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
      ParentCtl3D = False
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object Panel4: TPanel
    Left = 0
    Top = 0
    Width = 666
    Height = 145
    Align = alTop
    Caption = 'Panel4'
    TabOrder = 1
    object Splitter2: TSplitter
      Left = 528
      Top = 1
      Width = 4
      Height = 143
      Align = alRight
    end
    object Panel1: TPanel
      Left = 1
      Top = 1
      Width = 527
      Height = 143
      Align = alClient
      Caption = 'Panel1'
      TabOrder = 0
      object FileListBox1: TFileListBox
        Left = 1
        Top = 1
        Width = 525
        Height = 141
        Align = alClient
        BevelEdges = [beRight, beBottom]
        BevelKind = bkFlat
        BevelOuter = bvRaised
        Ctl3D = True
        ExtendedSelect = False
        ItemHeight = 13
        Mask = '*.mdb'
        ParentCtl3D = False
        TabOrder = 0
        OnChange = FileListBox1Change
      end
    end
    object Panel3: TPanel
      Left = 532
      Top = 1
      Width = 133
      Height = 143
      Align = alRight
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 1
      object Label1: TLabel
        Left = 3
        Top = 8
        Width = 32
        Height = 13
        Caption = 'Label1'
      end
      object Button1: TButton
        Left = 22
        Top = 72
        Width = 75
        Height = 25
        Caption = #36873#25321
        TabOrder = 0
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 22
        Top = 112
        Width = 75
        Height = 25
        Caption = #36820#22238
        TabOrder = 1
        OnClick = Button2Click
      end
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 136
    Top = 160
  end
  object ADOTable1: TADOTable
    Connection = ADOConnection1
    TableName = 'type1'
    Left = 176
    Top = 160
  end
  object ADOConnection1: TADOConnection
    Left = 104
    Top = 160
  end
end

⌨️ 快捷键说明

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