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

📄 unit1.dfm

📁 delphi更换生成的xml记录中的图像
💻 DFM
字号:
object Form1: TForm1
  Left = 184
  Top = 128
  Width = 815
  Height = 469
  Caption = #22270#29255#26356#25442#31243#24207
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object pnl1: TPanel
    Left = 0
    Top = 0
    Width = 807
    Height = 435
    Align = alClient
    Caption = 'pnl1'
    TabOrder = 0
    object stat1: TStatusBar
      Left = 1
      Top = 415
      Width = 805
      Height = 19
      Panels = <>
    end
    object pnl2: TPanel
      Left = 377
      Top = 1
      Width = 429
      Height = 414
      Align = alClient
      BevelInner = bvLowered
      TabOrder = 1
      object bvl1: TBevel
        Left = 2
        Top = 2
        Width = 425
        Height = 410
        Align = alClient
      end
      object img1: TImage
        Left = 2
        Top = 2
        Width = 425
        Height = 410
        Align = alClient
      end
    end
    object pnl3: TPanel
      Left = 1
      Top = 1
      Width = 376
      Height = 414
      Align = alLeft
      TabOrder = 2
      object pnl4: TPanel
        Left = 1
        Top = 1
        Width = 374
        Height = 359
        Align = alClient
        TabOrder = 0
        object Label1: TLabel
          Left = 16
          Top = 6
          Width = 89
          Height = 13
          AutoSize = False
          Caption = #30446#24405#36873#25321#65306
        end
        object suiDriveComboBox1: TsuiDriveComboBox
          Left = 8
          Top = 24
          Width = 161
          Height = 21
          DirList = suiDirectoryListBox1
          TabOrder = 0
          UIStyle = DeepBlue
          BorderColor = clBlack
          ArrowColor = clBlack
          ButtonColor = 15263976
          DroppedDown = False
        end
        object suiFileListBox1: TsuiFileListBox
          Left = 176
          Top = 25
          Width = 193
          Height = 320
          ItemHeight = 13
          Mask = '*.xml'
          TabOrder = 1
          OnDblClick = suiFileListBox1DblClick
          UIStyle = DeepBlue
          BorderColor = clBlack
        end
        object suiDirectoryListBox1: TsuiDirectoryListBox
          Left = 8
          Top = 49
          Width = 161
          Height = 296
          FileList = suiFileListBox1
          ItemHeight = 16
          TabOrder = 2
          UIStyle = DeepBlue
          BorderColor = clBlack
        end
      end
      object pnl5: TPanel
        Left = 1
        Top = 360
        Width = 374
        Height = 53
        Align = alBottom
        TabOrder = 1
        object chk1: TCheckBox
          Left = 6
          Top = 20
          Width = 99
          Height = 17
          Caption = #21253#21547#23376#30446#24405
          TabOrder = 0
        end
        object edt1: TEdit
          Left = 112
          Top = 16
          Width = 89
          Height = 21
          TabOrder = 1
          Text = 'd:\123\99.jpg'
        end
        object btn3: TButton
          Left = 208
          Top = 12
          Width = 73
          Height = 25
          Caption = #26356#25442
          TabOrder = 2
          OnClick = btn3Click
        end
        object btn1: TButton
          Left = 290
          Top = 12
          Width = 73
          Height = 25
          Caption = #21462#28040
          TabOrder = 3
          OnClick = btn1Click
        end
      end
    end
  end
  object FindFile: TFindFile
    OnFileMatch = FindFileFileMatch
    OnFolderChange = FindFileFolderChange
    OnSearchBegin = FindFileSearchBegin
    OnSearchFinish = FindFileSearchFinish
    OnSearchAbort = FindFileSearchAbort
    Left = 224
    Top = 8
  end
end

⌨️ 快捷键说明

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