materail.dfm.~1~

来自「用于工厂对于门花尺寸进行自动计算」· ~1~ 代码 · 共 58 行

~1~
58
字号
object frmMaterail: TfrmMaterail
  Left = 0
  Top = 0
  Caption = #26448#26009#31649#29702
  ClientHeight = 261
  ClientWidth = 522
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 522
    Height = 220
    Align = alClient
    TabOrder = 0
    ExplicitHeight = 177
  end
  object Panel2: TPanel
    Left = 0
    Top = 220
    Width = 522
    Height = 41
    Align = alBottom
    TabOrder = 1
    ExplicitTop = 196
    object btnOK: TButton
      Left = 304
      Top = 6
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 0
      OnClick = btnOKClick
    end
    object btnCancel: TButton
      Left = 400
      Top = 6
      Width = 75
      Height = 25
      Caption = #36820#22238
      TabOrder = 1
      OnClick = btnCancelClick
    end
  end
  object ADOConnection1: TADOConnection
    Left = 24
    Top = 8
  end
end

⌨️ 快捷键说明

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