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

📄 oilbgdset.dfm

📁 民航飞机生产管理系统,实现了飞机定检坚控,小时卡起落卡等的坚控,并能生成工作任务包
💻 DFM
字号:
object Form50: TForm50
  Left = 274
  Top = 233
  BorderStyle = bsDialog
  Caption = '油样'
  ClientHeight = 160
  ClientWidth = 198
  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 = 198
    Height = 160
    Align = alClient
    BevelInner = bvLowered
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 28
      Height = 14
      Caption = '机号'
    end
    object Label2: TLabel
      Left = 16
      Top = 48
      Width = 14
      Height = 14
      Caption = '年'
    end
    object Label3: TLabel
      Left = 16
      Top = 80
      Width = 14
      Height = 14
      Caption = '月'
    end
    object nian: TComboBox
      Left = 72
      Top = 48
      Width = 105
      Height = 22
      ItemHeight = 14
      TabOrder = 0
      Items.Strings = (
        '2000'
        '2001'
        '2002'
        '2003'
        '2004'
        '2005'
        '2006'
        '2007'
        '2008'
        '2009'
        '2010')
    end
    object jihao: TComboBox
      Left = 72
      Top = 16
      Width = 105
      Height = 22
      ItemHeight = 14
      TabOrder = 1
    end
    object yue: TComboBox
      Left = 72
      Top = 80
      Width = 105
      Height = 22
      ItemHeight = 14
      TabOrder = 2
      Items.Strings = (
        '1'
        '2'
        '3'
        '4'
        '5'
        '6'
        '7'
        '8'
        '9'
        '10'
        '11'
        '12')
    end
    object Button1: TButton
      Left = 16
      Top = 120
      Width = 75
      Height = 25
      Caption = '确定[&O]'
      ModalResult = 1
      TabOrder = 3
    end
    object Button2: TButton
      Left = 112
      Top = 120
      Width = 75
      Height = 25
      Caption = '取消[&C]'
      ModalResult = 2
      TabOrder = 4
    end
  end
end

⌨️ 快捷键说明

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