viewlist.dfm

来自「2009最新 传奇汉化0599代码 传奇汉化」· DFM 代码 · 共 1,300 行 · 第 1/3 页

DFM
1,300
字号
object frmViewList: TfrmViewList
  Left = 231
  Top = 181
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Lists'
  ClientHeight = 340
  ClientWidth = 693
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '??'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  ShowHint = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 15
  object PageControlViewList: TPageControl
    Left = 10
    Top = 10
    Width = 671
    Height = 321
    ActivePage = TabSheet6
    MultiLine = True
    TabOrder = 0
    object TabSheet10: TTabSheet
      Caption = 'Admin list'
      ImageIndex = 10
      object GroupBox12: TGroupBox
        Left = 10
        Top = 5
        Width = 341
        Height = 221
        Caption = 'GM list'
        TabOrder = 0
        object ListBoxAdminList: TListBox
          Left = 10
          Top = 20
          Width = 321
          Height = 191
          ItemHeight = 15
          TabOrder = 0
          OnClick = ListBoxAdminListClick
        end
      end
      object GroupBox15: TGroupBox
        Left = 390
        Top = 5
        Width = 261
        Height = 176
        Caption = 'Settings'
        TabOrder = 1
        object Label4: TLabel
          Left = 10
          Top = 25
          Width = 72
          Height = 15
          Caption = 'Player name:'
        end
        object Label5: TLabel
          Left = 10
          Top = 55
          Width = 95
          Height = 15
          Caption = 'Permission level:'
        end
        object LabelAdminIPaddr: TLabel
          Left = 10
          Top = 85
          Width = 63
          Height = 15
          Caption = 'IP address:'
        end
        object EditAdminName: TEdit
          Left = 112
          Top = 20
          Width = 121
          Height = 23
          TabOrder = 0
        end
        object EditAdminPremission: TSpinEdit
          Left = 112
          Top = 49
          Width = 76
          Height = 24
          MaxValue = 10
          MinValue = 1
          TabOrder = 1
          Value = 10
        end
        object ButtonAdminListAdd: TButton
          Left = 20
          Top = 130
          Width = 71
          Height = 31
          Caption = '&Add'
          TabOrder = 2
          OnClick = ButtonAdminListAddClick
        end
        object ButtonAdminListChange: TButton
          Left = 100
          Top = 130
          Width = 71
          Height = 31
          Caption = '&Modify'
          TabOrder = 3
          OnClick = ButtonAdminListChangeClick
        end
        object ButtonAdminListDel: TButton
          Left = 180
          Top = 130
          Width = 71
          Height = 31
          Caption = '&Delete'
          TabOrder = 4
          OnClick = ButtonAdminListDelClick
        end
        object EditAdminIPaddr: TEdit
          Left = 112
          Top = 80
          Width = 121
          Height = 23
          TabOrder = 5
        end
      end
      object ButtonAdminLitsSave: TButton
        Left = 580
        Top = 190
        Width = 71
        Height = 31
        Caption = '&Save'
        TabOrder = 2
        OnClick = ButtonAdminLitsSaveClick
      end
    end
    object TabSheet8: TTabSheet
      Caption = 'Game log'
      ImageIndex = 8
      object GroupBox8: TGroupBox
        Left = 10
        Top = 5
        Width = 221
        Height = 221
        Caption = 'Items to include in game logs'
        TabOrder = 0
        object ListBoxGameLogList: TListBox
          Left = 10
          Top = 20
          Width = 201
          Height = 191
          Hint = 'Only the items in tis list will be included in the game logs'
          ItemHeight = 15
          TabOrder = 0
          OnClick = ListBoxGameLogListClick
        end
      end
      object ButtonGameLogAdd: TButton
        Left = 250
        Top = 30
        Width = 91
        Height = 31
        Caption = '&Add'
        TabOrder = 1
        OnClick = ButtonGameLogAddClick
      end
      object ButtonGameLogDel: TButton
        Left = 250
        Top = 70
        Width = 91
        Height = 31
        Caption = '&Delete'
        TabOrder = 2
        OnClick = ButtonGameLogDelClick
      end
      object ButtonGameLogAddAll: TButton
        Left = 250
        Top = 110
        Width = 91
        Height = 31
        Caption = 'Add al&l'
        TabOrder = 3
        OnClick = ButtonGameLogAddAllClick
      end
      object ButtonGameLogDelAll: TButton
        Left = 250
        Top = 150
        Width = 91
        Height = 31
        Caption = 'D&elete all'
        TabOrder = 4
        OnClick = ButtonGameLogDelAllClick
      end
      object ButtonGameLogSave: TButton
        Left = 250
        Top = 190
        Width = 91
        Height = 31
        Caption = '&Save'
        TabOrder = 5
        OnClick = ButtonGameLogSaveClick
      end
      object GroupBox9: TGroupBox
        Left = 360
        Top = 5
        Width = 221
        Height = 221
        Caption = 'Item list'
        TabOrder = 6
        object ListBoxitemList2: TListBox
          Left = 10
          Top = 20
          Width = 201
          Height = 191
          ItemHeight = 15
          TabOrder = 0
          OnClick = ListBoxitemList2Click
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'Allow make'
      ImageIndex = 1
      object GroupBox2: TGroupBox
        Left = 360
        Top = 5
        Width = 221
        Height = 221
        Caption = 'Item list'
        TabOrder = 0
        object ListBoxItemList: TListBox
          Left = 10
          Top = 20
          Width = 201
          Height = 191
          ItemHeight = 15
          TabOrder = 0
          OnClick = ListBoxItemListClick
        end
      end
      object GroupBox1: TGroupBox
        Left = 10
        Top = 5
        Width = 221
        Height = 221
        Caption = 'These items can be created manually'
        TabOrder = 1
        object ListBoxEnableMakeList: TListBox
          Left = 10
          Top = 20
          Width = 201
          Height = 191
          ItemHeight = 15
          TabOrder = 0
          OnClick = ListBoxEnableMakeListClick
        end
      end
      object ButtonEnableMakeAdd: TButton
        Left = 250
        Top = 30
        Width = 91
        Height = 31
        Caption = '&Add'
        TabOrder = 2
        OnClick = ButtonEnableMakeAddClick
      end
      object ButtonEnableMakeDelete: TButton
        Left = 250
        Top = 70
        Width = 91
        Height = 31
        Caption = '&Delete'
        TabOrder = 3
        OnClick = ButtonEnableMakeDeleteClick
      end
      object ButtonEnableMakeSave: TButton
        Left = 250
        Top = 190
        Width = 91
        Height = 31
        Caption = '&Save'
        TabOrder = 4
        OnClick = ButtonEnableMakeSaveClick
      end
      object ButtonEnableMakeAddAll: TButton
        Left = 250
        Top = 110
        Width = 91
        Height = 31
        Caption = 'Add al&l'
        TabOrder = 5
        OnClick = ButtonEnableMakeAddAllClick
      end
      object ButtonEnableMakeDeleteAll: TButton
        Left = 250
        Top = 150
        Width = 91
        Height = 31
        Caption = 'D&elete all'
        TabOrder = 6
        OnClick = ButtonEnableMakeDeleteAllClick
      end
    end
    object TabSheet1: TTabSheet
      Caption = 'Disable make'
      object GroupBox3: TGroupBox
        Left = 10
        Top = 5
        Width = 221
        Height = 221
        Caption = 'These items can only be dropped'
        TabOrder = 0
        object ListBoxDisableMakeList: TListBox
          Left = 10
          Top = 20
          Width = 201
          Height = 191
          Hint = 'These itseems cannt be created manually'
          ItemHeight = 15
          TabOrder = 0
          OnClick = ListBoxDisableMakeListClick
        end
      end
      object GroupBox4: TGroupBox
        Left = 360
        Top = 5
        Width = 221
        Height = 221
        Caption = 'Item list'
        TabOrder = 1
        object ListBoxitemList1: TListBox
          Left = 10
          Top = 20
          Width = 201
          Height = 191
          ItemHeight = 15
          MultiSelect = True
          TabOrder = 0
          OnClick = ListBoxitemList1Click
        end
      end
      object ButtonDisableMakeAdd: TButton
        Left = 250
        Top = 30
        Width = 91
        Height = 31
        Caption = '&Add'
        TabOrder = 2
        OnClick = ButtonDisableMakeAddClick
      end
      object ButtonDisableMakeDelete: TButton
        Left = 250
        Top = 70
        Width = 91
        Height = 31
        Caption = '&Delete'
        TabOrder = 3
        OnClick = ButtonDisableMakeDeleteClick
      end
      object ButtonDisableMakeSave: TButton
        Left = 250
        Top = 190
        Width = 91
        Height = 31
        Caption = '&Save'
        TabOrder = 4
        OnClick = ButtonDisableMakeSaveClick
      end
      object ButtonDisableMakeAddAll: TButton
        Left = 250
        Top = 110
        Width = 91
        Height = 31
        Caption = 'Add al&l'
        TabOrder = 5
        OnClick = ButtonDisableMakeAddAllClick
      end
      object ButtonDisableMakeDeleteAll: TButton
        Left = 250
        Top = 150
        Width = 91
        Height = 31
        Caption = 'D&elete all'
        TabOrder = 6
        OnClick = ButtonDisableMakeDeleteAllClick
      end
    end
    object TabSheet9: TTabSheet
      Caption = 'Disable Take-off'
      ImageIndex = 9
      object GroupBox10: TGroupBox
        Left = 10
        Top = 5
        Width = 221
        Height = 221
        Caption = 'Items that are bound'
        TabOrder = 0
        object ListBoxDisableTakeOffList: TListBox
          Left = 10
          Top = 20
          Width = 201
          Height = 191
          Hint = 'These items cannot be removed once worn'
          ItemHeight = 15
          TabOrder = 0
          OnClick = ListBoxDisableTakeOffListClick
        end
      end
      object ButtonDisableTakeOffAdd: TButton
        Left = 250
        Top = 30
        Width = 91
        Height = 31
        Caption = '&Add'
        TabOrder = 1
        OnClick = ButtonDisableTakeOffAddClick
      end
      object ButtonDisableTakeOffDel: TButton
        Left = 250
        Top = 70
        Width = 91
        Height = 31
        Caption = '&Delete'
        TabOrder = 2
        OnClick = ButtonDisableTakeOffDelClick
      end
      object ButtonDisableTakeOffAddAll: TButton
        Left = 250
        Top = 110
        Width = 91
        Height = 31
        Caption = 'Add al&l'

⌨️ 快捷键说明

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