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

📄 qxxxfw.dfm

📁 气象信息服务(delphi) 气象信息服务(delphi)
💻 DFM
字号:
object qqxxForm: TqqxxForm
  Left = 220
  Top = 119
  Width = 475
  Height = 375
  Caption = #27668#35937#20449#24687#26381#21153
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 86
    Top = 20
    Width = 13
    Height = 13
    Caption = #24180
    FocusControl = DBEdit1
  end
  object Label2: TLabel
    Left = 173
    Top = 21
    Width = 13
    Height = 13
    Caption = #26376
    FocusControl = DBEdit2
  end
  object Label3: TLabel
    Left = 267
    Top = 19
    Width = 13
    Height = 13
    Caption = #26085
    FocusControl = DBEdit3
  end
  object Label8: TLabel
    Left = 4
    Top = 133
    Width = 52
    Height = 13
    Caption = #31995#32479#36816#34892
    FocusControl = DBEdit8
  end
  object Label9: TLabel
    Left = 219
    Top = 132
    Width = 39
    Height = 13
    Caption = #20540#29677#21592
    FocusControl = DBEdit9
  end
  object Label4: TLabel
    Left = 19
    Top = 60
    Width = 26
    Height = 13
    Caption = #21333#20301
    FocusControl = DBEdit4
  end
  object Label5: TLabel
    Left = 224
    Top = 59
    Width = 26
    Height = 13
    Caption = #25968#37327
    FocusControl = DBEdit5
  end
  object Label6: TLabel
    Left = 24
    Top = 96
    Width = 26
    Height = 13
    Caption = #37329#39069
    FocusControl = DBEdit6
  end
  object DBEdit1: TDBEdit
    Left = 16
    Top = 16
    Width = 57
    Height = 21
    DataField = 'yy'
    DataSource = DataSource1
    TabOrder = 0
  end
  object DBEdit2: TDBEdit
    Left = 120
    Top = 16
    Width = 41
    Height = 21
    DataField = 'mm'
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBEdit3: TDBEdit
    Left = 200
    Top = 16
    Width = 57
    Height = 21
    DataField = 'dd'
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBEdit8: TDBEdit
    Left = 64
    Top = 128
    Width = 134
    Height = 21
    DataField = 'xtyx'
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBEdit9: TDBEdit
    Left = 264
    Top = 130
    Width = 134
    Height = 21
    DataField = 'zby'
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBNavigator1: TDBNavigator
    Left = 112
    Top = 240
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 5
  end
  object DBEdit4: TDBEdit
    Left = 56
    Top = 56
    Width = 105
    Height = 21
    DataField = 'dw'
    DataSource = DataSource1
    TabOrder = 6
  end
  object DBEdit5: TDBEdit
    Left = 262
    Top = 56
    Width = 134
    Height = 21
    DataField = 'sl'
    DataSource = DataSource1
    TabOrder = 7
  end
  object DBEdit6: TDBEdit
    Left = 64
    Top = 96
    Width = 134
    Height = 21
    DataField = 'je'
    DataSource = DataSource1
    TabOrder = 8
  end
  object ADODataSet1: TADODataSet
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\qxfw\qxfw.mdb;Pe' +
      'rsist Security Info=False'
    CursorType = ctStatic
    CommandText = 'select  * from qxxxfw'
    Parameters = <>
    Left = 360
    Top = 216
    object ADODataSet1yy: TWideStringField
      FieldName = 'yy'
      Size = 8
    end
    object ADODataSet1mm: TWideStringField
      FieldName = 'mm'
      Size = 8
    end
    object ADODataSet1dd: TWideStringField
      FieldName = 'dd'
      Size = 8
    end
    object ADODataSet1xtyx: TWideStringField
      FieldName = 'xtyx'
      Size = 10
    end
    object ADODataSet1zby: TWideStringField
      FieldName = 'zby'
      Size = 10
    end
    object ADODataSet1dw: TWideStringField
      FieldName = 'dw'
    end
    object ADODataSet1sl: TIntegerField
      FieldName = 'sl'
    end
    object ADODataSet1je: TIntegerField
      FieldName = 'je'
    end
  end
  object DataSource1: TDataSource
    DataSet = ADODataSet1
    Left = 224
    Top = 176
  end
end

⌨️ 快捷键说明

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