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

📄 unit1.dfm

📁 24*32图片转点阵程序
💻 DFM
字号:
object Form1: TForm1
  Left = 208
  Top = 97
  Width = 772
  Height = 642
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  ShowHint = True
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 608
    Top = 8
    Width = 97
    Height = 25
    Caption = #21333#25991#20214#23384#30424
    TabOrder = 0
    OnClick = Button1Click
  end
  object src: TRzFileListBox
    Left = 15
    Top = 48
    Width = 246
    Height = 233
    ItemHeight = 18
    TabOrder = 1
  end
  object path: TEdit
    Left = 15
    Top = 16
    Width = 137
    Height = 21
    TabOrder = 2
  end
  object Button2: TButton
    Left = 157
    Top = 15
    Width = 104
    Height = 25
    Caption = #35831#36873#25321#28304#25991#20214#30446#24405
    TabOrder = 3
    OnClick = Button2Click
  end
  object dst: TRzFileListBox
    Left = 15
    Top = 320
    Width = 257
    Height = 289
    ItemHeight = 18
    TabOrder = 4
  end
  object dstpath: TEdit
    Left = 15
    Top = 288
    Width = 137
    Height = 21
    TabOrder = 5
  end
  object Button3: TButton
    Left = 157
    Top = 287
    Width = 115
    Height = 25
    Caption = #35831#36873#25321#30446#26631#25991#20214#30446#24405
    TabOrder = 6
    OnClick = Button3Click
  end
  object BitBtn1: TBitBtn
    Left = 402
    Top = 8
    Width = 93
    Height = 25
    Caption = #21333#20010#25991#20214#35835#21462
    TabOrder = 7
    OnClick = BitBtn1Click
  end
  object GroupBox1: TGroupBox
    Left = 287
    Top = 0
    Width = 97
    Height = 73
    Caption = #28304#25991#20214#65306
    TabOrder = 8
    object srcimage: TImage
      Left = 34
      Top = 23
      Width = 24
      Height = 32
    end
  end
  object BitBtn2: TBitBtn
    Left = 608
    Top = 46
    Width = 97
    Height = 25
    Caption = #25351#23450#25991#20214#22788#29702
    TabOrder = 9
    OnClick = BitBtn2Click
  end
  object Button5: TButton
    Left = 504
    Top = 8
    Width = 97
    Height = 25
    Caption = #21333#25991#20214#25968#25454#36716#25442
    TabOrder = 10
    OnClick = Button5Click
  end
  object bin: TGroupBox
    Left = 286
    Top = 80
    Width = 465
    Height = 385
    Caption = 'bin'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -4
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 11
  end
  object Memo1: TMemo
    Left = 288
    Top = 472
    Width = 465
    Height = 105
    Lines.Strings = (
      '')
    TabOrder = 12
  end
  object s: TEdit
    Left = 434
    Top = 48
    Width = 60
    Height = 21
    TabOrder = 13
  end
  object e: TEdit
    Left = 539
    Top = 48
    Width = 61
    Height = 21
    TabOrder = 14
  end
  object Button4: TButton
    Left = 400
    Top = 46
    Width = 33
    Height = 25
    Caption = #24320#22987
    TabOrder = 15
    OnClick = Button4Click
  end
  object Button6: TButton
    Left = 504
    Top = 46
    Width = 33
    Height = 25
    Caption = #32467#26463
    TabOrder = 16
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 464
    Top = 584
    Width = 75
    Height = 25
    Caption = #20445#23384#24207#21495#25991#20214
    TabOrder = 17
    OnClick = Button7Click
  end
  object sf: TRzSelectFolderDialog
    Left = 216
    Top = 568
  end
  object filesv: TRzSaveDialog
    Left = 264
    Top = 160
  end
  object inisave: TRzSaveDialog
    Left = 272
    Top = 192
  end
end

⌨️ 快捷键说明

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