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

📄 umain.dfm

📁 机器人足球赛比赛平台源代码
💻 DFM
字号:
object Form1: TForm1
  Left = 112
  Top = 122
  Width = 800
  Height = 600
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 24
    Top = 64
    Width = 737
    Height = 473
    Stretch = True
  end
  object Label4: TLabel
    Left = 336
    Top = 520
    Width = 42
    Height = 13
    Caption = 'Label4'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Visible = False
  end
  object Label2: TLabel
    Left = 296
    Top = 520
    Width = 7
    Height = 13
    Caption = '0'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Visible = False
  end
  object Label1: TLabel
    Left = 160
    Top = 520
    Width = 7
    Height = 13
    Caption = '0'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Visible = False
  end
  object Label3: TLabel
    Left = 56
    Top = 520
    Width = 42
    Height = 13
    Caption = 'Label3'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Visible = False
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 792
    Height = 49
    ButtonHeight = 45
    Caption = 'ToolBar1'
    TabOrder = 0
    object SpeedButton3: TSpeedButton
      Left = 0
      Top = 2
      Width = 49
      Height = 45
      Caption = '&Start'
      OnClick = btnStartClick
    end
    object SpeedButton2: TSpeedButton
      Left = 49
      Top = 2
      Width = 49
      Height = 45
      Caption = '&Pause'
      OnClick = btnStopClick
    end
    object SpeedButton1: TSpeedButton
      Left = 98
      Top = 2
      Width = 49
      Height = 45
      Caption = '&Close'
      OnClick = btnCloseClick
    end
    object Gauge1: TGauge
      Left = 147
      Top = 2
      Width = 286
      Height = 45
      Progress = 0
    end
  end
end

⌨️ 快捷键说明

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