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

📄 main.dfm

📁 通过indy datetime控件同步互联网时间服务器的小软件
💻 DFM
字号:
object MainFrm: TMainFrm
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #20114#32852#32593#26102#38388#21516#27493
  ClientHeight = 188
  ClientWidth = 235
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object lbCurZone: TLabel
    Left = 80
    Top = 16
    Width = 6
    Height = 12
  end
  object lbCurTime: TLabel
    Left = 80
    Top = 40
    Width = 6
    Height = 12
  end
  object lbNetTime: TLabel
    Left = 80
    Top = 64
    Width = 60
    Height = 12
    Caption = '<'#23578#26410#33719#21462'>'
  end
  object Label1: TLabel
    Left = 20
    Top = 16
    Width = 60
    Height = 12
    Caption = #24403#22320#26102#21306#65306
  end
  object Label2: TLabel
    Left = 20
    Top = 40
    Width = 60
    Height = 12
    Caption = #24403#21069#26102#38388#65306
  end
  object Label3: TLabel
    Left = 20
    Top = 64
    Width = 60
    Height = 12
    Caption = #32593#32476#26102#38388#65306
  end
  object Label4: TLabel
    Left = 20
    Top = 100
    Width = 72
    Height = 12
    Caption = #26102#38388#26381#21153#22120#65306
  end
  object Panel1: TPanel
    Left = 20
    Top = 88
    Width = 197
    Height = 2
    BevelOuter = bvLowered
    TabOrder = 4
  end
  object cmdTime: TButton
    Left = 20
    Top = 148
    Width = 61
    Height = 25
    Caption = #33719#21462'(&T)'
    Default = True
    TabOrder = 1
    OnClick = cmdTimeClick
  end
  object cmdSync: TButton
    Left = 88
    Top = 148
    Width = 61
    Height = 25
    Caption = #21516#27493'(&S)'
    TabOrder = 2
    OnClick = cmdTimeClick
  end
  object cmdExit: TButton
    Left = 156
    Top = 148
    Width = 61
    Height = 25
    Cancel = True
    Caption = #20851#38381'(&X)'
    TabOrder = 3
    OnClick = cmdExitClick
  end
  object cbbTimeSvr: TComboBox
    Left = 20
    Top = 116
    Width = 197
    Height = 20
    ItemHeight = 12
    TabOrder = 0
  end
  object Timer1: TTimer
    Interval = 500
    Left = 144
    Top = 8
  end
  object IdDayTime1: TIdDayTime
    MaxLineAction = maException
    ReadTimeout = 0
    Left = 176
    Top = 8
  end
end

⌨️ 快捷键说明

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