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

📄 unitserchnerveruse.dfm

📁 delphi+sql server 我是delphi的初学者
💻 DFM
字号:
object Formserchnerveruse: TFormserchnerveruse
  Left = 283
  Top = 267
  Width = 348
  Height = 136
  Caption = #26597#35810#26410#26680#38144#21333#25454
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 340
    Height = 68
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 19
      Top = 16
      Width = 48
      Height = 13
      Caption = #21333#25454#21495#30721
    end
    object Label2: TLabel
      Left = 19
      Top = 40
      Width = 62
      Height = 13
      AutoSize = False
      Caption = #21333#25454#31867#22411
    end
    object Edid: TEdit
      Left = 84
      Top = 13
      Width = 224
      Height = 21
      TabOrder = 0
      Text = 'Edid'
      OnKeyDown = EdidKeyDown
      OnKeyPress = EdidKeyPress
    end
    object Clx: TComboBox
      Left = 85
      Top = 37
      Width = 222
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      Text = 'Clx'
      OnKeyDown = ClxKeyDown
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 68
    Width = 340
    Height = 41
    Align = alBottom
    BevelInner = bvLowered
    Color = clAppWorkSpace
    TabOrder = 1
    object Button1: TButton
      Left = 96
      Top = 10
      Width = 104
      Height = 25
      Caption = #30830#23450
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 202
      Top = 10
      Width = 104
      Height = 25
      Caption = #36864#20986
      TabOrder = 1
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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