databaserestore.dfm

来自「车辆管理系统」· DFM 代码 · 共 133 行

DFM
133
字号
inherited frmdatabaserestore: Tfrmdatabaserestore
  Left = 262
  Top = 272
  Width = 451
  Height = 201
  ActiveControl = Edit1
  Caption = #24674#22797#25968#25454#24211
  Font.Height = -15
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 15
  object GroupBox1: TGroupBox
    Left = 14
    Top = 14
    Width = 334
    Height = 146
    Caption = #25968#25454#24211#20449#24687
    TabOrder = 2
    object Label1: TLabel
      Left = 10
      Top = 30
      Width = 85
      Height = 18
      AutoSize = False
      Caption = 'SQL'#30331#20837#21517
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 10
      Top = 59
      Width = 85
      Height = 18
      AutoSize = False
      Caption = #23494#30721
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 10
      Top = 88
      Width = 85
      Height = 18
      AutoSize = False
      Caption = #26381#21153#22120#21517#31216
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 10
      Top = 116
      Width = 85
      Height = 18
      AutoSize = False
      Caption = 'SQL'#25991#20214
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
    end
    object Edit2: TEdit
      Left = 97
      Top = 55
      Width = 101
      Height = 23
      PasswordChar = '*'
      TabOrder = 1
    end
    object Edit1: TEdit
      Left = 97
      Top = 28
      Width = 101
      Height = 23
      TabOrder = 0
    end
    object Edit3: TEdit
      Left = 97
      Top = 83
      Width = 121
      Height = 23
      TabOrder = 2
    end
    object dbstart: TwwDBComboDlg
      Left = 97
      Top = 112
      Width = 225
      Height = 23
      OnCustomDlg = dbstartCustomDlg
      ShowButton = True
      Style = csDropDown
      TabOrder = 3
      WordWrap = False
      UnboundDataType = wwDefault
    end
  end
  object Button1: TButton
    Left = 360
    Top = 135
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 360
    Top = 109
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button2Click
  end
  object OpenDialog1: TOpenDialog
    Left = 388
    Top = 39
  end
end

⌨️ 快捷键说明

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