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

📄 registerbook.~dfm

📁 一个在Delphi中操作控制excel的控件。操作方便
💻 ~DFM
字号:
object Form1: TForm1
  Left = 184
  Top = 107
  Width = 528
  Height = 334
  Caption = '登记簿'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 232
    Top = 16
    Width = 84
    Height = 14
    Caption = '请选择月份:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 16
    Width = 84
    Height = 14
    Caption = '请选择年度:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 40
    Width = 497
    Height = 225
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 8
      Top = 16
      Width = 473
      Height = 201
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object ComboBox1: TComboBox
    Left = 310
    Top = 12
    Width = 115
    Height = 21
    ItemHeight = 13
    TabOrder = 1
  end
  object ComboBox2: TComboBox
    Left = 96
    Top = 12
    Width = 129
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    OnChange = ComboBox2Change
  end
  object BitBtn1: TBitBtn
    Left = 352
    Top = 272
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = '打印'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 432
    Top = 272
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = '退出'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 432
    Top = 8
    Width = 75
    Height = 25
    Caption = '确定'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = BitBtn3Click
  end
  object Query1: TQuery
    Left = 272
    Top = 96
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 248
    Top = 104
  end
  object Query2: TQuery
    Left = 184
    Top = 96
  end
end

⌨️ 快捷键说明

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