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

📄 uacount_new.dfm

📁 一个地方税务征收管理系统
💻 DFM
字号:
object acount_new: Tacount_new
  Left = 127
  Top = 79
  BorderStyle = bsDialog
  Caption = #35774#32622#24080#22871
  ClientHeight = 308
  ClientWidth = 478
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 22
    Width = 39
    Height = 13
    Caption = #24180#24230#65306
  end
  object Label2: TLabel
    Left = 224
    Top = 24
    Width = 65
    Height = 13
    Caption = #24080#22871#21517#31216#65306
  end
  object Label3: TLabel
    Left = 24
    Top = 48
    Width = 39
    Height = 13
    Caption = #20219#21153#65306
  end
  object Label5: TLabel
    Left = 48
    Top = 80
    Width = 52
    Height = 13
    Caption = #20892#19994#31246#65306
  end
  object Label6: TLabel
    Left = 48
    Top = 152
    Width = 39
    Height = 13
    Caption = #20004#24037#65306
  end
  object Label7: TLabel
    Left = 272
    Top = 64
    Width = 39
    Height = 13
    Caption = #22303#22320#21344
  end
  object Label8: TLabel
    Left = 384
    Top = 64
    Width = 7
    Height = 13
    Caption = '%'
  end
  object Label9: TLabel
    Left = 272
    Top = 88
    Width = 39
    Height = 13
    Caption = #20154#21475#21344
  end
  object Label10: TLabel
    Left = 384
    Top = 88
    Width = 7
    Height = 13
    Caption = '%'
  end
  object Label11: TLabel
    Left = 259
    Top = 112
    Width = 52
    Height = 13
    Caption = #21171#21160#21147#21344
  end
  object Label12: TLabel
    Left = 384
    Top = 112
    Width = 7
    Height = 13
    Caption = '%'
  end
  object Label13: TLabel
    Left = 272
    Top = 136
    Width = 39
    Height = 13
    Caption = #22303#22320#21344
  end
  object Label14: TLabel
    Left = 384
    Top = 136
    Width = 7
    Height = 13
    Caption = '%'
  end
  object Label15: TLabel
    Left = 272
    Top = 160
    Width = 39
    Height = 13
    Caption = #20154#21475#21344
  end
  object Label16: TLabel
    Left = 384
    Top = 160
    Width = 7
    Height = 13
    Caption = '%'
  end
  object Label17: TLabel
    Left = 259
    Top = 184
    Width = 52
    Height = 13
    Caption = #21171#21160#21147#21344
  end
  object Label18: TLabel
    Left = 384
    Top = 184
    Width = 7
    Height = 13
    Caption = '%'
  end
  object Label4: TLabel
    Left = 32
    Top = 224
    Width = 39
    Height = 13
    Caption = #22791#27880#65306
  end
  object ComboBox1: TComboBox
    Left = 96
    Top = 19
    Width = 113
    Height = 19
    Style = csOwnerDrawVariable
    ItemHeight = 13
    TabOrder = 0
    OnClick = ComboBox1Click
  end
  object Edit1: TEdit
    Left = 288
    Top = 20
    Width = 153
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
    OnEnter = Edit1Enter
    OnExit = Edit1Exit
  end
  object GroupBox1: TGroupBox
    Left = 72
    Top = 48
    Width = 385
    Height = 7
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 104
    Top = 76
    Width = 113
    Height = 21
    TabOrder = 3
    Text = '0'
    OnEnter = Edit1Enter
    OnExit = Edit1Exit
  end
  object Edit3: TEdit
    Left = 104
    Top = 148
    Width = 113
    Height = 21
    TabOrder = 4
    Text = '0'
    OnEnter = Edit1Enter
    OnExit = Edit1Exit
  end
  object Edit4: TEdit
    Left = 328
    Top = 60
    Width = 49
    Height = 21
    TabOrder = 5
    Text = '0'
    OnEnter = Edit1Enter
    OnExit = Edit1Exit
  end
  object Edit5: TEdit
    Left = 328
    Top = 84
    Width = 49
    Height = 21
    TabOrder = 6
    Text = '0'
    OnEnter = Edit1Enter
    OnExit = Edit1Exit
  end
  object Edit6: TEdit
    Left = 328
    Top = 108
    Width = 49
    Height = 21
    TabOrder = 7
    Text = '0'
    OnEnter = Edit1Enter
    OnExit = Edit1Exit
  end
  object Edit7: TEdit
    Left = 328
    Top = 132
    Width = 49
    Height = 21
    TabOrder = 8
    Text = '0'
    OnEnter = Edit1Enter
    OnExit = Edit1Exit
  end
  object Edit8: TEdit
    Left = 328
    Top = 156
    Width = 49
    Height = 21
    TabOrder = 9
    Text = '0'
    OnEnter = Edit1Enter
    OnExit = Edit1Exit
  end
  object Edit9: TEdit
    Left = 328
    Top = 180
    Width = 49
    Height = 21
    TabOrder = 10
    Text = '0'
    OnEnter = Edit1Enter
    OnExit = Edit1Exit
  end
  object Button1: TButton
    Left = 101
    Top = 272
    Width = 68
    Height = 25
    Caption = #35774#32622#23494#30721
    TabOrder = 11
    OnClick = Button1Click
  end
  object BitBtn1: TBitBtn
    Left = 202
    Top = 272
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 12
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 298
    Top = 272
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 13
    OnClick = BitBtn2Click
  end
  object Memo1: TMemo
    Left = 80
    Top = 216
    Width = 353
    Height = 33
    TabOrder = 14
  end
  object DosMove1: TDosMove
    Active = True
    Left = 208
    Top = 104
  end
end

⌨️ 快捷键说明

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