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

📄 cmain.dfm

📁 传奇的登陆器!也是在网上搜索的!不知道好不好用
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object frmCMain: TfrmCMain
  Left = 110
  Top = 183
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'frmCMain'
  ClientHeight = 504
  ClientWidth = 792
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poDesktopCenter
  Visible = True
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object StatusBar: TStatusBar
    Left = 0
    Top = 485
    Width = 792
    Height = 19
    Panels = <
      item
        Width = 180
      end
      item
        Width = 200
      end>
  end
  object PanelMenu: TPanel
    Left = 0
    Top = 73
    Width = 137
    Height = 412
    Align = alLeft
    BevelOuter = bvLowered
    TabOrder = 1
    object ListBoxActor: TListBox
      Left = 1
      Top = 1
      Width = 135
      Height = 410
      Style = lbOwnerDrawVariable
      Align = alClient
      Color = clMoneyGreen
      ItemHeight = 12
      TabOrder = 0
      OnClick = ListBoxActorDblClick
      OnDrawItem = ListBoxActorDrawItem
    end
  end
  object PanelTitle: TPanel
    Left = 0
    Top = 0
    Width = 792
    Height = 73
    Align = alTop
    BevelOuter = bvLowered
    TabOrder = 2
  end
  object PanelClient: TPanel
    Left = 137
    Top = 73
    Width = 655
    Height = 412
    Align = alClient
    BevelOuter = bvLowered
    TabOrder = 3
    object PanelSelectServer: TPanel
      Left = 528
      Top = 176
      Width = 281
      Height = 361
      Color = clTeal
      TabOrder = 0
      Visible = False
      OnMouseDown = PanelUserLoginMouseDown
      object ButtonSelectServerClose: TSpeedButton
        Left = 256
        Top = 8
        Width = 17
        Height = 25
        Caption = 'X'
        Flat = True
        OnClick = ButtonStartClick
      end
      object ButtonServer1: TRzButton
        Left = 64
        Top = 24
        Width = 161
        Height = 33
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = #23435#20307
        Font.Style = [fsBold]
        HotTrack = True
        ParentFont = False
        TabOrder = 0
        OnClick = ButtonServer1Click
      end
      object ButtonServer2: TRzButton
        Left = 64
        Top = 64
        Width = 161
        Height = 33
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = #23435#20307
        Font.Style = [fsBold]
        HotTrack = True
        ParentFont = False
        TabOrder = 1
        OnClick = ButtonServer1Click
      end
      object ButtonServer3: TRzButton
        Left = 64
        Top = 104
        Width = 161
        Height = 33
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = #23435#20307
        Font.Style = [fsBold]
        HotTrack = True
        ParentFont = False
        TabOrder = 2
        OnClick = ButtonServer1Click
      end
      object ButtonServer4: TRzButton
        Left = 64
        Top = 144
        Width = 161
        Height = 33
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = #23435#20307
        Font.Style = [fsBold]
        HotTrack = True
        ParentFont = False
        TabOrder = 3
        OnClick = ButtonServer1Click
      end
      object ButtonServer5: TRzButton
        Left = 64
        Top = 184
        Width = 161
        Height = 33
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = #23435#20307
        Font.Style = [fsBold]
        HotTrack = True
        ParentFont = False
        TabOrder = 4
        OnClick = ButtonServer1Click
      end
      object ButtonServer6: TRzButton
        Left = 64
        Top = 224
        Width = 161
        Height = 33
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = #23435#20307
        Font.Style = [fsBold]
        HotTrack = True
        ParentFont = False
        TabOrder = 5
        OnClick = ButtonServer1Click
      end
      object ButtonServer7: TRzButton
        Left = 64
        Top = 264
        Width = 161
        Height = 33
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = #23435#20307
        Font.Style = [fsBold]
        HotTrack = True
        ParentFont = False
        TabOrder = 6
        OnClick = ButtonServer1Click
      end
      object ButtonServer8: TRzButton
        Left = 64
        Top = 304
        Width = 161
        Height = 33
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = #23435#20307
        Font.Style = [fsBold]
        HotTrack = True
        ParentFont = False
        TabOrder = 7
        OnClick = ButtonServer1Click
      end
    end
    object PanelSelectChr: TPanel
      Left = 568
      Top = 72
      Width = 609
      Height = 369
      Color = clTeal
      TabOrder = 1
      Visible = False
      object ButtonSelectChrClose: TSpeedButton
        Left = 584
        Top = 8
        Width = 17
        Height = 25
        Caption = 'X'
        Flat = True
        OnClick = ButtonStartClick
      end
      object GroupBox1: TGroupBox
        Left = 8
        Top = 224
        Width = 193
        Height = 129
        Caption = #20154#29289#19968
        TabOrder = 0
        object Label3: TLabel
          Left = 8
          Top = 52
          Width = 30
          Height = 12
          Caption = #21517#31216':'
        end
        object Label4: TLabel
          Left = 8
          Top = 100
          Width = 30
          Height = 12
          Caption = #32844#19994':'
        end
        object Label5: TLabel
          Left = 8
          Top = 76
          Width = 30
          Height = 12
          Caption = #31561#32423':'
        end
        object Label6: TLabel
          Left = 96
          Top = 76
          Width = 30
          Height = 12
          Caption = #24615#21035':'
        end
        object EditSelectChrName1: TEdit
          Left = 40
          Top = 48
          Width = 137
          Height = 20
          BevelKind = bkFlat
          BorderStyle = bsNone
          Enabled = False
          TabOrder = 0
          OnKeyPress = EditUserAccountKeyPress
        end
        object EditSelectChrJob1: TEdit
          Left = 40
          Top = 96
          Width = 137
          Height = 20
          BevelKind = bkFlat
          BorderStyle = bsNone
          Enabled = False
          TabOrder = 1
          OnKeyPress = EditUserAccountKeyPress
        end
        object EditSelectChrLevel1: TEdit
          Left = 40
          Top = 72
          Width = 49
          Height = 20
          BevelKind = bkFlat
          BorderStyle = bsNone
          Enabled = False
          TabOrder = 2
          OnKeyPress = EditUserAccountKeyPress
        end
        object EditSelectChrSex1: TEdit
          Left = 128
          Top = 72
          Width = 49
          Height = 20
          BevelKind = bkFlat
          BorderStyle = bsNone
          Enabled = False
          TabOrder = 3
          OnKeyPress = EditUserAccountKeyPress
        end
        object ButtonSelectChr1: TRzButton
          Left = 102
          Top = 16
          Caption = #36873#25321
          HotTrack = True
          TabOrder = 4
          OnClick = ButtonSelectChr1Click
        end
      end
      object GroupBox2: TGroupBox
        Left = 408
        Top = 224
        Width = 193
        Height = 129
        Caption = #20154#29289#20108
        TabOrder = 1
        object Label7: TLabel
          Left = 8
          Top = 52
          Width = 30
          Height = 12
          Caption = #21517#31216':'
        end
        object Label8: TLabel
          Left = 8
          Top = 100
          Width = 30
          Height = 12
          Caption = #32844#19994':'
        end
        object Label9: TLabel
          Left = 8
          Top = 76
          Width = 30
          Height = 12
          Caption = #31561#32423':'
        end
        object Label10: TLabel
          Left = 96
          Top = 76
          Width = 30
          Height = 12
          Caption = #24615#21035':'
        end
        object EditSelectChrName2: TEdit
          Left = 40
          Top = 48
          Width = 137
          Height = 20
          BevelKind = bkFlat
          BorderStyle = bsNone
          Enabled = False
          TabOrder = 0
          OnKeyPress = EditUserAccountKeyPress
        end
        object EditSelectChrJob2: TEdit
          Left = 40
          Top = 96
          Width = 137
          Height = 20
          BevelKind = bkFlat
          BorderStyle = bsNone
          Enabled = False
          TabOrder = 1
          OnKeyPress = EditUserAccountKeyPress
        end
        object EditSelectChrLevel2: TEdit
          Left = 40
          Top = 72
          Width = 49
          Height = 20
          BevelKind = bkFlat
          BorderStyle = bsNone
          Enabled = False
          TabOrder = 2
          OnKeyPress = EditUserAccountKeyPress
        end
        object EditSelectChrSex2: TEdit
          Left = 128
          Top = 72
          Width = 49
          Height = 20
          BevelKind = bkFlat
          BorderStyle = bsNone
          Enabled = False
          TabOrder = 3
          OnKeyPress = EditUserAccountKeyPress
        end
        object ButtonSelectChr2: TRzButton
          Left = 102
          Top = 16
          Caption = #36873#25321
          HotTrack = True
          TabOrder = 4
          OnClick = ButtonSelectChr1Click
        end
      end
      object GroupBox3: TGroupBox
        Left = 208
        Top = 224
        Width = 193
        Height = 129
        TabOrder = 2
        object EditSelectChrCurChr: TEdit
          Left = 32
          Top = 96
          Width = 129
          Height = 20
          BevelKind = bkFlat
          BorderStyle = bsNone
          Enabled = False
          TabOrder = 0
          OnKeyPress = EditUserAccountKeyPress
        end
        object ButtonSelectChrStartPlay: TRzButton
          Left = 32
          Top = 16
          Width = 129
          Caption = #24320#22987#28216#25103
          HotTrack = True
          TabOrder = 1
          OnClick = ButtonSelectChr1Click
        end
        object ButtonSelectChrNewChr: TRzButton
          Left = 32
          Top = 40
          Width = 129
          Caption = #26032#24314#20154#29289
          HotTrack = True
          TabOrder = 2
          OnClick = ButtonSelectChr1Click
        end
        object ButtonSelectChrDelChr: TRzButton
          Left = 32
          Top = 64
          Width = 129
          Caption = #21024#38500#20154#29289
          HotTrack = True
          TabOrder = 3
          OnClick = ButtonSelectChr1Click
        end
      end
      object PanelCreateNewChr: TPanel
        Left = 88
        Top = 16
        Width = 377
        Height = 193
        Color = clOlive
        TabOrder = 3
        Visible = False
        object ButtonCreateNewChr: TSpeedButton
          Left = 352
          Top = 8
          Width = 17
          Height = 25
          Caption = 'X'
          Flat = True
          OnClick = ButtonStartClick
        end
        object GroupBox4: TGroupBox
          Left = 200
          Top = 40
          Width = 169
          Height = 137
          TabOrder = 0
          object ButtonCreateNewChrWarr: TRzButton
            Left = 14
            Top = 24
            Width = 43
            Caption = #27494#22763
            HotTrack = True
            TabOrder = 0
            OnClick = ButtonSelectChr1Click
          end
          object ButtonCreateNewChrWizard: TRzButton
            Left = 62
            Top = 24
            Width = 43
            Caption = #27861#24072
            HotTrack = True
            TabOrder = 1
            OnClick = ButtonSelectChr1Click
          end
          object ButtonCreateNewChrTaos: TRzButton
            Left = 110
            Top = 24
            Width = 43
            Caption = #36947#22763
            HotTrack = True
            TabOrder = 2
            OnClick = ButtonSelectChr1Click
          end
          object ButtonCreateNewChrFemale: TRzButton
            Left = 94
            Top = 64
            Width = 43
            Caption = #22899
            HotTrack = True
            TabOrder = 3

⌨️ 快捷键说明

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