unit_up_report.dfm

来自「招投标软件代码,很有应用价值,请大家参考下哦,不明白的地方给我留言」· DFM 代码 · 共 99 行

DFM
99
字号
object Frm_up_report: TFrm_up_report
  Left = 336
  Top = 185
  BorderStyle = bsNone
  Caption = #19978#20256#36164#26009
  ClientHeight = 212
  ClientWidth = 389
  Color = clInactiveCaption
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 120
    Width = 361
    Height = 13
    AutoSize = False
    Caption = #27491#22312#19978#25253#25968#25454','#19978#25253#26102#38388#21462#20915#19982#32593#32476#36895#24230#21644#19978#25253#25991#20214#22823#23567
    Color = clInactiveCaption
    ParentColor = False
  end
  object Label2: TLabel
    Left = 16
    Top = 8
    Width = 161
    Height = 13
    AutoSize = False
    Caption = #35831#22797#21046#25991#20214#19978#20256#36335#24452
    Color = clInactiveCaption
    ParentColor = False
  end
  object Animate1: TAnimate
    Left = 40
    Top = 56
    Width = 272
    Height = 60
    Active = True
    CommonAVI = aviCopyFiles
    StopFrame = 31
  end
  object Edt_path: TEdit
    Left = 24
    Top = 24
    Width = 345
    Height = 21
    ReadOnly = True
    TabOrder = 1
  end
  object WebBrowserExport: TWebBrowser
    Left = -700
    Top = 60
    Width = 81
    Height = 61
    TabOrder = 2
    ControlData = {
      4C000000021F0000C61400000000000000000000000000000000000000000000
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
      2B2E126208000000000000004C0000000114020000000000C000000000000046
      8000000000000000000000000000000000000000000000000000000000000000
      00000000000000000100000000000000000000000000000000000000}
  end
  object Button1: TButton
    Left = 208
    Top = 168
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 288
    Top = 168
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = Button2Click
  end
  object TimerConncet: TTimer
    Enabled = False
    OnTimer = TimerConncetTimer
    Left = 360
    Top = 64
  end
  object TimerExport: TTimer
    Enabled = False
    OnTimer = TimerExportTimer
    Left = 328
    Top = 64
  end
end

⌨️ 快捷键说明

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