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

📄 querywz.dfm

📁 1. 直接安装并运行案例程序   运行“安装程序”文件夹中的setup.exe文件
💻 DFM
字号:
object frmQueryWz: TfrmQueryWz
  Left = 342
  Top = 126
  BorderStyle = bsDialog
  Caption = #29289#36164#26597#35810
  ClientHeight = 377
  ClientWidth = 406
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label6: TLabel
    Left = 8
    Top = 144
    Width = 48
    Height = 13
    Caption = #26174#31034#32467#26524
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 0
    Width = 385
    Height = 137
    Caption = #26597#35810#20449#24687#36755#20837
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 24
      Width = 48
      Height = 13
      AutoSize = False
      Caption = #29289#36164#32534#21495
    end
    object Label2: TLabel
      Left = 208
      Top = 24
      Width = 48
      Height = 13
      AutoSize = False
      Caption = #29289#36164#21517#31216
    end
    object Label4: TLabel
      Left = 32
      Top = 104
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #20379#24212#21830
    end
    object wzId: TEdit
      Left = 80
      Top = 20
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 0
      Text = 'wzId'
    end
    object wzName: TComboBox
      Left = 264
      Top = 20
      Width = 97
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      Text = 'wzName'
      OnSelect = wzNameSelect
    end
    object sp: TEdit
      Left = 80
      Top = 100
      Width = 281
      Height = 21
      TabOrder = 2
      Text = 'sp'
    end
    object Button1: TButton
      Left = 296
      Top = 58
      Width = 65
      Height = 25
      Caption = #26597#35810
      TabOrder = 3
      OnClick = Button1Click
    end
    object GroupBox2: TGroupBox
      Left = 16
      Top = 44
      Width = 241
      Height = 45
      Caption = #24211#23384#25968#37327
      TabOrder = 4
      object Label3: TLabel
        Left = 16
        Top = 20
        Width = 17
        Height = 13
        AutoSize = False
        Caption = #20174
      end
      object Label5: TLabel
        Left = 112
        Top = 20
        Width = 17
        Height = 13
        AutoSize = False
        Caption = #21040
      end
      object num1: TEdit
        Left = 32
        Top = 16
        Width = 73
        Height = 21
        TabOrder = 0
        Text = 'num1'
        OnExit = num1Exit
      end
      object num2: TEdit
        Left = 128
        Top = 16
        Width = 73
        Height = 21
        TabOrder = 1
        Text = 'Edit2'
        OnExit = num2Exit
      end
    end
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 160
    Width = 385
    Height = 177
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button2: TButton
    Left = 320
    Top = 344
    Width = 75
    Height = 25
    Caption = #20851#38381
    ModalResult = 2
    TabOrder = 2
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'wuzi'
    SQL.Strings = (
      'select '#29289#36164#32534#21495','#29289#36164#21517#31216','#24211#23384#25968#37327','#21333#20301','#21333#20215','#20379#24212#21830','#29289#36164#25551#36848
      'from wzinfo')
    Left = 112
    Top = 224
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 168
    Top = 224
  end
  object Table1: TTable
    DatabaseName = 'wuzi'
    TableName = 'wzinfo.DB'
    Left = 160
    Top = 272
  end
end

⌨️ 快捷键说明

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