⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 oil.dfm

📁 民航飞机生产管理系统,实现了飞机定检坚控,小时卡起落卡等的坚控,并能生成工作任务包
💻 DFM
字号:
object Form24: TForm24
  Left = 239
  Top = 174
  BorderStyle = bsDialog
  Caption = '油样成分含量标准'
  ClientHeight = 284
  ClientWidth = 375
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 375
    Height = 284
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 8
      Width = 42
      Height = 14
      Caption = '成分:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 80
      Top = 8
      Width = 56
      Height = 14
      Caption = 'MD82滑油'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 152
      Top = 8
      Width = 56
      Height = 14
      Caption = 'MD90滑油'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 224
      Top = 8
      Width = 70
      Height = 14
      Caption = 'MD82液压油'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 296
      Top = 8
      Width = 70
      Height = 14
      Caption = 'MD90液压油'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object oil82m: TMemo
      Left = 80
      Top = 24
      Width = 57
      Height = 217
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      Lines.Strings = (
        'oil82m')
      ParentFont = False
      TabOrder = 0
    end
    object oil90m: TMemo
      Left = 152
      Top = 24
      Width = 57
      Height = 217
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      Lines.Strings = (
        'Memo1')
      ParentFont = False
      TabOrder = 1
    end
    object hydr82: TMemo
      Left = 224
      Top = 24
      Width = 57
      Height = 217
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      Lines.Strings = (
        'Memo1')
      ParentFont = False
      TabOrder = 2
    end
    object hydr90: TMemo
      Left = 296
      Top = 24
      Width = 57
      Height = 217
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      Lines.Strings = (
        'Memo1')
      ParentFont = False
      TabOrder = 3
    end
    object Memo5: TMemo
      Left = 24
      Top = 24
      Width = 49
      Height = 217
      Color = clMenu
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      Lines.Strings = (
        'Fe'
        'Cu'
        'Ti'
        'Ag'
        'Mg'
        'Cr'
        'Si'
        'Ni'
        'Al'
        '粘度'
        '酸值'
        '闪点'
        '比重'
        '水分'
        '污染度')
      ParentFont = False
      TabOrder = 4
    end
    object Button1: TButton
      Left = 72
      Top = 248
      Width = 75
      Height = 25
      Caption = '确定[&O]'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ModalResult = 1
      ParentFont = False
      TabOrder = 5
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 232
      Top = 248
      Width = 75
      Height = 25
      Caption = '取消[&C]'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 6
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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