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

📄 unit1.~dfm

📁 DELPHI 串口程序 小程序 我个人做的想程序给大家看看
💻 ~DFM
字号:
object Form1: TForm1
  Left = 231
  Top = 179
  Width = 689
  Height = 372
  Caption = 'Form1'
  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 DBGrid1: TDBGrid
    Left = 0
    Top = 8
    Width = 377
    Height = 169
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'name'
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'birthday'
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'address'
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'image'
        Width = 50
        Visible = True
      end>
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 208
    Width = 121
    Height = 65
    Caption = #26597#25214#21517#31216
    TabOrder = 1
    object ComboBox1: TComboBox
      Left = 16
      Top = 24
      Width = 89
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Text = ' '
      Items.Strings = (
        #22995#21517
        #24180#40836)
    end
  end
  object GroupBox2: TGroupBox
    Left = 136
    Top = 208
    Width = 121
    Height = 65
    Caption = #26597#25214#26465#20214
    TabOrder = 2
    object ComboBox2: TComboBox
      Left = 16
      Top = 24
      Width = 89
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Text = ' '
      Items.Strings = (
        '=')
    end
  end
  object GroupBox3: TGroupBox
    Left = 264
    Top = 208
    Width = 121
    Height = 65
    Caption = #26597#25214#20540
    TabOrder = 3
    object ComboBox3: TComboBox
      Left = 16
      Top = 24
      Width = 89
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Text = ' '
    end
  end
  object BitBtn1: TBitBtn
    Left = 0
    Top = 296
    Width = 75
    Height = 25
    Caption = #22686#21152
    TabOrder = 4
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 160
    Top = 296
    Width = 75
    Height = 25
    Caption = #32534#25558
    TabOrder = 5
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 240
    Top = 296
    Width = 75
    Height = 25
    Caption = #26597#25214
    TabOrder = 6
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 320
    Top = 296
    Width = 75
    Height = 25
    Caption = #20445#23384
    TabOrder = 7
    OnClick = BitBtn4Click
  end
  object BitBtn5: TBitBtn
    Left = 400
    Top = 296
    Width = 75
    Height = 25
    Caption = #26174#31034#20840#37096
    TabOrder = 8
    OnClick = BitBtn5Click
  end
  object BitBtn6: TBitBtn
    Left = 80
    Top = 296
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 9
    OnClick = BitBtn6Click
  end
  object DBImage1: TDBImage
    Left = 392
    Top = 0
    Width = 289
    Height = 217
    DataField = 'image'
    DataSource = DataSource1
    Stretch = True
    TabOrder = 10
    OnClick = DBImage1Click
  end
  object Button1: TButton
    Left = 440
    Top = 248
    Width = 75
    Height = 25
    Caption = #19978#19968#20010
    TabOrder = 11
  end
  object Button2: TButton
    Left = 552
    Top = 248
    Width = 75
    Height = 25
    Caption = #19979#19968#20010
    TabOrder = 12
  end
  object ADOTable1: TADOTable
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Delphi\'#25105#30340' '#20316#21697'\'#25968#25454'\' +
      'db2.mdb;Persist Security Info=False'
    CursorType = ctStatic
    OnFilterRecord = ADOTable1FilterRecord
    TableName = #34920'1'
    Left = 72
    Top = 144
    object ADOTable1name: TWideStringField
      FieldName = 'name'
      Size = 50
    end
    object ADOTable1birthday: TWideStringField
      FieldName = 'birthday'
      Size = 50
    end
    object ADOTable1address: TWideStringField
      FieldName = 'address'
      Size = 50
    end
    object ADOTable1image: TBlobField
      FieldName = 'image'
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 32
    Top = 144
  end
  object XPManifest1: TXPManifest
    Left = 104
    Top = 144
  end
  object OpenDialog1: TOpenDialog
    Left = 528
    Top = 120
  end
end

⌨️ 快捷键说明

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