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

📄 my.dfm

📁 2004090611144625767.rar 资源名称:通用工资管理
💻 DFM
字号:
object myb: Tmyb
  Left = 202
  Top = 219
  Width = 329
  Height = 111
  Caption = '押金设定'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object label1: TLabel
    Left = 8
    Top = 8
    Width = 113
    Height = 13
    AutoSize = False
    Caption = '一个月押多少:'
  end
  object Label2: TLabel
    Left = 8
    Top = 40
    Width = 97
    Height = 13
    AutoSize = False
    Caption = '押到多少为止:'
  end
  object Edit1: TEdit
    Left = 104
    Top = 8
    Width = 97
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 104
    Top = 40
    Width = 97
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 224
    Top = 16
    Width = 75
    Height = 25
    Caption = '确定设定'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 224
    Top = 48
    Width = 75
    Height = 25
    Caption = '退出'
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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