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

📄 unit1.dfm

📁 ilda file player and converter ilda to hex files for delphi 7
💻 DFM
字号:
object Form1: TForm1
  Left = 317
  Top = 174
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'GTC ILDA Player'
  ClientHeight = 479
  ClientWidth = 847
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label5: TLabel
    Left = 475
    Top = 0
    Width = 26
    Height = 26
    Alignment = taCenter
    Caption = 'point delay'
    WordWrap = True
  end
  object Label4: TLabel
    Left = 425
    Top = 0
    Width = 34
    Height = 26
    Alignment = taCenter
    Caption = 'frames repeat'
    WordWrap = True
  end
  object Label3: TLabel
    Left = 526
    Top = 8
    Width = 20
    Height = 13
    Caption = 'Size'
  end
  object Label6: TLabel
    Left = 280
    Top = 416
    Width = 32
    Height = 13
    Caption = 'Label6'
  end
  object Button1: TButton
    Left = 440
    Top = 225
    Width = 100
    Height = 33
    Caption = 'Open'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 440
    Top = 265
    Width = 100
    Height = 33
    Caption = 'Play'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clLime
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 440
    Top = 305
    Width = 100
    Height = 33
    Caption = 'Stop'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clLime
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
    OnClick = Button3Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 460
    Width = 847
    Height = 19
    Panels = <>
  end
  object Panelx: TPanel
    Left = 0
    Top = 0
    Width = 410
    Height = 410
    Color = clBlack
    TabOrder = 4
    object Image1: TImage
      Left = 1
      Top = 1
      Width = 408
      Height = 408
      Hint = 'click right button of mouse to change palette'
      ParentShowHint = False
      ShowHint = True
    end
  end
  object Panel1: TPanel
    Left = 428
    Top = 160
    Width = 25
    Height = 17
    Caption = '1'
    TabOrder = 5
  end
  object ScrollBar1: TScrollBar
    Left = 432
    Top = 32
    Width = 16
    Height = 121
    Kind = sbVertical
    Max = 7
    Min = 1
    PageSize = 0
    Position = 7
    TabOrder = 6
    OnChange = ScrollBar1Change
  end
  object Panel2: TPanel
    Left = 472
    Top = 160
    Width = 33
    Height = 17
    Caption = '50'
    TabOrder = 7
  end
  object ScrollBar2: TScrollBar
    Left = 480
    Top = 32
    Width = 16
    Height = 121
    Kind = sbVertical
    Max = 500
    PageSize = 0
    Position = 13
    TabOrder = 8
    OnChange = ScrollBar2Change
  end
  object Panel3: TPanel
    Left = 184
    Top = 168
    Width = 49
    Height = 17
    Caption = '0'
    TabOrder = 9
  end
  object Panel4: TPanel
    Left = 184
    Top = 192
    Width = 49
    Height = 17
    Caption = '0'
    TabOrder = 10
  end
  object ScrollBar3: TScrollBar
    Left = 528
    Top = 32
    Width = 16
    Height = 121
    Kind = sbVertical
    Min = 1
    PageSize = 0
    Position = 54
    TabOrder = 11
    OnChange = ScrollBar3Change
  end
  object Panel5: TPanel
    Left = 523
    Top = 160
    Width = 25
    Height = 17
    Caption = '100'
    TabOrder = 12
  end
  object CheckBox2: TCheckBox
    Left = 424
    Top = 184
    Width = 57
    Height = 17
    Caption = 'X mirror'
    TabOrder = 13
  end
  object CheckBox3: TCheckBox
    Left = 488
    Top = 184
    Width = 65
    Height = 17
    Caption = 'Y mirrror'
    Checked = True
    State = cbChecked
    TabOrder = 14
  end
  object CheckBox4: TCheckBox
    Left = 424
    Top = 200
    Width = 73
    Height = 17
    Caption = 'Swap X -Y'
    Checked = True
    State = cbChecked
    TabOrder = 15
  end
  object Button4: TButton
    Left = 440
    Top = 345
    Width = 100
    Height = 33
    Caption = 'Exit'
    TabOrder = 16
    OnClick = Button4Click
  end
  object Memo1: TMemo
    Left = 568
    Top = 16
    Width = 265
    Height = 409
    ScrollBars = ssVertical
    TabOrder = 17
  end
  object ScrollBar4: TScrollBar
    Left = 64
    Top = 416
    Width = 121
    Height = 17
    Max = 1
    PageSize = 0
    TabOrder = 18
    OnChange = ScrollBar4Change
  end
  object Button5: TButton
    Left = 440
    Top = 392
    Width = 75
    Height = 25
    Caption = 'save LOGO'
    TabOrder = 19
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 440
    Top = 424
    Width = 75
    Height = 25
    Caption = 'save SHOW'
    TabOrder = 20
    OnClick = Button6Click
  end
  object Memo2: TMemo
    Left = 568
    Top = 440
    Width = 49
    Height = 17
    Lines.Strings = (
      'Memo2')
    TabOrder = 21
    Visible = False
  end
  object OpenDialog1: TOpenDialog
    Filter = 'ILDA format|*.ild'
    Left = 136
    Top = 168
  end
  object Timer1: TTimer
    Interval = 2000
    OnTimer = Timer1Timer
    Left = 136
    Top = 200
  end
  object SaveDialog1: TSaveDialog
    FileName = 'logo.inc'
    Filter = 'LOGO|*.inc'
    Left = 136
    Top = 248
  end
  object SaveDialog2: TSaveDialog
    FileName = 'show.inc'
    Filter = 'SHOW|*.inc'
    Left = 136
    Top = 296
  end
end

⌨️ 快捷键说明

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