unit1.~dfm

来自「如果ie出了问题,恢复ie的代码,写的很经典,可以看看」· ~DFM 代码 · 共 205 行

~DFM
205
字号
object Form1: TForm1
  Left = 214
  Top = 177
  Width = 297
  Height = 221
  AutoSize = True
  BorderIcons = [biSystemMenu]
  Caption = 'IE '#24674#22797#22120
  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 PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 289
    Height = 193
    ActivePage = TabSheet5
    MultiLine = True
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #24674#22797
      object Label13: TLabel
        Left = 8
        Top = 8
        Width = 97
        Height = 13
        AutoSize = False
        Caption = #24674#22797#30456#20851#35774#32622
      end
      object Button3: TButton
        Left = 8
        Top = 136
        Width = 75
        Height = 25
        Caption = #24212#29992
        TabOrder = 0
        OnClick = Button3Click
      end
      object CheckListBox1: TCheckListBox
        Left = 8
        Top = 24
        Width = 265
        Height = 105
        ItemHeight = 13
        Items.Strings = (
          #20801#35768#32534#36753#27880#20876#34920
          #24674#22797'IE'#36215#22987#39029
          #24674#22797'IE'#26631#39064
          #24674#22797'IE'#35774#32622#25353#38062
          #26174#31034'internet'#35774#32622#36873#39033#9)
        TabOrder = 1
      end
    end
    object TabSheet2: TTabSheet
      Caption = #23548#20986
      ImageIndex = 1
      object Label12: TLabel
        Left = 8
        Top = 8
        Width = 84
        Height = 13
        Caption = #23548#20986#25910#34255#22841#20869#23481
      end
      object ListBox1: TListBox
        Left = 8
        Top = 24
        Width = 265
        Height = 105
        ItemHeight = 13
        TabOrder = 0
      end
      object Button1: TButton
        Left = 8
        Top = 136
        Width = 75
        Height = 25
        Caption = #25910#34255#22841
        TabOrder = 1
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 88
        Top = 136
        Width = 75
        Height = 25
        Caption = #20445#23384
        TabOrder = 2
        OnClick = Button2Click
      end
    end
    object TabSheet3: TTabSheet
      Caption = #21024#38500
      ImageIndex = 2
      object Label11: TLabel
        Left = 8
        Top = 8
        Width = 84
        Height = 13
        Caption = #21024#38500#22320#22336#26639#20869#23481
      end
      object ListBox2: TListBox
        Left = 8
        Top = 24
        Width = 265
        Height = 105
        ItemHeight = 13
        MultiSelect = True
        TabOrder = 0
      end
      object Button5: TButton
        Left = 8
        Top = 136
        Width = 75
        Height = 25
        Caption = #22320#22336#26639
        TabOrder = 1
        OnClick = Button5Click
      end
      object Button6: TButton
        Left = 88
        Top = 136
        Width = 75
        Height = 25
        Caption = #21024#38500
        TabOrder = 2
        OnClick = Button6Click
      end
    end
    object TabSheet4: TTabSheet
      Caption = #35774#32622
      ImageIndex = 3
      object Label1: TLabel
        Left = 16
        Top = 16
        Width = 249
        Height = 13
        AutoSize = False
        Caption = #26159#21542#23558'IE'#24674#22797#22120#28155#21152#21040'IE'#27983#35272#22120#30340#24037#20855#26639
      end
      object Label2: TLabel
        Left = 16
        Top = 72
        Width = 249
        Height = 13
        AutoSize = False
        Caption = #26159#21542#35201#22312#26700#38754#19978#24314#31435'IE'#24674#22797#22120#30340#24555#25463#26041#24335
      end
      object Button4: TButton
        Left = 184
        Top = 128
        Width = 75
        Height = 25
        Caption = #30830#23450
        TabOrder = 0
        OnClick = Button4Click
      end
      object RadioGroup1: TRadioGroup
        Left = 48
        Top = 32
        Width = 209
        Height = 33
        Columns = 2
        Items.Strings = (
          #26159
          #21542)
        TabOrder = 1
      end
      object RadioGroup2: TRadioGroup
        Left = 48
        Top = 88
        Width = 209
        Height = 33
        Columns = 2
        Items.Strings = (
          #26159
          #21542)
        TabOrder = 2
      end
    end
    object TabSheet5: TTabSheet
      Caption = #20851#20110
      ImageIndex = 4
      OnShow = TabSheet5Show
      object Memo1: TMemo
        Left = 8
        Top = 8
        Width = 265
        Height = 145
        ScrollBars = ssVertical
        TabOrder = 0
      end
    end
  end
  object SaveDialog1: TSaveDialog
    Left = 252
  end
end

⌨️ 快捷键说明

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