selbill1.dfm

来自「飞恒进销存(超市批发)管理系统V5.1(含源程序) 语言:Delphi 6/7」· DFM 代码 · 共 98 行

DFM
98
字号
object dlgSelBill1: TdlgSelBill1
  Left = 39
  Top = 131
  Width = 589
  Height = 379
  Caption = #21333#25454#26597#35810
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object PanelCondition: TPanel
    Left = 0
    Top = 0
    Width = 581
    Height = 39
    Align = alTop
    Alignment = taLeftJustify
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Caption = '  '#26597#35810#26465#20214#65306'[ ]'
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 0
    Top = 316
    Width = 581
    Height = 36
    Align = alBottom
    BevelOuter = bvNone
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object cmdExit: TSpeedButton
      Left = 428
      Top = 7
      Width = 50
      Height = 22
      Caption = #36864#20986
      Flat = True
      OnClick = cmdExitClick
    end
    object cmdFilter: TSpeedButton
      Left = 32
      Top = 7
      Width = 50
      Height = 22
      Caption = #36807#28388
      Flat = True
      OnClick = cmdFilterClick
    end
    object cmdOk: TSpeedButton
      Left = 353
      Top = 7
      Width = 50
      Height = 22
      Caption = #36873#20013
      Flat = True
      OnClick = cmdOkClick
    end
  end
  object dbGrid1: TDBGridEh
    Left = 0
    Top = 39
    Width = 581
    Height = 277
    Align = alClient
    FixedColor = 9090758
    Flat = True
    FooterColor = clWindow
    FooterFont.Charset = GB2312_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -12
    FooterFont.Name = #23435#20307
    FooterFont.Style = []
    Options = [dgEditing, dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    TitleHeight = 16
  end
end

⌨️ 快捷键说明

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