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

📄 gmain.dfm

📁 传奇源代码的delphi版本
💻 DFM
📖 第 1 页 / 共 5 页
字号:
            Alignment = taRightJustify
            Caption = 'Memo 1'
          end
          object Label42: TLabel
            Left = 284
            Top = 110
            Width = 44
            Height = 15
            Alignment = taRightJustify
            Caption = 'Memo 2'
          end
          object Label43: TLabel
            Left = 17
            Top = 293
            Width = 81
            Height = 15
            Alignment = taRightJustify
            Caption = 'Email Address'
          end
          object Label44: TLabel
            Left = 33
            Top = 110
            Width = 55
            Height = 15
            Alignment = taRightJustify
            Caption = 'Phone No'
          end
          object EditLoginAccount: TEdit
            Left = 100
            Top = 20
            Width = 151
            Height = 23
            Enabled = False
            MaxLength = 10
            TabOrder = 0
            OnChange = EditLoginAccountChange
          end
          object EditLoginAccountPasswd: TEdit
            Left = 340
            Top = 20
            Width = 121
            Height = 23
            MaxLength = 10
            TabOrder = 1
            OnChange = EditLoginAccountChange
          end
          object EditLoginAccountUserName: TEdit
            Left = 100
            Top = 50
            Width = 151
            Height = 23
            MaxLength = 20
            TabOrder = 2
            OnChange = EditLoginAccountChange
          end
          object EditLoginAccountSSNo: TEdit
            Left = 340
            Top = 50
            Width = 151
            Height = 23
            MaxLength = 14
            TabOrder = 3
            OnChange = EditLoginAccountChange
          end
          object EditLoginAccountBirthDay: TEdit
            Left = 100
            Top = 80
            Width = 151
            Height = 23
            MaxLength = 10
            TabOrder = 4
            OnChange = EditLoginAccountChange
          end
          object EditLoginAccountQuiz: TEdit
            Left = 100
            Top = 170
            Width = 261
            Height = 23
            MaxLength = 20
            TabOrder = 5
            OnChange = EditLoginAccountChange
          end
          object EditLoginAccountAnswer: TEdit
            Left = 100
            Top = 200
            Width = 261
            Height = 23
            MaxLength = 12
            TabOrder = 6
            OnChange = EditLoginAccountChange
          end
          object EditLoginAccountQuiz2: TEdit
            Left = 100
            Top = 230
            Width = 261
            Height = 23
            MaxLength = 20
            TabOrder = 7
            OnChange = EditLoginAccountChange
          end
          object EditLoginAccountAnswer2: TEdit
            Left = 100
            Top = 260
            Width = 261
            Height = 23
            MaxLength = 12
            TabOrder = 8
            OnChange = EditLoginAccountChange
          end
          object EditLoginAccountMobilePhone: TEdit
            Left = 100
            Top = 140
            Width = 151
            Height = 23
            MaxLength = 13
            TabOrder = 9
            OnChange = EditLoginAccountChange
          end
          object EditLoginAccountMemo1: TEdit
            Left = 340
            Top = 80
            Width = 251
            Height = 23
            MaxLength = 20
            TabOrder = 10
            OnChange = EditLoginAccountChange
          end
          object EditLoginAccountEMail: TEdit
            Left = 100
            Top = 290
            Width = 261
            Height = 23
            MaxLength = 40
            TabOrder = 11
            OnChange = EditLoginAccountChange
          end
          object EditLoginAccountMemo2: TEdit
            Left = 340
            Top = 110
            Width = 251
            Height = 23
            MaxLength = 20
            TabOrder = 12
            OnChange = EditLoginAccountChange
          end
          object CkFullEditMode: TCheckBox
            Left = 470
            Top = 20
            Width = 121
            Height = 21
            Caption = 'Full Edit'
            TabOrder = 13
            OnClick = CkFullEditModeClick
          end
          object ButtonLoginAccountOK: TButton
            Left = 510
            Top = 280
            Width = 81
            Height = 31
            Caption = 'OK(&O)'
            Enabled = False
            TabOrder = 14
            OnClick = ButtonLoginAccountOKClick
          end
          object EditLoginAccountPhone: TEdit
            Left = 100
            Top = 110
            Width = 151
            Height = 23
            MaxLength = 13
            TabOrder = 15
            OnChange = EditLoginAccountChange
          end
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'Server Controls'
      ImageIndex = 1
      object PageControl2: TPageControl
        Left = 600
        Top = 180
        Width = 361
        Height = 241
        TabOrder = 0
      end
      object PageControl3: TPageControl
        Left = 0
        Top = 0
        Width = 642
        Height = 420
        ActivePage = TabSheet5
        Align = alClient
        TabOrder = 1
        TabPosition = tpBottom
        object TabSheet4: TTabSheet
          Caption = 'ServerDetails'
          object GroupBox1: TGroupBox
            Left = 10
            Top = 10
            Width = 611
            Height = 221
            Caption = 'Server Info'
            TabOrder = 0
            object Label1: TLabel
              Left = 10
              Top = 35
              Width = 88
              Height = 15
              Caption = 'Game Directory:'
            end
            object Label2: TLabel
              Left = 10
              Top = 65
              Width = 57
              Height = 15
              Caption = 'Database:'
            end
            object Label3: TLabel
              Left = 10
              Top = 95
              Width = 74
              Height = 15
              Caption = 'Game Name:'
            end
            object Label4: TLabel
              Left = 10
              Top = 125
              Width = 71
              Height = 15
              Caption = 'Ext Server IP:'
            end
            object EditGameDir: TEdit
              Left = 170
              Top = 30
              Width = 281
              Height = 23
              Hint = '???????????????'#8220'D:\GameOfmir\'#8221'?'
              TabOrder = 0
              Text = 'D:\GameOfMir\'
            end
            object Button1: TButton
              Left = 500
              Top = 25
              Width = 91
              Height = 31
              Caption = 'Browse&B)'
              TabOrder = 1
              Visible = False
            end
            object EditHeroDB: TEdit
              Left = 170
              Top = 60
              Width = 281
              Height = 23
              Hint = '????BDE ?????,??? '#8220'HeroDB'#8221'?'
              TabOrder = 2
              Text = 'HeroDB'
            end
            object EditGameName: TEdit
              Left = 170
              Top = 90
              Width = 201
              Height = 23
              Hint = '????????'
              TabOrder = 3
              Text = '????'
            end
            object EditGameExtIPaddr: TEdit
              Left = 170
              Top = 120
              Width = 121
              Height = 23
              Hint = '????????IP???'
              TabOrder = 4
              Text = '192.168.1.8'
            end
            object CheckBoxDynamicIPMode: TCheckBox
              Left = 300
              Top = 120
              Width = 101
              Height = 21
              Hint = '??IP????,??????IP????,??????,??????????IP,??????IP???'
              Caption = 'Allways use IP'
              TabOrder = 5
              OnClick = CheckBoxDynamicIPModeClick
            end
            object ButtonGeneralDefalult: TButton
              Left = 500
              Top = 180
              Width = 101
              Height = 31
              Caption = 'Default(&D)'
              TabOrder = 6
              OnClick = ButtonGeneralDefalultClick
            end
          end
          object ButtonNext1: TButton
            Left = 510
            Top = 329
            Width = 101
            Height = 41
            Caption = 'Next(&N)'
            TabOrder = 1
            OnClick = ButtonNext1Click
          end
          object GroupBox4: TGroupBox
            Left = 10
            Top = 240
            Width = 351
            Height = 131
            Caption = 'RegServer'
            TabOrder = 2
            object Label7: TLabel
              Left = 10
              Top = 85
              Width = 109
              Height = 15
              Caption = 'Reg Key(DBServer):'
            end
            object Label6: TLabel
              Left = 10
              Top = 55
              Width = 106
              Height = 15
              Caption = 'Reg Key(RunGate):'
            end
            object Label5: TLabel
              Left = 10
              Top = 25
              Width = 108
              Height = 15
              Caption = 'Reg Key(M2Server):'
            end
            object EditM2ServerRegKey: TEdit
              Left = 140
              Top = 20
              Width = 111
              Height = 23
              Hint = '????????M2Server???,???????????????'
              TabOrder = 0
              Text = '0123456789'
            end
            object EditRunGateRegKey: TEdit
              Left = 140
              Top = 50
              Width = 111
              Height = 23
              Hint = '???????RunGate???,???????????????'
              TabOrder = 1
              Text = '0123456789'
            end
            object EditDBServerRegKey: TEdit
              Left = 140
              Top = 80
              Width = 111
              Height = 23
              Hint = '????????DBServer???,??????????????(?????????????????????)?'
              TabOrder = 2
              Text = '0123456789'
            end
            object ButtonAdv: TButton
              Left = 270
              Top = 80
              Width = 71
              Height = 31
              Caption = 'ADV(&A)'
              TabOrder = 3
              OnClick = ButtonAdvClick
            end
          end
          object ButtonReLoadConfig: TButton
            Left = 510
            Top = 279
            Width = 101
            Height = 41
            Caption = 'Reload(&R)'
            TabOrder = 3
            OnClick = ButtonReLoadConfigClick
          end
        end
        object TabSheet5: TTabSheet
          Caption = 'Login Gate'
          ImageIndex = 1
          object ButtonNext2: TButton
            Left = 510
            Top = 329
            Width = 101
            Height = 41
            Caption = 'next(&N)'
            TabOrder = 0
            OnClick = ButtonNext2Click
          end
          object GroupBox2: TGroupBox
            Left = 10
            Top = 10
            Width = 611
            Height = 221
            Caption = 'LoginGate'
            TabOrder = 1
            object GroupBox7: TGroupBox
              Left = 10
              Top = 20
              Width = 161
              Height = 91
              Caption = '????'
              TabOrder = 0
              object Label9: TLabel
                Left = 10
                Top = 25
                Width = 24
                Height = 15
                Caption = '??X:'
              end
              object Label10: TLabel
                Left = 10
                Top = 55
                Width = 24
                Height = 15
                Caption = '??Y:'
              end
              object EditLoginGate_MainFormX: TSpinEdit
                Left = 60
                Top = 20
                Width = 81
                Height = 24
                Hint = '?????????????,??X?'
                MaxValue = 10000
                MinValue = 0
                TabOrder = 0
                Value = 0
                OnChange = EditLoginGate_MainFormXChange
              end
              object EditLoginGate_MainFormY: TSpinEdit
                Left = 60
                Top = 50
                Width = 81
                Height = 24
                Hint = '?????????????,??Y?'
                MaxValue = 10000
                MinValue = 0
                TabOrder = 1
                Value = 0
                OnChange = EditLoginGate_MainFormYChange
              end
            end
            object ButtonLoginGateDefault: TButton
              Left = 500

⌨️ 快捷键说明

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