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

📄 yhqx.dfm

📁 仓库管理信息系统
💻 DFM
字号:
object yhqxfrm: Tyhqxfrm
  Left = 190
  Top = 91
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #29992#25143#26435#38480
  ClientHeight = 414
  ClientWidth = 599
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 231
    Top = 0
    Width = 368
    Height = 414
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 0
    object DBGridEh2: TDBGridEh
      Left = 0
      Top = 30
      Width = 368
      Height = 384
      Align = alClient
      DataSource = dm.cdqxds
      Flat = True
      FooterColor = clWindow
      FooterFont.Charset = DEFAULT_CHARSET
      FooterFont.Color = clWindowText
      FooterFont.Height = -13
      FooterFont.Name = #23435#20307
      FooterFont.Style = []
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -13
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      Columns = <
        item
          EditButtons = <>
          FieldName = #33756#21333#21517#31216
          Footers = <>
          ReadOnly = True
        end
        item
          EditButtons = <>
          FieldName = #20998#31867#21517#31216
          Footers = <>
          ReadOnly = True
        end
        item
          EditButtons = <>
          FieldName = #26435#38480
          Footers = <>
        end>
    end
    object Panel2: TPanel
      Left = 0
      Top = 0
      Width = 368
      Height = 30
      Align = alTop
      BevelOuter = bvNone
      TabOrder = 1
      object Label5: TLabel
        Left = 8
        Top = 6
        Width = 59
        Height = 21
        AutoSize = False
        Caption = #20998#31867#26435#38480' '
      end
      object dblk_dq: TDBLookupComboboxEh
        Left = 67
        Top = 2
        Width = 89
        Height = 21
        EditButtons = <>
        KeyField = #33756#21333#20998#31867'id'
        ListField = #33756#21333#20998#31867#21517#31216
        ListSource = dm.cdflds
        TabOrder = 0
        Visible = True
      end
      object CheckBox1: TCheckBox
        Left = 169
        Top = 2
        Width = 107
        Height = 21
        Caption = #24403#21069#20998#31867#26435#38480
        TabOrder = 1
        OnClick = CheckBox1Click
      end
      object CheckBox2: TCheckBox
        Left = 279
        Top = 2
        Width = 77
        Height = 21
        Caption = #20840#37096#26435#38480
        TabOrder = 2
        OnClick = CheckBox2Click
      end
    end
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 231
    Height = 414
    Align = alLeft
    Caption = #29992#25143#32500#25252
    TabOrder = 1
    object Label1: TLabel
      Left = 41
      Top = 54
      Width = 40
      Height = 13
      Caption = #29992#25143'id'
      FocusControl = DBEdit1
    end
    object Label2: TLabel
      Left = 29
      Top = 81
      Width = 52
      Height = 13
      Caption = #29992#25143#21517#31216
      FocusControl = DBEdit2
    end
    object Label3: TLabel
      Left = 29
      Top = 116
      Width = 52
      Height = 13
      Caption = #36755#20837#23494#30721
    end
    object Label4: TLabel
      Left = 16
      Top = 145
      Width = 65
      Height = 13
      Caption = #20877#36755#20837#23494#30721
    end
    object DBGridEh1: TDBGridEh
      Left = 2
      Top = 175
      Width = 227
      Height = 237
      Align = alBottom
      DataSource = dm.yhds
      Flat = True
      FooterColor = clWindow
      FooterFont.Charset = DEFAULT_CHARSET
      FooterFont.Color = clWindowText
      FooterFont.Height = -13
      FooterFont.Name = #23435#20307
      FooterFont.Style = []
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -13
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      Columns = <
        item
          EditButtons = <>
          FieldName = #29992#25143'id'
          Footers = <>
          Width = 50
        end
        item
          EditButtons = <>
          FieldName = #29992#25143#21517#31216
          Footers = <>
        end>
    end
    object DBEdit1: TDBEdit
      Left = 90
      Top = 47
      Width = 48
      Height = 21
      DataField = #29992#25143'id'
      DataSource = dm.yhds
      TabOrder = 1
    end
    object DBEdit2: TDBEdit
      Left = 90
      Top = 78
      Width = 83
      Height = 21
      DataField = #29992#25143#21517#31216
      DataSource = dm.yhds
      TabOrder = 2
    end
    object DBNavigator1: TDBNavigator
      Left = 2
      Top = 15
      Width = 227
      Height = 25
      DataSource = dm.yhds
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel]
      Align = alTop
      Flat = True
      Hints.Strings = (
        #31532#19968#26465
        #21069#19968#26465
        #19979#19968#26465
        #26368#21518#19968#26465
        #22686#21152
        #21024#38500
        #20462#25913
        #20445#23384
        #21462#28040
        #21047#26032)
      ParentShowHint = False
      ShowHint = True
      TabOrder = 3
    end
    object Edit1: TEdit
      Left = 90
      Top = 111
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 4
    end
    object Edit2: TEdit
      Left = 90
      Top = 142
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 5
    end
  end
end

⌨️ 快捷键说明

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