uquery.dfm

来自「好多上载非界面和非WEB源码」· DFM 代码 · 共 206 行

DFM
206
字号
object uqueryfrm: Tuqueryfrm
  Left = 188
  Top = 124
  Width = 792
  Height = 412
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #22270#20070#20449#24687#26597#35810
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 784
    Height = 329
    Align = alTop
    BevelInner = bvLowered
    Color = clSkyBlue
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 96
      Width = 105
      Height = 25
      AutoSize = False
      Caption = #36755#20837#26597#35810#39033#65306
    end
    object Label2: TLabel
      Left = 8
      Top = 296
      Width = 137
      Height = 25
      AutoSize = False
      Caption = 'label2'
    end
    object GroupBox1: TGroupBox
      Left = 8
      Top = 8
      Width = 769
      Height = 81
      Caption = #26597#35810#26465#20214
      TabOrder = 0
      object RadioButton1: TRadioButton
        Left = 24
        Top = 16
        Width = 89
        Height = 25
        Caption = #25353#22270#20070#32534#21495
        TabOrder = 0
        OnClick = RadioButton1Click
      end
      object RadioButton2: TRadioButton
        Left = 168
        Top = 16
        Width = 73
        Height = 25
        Caption = #25353#20070#21517
        TabOrder = 1
        OnClick = RadioButton2Click
      end
      object RadioButton3: TRadioButton
        Left = 304
        Top = 16
        Width = 81
        Height = 25
        Caption = #25353#20316#32773
        TabOrder = 2
        OnClick = RadioButton3Click
      end
      object RadioButton4: TRadioButton
        Left = 432
        Top = 16
        Width = 81
        Height = 25
        Caption = #25353#20986#29256#31038
        TabOrder = 3
        OnClick = RadioButton4Click
      end
      object RadioButton5: TRadioButton
        Left = 560
        Top = 16
        Width = 89
        Height = 25
        Caption = #25353#22270#20070#31867#21035
        TabOrder = 4
        OnClick = RadioButton5Click
      end
      object CheckBox1: TCheckBox
        Left = 24
        Top = 48
        Width = 89
        Height = 25
        Caption = #27169#31946#26597#35810
        TabOrder = 5
      end
    end
    object Edit1: TEdit
      Left = 96
      Top = 96
      Width = 577
      Height = 21
      TabOrder = 1
    end
    object ListView1: TListView
      Left = 8
      Top = 128
      Width = 769
      Height = 161
      Color = clInfoBk
      Columns = <
        item
          AutoSize = True
          Caption = #22270#20070#32534#21495
        end
        item
          AutoSize = True
          Caption = #20070#21517
        end
        item
          AutoSize = True
          Caption = #20316#32773
        end
        item
          AutoSize = True
          Caption = #20986#29256#31038
        end
        item
          AutoSize = True
          Caption = #20986#29256#26102#38388
        end
        item
          AutoSize = True
          Caption = #20070#20215
        end
        item
          AutoSize = True
          Caption = #20511#38405#27425#25968
        end
        item
          AutoSize = True
          Caption = #26159#21542#20511#20986
        end>
      GridLines = True
      RowSelect = True
      TabOrder = 2
      ViewStyle = vsReport
    end
    object ComboBox1: TComboBox
      Left = 304
      Top = 160
      Width = 121
      Height = 21
      ItemHeight = 13
      TabOrder = 3
      Visible = False
      Items.Strings = (
        #35745#31639#26426
        #21382#21490
        #27861#24459
        #25991#23398
        #29289#29702
        #25968#23398
        #20854#20182)
    end
    object BitBtn3: TBitBtn
      Left = 688
      Top = 96
      Width = 81
      Height = 25
      Caption = #26597'    '#35810
      TabOrder = 4
      OnClick = BitBtn3Click
    end
    object Memo1: TMemo
      Left = 304
      Top = 192
      Width = 121
      Height = 73
      Lines.Strings = (
        'Memo1')
      TabOrder = 5
      Visible = False
    end
  end
  object BitBtn2: TBitBtn
    Left = 344
    Top = 344
    Width = 89
    Height = 33
    Caption = #20851#38381
    TabOrder = 1
    Kind = bkClose
  end
  object SDialog: TSaveDialog
    Left = 128
    Top = 336
  end
end

⌨️ 快捷键说明

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