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

📄 wu_no_query.dfm

📁 采购管理系统:delphi+sql实现了企业采购自动化作业流程
💻 DFM
字号:
object wu_no_quer: Twu_no_quer
  Left = -14
  Top = 118
  Width = 793
  Height = 389
  Caption = #26597#25214#29289#26009#32232#34399
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  DesignSize = (
    785
    362)
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 9
    Width = 769
    Height = 73
    Caption = #26597#35426#26781#20214
    TabOrder = 4
    object Label1: TLabel
      Left = 206
      Top = 28
      Width = 6
      Height = 13
      Caption = '='
    end
    object Button2: TButton
      Left = 576
      Top = 23
      Width = 90
      Height = 25
      Caption = #21462#28040
      TabOrder = 0
      OnClick = Button2Click
    end
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 88
    Width = 769
    Height = 257
    Anchors = [akLeft, akTop, akRight, akBottom]
    Color = clYellow
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'FMNO'
        Title.Caption = #29289#26009#32232#34399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'FMNAME'
        Title.Caption = #29289#26009#21517#31281
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'FMGUID'
        Title.Caption = #29289#26009#35215#26684
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'fkind'
        Title.Caption = #29289#26009#31181#39006
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'FUNIT'
        Title.Caption = #21934#20301
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'dan_jia'
        Title.Caption = #21934#20215
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'FDATE'
        Title.Caption = #24314#31435#26085#26399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'fmake'
        Title.Caption = #24314#31435#20154
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'FREMARK'
        Title.Caption = #20633#27880
        Visible = True
      end>
  end
  object ComboBox1: TComboBox
    Left = 91
    Top = 32
    Width = 105
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = 'ComboBox1'
    OnClick = ComboBox1Click
    OnKeyPress = ComboBox1KeyPress
    Items.Strings = (
      #29289#26009#32232#34399
      #29289#26009#21517#31281
      #29289#26009#35215#26684
      #29289#26009#31181#39006)
  end
  object Edit1: TEdit
    Left = 238
    Top = 32
    Width = 105
    Height = 21
    TabOrder = 2
    Text = 'Edit1'
    OnKeyPress = Edit1KeyPress
  end
  object Button1: TButton
    Left = 447
    Top = 32
    Width = 90
    Height = 25
    Caption = #26597#25214
    TabOrder = 3
    OnClick = Button1Click
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 176
    Top = 160
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'vvv'
    TableName = 'dbo.t_maTERIAL'
    Left = 288
    Top = 152
  end
end

⌨️ 快捷键说明

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