unit_mater_sumcancel.dfm

来自「此代码为企业原料管理代码」· DFM 代码 · 共 76 行

DFM
76
字号
object Form_Mater_SumCancel: TForm_Mater_SumCancel
  Left = 192
  Top = 107
  HorzScrollBar.Visible = False
  VertScrollBar.Visible = False
  BorderStyle = bsDialog
  Caption = '宁波市巨龙橡塑有限公司'
  ClientHeight = 158
  ClientWidth = 287
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 14
  object Bevel1: TBevel
    Left = 0
    Top = 88
    Width = 289
    Height = 18
    Shape = bsBottomLine
  end
  object DateTimePicker_Date: TDateTimePicker
    Left = 16
    Top = 72
    Width = 121
    Height = 22
    CalAlignment = dtaLeft
    Date = 36884.6710655093
    Time = 36884.6710655093
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 112
    Top = 120
    Width = 75
    Height = 25
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 192
    Top = 120
    Width = 75
    Height = 25
    Caption = '返回'
    TabOrder = 2
    Kind = bkClose
  end
  object Panel_Rep: TPanel
    Left = 7
    Top = 15
    Width = 258
    Height = 25
    TabOrder = 3
  end
  object Panel1: TPanel
    Left = 7
    Top = 40
    Width = 258
    Height = 25
    Alignment = taLeftJustify
    Caption = ' 请输入反结账的日期'
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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