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

📄 updownset.dfm

📁 本图书管理系统一sql server为数据库开发平台
💻 DFM
字号:
object UpDownsetForm: TUpDownsetForm
  Left = 206
  Top = 264
  BorderStyle = bsSingle
  Caption = #24211#23384#38480#21046#31649#29702
  ClientHeight = 123
  ClientWidth = 370
  Color = 16248814
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 69
    Top = 90
    Width = 73
    Height = 25
    Caption = '&C'#20462#25913
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsUnderline]
    ParentFont = False
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 149
    Top = 90
    Width = 73
    Height = 25
    Caption = '&E'#30830#23450
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsUnderline]
    ParentFont = False
    OnClick = SpeedButton2Click
  end
  object SpeedButton3: TSpeedButton
    Left = 229
    Top = 90
    Width = 73
    Height = 25
    Caption = '&X'#20851#38381
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsUnderline]
    ParentFont = False
    OnClick = SpeedButton3Click
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 370
    Height = 81
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    ParentColor = True
    TabOrder = 0
    object Label1: TLabel
      Left = 5
      Top = 13
      Width = 80
      Height = 16
      Caption = #22270#20070#32534#21495#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 182
      Top = 13
      Width = 80
      Height = 16
      Caption = #20070'    '#21517#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 5
      Top = 45
      Width = 80
      Height = 16
      Caption = #24211#23384#19978#38480#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 181
      Top = 45
      Width = 80
      Height = 16
      Caption = #24211#23384#19979#38480#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Edit2: TEdit
      Left = 77
      Top = 44
      Width = 100
      Height = 21
      BevelKind = bkFlat
      BevelOuter = bvRaised
      BorderStyle = bsNone
      Ctl3D = True
      Enabled = False
      ParentCtl3D = False
      TabOrder = 2
    end
    object Edit1: TEdit
      Left = 256
      Top = 44
      Width = 97
      Height = 21
      BevelKind = bkFlat
      BevelOuter = bvRaised
      BorderStyle = bsNone
      Ctl3D = True
      Enabled = False
      ParentCtl3D = False
      TabOrder = 3
    end
    object ComboBox1: TComboBox
      Left = 76
      Top = 10
      Width = 101
      Height = 21
      BevelKind = bkFlat
      BevelOuter = bvRaised
      ItemHeight = 13
      TabOrder = 0
      OnSelect = ComboBox1Select
    end
    object ComboBox2: TComboBox
      Left = 256
      Top = 10
      Width = 97
      Height = 21
      BevelKind = bkFlat
      BevelOuter = bvRaised
      ItemHeight = 13
      TabOrder = 1
      OnSelect = ComboBox2Select
    end
  end
end

⌨️ 快捷键说明

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