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

📄 u_browse.dfm

📁 销售业绩核算系统
💻 DFM
字号:
object Form_browse: TForm_browse
  Left = 4
  Top = 19
  Width = 792
  Height = 513
  Caption = #19994#32489#26597#35810
  Color = clMoneyGreen
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 224
    Top = 398
    Width = 113
    Height = 39
    Caption = #26597#35810
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 225
    Top = 442
    Width = 115
    Height = 39
    Caption = #26597#35810#32534#21495
    OnClick = SpeedButton2Click
  end
  object SpeedButton3: TSpeedButton
    Left = 658
    Top = 404
    Width = 108
    Height = 76
    Caption = #20851#38381
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton3Click
  end
  object Label1: TLabel
    Left = 27
    Top = 449
    Width = 57
    Height = 20
    AutoSize = False
    Caption = 'HK080'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 363
    Top = 403
    Width = 83
    Height = 20
    AutoSize = False
    Caption = #37329#39069#21512#35745#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 85
    Top = 404
    Width = 121
    Height = 21
    TabOrder = 0
    Text = #26446#28059
  end
  object DBGrid1: TDBGrid
    Left = 6
    Top = 13
    Width = 772
    Height = 375
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
    Columns = <
      item
        Expanded = False
        FieldName = 'bianhao'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zhiname'
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'dengji'
        Width = 40
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'username'
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bianhao_02'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'dengji_02'
        Width = 70
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'leibie'
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'jiangjin'
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shijian'
        Width = 80
        Visible = True
      end>
  end
  object Edit2: TEdit
    Left = 85
    Top = 448
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 360
    Top = 448
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Button1: TButton
    Left = 491
    Top = 437
    Width = 138
    Height = 40
    Caption = #26597#35810#19994#32489#22823#20110#30340#32426#24405
    TabOrder = 4
    OnClick = Button1Click
  end
  object Edit4: TEdit
    Left = 450
    Top = 400
    Width = 150
    Height = 21
    TabOrder = 5
    Text = 'Edit4'
  end
  object ADOQuery1: TADOQuery
    Connection = DM.ADOConn
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from yejidan order by username')
    Left = 13
    Top = 400
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 44
    Top = 401
  end
end

⌨️ 快捷键说明

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