taxreportunit.dfm

来自「三層源碼,DELPHI寫的三層源碼,三層源碼,」· DFM 代码 · 共 106 行

DFM
106
字号
object taxreport: Ttaxreport
  Left = 188
  Top = 110
  BorderIcons = [biSystemMenu, biMaximize]
  BorderStyle = bsSingle
  Caption = '综合统计'
  ClientHeight = 343
  ClientWidth = 602
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCanResize = FormCanResize
  OnPaint = FormPaint
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 40
    Width = 585
    Height = 297
    Shape = bsFrame
  end
  object ComboBox1: TComboBox
    Left = 8
    Top = 8
    Width = 113
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 0
    Items.Strings = (
      '按工号查看'
      '按姓名查看'
      '按部门查看'
      '按工种查看')
  end
  object Edit1: TEdit
    Left = 128
    Top = 8
    Width = 153
    Height = 21
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    Text = 'Edit1'
  end
  object xpButton1: TxpButton
    Left = 287
    Top = 8
    Width = 75
    Height = 25
    Caption = '查询'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 2
    TabStop = True
    OnClick = xpButton1Click
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 48
    Width = 569
    Height = 281
    DataSource = sl_data.DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDrawColumnCell = DBGrid1DrawColumnCell
    OnDblClick = DBGrid1DblClick
  end
  object xpButton4: TxpButton
    Left = 367
    Top = 8
    Width = 73
    Height = 25
    Caption = '浏览'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    TabOrder = 4
    TabStop = True
    OnClick = DBGrid1DblClick
  end
end

⌨️ 快捷键说明

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