unit1.dfm.~22~

来自「BMP存入xml文件中,同时也可以读出。包含两个实例」· ~22~ 代码 · 共 110 行

~22~
110
字号
object Form1: TForm1
  Left = 0
  Top = 0
  BorderStyle = bsDialog
  Caption = 'BMP'#23384#20837'XML'#25991#20214
  ClientHeight = 463
  ClientWidth = 853
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 835
    Height = 217
    Caption = 'BMP -> XMl'
    TabOrder = 0
    object Image1: TImage
      Left = 16
      Top = 16
      Width = 201
      Height = 146
      Center = True
      Proportional = True
    end
    object ListBox1: TListBox
      Left = 231
      Top = 16
      Width = 594
      Height = 146
      ItemHeight = 13
      TabOrder = 0
    end
    object Button1: TButton
      Left = 559
      Top = 176
      Width = 75
      Height = 25
      Caption = #28155#21152
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 750
      Top = 176
      Width = 75
      Height = 25
      Caption = #20445#23384
      TabOrder = 2
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 654
      Top = 176
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 3
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 231
    Width = 835
    Height = 217
    Caption = 'XML -> BMP'
    TabOrder = 1
    object Image2: TImage
      Left = 16
      Top = 16
      Width = 201
      Height = 146
    end
    object Button4: TButton
      Left = 750
      Top = 176
      Width = 75
      Height = 25
      Caption = #25171#24320
      TabOrder = 0
      OnClick = Button4Click
    end
    object TreeView1: TTreeView
      Left = 231
      Top = 16
      Width = 594
      Height = 145
      Indent = 19
      ReadOnly = True
      TabOrder = 1
      OnChange = TreeView1Change
    end
  end
  object OD: TOpenDialog
    Left = 248
    Top = 176
  end
  object SD: TSaveDialog
    Left = 344
    Top = 176
  end
end

⌨️ 快捷键说明

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