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

📄 jldwgl.dfm

📁 库房管理系统
💻 DFM
字号:
object jldwglfrm: Tjldwglfrm
  Left = 341
  Top = 204
  Width = 404
  Height = 322
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #24230#37327#21333#20301#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label5: TLabel
    Left = 168
    Top = 88
    Width = 45
    Height = 13
    Caption = #22522#26412'?'#20301':'
  end
  object grp1: TGroupBox
    Left = 0
    Top = 0
    Width = 396
    Height = 295
    Align = alClient
    Caption = #24230#37327#21333#20301#31649#29702
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    DesignSize = (
      396
      295)
    object grp2: TGroupBox
      Left = 9
      Top = 155
      Width = 383
      Height = 139
      Align = alCustom
      TabOrder = 0
      object dbgrd1: TDBGrid
        Left = 2
        Top = 14
        Width = 379
        Height = 123
        Align = alClient
        DataSource = DS_Units
        TabOrder = 0
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = 'fUnitCode'
            Title.Caption = #21333#20301#20195#30721
            Width = 50
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fUnitCNName'
            Title.Caption = #21333#20301#21517#31216
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'FAmout'
            Title.Caption = #27604#29575
            Width = 45
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fbaseUnits'
            Title.Caption = #22522#26412#21333#20301
            Width = 55
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fUnitstyle'
            Title.Caption = #21333#20301#31867#22411
            Width = 80
            Visible = True
          end>
      end
    end
    object grp3: TGroupBox
      Left = 9
      Top = 17
      Width = 382
      Height = 45
      Anchors = [akLeft, akTop, akRight]
      Caption = 'Operation Navigation'
      TabOrder = 1
      object DBNavigator1: TDBNavigator
        Left = 32
        Top = 16
        Width = 290
        Height = 25
        DataSource = DS_Units
        TabOrder = 0
      end
    end
    object grp4: TGroupBox
      Left = 8
      Top = 64
      Width = 385
      Height = 97
      Anchors = [akLeft, akTop, akRight]
      Caption = #21333#20301#20449#24687'?'#20837
      TabOrder = 2
      object Label1: TLabel
        Left = 8
        Top = 48
        Width = 54
        Height = 12
        Caption = #22522#26412#21333#20301':'
      end
      object Label2: TLabel
        Left = 168
        Top = 48
        Width = 48
        Height = 12
        Caption = #21333#20301#31867#22411
      end
      object Label3: TLabel
        Left = 8
        Top = 24
        Width = 54
        Height = 12
        Caption = #21333#20301#20195#30721':'
      end
      object Label4: TLabel
        Left = 24
        Top = 72
        Width = 30
        Height = 12
        Caption = #27604#29575':'
      end
      object Label6: TLabel
        Left = 168
        Top = 24
        Width = 48
        Height = 12
        Caption = #21333#20301#21517#31216
      end
      object DBEdit1: TDBEdit
        Left = 70
        Top = 19
        Width = 73
        Height = 20
        DataField = 'fUnitCode'
        DataSource = DS_Units
        TabOrder = 0
      end
      object DBEdit3: TDBEdit
        Left = 70
        Top = 67
        Width = 73
        Height = 20
        DataField = 'FAmout'
        DataSource = DS_Units
        TabOrder = 1
      end
      object DBEdit2: TDBEdit
        Left = 70
        Top = 43
        Width = 73
        Height = 20
        DataField = 'fbaseUnits'
        DataSource = DS_Units
        TabOrder = 2
      end
      object DBComboBox1: TDBComboBox
        Left = 224
        Top = 40
        Width = 73
        Height = 20
        DataField = 'fUnitstyle'
        DataSource = DS_Units
        ItemHeight = 12
        Items.Strings = (
          '?'#24230
          #24230#37327
          '?'#37327
          #20307'?')
        TabOrder = 3
      end
    end
  end
  object DBEdit4: TDBEdit
    Left = 232
    Top = 80
    Width = 73
    Height = 21
    DataField = 'fUnitCNName'
    DataSource = DS_Units
    TabOrder = 1
  end
  object Ado_Units: TADOQuery
    Active = True
    ConnectionString = 'file name=stockdb.udl'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from tUnits')
    Left = 177
    Top = 235
  end
  object DS_Units: TDataSource
    DataSet = Ado_Units
    Left = 209
    Top = 235
  end
end

⌨️ 快捷键说明

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