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

📄 cessedit.dfm

📁 三層源碼,DELPHI寫的三層源碼,三層源碼,
💻 DFM
字号:
object cess_edit: Tcess_edit
  Left = 247
  Top = 192
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '税率表修改'
  ClientHeight = 155
  ClientWidth = 313
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 297
    Height = 105
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 16
    Top = 24
    Width = 59
    Height = 13
    Caption = '起始金额:'
    Transparent = True
  end
  object Label2: TLabel
    Left = 16
    Top = 56
    Width = 59
    Height = 13
    Caption = '上限金额:'
    Transparent = True
  end
  object Label3: TLabel
    Left = 40
    Top = 88
    Width = 33
    Height = 13
    Caption = '税率:'
    Transparent = True
  end
  object Label4: TLabel
    Left = 152
    Top = 80
    Width = 10
    Height = 19
    Caption = '%'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Label5: TLabel
    Left = 176
    Top = 88
    Width = 46
    Height = 13
    Caption = '速扣数:'
    Transparent = True
  end
  object Edit1: TEdit
    Left = 80
    Top = 16
    Width = 215
    Height = 21
    Color = clWhite
    TabOrder = 0
    Text = 'Edit1'
    OnExit = Edit1Exit
    OnKeyDown = Edit1KeyDown
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 80
    Top = 48
    Width = 215
    Height = 21
    Color = clScrollBar
    ReadOnly = True
    TabOrder = 5
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 80
    Top = 80
    Width = 65
    Height = 21
    TabOrder = 1
    Text = 'Edit3'
    OnKeyDown = Edit1KeyDown
    OnKeyPress = Edit1KeyPress
  end
  object xpButton1: TxpButton
    Left = 160
    Top = 120
    Width = 65
    Height = 25
    Caption = '确定修改'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    TabOrder = 3
    TabStop = True
    OnClick = xpButton1Click
  end
  object xpButton2: TxpButton
    Left = 232
    Top = 120
    Width = 59
    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 = xpButton2Click
  end
  object Edit4: TEdit
    Left = 224
    Top = 80
    Width = 73
    Height = 21
    TabOrder = 2
    Text = 'Edit4'
    OnKeyDown = Edit4KeyDown
  end
end

⌨️ 快捷键说明

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