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

📄 basegroup.dfm

📁 产品信息系统!关于产品基础信息的系统!功能强大!
💻 DFM
字号:
inherited frmBaseGroup: TfrmBaseGroup
  Left = 355
  Top = 237
  VertScrollBar.Range = 0
  BorderIcons = [biMinimize, biMaximize]
  BorderStyle = bsDialog
  Caption = #29992#25143#32452#31649#29702
  ClientHeight = 382
  ClientWidth = 528
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter [0]
    Left = 209
    Top = 38
    Width = 5
    Height = 344
  end
  inherited ToolBar: TToolBar
    Width = 528
    inherited ToolButton3: TToolButton
      Visible = False
    end
  end
  object dbgGroup: TDBGrid [2]
    Left = 0
    Top = 38
    Width = 209
    Height = 344
    Align = alLeft
    DataSource = dsBaseInfo
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
  end
  object Panel1: TPanel [3]
    Left = 214
    Top = 38
    Width = 314
    Height = 344
    Align = alClient
    TabOrder = 2
    object Panel2: TPanel
      Left = 8
      Top = 16
      Width = 225
      Height = 281
      BevelOuter = bvNone
      BorderStyle = bsSingle
      TabOrder = 0
      object Label1: TLabel
        Left = 8
        Top = 16
        Width = 39
        Height = 13
        Alignment = taRightJustify
        Caption = #32534#21495#65306
      end
      object Label2: TLabel
        Left = 8
        Top = 49
        Width = 39
        Height = 13
        Alignment = taRightJustify
        Caption = #21517#31216#65306
      end
      object Label3: TLabel
        Left = 10
        Top = 79
        Width = 39
        Height = 13
        Alignment = taRightJustify
        Caption = #22791#27880#65306
        Transparent = True
      end
      object DBEdit2: TDBEdit
        Left = 49
        Top = 45
        Width = 160
        Height = 21
        DataField = 'fName'
        DataSource = dsBaseInfo
        TabOrder = 0
      end
      object DBEdit1: TDBEdit
        Left = 49
        Top = 13
        Width = 104
        Height = 21
        CharCase = ecUpperCase
        DataField = 'fCode'
        DataSource = dsBaseInfo
        TabOrder = 1
      end
      object DBMemo1: TDBMemo
        Left = 48
        Top = 79
        Width = 161
        Height = 138
        DataField = 'fNotes'
        DataSource = dsBaseInfo
        TabOrder = 2
      end
    end
  end
  inherited ALToolbar: TActionList
    Top = 68
  end
  inherited QBaseInfo: TADOQuery
    Connection = dmClient.adocnequip_manage
    AfterInsert = QBaseInfoAfterInsert
    SQL.Strings = (
      'Select * from tGroup')
    Left = 399
    Top = 40
    object QBaseInfofCode: TWideStringField
      DisplayLabel = #32534#21495
      DisplayWidth = 10
      FieldName = 'fCode'
      OnValidate = QBaseInfofCodeValidate
      Size = 50
    end
    object QBaseInfofName: TWideStringField
      DisplayLabel = #21517#31216
      DisplayWidth = 20
      FieldName = 'fName'
      Size = 50
    end
    object QBaseInfofAdminName: TWideStringField
      FieldName = 'fAdminName'
      Visible = False
      Size = 50
    end
    object QBaseInfofAdminPWD: TWideStringField
      FieldName = 'fAdminPWD'
      Visible = False
      Size = 50
    end
    object QBaseInfofStatus: TBooleanField
      FieldName = 'fStatus'
      Visible = False
    end
    object QBaseInfofNotes: TWideStringField
      FieldName = 'fNotes'
      Visible = False
      Size = 200
    end
  end
  inherited dsBaseInfo: TDataSource
    Left = 399
    Top = 65
  end
  inherited QIsUnique: TADOQuery
    CursorType = ctStatic
    Parameters = <
      item
        Name = 'Code'
        DataType = ftFixedChar
        NumericScale = 255
        Precision = 255
        Size = 50
        Value = Null
      end>
    SQL.Strings = (
      'select fid from tGroup where fcode=:Code')
    Left = 360
    Top = 88
  end
  inherited wwLookupDlg: TwwLookupDialog
    Selected.Strings = (
      'fCode'#9'10'#9#32534#21495#9'F'
      'fName'#9'20'#9#21517#31216#9'F')
  end
end

⌨️ 快捷键说明

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