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

📄 qiqiufind.dfm

📁 气象信息服务(delphi) 气象信息服务(delphi)
💻 DFM
字号:
object qiqiufindForm: TqiqiufindForm
  Left = 205
  Top = 69
  Width = 485
  Height = 569
  Caption = #27668#29699#26381#21153#26597#35810
  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 GroupBox1: TGroupBox
    Left = 16
    Top = 8
    Width = 449
    Height = 107
    Caption = #26597#35810#26465#20214
    TabOrder = 0
    object Label2: TLabel
      Left = 11
      Top = 47
      Width = 26
      Height = 13
      Caption = #37329#39069
    end
    object Label3: TLabel
      Left = 89
      Top = 46
      Width = 39
      Height = 13
      Caption = #24212#25910#27454
    end
    object Label18: TLabel
      Left = 212
      Top = 17
      Width = 13
      Height = 13
      Caption = #33267
    end
    object Label1: TLabel
      Left = 54
      Top = 19
      Width = 13
      Height = 13
      Caption = #24180
    end
    object Label17: TLabel
      Left = 110
      Top = 18
      Width = 13
      Height = 13
      Caption = #26376
    end
    object Label16: TLabel
      Left = 165
      Top = 19
      Width = 13
      Height = 13
      Caption = #26085
    end
    object Label19: TLabel
      Left = 313
      Top = 16
      Width = 13
      Height = 13
      Caption = #24180
    end
    object Label20: TLabel
      Left = 369
      Top = 15
      Width = 13
      Height = 13
      Caption = #26376
    end
    object Label21: TLabel
      Left = 424
      Top = 16
      Width = 13
      Height = 13
      Caption = #26085
    end
    object Edit1: TEdit
      Left = 7
      Top = 16
      Width = 42
      Height = 21
      TabOrder = 0
      Text = '2004'
    end
    object Edit2: TEdit
      Left = 45
      Top = 43
      Width = 33
      Height = 21
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 133
      Top = 43
      Width = 33
      Height = 21
      TabOrder = 2
    end
    object Button1: TButton
      Left = 8
      Top = 72
      Width = 75
      Height = 25
      Caption = #26597#35810
      Default = True
      ParentShowHint = False
      ShowHint = True
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 364
      Top = 72
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 4
      OnClick = Button2Click
    end
    object CheckBox1: TCheckBox
      Left = 101
      Top = 77
      Width = 97
      Height = 17
      Caption = ' '#27169#31946#26597#35810
      TabOrder = 5
    end
    object Edit14: TEdit
      Left = 71
      Top = 15
      Width = 33
      Height = 21
      TabOrder = 6
    end
    object Edit15: TEdit
      Left = 127
      Top = 15
      Width = 33
      Height = 21
      TabOrder = 7
    end
    object Edit13: TEdit
      Left = 266
      Top = 13
      Width = 42
      Height = 21
      TabOrder = 8
      Text = '2004'
    end
    object Edit16: TEdit
      Left = 330
      Top = 12
      Width = 33
      Height = 21
      TabOrder = 9
    end
    object Edit17: TEdit
      Left = 386
      Top = 12
      Width = 33
      Height = 21
      TabOrder = 10
    end
  end
  object GroupBox2: TGroupBox
    Left = 16
    Top = 118
    Width = 450
    Height = 157
    Caption = #26597#35810#32467#26524
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 7
      Top = 12
      Width = 433
      Height = 120
      DataSource = DataSource1
      ParentShowHint = False
      ReadOnly = True
      ShowHint = True
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -13
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
    end
  end
  object GroupBox3: TGroupBox
    Left = 16
    Top = 281
    Width = 449
    Height = 257
    Caption = #32479#35745#20998#26512
    TabOrder = 2
    object GroupBox4: TGroupBox
      Left = 8
      Top = 15
      Width = 433
      Height = 50
      Caption = #25353#26376#20221
      TabOrder = 0
      object Label4: TLabel
        Left = 7
        Top = 20
        Width = 26
        Height = 13
        Caption = #26102#38388
      end
      object Label5: TLabel
        Left = 116
        Top = 20
        Width = 39
        Height = 13
        Caption = #21512#35745#25968
      end
      object Label6: TLabel
        Left = 222
        Top = 20
        Width = 52
        Height = 13
        Caption = #21516#26399#27604#20363
      end
      object Label24: TLabel
        Left = 327
        Top = 20
        Width = 7
        Height = 13
        Caption = '%'
      end
      object Edit4: TEdit
        Left = 158
        Top = 15
        Width = 59
        Height = 21
        TabOrder = 0
      end
      object ComboBox1: TComboBox
        Left = 40
        Top = 16
        Width = 73
        Height = 21
        ItemHeight = 13
        TabOrder = 1
        Text = '1'
        Items.Strings = (
          '1'
          '2'
          '3'
          '4'
          '5'
          '6'
          '7'
          '8'
          '9'
          '10'
          '11'
          '12')
      end
      object Edit5: TEdit
        Left = 276
        Top = 16
        Width = 45
        Height = 21
        TabOrder = 2
      end
      object Button3: TButton
        Left = 352
        Top = 16
        Width = 75
        Height = 25
        Caption = #26597#35810
        TabOrder = 3
        OnClick = Button3Click
      end
    end
    object GroupBox5: TGroupBox
      Left = 9
      Top = 65
      Width = 433
      Height = 48
      Caption = #25353#23395#24230
      TabOrder = 1
      object Label7: TLabel
        Left = 7
        Top = 20
        Width = 26
        Height = 13
        Caption = #26102#38388
      end
      object Label8: TLabel
        Left = 116
        Top = 20
        Width = 39
        Height = 13
        Caption = #21512#35745#25968
      end
      object Label9: TLabel
        Left = 222
        Top = 20
        Width = 52
        Height = 13
        Caption = #21516#26399#27604#20363
      end
      object Label22: TLabel
        Left = 81
        Top = 20
        Width = 26
        Height = 13
        Caption = #23395#24230
      end
      object Label25: TLabel
        Left = 327
        Top = 20
        Width = 7
        Height = 13
        Caption = '%'
      end
      object ComboBox2: TComboBox
        Left = 40
        Top = 16
        Width = 33
        Height = 21
        ItemHeight = 13
        TabOrder = 0
        Text = '1'
        Items.Strings = (
          '1'
          '2'
          '3'
          '4')
      end
      object Edit6: TEdit
        Left = 158
        Top = 15
        Width = 59
        Height = 21
        TabOrder = 1
      end
      object Edit7: TEdit
        Left = 276
        Top = 16
        Width = 44
        Height = 21
        TabOrder = 2
      end
      object Button4: TButton
        Left = 352
        Top = 14
        Width = 75
        Height = 25
        Caption = #26597#35810
        TabOrder = 3
        OnClick = Button4Click
      end
    end
    object GroupBox6: TGroupBox
      Left = 8
      Top = 120
      Width = 433
      Height = 57
      Caption = #25353#24180#24230
      TabOrder = 2
      object Label10: TLabel
        Left = 7
        Top = 20
        Width = 26
        Height = 13
        Caption = #26102#38388
      end
      object Label11: TLabel
        Left = 116
        Top = 20
        Width = 39
        Height = 13
        Caption = #21512#35745#25968
      end
      object Label12: TLabel
        Left = 222
        Top = 20
        Width = 52
        Height = 13
        Caption = #21516#26399#27604#20363
      end
      object Label23: TLabel
        Left = 97
        Top = 20
        Width = 13
        Height = 13
        Caption = #24180
      end
      object Label26: TLabel
        Left = 327
        Top = 20
        Width = 7
        Height = 13
        Caption = '%'
      end
      object ComboBox3: TComboBox
        Left = 40
        Top = 16
        Width = 49
        Height = 21
        ItemHeight = 13
        TabOrder = 0
        Text = '2000'
        Items.Strings = (
          '2000'
          '2001'
          '2002'
          '2003'
          '2004'
          '2005'
          '2006')
      end
      object Edit8: TEdit
        Left = 158
        Top = 15
        Width = 59
        Height = 21
        TabOrder = 1
      end
      object Edit9: TEdit
        Left = 276
        Top = 16
        Width = 46
        Height = 21
        TabOrder = 2
      end
      object Button5: TButton
        Left = 352
        Top = 16
        Width = 75
        Height = 25
        Caption = #26597#35810
        TabOrder = 3
        OnClick = Button5Click
      end
    end
    object GroupBox7: TGroupBox
      Left = 8
      Top = 184
      Width = 433
      Height = 57
      Caption = #24212#25910#27454#32479#35745
      TabOrder = 3
      object Label13: TLabel
        Left = 111
        Top = 20
        Width = 26
        Height = 13
        Caption = #37329#39069
      end
      object Label14: TLabel
        Left = 4
        Top = 20
        Width = 39
        Height = 13
        Caption = #21512#35745#25968
      end
      object Label15: TLabel
        Left = 222
        Top = 20
        Width = 52
        Height = 13
        Caption = #21516#26399#22686#38271
      end
      object Edit10: TEdit
        Left = 46
        Top = 15
        Width = 59
        Height = 21
        TabOrder = 0
      end
      object Edit11: TEdit
        Left = 276
        Top = 16
        Width = 61
        Height = 21
        TabOrder = 1
      end
      object Button6: TButton
        Left = 352
        Top = 16
        Width = 75
        Height = 25
        Caption = #26597#35810
        TabOrder = 2
        OnClick = Button6Click
      end
      object Edit12: TEdit
        Left = 156
        Top = 16
        Width = 65
        Height = 21
        TabOrder = 3
      end
    end
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\qxfw\qxfw.mdb;Pe' +
      'rsist Security Info=False'
    CursorType = ctStatic
    EnableBCD = False
    Parameters = <
      item
        Name = 'rq'
        DataType = ftDateTime
        Value = Null
      end>
    SQL.Strings = (
      'select * from qqfw')
    Left = 216
    Top = 48
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 256
    Top = 48
  end
end

⌨️ 快捷键说明

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