gzyrpt.dfm.bak

来自「DELPHI 编写的生产企业管理软件 毛织管理器」· BAK 代码 · 共 123 行

BAK
123
字号
object gzyrptfm: Tgzyrptfm
  Left = 192
  Top = 107
  Width = 207
  Height = 131
  Caption = #24037#36039#26376#22577#34920
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 199
    Height = 104
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 24
      Height = 13
      Caption = #26085#26399
    end
    object Label2: TLabel
      Left = 97
      Top = 14
      Width = 12
      Height = 13
      Caption = #24180
    end
    object Label3: TLabel
      Left = 161
      Top = 14
      Width = 12
      Height = 13
      Caption = #26376
    end
    object Label4: TLabel
      Left = 8
      Top = 42
      Width = 24
      Height = 13
      Caption = #37096#38272
    end
    object SpinEdit1: TSpinEdit
      Left = 36
      Top = 6
      Width = 57
      Height = 22
      MaxValue = 0
      MinValue = 0
      TabOrder = 0
      Value = 0
    end
    object SpinEdit2: TSpinEdit
      Left = 116
      Top = 6
      Width = 45
      Height = 22
      MaxValue = 12
      MinValue = 1
      TabOrder = 1
      Value = 1
    end
    object ComboBox1: TComboBox
      Left = 38
      Top = 34
      Width = 134
      Height = 21
      ItemHeight = 13
      TabOrder = 2
    end
    object Button1: TButton
      Left = 74
      Top = 71
      Width = 57
      Height = 25
      Caption = #25171#21360
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 8
      Top = 71
      Width = 65
      Height = 25
      Caption = #25171#21360#35373#32622
      TabOrder = 4
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 132
      Top = 71
      Width = 57
      Height = 25
      Caption = #36864#20986
      TabOrder = 5
      OnClick = Button3Click
    end
  end
  object gzsaveqy: TQuery
    DatabaseName = 're_data'
    Left = 24
    Top = 24
  end
  object gzrptqy: TQuery
    DatabaseName = 're_data'
    Left = 88
    Top = 8
  end
end

⌨️ 快捷键说明

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