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

📄 u_yuangong.dfm

📁 销售业绩核算系统
💻 DFM
字号:
object Form_yuangong: TForm_yuangong
  Left = 6
  Top = 19
  Width = 792
  Height = 516
  Caption = #21592#24037#26597#35810
  Color = clMoneyGreen
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 223
    Top = 401
    Width = 113
    Height = 40
    Caption = #26597#35810#22995#21517
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 223
    Top = 446
    Width = 113
    Height = 39
    Caption = #26597#35810#32534#21495
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton2Click
  end
  object SpeedButton3: TSpeedButton
    Left = 654
    Top = 401
    Width = 113
    Height = 78
    Caption = #20851#38381
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton3Click
  end
  object SpeedButton4: TSpeedButton
    Left = 504
    Top = 446
    Width = 134
    Height = 36
    Caption = #26597#35810#19978#23646#22995#21517
    OnClick = SpeedButton4Click
  end
  object Edit1: TEdit
    Left = 81
    Top = 407
    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 = []
    Columns = <
      item
        Expanded = False
        FieldName = 'bianhao'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'name'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'dengji'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'current_point'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'leiji_point'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zong_point'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'money'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shangshu'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shangshuname'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'proxy'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'proxyname'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'proxy_'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'proxy_name'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'input_time'
        Width = 100
        Visible = True
      end>
  end
  object Edit2: TEdit
    Left = 83
    Top = 451
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 367
    Top = 409
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Button1: TButton
    Left = 503
    Top = 399
    Width = 135
    Height = 41
    Caption = #26597#35810#19994#32489#22823#20110#30340#32426#24405
    TabOrder = 4
    OnClick = Button1Click
  end
  object Edit4: TEdit
    Left = 367
    Top = 452
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object ADOQuery1: TADOQuery
    Connection = DM.ADOConn
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from aaa')
    Left = 11
    Top = 398
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 42
    Top = 398
  end
end

⌨️ 快捷键说明

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