untmain_iecookies.dfm

来自「驱动备份顾名思义就是备份操作系统的各个硬件的驱动程序」· DFM 代码 · 共 121 行

DFM
121
字号
object Form1: TForm1
  Left = 386
  Top = 227
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #22791#20221'Cookies 1.0'
  ClientHeight = 294
  ClientWidth = 428
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 72
    Height = 12
    Caption = 'Cookies'#36335#24452':'
    Transparent = True
  end
  object Label2: TLabel
    Left = 8
    Top = 206
    Width = 54
    Height = 12
    Caption = #20445#23384#36335#24452':'
    Transparent = True
  end
  object lbl_CookiesPath: TLabel
    Left = 96
    Top = 8
    Width = 90
    Height = 12
    Caption = 'lbl_CookiesPath'
    Transparent = True
  end
  object Label3: TLabel
    Left = 8
    Top = 246
    Width = 168
    Height = 12
    Caption = '-='#36208#33258#24049#30340#36335#65292#35753#21035#20154#21435#35828#21543'=-'
    Enabled = False
    Transparent = True
  end
  object ListBox1: TListBox
    Left = 8
    Top = 32
    Width = 409
    Height = 153
    ItemHeight = 12
    TabOrder = 2
  end
  object Edit1: TEdit
    Left = 64
    Top = 202
    Width = 289
    Height = 20
    TabOrder = 1
    Text = 'C:\'
  end
  object Button1: TButton
    Left = 360
    Top = 200
    Width = 59
    Height = 25
    Caption = #27983#35272
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 216
    Top = 240
    Width = 59
    Height = 25
    Caption = #22791#20221
    TabOrder = 0
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 360
    Top = 240
    Width = 59
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = Button3Click
  end
  object SBar: TStatusBar
    Left = 0
    Top = 275
    Width = 428
    Height = 19
    Panels = <
      item
        Width = 300
      end
      item
        Alignment = taCenter
        Text = '03'#35745#24212'3'#29677' '#26519#20181#21531
        Width = 50
      end>
  end
  object Button4: TButton
    Left = 288
    Top = 240
    Width = 59
    Height = 25
    Caption = #36733#20837
    TabOrder = 6
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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