finadd.dfm.~14~

来自「delphi2007开发的汽车配件进销存系统.实用级的源码.」· ~14~ 代码 · 共 195 行

~14~
195
字号
object Frminadd: TFrminadd
  Left = 0
  Top = 0
  BorderStyle = bsNone
  Caption = #36827#36135' - '#28155#21152
  ClientHeight = 310
  ClientWidth = 340
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object cxPageControl1: TcxPageControl
    Left = 0
    Top = 0
    Width = 340
    Height = 310
    ActivePage = cxTabSheet1
    Align = alClient
    LookAndFeel.Kind = lfOffice11
    LookAndFeel.NativeStyle = False
    ShowFrame = True
    Style = 8
    TabOrder = 0
    ClientRectBottom = 309
    ClientRectLeft = 1
    ClientRectRight = 339
    ClientRectTop = 26
    object cxTabSheet1: TcxTabSheet
      Caption = #36827#36135' - '#28155#21152
      ImageIndex = 0
      ExplicitLeft = 2
      ExplicitTop = 28
      object cxDBTextEdit1: TcxDBTextEdit
        Left = 70
        Top = 16
        DataBinding.DataField = 'hw'
        DataBinding.DataSource = DM.ds2
        TabOrder = 0
        Width = 223
      end
      object cxDBTextEdit2: TcxDBTextEdit
        Left = 70
        Top = 42
        DataBinding.DataField = 'bm'
        DataBinding.DataSource = DM.ds2
        TabOrder = 1
        Width = 169
      end
      object cxDBTextEdit3: TcxDBTextEdit
        Left = 70
        Top = 69
        DataBinding.DataField = 'pm'
        DataBinding.DataSource = DM.ds2
        TabOrder = 2
        Width = 223
      end
      object cxDBTextEdit4: TcxDBTextEdit
        Left = 70
        Top = 96
        DataBinding.DataField = 'gg'
        DataBinding.DataSource = DM.ds2
        TabOrder = 3
        Width = 169
      end
      object cxDBTextEdit5: TcxDBTextEdit
        Left = 70
        Top = 122
        DataBinding.DataField = 'cd'
        DataBinding.DataSource = DM.ds2
        TabOrder = 4
        Width = 169
      end
      object cxDBTextEdit6: TcxDBTextEdit
        Left = 70
        Top = 149
        DataBinding.DataField = 'dw'
        DataBinding.DataSource = DM.ds2
        TabOrder = 5
        Width = 78
      end
      object cxDBTextEdit7: TcxDBTextEdit
        Left = 70
        Top = 176
        DataBinding.DataField = 'jj'
        DataBinding.DataSource = DM.ds2
        TabOrder = 6
        Width = 89
      end
      object cxDBTextEdit8: TcxDBTextEdit
        Left = 204
        Top = 176
        DataBinding.DataField = 'dj'
        DataBinding.DataSource = DM.ds2
        TabOrder = 7
        Width = 89
      end
      object cxLabel1: TcxLabel
        Left = 33
        Top = 15
        Caption = #36135#20301#65306
        Transparent = True
      end
      object cxLabel2: TcxLabel
        Left = 33
        Top = 42
        Caption = #32534#30721#65306
        Transparent = True
      end
      object cxLabel3: TcxLabel
        Left = 33
        Top = 69
        Caption = #21697#21517#65306
        Transparent = True
      end
      object cxLabel4: TcxLabel
        Left = 33
        Top = 96
        Caption = #35268#26684#65306
        Transparent = True
      end
      object cxLabel5: TcxLabel
        Left = 33
        Top = 123
        Caption = #20135#22320#65306
        Transparent = True
      end
      object cxLabel6: TcxLabel
        Left = 33
        Top = 150
        Caption = #21333#20301#65306
        Transparent = True
      end
      object cxLabel7: TcxLabel
        Left = 33
        Top = 177
        Caption = #36827#20215#65306
        Transparent = True
      end
      object cxLabel8: TcxLabel
        Left = 167
        Top = 177
        Caption = #21333#20215#65306
        Transparent = True
      end
      object cxLabel9: TcxLabel
        Left = 9
        Top = 203
        Caption = #36827#36135#25968#37327#65306
        Transparent = True
      end
      object cxTextEdit1: TcxTextEdit
        Left = 70
        Top = 202
        TabOrder = 17
        OnKeyPress = cxTextEdit1KeyPress
        Width = 121
      end
      object cxButton2: TcxButton
        Left = 73
        Top = 240
        Width = 75
        Height = 25
        Caption = #25552#20132
        TabOrder = 18
        OnClick = cxButton2Click
      end
      object cxButton3: TcxButton
        Left = 183
        Top = 240
        Width = 75
        Height = 25
        Caption = #21462#28040
        TabOrder = 19
        OnClick = cxButton1Click
      end
    end
  end
  object cxButton1: TcxButton
    Left = 287
    Top = 1
    Width = 51
    Height = 21
    Caption = #20851#38381
    TabOrder = 1
    OnClick = cxButton1Click
  end
end

⌨️ 快捷键说明

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