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

📄 unit2.dfm

📁 基于ORACLE的数据库操作系统!!能实现对数据的查询
💻 DFM
字号:
object Form2: TForm2
  Left = 181
  Top = 108
  Width = 513
  Height = 220
  AutoSize = True
  Caption = #20449#24687#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 432
    Top = 48
    Width = 73
    Height = 22
    Caption = #25191#34892#26597#35810
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton1Click
  end
  object Label1: TLabel
    Left = 96
    Top = 0
    Width = 320
    Height = 33
    Caption = #27426#36814#26597#35810#28779#36710#31080#21153#20449#24687
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -32
    Font.Name = #21326#25991#24425#20113
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 48
    Width = 112
    Height = 17
    Caption = #35831#36873#25321#26597#35810#26465#20214
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#24425#20113
    Font.Style = []
    ParentFont = False
  end
  object Button2: TButton
    Left = 416
    Top = 168
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 0
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 40
    Top = 104
    Width = 409
    Height = 49
    Lines.Strings = (
      'Memo1')
    TabOrder = 2
  end
  object Edit1: TEdit
    Left = 304
    Top = 48
    Width = 121
    Height = 21
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    Text = 'T1218'
  end
  object ComboBox1: TComboBox
    Left = 144
    Top = 48
    Width = 145
    Height = 21
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 3
    Text = #25353#36710#27425#21495#26597#35810
    Items.Strings = (
      #25353#36710#27425#21495#26597#35810
      #25353#36215#28857#26597#35810
      #25353#32456#28857#26597#35810
      #25353#26085#26399#26597#35810)
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 78
    Width = 490
    Height = 83
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ProgressBar1: TProgressBar
    Left = 0
    Top = 168
    Width = 409
    Height = 17
    TabOrder = 5
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 472
    Top = 128
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'hfx'
    TableName = 'HFXVIEW'
    Left = 472
    Top = 96
  end
end

⌨️ 快捷键说明

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