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

📄 unit_main.dfm

📁 Oracle数据库浏览Deliphi实现
💻 DFM
字号:
object Form1: TForm1
  Left = 44
  Top = 156
  Width = 1024
  Height = 768
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'Oracle '#25968#25454#24211#27983#35272
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 192
    Top = 8
    Width = 72
    Height = 13
    Caption = #26381#21153#22120#31471#21475#65306
  end
  object Label3: TLabel
    Left = 192
    Top = 40
    Width = 72
    Height = 13
    Caption = #25968#25454#24211#21517#31216#65306
  end
  object Label4: TLabel
    Left = 336
    Top = 40
    Width = 48
    Height = 13
    Caption = #29992#25143#21517#65306
  end
  object Label5: TLabel
    Left = 448
    Top = 40
    Width = 36
    Height = 13
    Caption = #23494#30721#65306
  end
  object Label6: TLabel
    Left = 544
    Top = 40
    Width = 24
    Height = 13
    Caption = #34920#65306
  end
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 82
    Height = 13
    Caption = #26381#21153#22120'IP'#22320#22336#65306
  end
  object Label7: TLabel
    Left = 336
    Top = 8
    Width = 93
    Height = 13
    Caption = 'Database Provider:'
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 224
    Width = 1001
    Height = 505
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'Tahoma'
    TitleFont.Style = []
  end
  object Edit2: TEdit
    Left = 264
    Top = 4
    Width = 41
    Height = 21
    TabOrder = 1
    Text = '1521'
  end
  object Edit3: TEdit
    Left = 264
    Top = 36
    Width = 65
    Height = 21
    TabOrder = 2
    Text = 'Exam'
  end
  object Edit4: TEdit
    Left = 384
    Top = 36
    Width = 57
    Height = 21
    TabOrder = 3
    Text = 'system'
  end
  object Edit5: TEdit
    Left = 488
    Top = 36
    Width = 49
    Height = 21
    TabOrder = 4
    Text = 'manager'
  end
  object BitBtn1: TBitBtn
    Left = 768
    Top = 10
    Width = 75
    Height = 25
    Caption = #36830#25509
    TabOrder = 5
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 848
    Top = 10
    Width = 75
    Height = 25
    Caption = #21047#26032
    TabOrder = 6
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 928
    Top = 10
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 7
    OnClick = BitBtn3Click
  end
  object Edit6: TEdit
    Left = 568
    Top = 36
    Width = 73
    Height = 21
    TabOrder = 8
    Text = 'Exam_Master'
  end
  object DBNavigator1: TDBNavigator
    Left = 768
    Top = 40
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 9
  end
  object Edit1: TEdit
    Left = 96
    Top = 4
    Width = 89
    Height = 21
    TabOrder = 10
    Text = '192.168.1.25'
  end
  object Edit7: TEdit
    Left = 96
    Top = 36
    Width = 89
    Height = 21
    TabOrder = 11
    Text = 'Exam'
  end
  object CheckBox1: TCheckBox
    Left = 8
    Top = 38
    Width = 89
    Height = 17
    Caption = #25968#25454#24211#21035#21517#65306
    TabOrder = 12
  end
  object ComboBox1: TComboBox
    Left = 440
    Top = 4
    Width = 201
    Height = 21
    ItemHeight = 13
    TabOrder = 13
    Items.Strings = (
      'OraOLEDB.Oracle.1'
      'MSDAORA')
  end
  object Memo1: TMemo
    Left = 8
    Top = 72
    Width = 1001
    Height = 113
    Lines.Strings = (
      'SELECT * FROM Exam_Master'
      'WHERE SCHEDULED_DATE_TIME = '#39'2007-04-27'#39)
    TabOrder = 14
  end
  object Button1: TButton
    Left = 8
    Top = 192
    Width = 75
    Height = 25
    Caption = #25191#34892'SQL'
    TabOrder = 15
    OnClick = Button1Click
  end
  object ADOQuery1: TADOQuery
    Parameters = <>
    Left = 104
    Top = 104
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 216
    Top = 120
  end
end

⌨️ 快捷键说明

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