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

📄 mainformunit.dfm

📁 Synchronet BBS Software是一个多用户BBS/Internet软件
💻 DFM
📖 第 1 页 / 共 4 页
字号:
object Form1: TForm1
  Left = 306
  Top = 135
  ActiveControl = ScrollBar
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Synchronet User Editor'
  ClientHeight = 359
  ClientWidth = 447
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu
  OldCreateOrder = False
  Position = poDefaultPosOnly
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel: TPanel
    Left = 0
    Top = 0
    Width = 447
    Height = 359
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 0
    object PageControl: TPageControl
      Left = 0
      Top = 81
      Width = 447
      Height = 278
      ActivePage = SecurityTabSheet
      Align = alClient
      TabOrder = 0
      object PersonalTabSheet: TTabSheet
        Caption = 'Personal'
        object Label2: TLabel
          Left = 8
          Top = 8
          Width = 65
          Height = 21
          AutoSize = False
          Caption = 'Real Name'
        end
        object Label1: TLabel
          Left = 8
          Top = 32
          Width = 65
          Height = 21
          AutoSize = False
          Caption = 'Computer'
        end
        object NetmailAddress: TLabel
          Left = 8
          Top = 56
          Width = 65
          Height = 21
          AutoSize = False
          Caption = 'NetMail'
        end
        object Label7: TLabel
          Left = 8
          Top = 104
          Width = 65
          Height = 21
          AutoSize = False
          Caption = 'Note'
        end
        object HandleLabel: TLabel
          Left = 296
          Top = 56
          Width = 65
          Height = 21
          AutoSize = False
          Caption = 'Handle'
        end
        object Label5: TLabel
          Left = 296
          Top = 104
          Width = 65
          Height = 21
          AutoSize = False
          Caption = 'Password'
        end
        object Label6: TLabel
          Left = 296
          Top = 80
          Width = 65
          Height = 21
          AutoSize = False
          Caption = 'Birthdate'
        end
        object Label8: TLabel
          Left = 296
          Top = 32
          Width = 65
          Height = 21
          AutoSize = False
          Caption = 'Connection'
        end
        object Label16: TLabel
          Left = 296
          Top = 8
          Width = 65
          Height = 21
          AutoSize = False
          Caption = 'Gender'
        end
        object Label18: TLabel
          Left = 8
          Top = 80
          Width = 65
          Height = 21
          AutoSize = False
          Caption = 'Phone'
        end
        object Label24: TLabel
          Left = 8
          Top = 128
          Width = 65
          Height = 21
          AutoSize = False
          Caption = 'Comment'
        end
        object NameEdit: TEdit
          Left = 80
          Top = 8
          Width = 201
          Height = 21
          TabOrder = 0
          OnChange = EditChange
        end
        object ComputerEdit: TEdit
          Left = 80
          Top = 32
          Width = 201
          Height = 21
          TabOrder = 1
          OnChange = EditChange
        end
        object NetmailEdit: TEdit
          Left = 80
          Top = 56
          Width = 201
          Height = 21
          TabOrder = 2
          OnChange = EditChange
        end
        object NoteEdit: TEdit
          Left = 80
          Top = 104
          Width = 201
          Height = 21
          TabOrder = 4
          OnChange = EditChange
        end
        object HandleEdit: TEdit
          Left = 368
          Top = 56
          Width = 57
          Height = 21
          TabOrder = 8
          OnChange = EditChange
        end
        object PasswordEdit: TEdit
          Left = 368
          Top = 104
          Width = 57
          Height = 21
          PasswordChar = '*'
          TabOrder = 10
          OnChange = EditChange
        end
        object BirthdateEdit: TEdit
          Left = 368
          Top = 80
          Width = 57
          Height = 21
          TabOrder = 9
          OnChange = EditChange
        end
        object ModemEdit: TEdit
          Left = 368
          Top = 32
          Width = 57
          Height = 21
          TabOrder = 7
          OnChange = EditChange
        end
        object SexEdit: TEdit
          Left = 368
          Top = 8
          Width = 17
          Height = 21
          TabOrder = 6
          OnChange = EditChange
        end
        object PhoneEdit: TEdit
          Left = 80
          Top = 80
          Width = 201
          Height = 21
          TabOrder = 3
          OnChange = EditChange
        end
        object CommentEdit: TEdit
          Left = 80
          Top = 128
          Width = 345
          Height = 21
          TabOrder = 5
          OnChange = EditChange
        end
        object GroupBox9: TGroupBox
          Left = 72
          Top = 160
          Width = 297
          Height = 73
          Caption = 'Address'
          TabOrder = 11
          object AddressEdit: TEdit
            Left = 8
            Top = 20
            Width = 201
            Height = 21
            Anchors = [akLeft, akTop, akRight]
            TabOrder = 0
            OnChange = EditChange
          end
          object LocationEdit: TEdit
            Left = 8
            Top = 44
            Width = 201
            Height = 21
            Anchors = [akLeft, akTop, akRight]
            TabOrder = 1
            OnChange = EditChange
          end
          object ZipCodeEdit: TEdit
            Left = 216
            Top = 44
            Width = 73
            Height = 21
            Anchors = [akTop, akRight]
            TabOrder = 2
            OnChange = EditChange
          end
        end
      end
      object SecurityTabSheet: TTabSheet
        Caption = 'Security'
        ImageIndex = 1
        object Label10: TLabel
          Left = 8
          Top = 8
          Width = 41
          Height = 21
          AutoSize = False
          Caption = 'Level'
        end
        object Label11: TLabel
          Left = 112
          Top = 8
          Width = 57
          Height = 21
          AutoSize = False
          Caption = 'Expiration'
        end
        object Label25: TLabel
          Left = 8
          Top = 184
          Width = 65
          Height = 21
          AutoSize = False
          Caption = 'Exemptions'
        end
        object Label26: TLabel
          Left = 8
          Top = 208
          Width = 65
          Height = 21
          AutoSize = False
          Caption = 'Restrictions'
        end
        object Label27: TLabel
          Left = 264
          Top = 8
          Width = 65
          Height = 21
          AutoSize = False
          Caption = 'Credits'
        end
        object Label28: TLabel
          Left = 264
          Top = 56
          Width = 65
          Height = 21
          AutoSize = False
          Caption = 'Minutes'
        end
        object Label29: TLabel
          Left = 264
          Top = 32
          Width = 65
          Height = 21
          AutoSize = False
          Caption = 'Free Credits'
        end
        object LevelEdit: TEdit
          Left = 48
          Top = 8
          Width = 25
          Height = 21
          MaxLength = 2
          TabOrder = 0
          OnChange = EditChange
        end
        object ExpireEdit: TEdit
          Left = 176
          Top = 8
          Width = 57
          Height = 21
          TabOrder = 1
          OnChange = EditChange
        end
        object ExemptionsEdit: TEdit
          Left = 80
          Top = 184
          Width = 201
          Height = 21
          CharCase = ecUpperCase
          MaxLength = 26
          TabOrder = 3
          OnChange = EditChange
        end
        object RestrictionsEdit: TEdit
          Left = 80
          Top = 208
          Width = 201
          Height = 21
          CharCase = ecUpperCase
          MaxLength = 26
          TabOrder = 4
          OnChange = EditChange
        end
        object CreditsEdit: TEdit
          Left = 336
          Top = 8
          Width = 89
          Height = 21
          CharCase = ecUpperCase
          MaxLength = 26
          TabOrder = 5
          OnChange = EditChange
        end
        object MinutesEdit: TEdit
          Left = 336
          Top = 56
          Width = 89
          Height = 21
          CharCase = ecUpperCase
          MaxLength = 26
          TabOrder = 7
          OnChange = EditChange
        end
        object FreeCreditsEdit: TEdit
          Left = 336
          Top = 32
          Width = 89
          Height = 21
          CharCase = ecUpperCase
          MaxLength = 26
          TabOrder = 6
          OnChange = EditChange
        end
        object GroupBox8: TGroupBox
          Left = 8
          Top = 40
          Width = 233
          Height = 129
          Caption = 'Flag Sets'
          TabOrder = 2
          object Label12: TLabel
            Left = 8
            Top = 24
            Width = 17
            Height = 21
            AutoSize = False
            Caption = '1'
          end
          object Label13: TLabel
            Left = 8
            Top = 48
            Width = 17
            Height = 21
            AutoSize = False

⌨️ 快捷键说明

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