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

📄 unit1.dfm

📁 ado 控件
💻 DFM
字号:
object Form1: TForm1
  Left = 322
  Top = 133
  Width = 535
  Height = 316
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  ScreenSnap = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 369
    Height = 217
    ActivePage = TabSheet2
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #25968#25454#22791#20221
      object GroupBox1: TGroupBox
        Left = 8
        Top = 8
        Width = 345
        Height = 177
        Caption = #22791#20221#27169#24335
        TabOrder = 0
        object SpeedButton1: TSpeedButton
          Left = 280
          Top = 96
          Width = 23
          Height = 22
          Caption = '> >'
          OnClick = SpeedButton1Click
        end
        object RadioButton1: TRadioButton
          Left = 77
          Top = 24
          Width = 113
          Height = 17
          Caption = #40664#35748#25991#20214#22791#20221
          Checked = True
          TabOrder = 0
          TabStop = True
          OnClick = RadioButton1Click
        end
        object RadioButton2: TRadioButton
          Left = 77
          Top = 64
          Width = 113
          Height = 17
          Caption = #36873#25321#22791#20221#36335#24452
          TabOrder = 1
          OnClick = RadioButton2Click
        end
        object Edit1: TEdit
          Left = 40
          Top = 96
          Width = 217
          Height = 21
          TabOrder = 2
        end
        object Button1: TButton
          Left = 104
          Top = 136
          Width = 75
          Height = 25
          Caption = #24320#22987#22791#20221
          TabOrder = 3
          OnClick = Button1Click
        end
        object Button2: TButton
          Left = 224
          Top = 136
          Width = 75
          Height = 25
          Caption = #20851#38381
          TabOrder = 4
          OnClick = Button2Click
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = #25968#25454#24674#22797
      ImageIndex = 1
      object GroupBox2: TGroupBox
        Left = 8
        Top = 8
        Width = 345
        Height = 177
        Caption = #24674#22797#27169#24335
        TabOrder = 0
        object SpeedButton2: TSpeedButton
          Left = 280
          Top = 96
          Width = 23
          Height = 22
          Caption = '> >'
          OnClick = SpeedButton2Click
        end
        object RadioButton3: TRadioButton
          Left = 74
          Top = 24
          Width = 113
          Height = 17
          Caption = #40664#35748#25991#20214#24674#22797
          Checked = True
          TabOrder = 0
          TabStop = True
          OnClick = RadioButton3Click
        end
        object RadioButton4: TRadioButton
          Left = 75
          Top = 64
          Width = 113
          Height = 17
          Caption = #36873#25321#25991#20214#24674#22797
          TabOrder = 1
          OnClick = RadioButton4Click
        end
        object Edit2: TEdit
          Left = 40
          Top = 96
          Width = 217
          Height = 21
          TabOrder = 2
        end
        object Button3: TButton
          Left = 104
          Top = 136
          Width = 75
          Height = 25
          Caption = #24320#22987#24674#22797
          TabOrder = 3
          OnClick = Button3Click
        end
        object Button4: TButton
          Left = 224
          Top = 136
          Width = 75
          Height = 25
          Caption = #20851#38381
          TabOrder = 4
          OnClick = Button4Click
        end
      end
    end
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = '*.bak'
    Filter = '*.bak|*.bak'
    Left = 212
    Top = 48
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = '*.bak'
    Filter = '*.bak|*.bak|*.mdb|*.mdb|*.*|*.*'
    Left = 244
    Top = 48
  end
end

⌨️ 快捷键说明

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