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

📄 lingshou.dfm

📁 一个用VC写的超市管理系统
💻 DFM
字号:
object fm_lingshou_gl: Tfm_lingshou_gl
  Left = 241
  Top = 163
  BorderStyle = bsDialog
  Caption = #38646#21806#31649#29702
  ClientHeight = 298
  ClientWidth = 773
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label4: TLabel
    Left = 24
    Top = 259
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #21333#25454#24635#25968
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 224
    Top = 259
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #25968#37327#21512#35745
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 424
    Top = 259
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #37329#39069#21512#35745
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 624
    Top = 152
    Width = 108
    Height = 13
    Caption = #36755#23436#20195#30721#25353#22238#36710#26597#35810
  end
  object lb: TDBGrid
    Left = 16
    Top = 8
    Width = 585
    Height = 233
    DataSource = dm_data.dc_xiaoshou_lb
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'danjuhao'
        Title.Caption = #21333#25454#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'code'
        Title.Caption = #36135#21495
        Width = 66
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'name'
        Title.Caption = #36135#21517
        Width = 112
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shuliang'
        Title.Caption = #25968#37327
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shoujia'
        Title.Caption = #21806#20215
        Width = 46
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'jine'
        Title.Caption = #37329#39069
        Width = 41
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'dt'
        Title.Caption = #26102#38388
        Width = 113
        Visible = True
      end>
  end
  object dt: TDateTimePicker
    Left = 632
    Top = 32
    Width = 105
    Height = 21
    CalAlignment = dtaLeft
    Date = 37951.719463044
    Time = 37951.719463044
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 0
    OnChange = dtChange
  end
  object Button1: TButton
    Left = 640
    Top = 184
    Width = 89
    Height = 25
    Caption = #21024#38500#36873#23450#35760#24405
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 648
    Top = 256
    Width = 89
    Height = 25
    Caption = #20851#38381
    TabOrder = 3
    OnClick = Button2Click
  end
  object danju: TEdit
    Left = 112
    Top = 256
    Width = 73
    Height = 21
    ReadOnly = True
    TabOrder = 4
  end
  object shuliang: TEdit
    Left = 312
    Top = 256
    Width = 73
    Height = 21
    ReadOnly = True
    TabOrder = 5
  end
  object jine: TEdit
    Left = 512
    Top = 256
    Width = 73
    Height = 21
    ReadOnly = True
    TabOrder = 6
  end
  object RadioButton1: TRadioButton
    Left = 632
    Top = 8
    Width = 89
    Height = 17
    Caption = #25353#26085#26399#26597#35810
    Checked = True
    TabOrder = 7
    TabStop = True
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 632
    Top = 96
    Width = 89
    Height = 17
    Caption = #25353#20195#30721#26597#35810
    TabOrder = 8
    OnClick = RadioButton2Click
  end
  object code: TEdit
    Left = 632
    Top = 120
    Width = 105
    Height = 21
    TabOrder = 9
    OnKeyPress = codeKeyPress
  end
end

⌨️ 快捷键说明

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