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

📄 unit2.dfm.~16~

📁 Quick Click Quick Click Quick Click Quick Click
💻 ~16~
字号:
object Form2: TForm2
  Left = 0
  Top = 0
  BorderStyle = bsDialog
  Caption = 'X:0 Y:0'
  ClientHeight = 255
  ClientWidth = 212
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 2
    Top = 40
    Width = 49
    Height = 13
    Caption = 'Pytanie 1:'
  end
  object Label2: TLabel
    Left = 2
    Top = 64
    Width = 49
    Height = 13
    Caption = 'Pytanie 2:'
  end
  object Label3: TLabel
    Left = 2
    Top = 88
    Width = 49
    Height = 13
    Caption = 'Pytanie 3:'
  end
  object Label4: TLabel
    Left = 2
    Top = 112
    Width = 49
    Height = 13
    Caption = 'Pytanie 4:'
  end
  object Label5: TLabel
    Left = 2
    Top = 136
    Width = 49
    Height = 13
    Caption = 'Pytanie 5:'
  end
  object Label6: TLabel
    Left = 2
    Top = 160
    Width = 60
    Height = 13
    Caption = 'Zatwierdz 1:'
  end
  object Label7: TLabel
    Left = 2
    Top = 184
    Width = 60
    Height = 13
    Caption = 'Zatwierdz 2:'
  end
  object Label8: TLabel
    Left = 98
    Top = 16
    Width = 6
    Height = 13
    Caption = 'X'
  end
  object Label9: TLabel
    Left = 170
    Top = 16
    Width = 6
    Height = 13
    Caption = 'Y'
  end
  object Label10: TLabel
    Left = 8
    Top = 198
    Width = 193
    Height = 55
    Caption = 
      'Program jest w'#322'asno'#347'ci'#261' Akuma. Zakaz '#13#10'kopiowania oraz u'#380'ywania ' +
      'zgodnie z ustaw'#261' '#13#10'z dnia 4 lutego 1994 r. o prawie autorskim i ' +
      #13#10'prawach pokrewnych (Dz. U. z 2006 r. Nr 90, '#13#10'poz. 631 z p'#243#378'n.' +
      ' zm.)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -9
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object Label11: TLabel
    Left = 10
    Top = 0
    Width = 180
    Height = 17
    AutoSize = False
    Caption = 'F9 - W'#322#261'czenie   F12 - Wy'#322#261'czenie'
  end
  object p1x: TSpinEdit
    Left = 74
    Top = 32
    Width = 65
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 0
    Value = 600
  end
  object p1y: TSpinEdit
    Left = 146
    Top = 32
    Width = 65
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 1
    Value = 415
  end
  object p2x: TSpinEdit
    Left = 74
    Top = 56
    Width = 65
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 2
    Value = 600
  end
  object p2y: TSpinEdit
    Left = 146
    Top = 56
    Width = 65
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 3
    Value = 450
  end
  object p3x: TSpinEdit
    Left = 74
    Top = 80
    Width = 65
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 4
    Value = 600
  end
  object p3y: TSpinEdit
    Left = 146
    Top = 80
    Width = 65
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 5
    Value = 485
  end
  object p4x: TSpinEdit
    Left = 74
    Top = 104
    Width = 65
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 6
    Value = 600
  end
  object p4y: TSpinEdit
    Left = 146
    Top = 104
    Width = 65
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 7
    Value = 515
  end
  object p5x: TSpinEdit
    Left = 74
    Top = 128
    Width = 65
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 8
    Value = 600
  end
  object p5y: TSpinEdit
    Left = 146
    Top = 128
    Width = 65
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 9
    Value = 550
  end
  object z1x: TSpinEdit
    Left = 74
    Top = 152
    Width = 65
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 10
    Value = 600
  end
  object z1y: TSpinEdit
    Left = 146
    Top = 152
    Width = 65
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 11
    Value = 595
  end
  object z2x: TSpinEdit
    Left = 74
    Top = 176
    Width = 65
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 12
    Value = 600
  end
  object z2y: TSpinEdit
    Left = 146
    Top = 176
    Width = 65
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 13
    Value = 625
  end
  object LosowoCB: TCheckBox
    Left = 2
    Top = 21
    Width = 65
    Height = 17
    Caption = 'Losowo'
    TabOrder = 14
  end
  object Timer1: TTimer
    Interval = 20
    OnTimer = Timer1Timer
    Left = 10
    Top = 99
  end
  object Timer2: TTimer
    Enabled = False
    Interval = 20
    OnTimer = Timer2Timer
    Left = 10
    Top = 59
  end
end

⌨️ 快捷键说明

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