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

📄 untchoosereport.~dfm

📁 是分布式粮库程序,是采用Delphi实现的
💻 ~DFM
字号:
object frmChooseReport: TfrmChooseReport
  Left = 243
  Top = 172
  Width = 372
  Height = 231
  Caption = #36873#25321#25253#34920
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 25
    Top = 33
    Width = 72
    Height = 12
    Caption = #36873#25321#25253#34920#31181#31867
  end
  object cbxReportType: TComboBox
    Left = 129
    Top = 27
    Width = 130
    Height = 20
    Style = csDropDownList
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ItemHeight = 12
    TabOrder = 0
    Items.Strings = (
      #24066#32423#20648#22791#20648#34255#24773#20917#32479#35745#34920'('#27719#24635')')
  end
  object btnReport: TButton
    Left = 184
    Top = 152
    Width = 75
    Height = 25
    Caption = #20135#29983#25253#34920
    TabOrder = 1
    OnClick = btnReportClick
  end
  object btnExit: TButton
    Left = 280
    Top = 152
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = btnExitClick
  end
  object Button1: TButton
    Left = 80
    Top = 160
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 3
    OnClick = Button1Click
  end
  object qryTmp: TQuery
    DatabaseName = 'HZUS'
    SQL.Strings = (
      'select *'
      'from ent_attribute')
    Left = 160
    Top = 72
  end
end

⌨️ 快捷键说明

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