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

📄 unit1.~dfm

📁 飞思在线《Delphi7技术手册》配书源代码
💻 ~DFM
字号:
object frmwb: Tfrmwb
  Left = 192
  Top = 128
  Width = 316
  Height = 220
  Caption = #24037#20316#31807#25805#20316#28436#31034
  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 Lb: TLabel
    Left = 8
    Top = 8
    Width = 84
    Height = 12
    Caption = #35201#36755#20837#30340#20869#23481#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object BtnBegin: TButton
    Left = 48
    Top = 72
    Width = 75
    Height = 25
    Caption = #21551#21160'Excel'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = BtnBeginClick
  end
  object BtnLoad: TButton
    Left = 48
    Top = 112
    Width = 75
    Height = 25
    Caption = #36830#25509#24037#20316#31807
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = BtnLoadClick
  end
  object BtnNew: TButton
    Left = 136
    Top = 72
    Width = 75
    Height = 25
    Caption = #21019#24314#24037#20316#31807
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BtnNewClick
  end
  object BtnPrintView: TButton
    Left = 224
    Top = 112
    Width = 75
    Height = 25
    Caption = #25171#21360#39044#35272
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = BtnPrintViewClick
  end
  object BtnPrint: TButton
    Left = 48
    Top = 152
    Width = 75
    Height = 25
    Caption = #25171#21360
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = BtnPrintClick
  end
  object BtnCloseWb: TButton
    Left = 136
    Top = 152
    Width = 75
    Height = 25
    Caption = #20851#38381#24037#20316#31807
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = BtnCloseWbClick
  end
  object BtnExcel: TButton
    Left = 224
    Top = 152
    Width = 75
    Height = 25
    Caption = #20851#38381'Excel'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 6
  end
  object BtnOpen: TButton
    Left = 224
    Top = 72
    Width = 75
    Height = 25
    Caption = #25171#24320#24037#20316#31807
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    OnClick = BtnOpenClick
  end
  object EdtTxt: TEdit
    Left = 8
    Top = 32
    Width = 289
    Height = 20
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 8
  end
  object BtnInput: TButton
    Left = 136
    Top = 112
    Width = 75
    Height = 25
    Caption = #36755#20837#25968#25454
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 9
    OnClick = BtnInputClick
  end
  object ExcelApp: TExcelApplication
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    AutoQuit = False
    Left = 8
    Top = 72
  end
  object ExcelWb: TExcelWorkbook
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 8
    Top = 112
  end
end

⌨️ 快捷键说明

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