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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 294
  Top = 246
  Width = 451
  Height = 325
  Caption = 'Modify Database'
  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 = 32
    Top = 20
    Width = 83
    Height = 13
    AutoSize = False
    Caption = 'EmployeeNumber'
  end
  object Label2: TLabel
    Left = 32
    Top = 52
    Width = 48
    Height = 13
    AutoSize = False
    Caption = 'LastName'
  end
  object Label3: TLabel
    Left = 32
    Top = 84
    Width = 47
    Height = 13
    AutoSize = False
    Caption = 'FirstName'
  end
  object Label4: TLabel
    Left = 232
    Top = 20
    Width = 81
    Height = 13
    AutoSize = False
    Caption = 'PhoneExtension'
  end
  object Label5: TLabel
    Left = 232
    Top = 52
    Width = 42
    Height = 13
    AutoSize = False
    Caption = 'HireDate'
  end
  object Label6: TLabel
    Left = 232
    Top = 84
    Width = 29
    Height = 13
    AutoSize = False
    Caption = 'Salary'
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 160
    Width = 425
    Height = 129
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
  end
  object Button1: TButton
    Left = 184
    Top = 120
    Width = 75
    Height = 25
    Caption = #25554#20837
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 264
    Top = 120
    Width = 75
    Height = 25
    Caption = #26356#26032
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 136
    Top = 16
    Width = 81
    Height = 21
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 96
    Top = 48
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object Edit3: TEdit
    Left = 96
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object Edit4: TEdit
    Left = 328
    Top = 16
    Width = 81
    Height = 21
    TabOrder = 6
  end
  object Edit5: TEdit
    Left = 288
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object Button3: TButton
    Left = 344
    Top = 120
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 8
    OnClick = Button3Click
  end
  object MaskEdit1: TMaskEdit
    Left = 288
    Top = 48
    Width = 120
    Height = 21
    EditMask = '!9999/99/00;1;_'
    MaxLength = 10
    TabOrder = 9
    Text = '    -  -  '
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 80
    Top = 120
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'BCDEMOS'
    TableName = 'employee.db'
    Left = 120
    Top = 120
  end
end

⌨️ 快捷键说明

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