checkserverunit.~dfm

来自「很好地delphi书籍源码」· ~DFM 代码 · 共 94 行

~DFM
94
字号
object Form1: TForm1
  Left = 229
  Top = 209
  Width = 466
  Height = 283
  Caption = #21019#24314#25968#25454#24211
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 88
    Top = 14
    Width = 39
    Height = 13
    Caption = #26381#21153#22120
  end
  object Label2: TLabel
    Left = 44
    Top = 68
    Width = 377
    Height = 29
    Caption = #23486#39302#31649#29702#31995#32479#25968#25454#24211#37197#32622#31243#24207
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -29
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object ServerCB: TComboBox
    Left = 134
    Top = 12
    Width = 161
    Height = 21
    ItemHeight = 13
    TabOrder = 0
  end
  object CheckButton: TButton
    Left = 154
    Top = 122
    Width = 129
    Height = 25
    Caption = #26816#27979#31995#32479#25968#25454#24211
    TabOrder = 1
    OnClick = CheckButtonClick
  end
  object CreateButton: TButton
    Left = 154
    Top = 146
    Width = 129
    Height = 25
    Caption = #21019#24314#25968#25454#24211#31995#32479
    TabOrder = 2
    OnClick = CreateButtonClick
  end
  object RestoreButton: TButton
    Left = 154
    Top = 170
    Width = 129
    Height = 25
    Caption = #36824#21407#31995#32479#25968#25454#24211
    Enabled = False
    TabOrder = 3
    OnClick = RestoreButtonClick
  end
  object WriteButton: TButton
    Left = 154
    Top = 194
    Width = 129
    Height = 25
    Caption = #20851#38381
    TabOrder = 4
    OnClick = WriteButtonClick
  end
  object Query1: TQuery
    Left = 8
    Top = 8
  end
  object Database1: TDatabase
    SessionName = 'Default'
    Left = 8
    Top = 40
  end
end

⌨️ 快捷键说明

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