jsgl.dfm

来自「很好的药店进销存系统」· DFM 代码 · 共 147 行

DFM
147
字号
object jsgl_Form: Tjsgl_Form
  Left = 280
  Top = 224
  Width = 530
  Height = 256
  Caption = #32467#31639#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 522
    Height = 49
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 8
      Width = 72
      Height = 13
      Caption = #36873#25321#36141#29289#36710'    '
    end
    object gwc_CBox: TComboBox
      Left = 8
      Top = 24
      Width = 129
      Height = 22
      Style = csOwnerDrawFixed
      ItemHeight = 16
      TabOrder = 0
      OnChange = gwc_CBoxChange
    end
    object cmdok: TButton
      Left = 376
      Top = 16
      Width = 49
      Height = 25
      Caption = #32467#31639
      TabOrder = 1
      OnClick = cmdokClick
    end
    object cmdclose: TButton
      Left = 442
      Top = 16
      Width = 49
      Height = 25
      Caption = #21462' '#28040
      TabOrder = 2
      OnClick = cmdcloseClick
    end
    object yh_LEdit: TLabeledEdit
      Left = 144
      Top = 24
      Width = 65
      Height = 21
      EditLabel.Width = 30
      EditLabel.Height = 13
      EditLabel.Caption = #20248#24800'  '
      TabOrder = 3
      Text = '0.95'
    end
    object hj_LEdit: TLabeledEdit
      Left = 216
      Top = 24
      Width = 65
      Height = 21
      EditLabel.Width = 54
      EditLabel.Height = 13
      EditLabel.Caption = #21512#35745#37329#39069'  '
      ReadOnly = True
      TabOrder = 4
    end
    object yhje_LEdit: TLabeledEdit
      Left = 288
      Top = 24
      Width = 65
      Height = 21
      EditLabel.Width = 54
      EditLabel.Height = 13
      EditLabel.Caption = #20248#24800#37329#39069'  '
      ReadOnly = True
      TabOrder = 5
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 49
    Width = 522
    Height = 180
    Align = alClient
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #33647#32534#21495
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21517#31216
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = #31181#31867
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25968#37327
        Width = 50
        Visible = True
      end>
  end
  object Query1: TQuery
    Left = 314
    Top = 64
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 266
    Top = 72
  end
end

⌨️ 快捷键说明

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