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

📄 goodsselectunit.dfm

📁 安装完成后
💻 DFM
字号:
object GoodsSelectForm: TGoodsSelectForm
  Left = 299
  Top = 202
  Width = 536
  Height = 480
  Caption = 'GoodsSelectForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PanelBkGnd: TPanel
    Left = 0
    Top = 0
    Width = 528
    Height = 453
    Align = alClient
    BevelOuter = bvNone
    Ctl3D = True
    ParentCtl3D = False
    TabOrder = 0
    object SG_data: TStringGrid
      Left = 0
      Top = 60
      Width = 528
      Height = 372
      Align = alClient
      ColCount = 3
      Ctl3D = False
      DefaultRowHeight = 18
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect]
      ParentCtl3D = False
      TabOrder = 0
      OnDblClick = SG_dataDblClick
      RowHeights = (
        18
        18
        18
        18
        18)
    end
    object StatusBar1: TStatusBar
      Left = 0
      Top = 432
      Width = 528
      Height = 21
      Panels = <
        item
          Text = #20840#31243#26234#33021#27169#31946#26597#25214
          Width = 50
        end>
    end
    object Panel: TPanel
      Left = 0
      Top = 25
      Width = 528
      Height = 35
      Align = alTop
      BevelInner = bvRaised
      BevelOuter = bvLowered
      TabOrder = 2
      object Label2: TLabel
        Left = 282
        Top = 12
        Width = 60
        Height = 12
        Caption = #26597#25214#30446#26631#65306
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object SB_find: TSpeedButton
        Left = 495
        Top = 6
        Width = 23
        Height = 22
        Hint = #36873#20013
        Flat = True
        Glyph.Data = {
          9E000000424D9E000000000000007600000028000000070000000A0000000100
          0400000000002800000000000000000000001000000000000000000000000000
          8000008000000080800080000000800080008080000080808000C0C0C0000000
          FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFF0FFF0
          FFF0FF000FF0F00F00F0F0FFF0F0FFF0FFF0FF000FF0F00F00F0F0FFF0F0FFFF
          FFF0}
        ParentShowHint = False
        ShowHint = True
        OnClick = TB_SelectClick
      end
      object Label1: TLabel
        Left = 8
        Top = 12
        Width = 96
        Height = 12
        Caption = #25353#21830#21697#20998#31867#26597#25214#65306
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object Bevel1: TBevel
        Left = 266
        Top = 2
        Width = 3
        Height = 31
        Align = alCustom
      end
      object E_find: TEdit
        Left = 352
        Top = 8
        Width = 140
        Height = 19
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 0
        OnChange = E_findChange
        OnKeyPress = E_findKeyPress
      end
      object CB_Name: TComboBox
        Left = 112
        Top = 8
        Width = 145
        Height = 21
        Style = csDropDownList
        ItemHeight = 13
        TabOrder = 1
        OnChange = CB_NameChange
      end
    end
    object ControlBar1: TControlBar
      Left = 0
      Top = 0
      Width = 528
      Height = 25
      Align = alTop
      BevelEdges = []
      BevelInner = bvNone
      TabOrder = 3
      object ToolBar1: TToolBar
        Left = 11
        Top = 2
        Width = 511
        Height = 20
        AutoSize = True
        ButtonHeight = 20
        ButtonWidth = 55
        Caption = 'ToolBar1'
        EdgeBorders = []
        Flat = True
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        ShowCaptions = True
        TabOrder = 0
        object TB_Select: TToolButton
          Left = 0
          Top = 0
          Cursor = crHandPoint
          AutoSize = True
          Caption = #36873#20013'[&S]'
          ImageIndex = 0
          OnClick = TB_SelectClick
        end
        object TB_EDIT: TToolButton
          Left = 53
          Top = 0
          Cursor = crHandPoint
          AutoSize = True
          Caption = #32534#36753'[&B]'
          ImageIndex = 1
          OnClick = TB_EDITClick
        end
        object tb_Add: TToolButton
          Left = 106
          Top = 0
          Caption = #22686#21152'[&R]'
          ImageIndex = 10
          OnClick = tb_AddClick
        end
        object TB_DEL: TToolButton
          Left = 161
          Top = 0
          Cursor = crHandPoint
          AutoSize = True
          Caption = #21024#38500'[&C]'
          ImageIndex = 3
          OnClick = TB_DELClick
        end
        object ToolButton5: TToolButton
          Left = 214
          Top = 0
          Width = 8
          Caption = 'ToolButton5'
          ImageIndex = 4
          Style = tbsSeparator
        end
        object TB_EXIT: TToolButton
          Left = 222
          Top = 0
          Cursor = crHandPoint
          AutoSize = True
          Caption = #36864#20986'[&X]'
          ImageIndex = 9
          OnClick = TB_EXITClick
        end
      end
    end
  end
  object Query_data: TQuery
    Left = 24
    Top = 216
  end
  object query_basemess: TQuery
    Left = 24
    Top = 176
  end
end

⌨️ 快捷键说明

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