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

📄 dfm_transpara.dfm

📁 仓库管理系统 仓库管理系统
💻 DFM
字号:
object dfmtranspara: Tdfmtranspara
  Left = 312
  Top = 253
  Width = 398
  Height = 218
  Caption = #25968#25454#20256#36755#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar1: TStatusBar
    Left = 0
    Top = 172
    Width = 390
    Height = 19
    Panels = <>
    SimplePanel = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 136
    Width = 390
    Height = 36
    Align = alBottom
    TabOrder = 1
    object DBNavigator1: TDBNavigator
      Left = 7
      Top = 6
      Width = 240
      Height = 25
      DataSource = DataSource1
      TabOrder = 0
    end
  end
  object DBGridEh1: TDBGridEh
    Left = 0
    Top = 0
    Width = 390
    Height = 136
    Align = alClient
    DataSource = DataSource1
    FooterColor = clWindow
    FooterFont.Charset = DEFAULT_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -11
    FooterFont.Name = 'MS Sans Serif'
    FooterFont.Style = []
    FrozenCols = 1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        EditButtons = <>
        FieldName = 'cname'
        Footers = <>
        Title.Caption = #39033#30446
      end
      item
        EditButtons = <>
        FieldName = 'cbmh'
        Footers = <>
        Title.Caption = #25509#25910#37096#38376
      end
      item
        EditButtons = <>
        FieldName = 'cip'
        Footers = <>
        Title.Caption = 'FTP'#20027#26426
      end
      item
        EditButtons = <>
        FieldName = 'cport'
        Footers = <>
        Title.Caption = #31471#21475
      end
      item
        EditButtons = <>
        FieldName = 'cuserid'
        Footers = <>
        Title.Caption = #29992#25143#21517
      end
      item
        EditButtons = <>
        FieldName = 'cpassword'
        Footers = <>
        Title.Caption = #21475#20196
      end
      item
        EditButtons = <>
        FieldName = 'ctimeout'
        Footers = <>
        Title.Caption = #36229#26102#35774#32622
      end
      item
        EditButtons = <>
        FieldName = 'cftpup'
        Footers = <>
        Title.Caption = 'FTP'#19978#20256#28857
      end
      item
        EditButtons = <>
        FieldName = 'cftpdown'
        Footers = <>
        Title.Caption = 'FTP'#19979#36733#28857
      end>
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 224
    Top = 16
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = dmRainbowMIS.adopos
    CursorType = ctStatic
    TableName = 't_transpara'
    Left = 256
    Top = 16
  end
end

⌨️ 快捷键说明

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