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

📄 put_data.~dfm

📁 这是一个用来控制windows状态栏右下角的程序开发例子.
💻 ~DFM
字号:
object Form_main: TForm_main
  Left = 155
  Top = 136
  Width = 487
  Height = 224
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = '公积金传送数据'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 80
    Width = 76
    Height = 19
    Caption = '处理日期'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 24
    Top = 128
    Width = 129
    Height = 41
    Caption = '数据传送'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object DateTimePicker1: TDateTimePicker
    Left = 112
    Top = 80
    Width = 113
    Height = 24
    CalAlignment = dtaLeft
    Date = 37798.7221741898
    Time = 37798.7221741898
    DateFormat = dfShort
    DateMode = dmComboBox
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    Kind = dtkDate
    ParseInput = False
    ParentFont = False
    TabOrder = 1
  end
  object Button2: TButton
    Left = 168
    Top = 128
    Width = 129
    Height = 41
    Caption = '查看日志'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button4: TButton
    Left = 312
    Top = 128
    Width = 129
    Height = 41
    Caption = '退出'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button4Click
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 104
    Top = 24
  end
  object NMFTP1: TNMFTP
    Port = 21
    ReportLevel = 0
    OnError = NMFTP1Error
    OnFailure = NMFTP1Failure
    Vendor = 2411
    ParseList = True
    ProxyPort = 0
    Passive = False
    FirewallType = FTUser
    FWAuthenticate = False
    Left = 64
    Top = 24
  end
  object PopupMenu1: TPopupMenu
    Left = 288
    Top = 40
    object N1: TMenuItem
      Caption = '最大化'
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = '退出'
      OnClick = N2Click
    end
  end
  object ApplicationEvents1: TApplicationEvents
    OnMinimize = ApplicationEvents1Minimize
    OnRestore = ApplicationEvents1Restore
    Left = 160
    Top = 24
  end
end

⌨️ 快捷键说明

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