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

📄 unit1.dfm

📁 赤壁资源提取 源码 赤壁资源提取赤壁资源提取源码
💻 DFM
字号:
object Form1: TForm1
  Left = 262
  Top = 126
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #27494#26519#36164#28304#25552#21462#24037#20855'(By Benlei)  '#25552#31034#65306#23548#20986#25991#20214#25918#22312#36164#28304#25991#20214#30446#24405#20013#12290
  ClientHeight = 613
  ClientWidth = 673
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 673
    Height = 613
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 0
    TabPosition = tpBottom
    object TabSheet1: TTabSheet
      Caption = 'elements.data'
      object Label2: TLabel
        Left = 8
        Top = 561
        Width = 60
        Height = 12
        Caption = #36164#28304#25991#20214#65306
      end
      object SpeedButton2: TSpeedButton
        Left = 482
        Top = 555
        Width = 23
        Height = 22
        Caption = '...'
        OnClick = SpeedButton2Click
      end
      object ListView2: TListView
        Left = 0
        Top = 0
        Width = 665
        Height = 537
        Align = alTop
        Columns = <
          item
            Caption = #25991#20214#20013#22320#22336
            Width = 100
          end
          item
            Caption = 'ID'
            Width = 100
          end
          item
            Caption = #21517#31216
            Width = 420
          end>
        ReadOnly = True
        RowSelect = True
        TabOrder = 0
        ViewStyle = vsReport
      end
      object Edit2: TEdit
        Left = 72
        Top = 555
        Width = 409
        Height = 20
        ReadOnly = True
        TabOrder = 1
      end
      object Button2: TButton
        Left = 512
        Top = 552
        Width = 75
        Height = 25
        Caption = #25552#21462
        TabOrder = 2
        OnClick = Button2Click
      end
      object Button4: TButton
        Left = 589
        Top = 552
        Width = 75
        Height = 25
        Caption = #23548#20986
        TabOrder = 3
        OnClick = Button4Click
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'tasks.data'
      ImageIndex = 1
      object Label3: TLabel
        Left = 8
        Top = 561
        Width = 60
        Height = 12
        Caption = #36164#28304#25991#20214#65306
      end
      object SpeedButton3: TSpeedButton
        Left = 482
        Top = 555
        Width = 23
        Height = 22
        Caption = '...'
        OnClick = SpeedButton3Click
      end
      object ListView3: TListView
        Left = 0
        Top = 0
        Width = 665
        Height = 537
        Align = alTop
        Columns = <
          item
            Caption = #25991#20214#20013#22320#22336
            Width = 100
          end
          item
            Caption = 'ID'
            Width = 100
          end
          item
            Caption = #21517#31216
            Width = 420
          end>
        ReadOnly = True
        RowSelect = True
        TabOrder = 0
        ViewStyle = vsReport
      end
      object Edit3: TEdit
        Left = 72
        Top = 555
        Width = 409
        Height = 20
        ReadOnly = True
        TabOrder = 1
      end
      object Button3: TButton
        Left = 512
        Top = 552
        Width = 75
        Height = 25
        Caption = #25552#21462
        TabOrder = 2
        OnClick = Button3Click
      end
      object Button5: TButton
        Left = 589
        Top = 552
        Width = 75
        Height = 25
        Caption = #23548#20986
        TabOrder = 3
        OnClick = Button5Click
      end
    end
    object TabSheet3: TTabSheet
      Caption = 'gshop.data'
      ImageIndex = 2
      object Label1: TLabel
        Left = 8
        Top = 561
        Width = 60
        Height = 12
        Caption = #36164#28304#25991#20214#65306
      end
      object SpeedButton1: TSpeedButton
        Left = 482
        Top = 555
        Width = 23
        Height = 22
        Caption = '...'
        OnClick = SpeedButton1Click
      end
      object ListView1: TListView
        Left = 0
        Top = 0
        Width = 665
        Height = 537
        Align = alTop
        Columns = <
          item
            Caption = #25991#20214#20013#22320#22336
            Width = 100
          end
          item
            Caption = 'ID'
            Width = 100
          end
          item
            Caption = #21517#31216
            Width = 420
          end>
        ReadOnly = True
        RowSelect = True
        TabOrder = 0
        ViewStyle = vsReport
      end
      object Edit1: TEdit
        Left = 72
        Top = 555
        Width = 409
        Height = 20
        ReadOnly = True
        TabOrder = 1
      end
      object Button1: TButton
        Left = 512
        Top = 552
        Width = 75
        Height = 25
        Caption = #25552#21462
        TabOrder = 2
        OnClick = Button1Click
      end
      object Button6: TButton
        Left = 589
        Top = 552
        Width = 75
        Height = 25
        Caption = #23548#20986
        TabOrder = 3
        OnClick = Button6Click
      end
    end
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = 'data'
    FileName = 'gshop'
    Filter = 'gshop.data|gshop.data'
    Left = 140
    Top = 180
  end
  object OpenDialog2: TOpenDialog
    DefaultExt = 'data'
    FileName = 'elements'
    Filter = 'elements.data|elements.data'
    Left = 140
    Top = 212
  end
  object OpenDialog3: TOpenDialog
    DefaultExt = 'tasks'
    FileName = 'tasks.data'
    Filter = 'tasks.data|tasks.data'
    Left = 140
    Top = 244
  end
end

⌨️ 快捷键说明

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