unit1.dfm

来自「关于书籍《Borland c++Builder工程实践》的源代码」· DFM 代码 · 共 505 行 · 第 1/2 页

DFM
505
字号
object Form1: TForm1
  Left = 247
  Top = 120
  Width = 649
  Height = 463
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 641
    Height = 404
    ActivePage = TabSheet2
    Align = alClient
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabIndex = 1
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #36830#25509#26381#21153#22120
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      object GroupBox1: TGroupBox
        Left = 0
        Top = 0
        Width = 633
        Height = 248
        Align = alTop
        Caption = #30331#38470#26381#21153#22120
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
        TabOrder = 0
        object Label1: TLabel
          Left = 20
          Top = 39
          Width = 39
          Height = 13
          Caption = 'Host'#65306
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -9
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
        end
        object Label2: TLabel
          Left = 20
          Top = 95
          Width = 56
          Height = 13
          Caption = 'User ID'#65306
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -9
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
        end
        object Label4: TLabel
          Left = 20
          Top = 151
          Width = 67
          Height = 13
          Caption = 'Password'#65306
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -9
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
        end
        object Label5: TLabel
          Left = 20
          Top = 208
          Width = 36
          Height = 13
          Caption = 'Port'#65306
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -9
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
        end
        object Label7: TLabel
          Left = 358
          Top = 93
          Width = 73
          Height = 13
          Caption = 'Proxy Server'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -9
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
        end
        object Label8: TLabel
          Left = 358
          Top = 174
          Width = 59
          Height = 13
          Caption = 'Proxy Port'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -9
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
        end
        object HostTxt: TEdit
          Left = 104
          Top = 39
          Width = 92
          Height = 21
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ImeName = #32043#20809#25340#38899#36755#20837#27861'2.0'#29256
          ParentFont = False
          TabOrder = 0
          Text = '192.168.2.8'
        end
        object UserTxt: TEdit
          Left = 104
          Top = 93
          Width = 92
          Height = 21
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -9
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ImeName = #32043#20809#25340#38899#36755#20837#27861'2.0'#29256
          ParentFont = False
          TabOrder = 1
          Text = 'cadhust'
        end
        object PassTxt: TEdit
          Left = 104
          Top = 147
          Width = 92
          Height = 21
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -9
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ImeName = #32043#20809#25340#38899#36755#20837#27861'2.0'#29256
          ParentFont = False
          TabOrder = 2
          Text = 'welcome'
        end
        object PortTxt: TEdit
          Left = 104
          Top = 202
          Width = 92
          Height = 21
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -9
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ImeName = #32043#20809#25340#38899#36755#20837#27861'2.0'#29256
          ParentFont = False
          TabOrder = 3
          Text = '21'
        end
        object CheckBox1: TCheckBox
          Left = 358
          Top = 39
          Width = 163
          Height = 27
          Caption = 'Use Proxy Server'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          TabOrder = 4
        end
        object PServer: TEdit
          Left = 358
          Top = 120
          Width = 78
          Height = 21
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -9
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ImeName = #32043#20809#25340#38899#36755#20837#27861'2.0'#29256
          ParentFont = False
          TabOrder = 5
        end
        object PPort: TEdit
          Left = 358
          Top = 202
          Width = 78
          Height = 21
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -9
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ImeName = #32043#20809#25340#38899#36755#20837#27861'2.0'#29256
          ParentFont = False
          TabOrder = 6
        end
      end
      object BitBtn5: TBitBtn
        Left = 85
        Top = 273
        Width = 111
        Height = 33
        Caption = #36830#25509#26381#21153#22120
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
        TabOrder = 1
        OnClick = BitBtn5Click
        Glyph.Data = {
          76010000424D7601000000000000760000002800000020000000100000000100
          04000000000000010000120B0000120B00001000000000000000000000000000
          800000800000008080008000000080008000808000007F7F7F00BFBFBF000000

⌨️ 快捷键说明

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