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

📄 tscpar.dfm.svn-base

📁 一个用Delphi开发的ERP软件
💻 SVN-BASE
字号:
object TscParForm: TTscParForm
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #21442#25968#35774#32622
  ClientHeight = 310
  ClientWidth = 457
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object PageControl1: TPageControl
    Left = 8
    Top = 8
    Width = 441
    Height = 265
    ActivePage = TabSheet1
    TabIndex = 0
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #31995#32479#21442#25968
      object gbAlter: TGroupBox
        Left = 8
        Top = 8
        Width = 417
        Height = 89
        Caption = #39044#35686#21442#25968
        TabOrder = 0
        object lblAlterTime1: TLabel
          Left = 24
          Top = 28
          Width = 132
          Height = 12
          Caption = #39044#35686#20449#24687#30340#21457#36865#38388#38548#26102#38388
        end
        object lblAlterTime2: TLabel
          Left = 208
          Top = 28
          Width = 12
          Height = 12
          Caption = #31186
        end
        object lblOnline2: TLabel
          Left = 208
          Top = 52
          Width = 96
          Height = 12
          Caption = #31186#26102#65292#21017#33258#21160#21024#38500
        end
        object lblOnline1: TLabel
          Left = 24
          Top = 52
          Width = 132
          Height = 12
          Caption = #22312#32447#29992#25143#26080#27963#21160#26102#38388#36229#36807
        end
        object edtAlterTime: TEdit
          Left = 160
          Top = 24
          Width = 41
          Height = 20
          TabOrder = 0
          Text = '5'
        end
        object edtOnline: TEdit
          Left = 160
          Top = 48
          Width = 41
          Height = 20
          TabOrder = 1
          Text = '180'
        end
      end
      object gbEmail: TGroupBox
        Left = 8
        Top = 104
        Width = 417
        Height = 121
        Caption = #37038#20214#26381#21153#22120
        TabOrder = 1
        object lblAddress: TLabel
          Left = 28
          Top = 24
          Width = 48
          Height = 12
          Alignment = taRightJustify
          Caption = #37038#20214#22320#22336
        end
        object lblSmpt: TLabel
          Left = 16
          Top = 48
          Width = 60
          Height = 12
          Alignment = taRightJustify
          Caption = #21457#36865#26381#21153#22120
        end
        object lblPort: TLabel
          Left = 316
          Top = 48
          Width = 24
          Height = 12
          Alignment = taRightJustify
          Caption = #31471#21475
        end
        object lblUser: TLabel
          Left = 52
          Top = 72
          Width = 24
          Height = 12
          Alignment = taRightJustify
          Caption = #24080#21495
        end
        object lblPass: TLabel
          Left = 52
          Top = 96
          Width = 24
          Height = 12
          Alignment = taRightJustify
          Caption = #23494#30721
        end
        object edtAddress: TEdit
          Left = 80
          Top = 16
          Width = 321
          Height = 20
          TabOrder = 0
          Text = 'jacky@polymide.com.cn'
        end
        object edtSmtp: TEdit
          Left = 80
          Top = 40
          Width = 225
          Height = 20
          TabOrder = 1
          Text = 'mail.polymide.com.cn'
        end
        object edtPort: TEdit
          Left = 344
          Top = 40
          Width = 57
          Height = 20
          TabOrder = 2
          Text = '25'
        end
        object edtUser: TEdit
          Left = 80
          Top = 64
          Width = 321
          Height = 20
          TabOrder = 3
          Text = 'jacky@polymide.com.cn'
        end
        object edtPass: TEdit
          Left = 80
          Top = 88
          Width = 321
          Height = 20
          PasswordChar = '*'
          TabOrder = 4
          Text = 'admin123'
        end
      end
    end
  end
  object bbtnOk: TBitBtn
    Left = 288
    Top = 280
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    TabOrder = 1
    OnClick = bbtnOkClick
  end
  object bbtnExit: TBitBtn
    Left = 368
    Top = 280
    Width = 75
    Height = 25
    Caption = #36864#20986'(&X)'
    TabOrder = 2
    OnClick = bbtnExitClick
  end
end

⌨️ 快捷键说明

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