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

📄 main.~dfm

📁 简单的SQL Server数据库安装
💻 ~DFM
字号:
object Form1: TForm1
  Left = 365
  Top = 211
  BorderStyle = bsDialog
  Caption = #27468#24211#31649#29702
  ClientHeight = 420
  ClientWidth = 439
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 80
    Top = 8
    Width = 75
    Height = 15
    Caption = #26381#21153#22120#21517#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 80
    Top = 40
    Width = 61
    Height = 15
    Caption = 'sa'#23494#30721#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object btCancel: TButton
    Left = 280
    Top = 376
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 0
    OnClick = btCancelClick
  end
  object Edit2: TEdit
    Left = 152
    Top = 8
    Width = 113
    Height = 23
    Color = clInfoBk
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnChange = Edit2Change
  end
  object PageControl1: TPageControl
    Left = 24
    Top = 88
    Width = 377
    Height = 281
    ActivePage = TabSheet1
    TabOrder = 2
    object TabSheet4: TTabSheet
      Caption = #23433#35013#31995#32479#25968#25454#24211
      object btSetup: TButton
        Left = 136
        Top = 160
        Width = 75
        Height = 25
        Caption = #23433#35013
        TabOrder = 0
        OnClick = btSetupClick
      end
    end
    object TabSheet1: TTabSheet
      Caption = #23433#35013#27468#24211
      object Label3: TLabel
        Left = 32
        Top = 24
        Width = 121
        Height = 15
        Caption = #27468#24211#20195#30721'('#33521#25991')'#65306
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object Label4: TLabel
        Left = 32
        Top = 48
        Width = 121
        Height = 15
        Caption = #27468#24211#20195#30721'('#20013#25991')'#65306
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object Button1: TButton
        Left = 120
        Top = 204
        Width = 145
        Height = 33
        Caption = #23433#35013
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        OnClick = Button1Click
      end
      object Edit3: TEdit
        Left = 160
        Top = 16
        Width = 113
        Height = 23
        Color = clInfoBk
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 1
      end
      object Edit4: TEdit
        Left = 160
        Top = 48
        Width = 113
        Height = 23
        Color = clInfoBk
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 2
      end
      object CheckBox1: TCheckBox
        Left = 32
        Top = 132
        Width = 137
        Height = 17
        Caption = #20351#29992#22791#20221#25968#25454#24211
        TabOrder = 3
        OnClick = CheckBox1Click
      end
      object btOpen: TButton
        Left = 206
        Top = 124
        Width = 75
        Height = 25
        Caption = #25171#24320#25991#20214
        Enabled = False
        TabOrder = 4
        OnClick = btOpenClick
      end
      object Edit7: TEdit
        Left = 32
        Top = 160
        Width = 249
        Height = 21
        ReadOnly = True
        TabOrder = 5
      end
    end
    object TabSheet2: TTabSheet
      Caption = #22791#20221#25968#25454#24211
      ImageIndex = 1
      object Label5: TLabel
        Left = 8
        Top = 88
        Width = 72
        Height = 13
        Caption = #22791#20221#25991#20214#21517#65306
      end
      object Label6: TLabel
        Left = 32
        Top = 16
        Width = 89
        Height = 13
        AutoSize = False
        Caption = #36873#25321#25968#25454#24211':'
      end
      object DBLookupComboboxEh1: TDBLookupComboboxEh
        Left = 120
        Top = 16
        Width = 121
        Height = 21
        EditButtons = <>
        KeyField = 'name'
        ListField = 'name'
        ListSource = DataSource1
        TabOrder = 0
        Visible = True
      end
      object Edit5: TEdit
        Left = 8
        Top = 112
        Width = 257
        Height = 21
        ReadOnly = True
        TabOrder = 1
        Text = 'c:\aaa.bak'
      end
      object btSave: TButton
        Left = 280
        Top = 112
        Width = 75
        Height = 25
        Caption = #25171#24320#25991#20214
        TabOrder = 2
        OnClick = btSaveClick
      end
      object btBuckup: TButton
        Left = 144
        Top = 160
        Width = 75
        Height = 25
        Caption = #22791#20221
        TabOrder = 3
        OnClick = btBuckupClick
      end
    end
    object TabSheet3: TTabSheet
      Caption = #21024#38500#24080#31807
      ImageIndex = 2
      object Label7: TLabel
        Left = 24
        Top = 16
        Width = 89
        Height = 13
        AutoSize = False
        Caption = #36873#25321#25968#25454#24211':'
      end
      object DBLookupComboboxEh2: TDBLookupComboboxEh
        Left = 112
        Top = 16
        Width = 121
        Height = 21
        EditButtons = <>
        KeyField = 'name'
        ListField = 'name'
        ListSource = DataSource2
        TabOrder = 0
        Visible = True
      end
      object BitBtn1: TBitBtn
        Left = 128
        Top = 120
        Width = 89
        Height = 25
        Caption = #21024#38500#24080#31807
        TabOrder = 1
        OnClick = BitBtn1Click
        Kind = bkNo
      end
    end
    object TabSheet5: TTabSheet
      Caption = #26356#26032#23383#20307
      ImageIndex = 4
      TabVisible = False
      object Label9: TLabel
        Left = 8
        Top = 80
        Width = 60
        Height = 13
        Caption = #36873#25321#25253#34920#65306
      end
      object Label10: TLabel
        Left = 8
        Top = 32
        Width = 60
        Height = 13
        Caption = #36873#25321#24080#31807#65306
      end
      object ReportName: TDBLookupComboboxEh
        Left = 72
        Top = 76
        Width = 121
        Height = 21
        Enabled = False
        EditButtons = <>
        KeyField = 'Name'
        ListField = 'Name'
        ListSource = DataSource3
        TabOrder = 0
        Visible = True
        OnChange = ReportNameChange
      end
      object ComboBox1: TComboBox
        Left = 208
        Top = 76
        Width = 145
        Height = 21
        ItemHeight = 13
        TabOrder = 1
        Text = #23435#20307
      end
      object Button2: TButton
        Left = 8
        Top = 120
        Width = 153
        Height = 25
        Caption = #35774#32622#36135#21697#22791#27880#23383#20307
        Enabled = False
        TabOrder = 2
        OnClick = Button2Click
      end
      object Button3: TButton
        Left = 200
        Top = 120
        Width = 153
        Height = 25
        Caption = #35774#32622#21333#25454#22791#27880#23383#20307
        Enabled = False
        TabOrder = 3
        OnClick = Button3Click
      end
      object Button4: TButton
        Left = 112
        Top = 152
        Width = 153
        Height = 25
        Caption = #35774#32622#21333#25454#25152#26377#23383#20307
        Enabled = False
        TabOrder = 4
        OnClick = Button4Click
      end
      object DBLookupComboboxEh3: TDBLookupComboboxEh
        Left = 72
        Top = 24
        Width = 121
        Height = 21
        EditButtons = <>
        KeyField = 'name'
        ListField = 'name'
        ListSource = DataSource2
        TabOrder = 5
        Visible = True
      end
      object Button5: TButton
        Left = 208
        Top = 24
        Width = 75
        Height = 25
        Caption = #36830#25509#24080#31807
        TabOrder = 6
        OnClick = Button5Click
      end
    end
  end
  object btConnect: TButton
    Left = 288
    Top = 8
    Width = 75
    Height = 25
    Caption = #36830#25509
    TabOrder = 3
    OnClick = btConnectClick
  end
  object Edit1: TEdit
    Left = 152
    Top = 40
    Width = 113
    Height = 23
    Color = clInfoBk
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnChange = Edit2Change
  end
  object ADOConnection1: TADOConnection
    CommandTimeout = 300
    LoginPrompt = False
    Left = 232
    Top = 248
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 16
    Top = 248
  end
  object ADOQuery2: TADOQuery
    Connection = ADOConnection2
    Parameters = <>
    Left = 96
    Top = 248
  end
  object ADOConnection2: TADOConnection
    LoginPrompt = False
    Left = 64
    Top = 248
  end
  object OpenDialog1: TOpenDialog
    Filter = #22791#20221#25991#20214'(*.bak)|*.bak|'#20840#37096#25991#20214'(*.*)|*.*'
    Left = 200
    Top = 248
  end
  object ADOQuery3: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 168
    Top = 248
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery3
    Left = 136
    Top = 248
  end
  object SaveDialog1: TSaveDialog
    Filter = #22791#20221#25991#20214'(*.bak)|*.bak|'#20840#37096#25991#20214'(*.*)|*.*'
    Left = 328
    Top = 248
  end
  object ADOQuery4: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 264
    Top = 248
  end
  object DataSource2: TDataSource
    DataSet = ADOQuery4
    Left = 296
    Top = 248
  end
  object ADOQuery5: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 144
    Top = 288
  end
  object ADOConnection3: TADOConnection
    LoginPrompt = False
    Left = 44
    Top = 280
  end
  object ADOQuery6: TADOQuery
    Connection = ADOConnection3
    Parameters = <>
    Left = 100
    Top = 280
  end
  object ADOReportMst: TADOQuery
    Connection = ADOConnection3
    Parameters = <>
    Left = 32
    Top = 112
  end
  object ADOReportDtl: TADOQuery
    Connection = ADOConnection3
    Parameters = <>
    Left = 56
    Top = 112
  end
  object DataSource3: TDataSource
    DataSet = ADOReportMst
    Left = 60
    Top = 168
  end
  object ADOQuery7: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 284
    Top = 224
  end
end

⌨️ 快捷键说明

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