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

📄 unit1.dfm

📁 1.Session获取BDE信息 2.可视化创建数据表格 3.SQL语句的使用 4.“一对多表”的设计 5.文本和数据记录的转换 6.ADO的网络调用 7.多媒体数据库的使用 8.IntraWeb技术
💻 DFM
字号:
object Form1: TForm1
  Left = 223
  Top = 186
  Width = 539
  Height = 427
  Caption = #25509#25910#21644#21457#36865#30701#20449#20449#24687#25968#25454#24211
  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 Label1: TLabel
    Left = 8
    Top = 24
    Width = 72
    Height = 12
    Caption = #30701#20449#25910#21040#26085#26399
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 8
    Top = 56
    Width = 72
    Height = 12
    Caption = #30701#20449#25910#21040#26102#38388
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 24
    Top = 136
    Width = 48
    Height = 12
    Caption = #30701#20449#20869#23481
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 24
    Top = 80
    Width = 36
    Height = 12
    Caption = #21457#20449#20154
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 24
    Top = 104
    Width = 36
    Height = 12
    Caption = #25163#26426#21495
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button2: TBitBtn
    Left = 368
    Top = 48
    Width = 121
    Height = 25
    Caption = #25554#20837#21040#25968#25454#24211#20013
    Enabled = False
    TabOrder = 0
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 112
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 1
    Text = '2003-12-12'
  end
  object Edit2: TEdit
    Left = 112
    Top = 48
    Width = 121
    Height = 21
    TabOrder = 2
    Text = '0:0:0'
  end
  object Edit5: TEdit
    Left = 112
    Top = 136
    Width = 241
    Height = 21
    TabOrder = 3
    Text = #36825#37324#28155#21152#30701#20449#20869#23481
    OnChange = Edit5Change
  end
  object Edit3: TEdit
    Left = 112
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 4
    Text = #23614#24052
  end
  object Edit4: TEdit
    Left = 112
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 5
    Text = '138-10580321'
  end
  object CheckBox1: TCheckBox
    Left = 368
    Top = 136
    Width = 129
    Height = 17
    Caption = #26174#31034#30701#20449#25968#25454#24211#20869#23481
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    OnClick = CheckBox1Click
  end
  object Panel1: TPanel
    Left = 24
    Top = 176
    Width = 473
    Height = 217
    Caption = 'Panel1'
    TabOrder = 7
    object Label6: TLabel
      Left = 136
      Top = 16
      Width = 132
      Height = 12
      Caption = #26597#30475#29305#23450#26102#38388#30340#30701#20449#20869#23481
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = 12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label7: TLabel
      Left = 112
      Top = 200
      Width = 232
      Height = 11
      Caption = #35828#26126':'#36873#25321#26085#26399#25511#20214','#21487#20197#26174#31034#26576#19968#22825#30340#20840#37096#20449#24687
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object DBGrid1: TDBGrid
      Left = 1
      Top = 41
      Width = 464
      Height = 120
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object DBNavigator1: TDBNavigator
      Left = 112
      Top = 168
      Width = 240
      Height = 25
      DataSource = DataSource1
      TabOrder = 1
    end
    object DateTimePicker1: TDateTimePicker
      Left = 295
      Top = 10
      Width = 138
      Height = 21
      Date = 37910.382074814810000000
      Time = 37910.382074814810000000
      TabOrder = 2
      OnChange = DateTimePicker1Change
    end
  end
  object Button1: TButton
    Left = 368
    Top = 24
    Width = 121
    Height = 25
    Caption = #26174#31034#24403#21069#26085#26399#21644#26102#38388
    TabOrder = 8
    OnClick = Button1Click
  end
  object Button3: TButton
    Left = 368
    Top = 72
    Width = 41
    Height = 25
    Caption = #26816#32034
    TabOrder = 9
    OnClick = Button3Click
  end
  object Edit6: TEdit
    Left = 408
    Top = 74
    Width = 80
    Height = 21
    TabOrder = 10
  end
  object Query1: TQuery
    SQL.Strings = (
      'select * from shortinfo.db')
    Left = 48
    Top = 176
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 80
    Top = 176
  end
end

⌨️ 快捷键说明

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