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

📄 unit4.~dfm

📁 Delphi编写的基于Oracle的分布式数据库的演示程序
💻 ~DFM
字号:
object Form4: TForm4
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = 'Form4'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object Label1: TLabel
    Left = 89
    Top = 49
    Width = 120
    Height = 16
    Caption = #36873#25321#35201#32500#25252#30340#25968#25454#24211#34920
  end
  object ComboBox1: TComboBox
    Left = 256
    Top = 49
    Width = 178
    Height = 24
    ItemHeight = 16
    TabOrder = 0
    Text = 'ComboBox1'
    Items.Strings = (
      'DEP'
      'STUDENT'
      'COURSE'
      'SC')
  end
  object Button1: TButton
    Left = 463
    Top = 25
    Width = 92
    Height = 31
    Caption = #36827#20837#32500#25252
    TabOrder = 1
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 89
    Top = 177
    Width = 641
    Height = 238
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -14
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBNavigator1: TDBNavigator
    Left = 118
    Top = 118
    Width = 540
    Height = 41
    DataSource = DataSource1
    TabOrder = 3
  end
  object BitBtn1: TBitBtn
    Left = 464
    Top = 64
    Width = 89
    Height = 25
    TabOrder = 4
    Kind = bkClose
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'ORACLE1'
    TableName = 'COURSE'
    Left = 560
    Top = 32
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 600
    Top = 32
  end
end

⌨️ 快捷键说明

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