ykpdseach.dfm

来自「供销存软件」· DFM 代码 · 共 92 行

DFM
92
字号
object YKpdSeachForm: TYKpdSeachForm
  Left = 243
  Top = 214
  Width = 459
  Height = 285
  BorderIcons = [biSystemMenu]
  Caption = #30424#28857#30408#20111#25253#34920#26597#35810
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = #38582#20070
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 19
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 433
    Height = 193
    Caption = #30424#28857#21333#21495
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 8
      Top = 24
      Width = 417
      Height = 161
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -19
      TitleFont.Name = #38582#20070
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = #30424#28857#21333#21495
          Width = 117
          Visible = True
        end
        item
          Expanded = False
          FieldName = #30424#28857#26102#38388
          Width = 105
          Visible = True
        end
        item
          Expanded = False
          FieldName = #21512#35745#37329#39069
          Width = 90
          Visible = True
        end
        item
          Expanded = False
          FieldName = #25805#20316#21592
          Width = 68
          Visible = True
        end>
    end
  end
  object CheckBox1: TCheckBox
    Left = 8
    Top = 216
    Width = 129
    Height = 25
    Caption = #21482#26174#31034#30408#20111
    Checked = True
    State = cbChecked
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 264
    Top = 208
    Width = 81
    Height = 33
    Caption = #29983#25104
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 360
    Top = 208
    Width = 81
    Height = 33
    Caption = #36864#20986
    TabOrder = 3
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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