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

📄 unit1.dfm

📁 财务发票邮寄明细生成程序。针对本公司的实际情况编写。如果需要改改字段就行。
💻 DFM
字号:
object Form1: TForm1
  Left = 252
  Top = 154
  BorderStyle = bsDialog
  Caption = #22686#20540#31246#21457#31080#37038#23492#26126#32454#29983#25104#31243#24207
  ClientHeight = 436
  ClientWidth = 508
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 30
    Width = 78
    Height = 12
    Caption = 'Excel'#34920#36335#24452#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 70
    Width = 84
    Height = 12
    Caption = #23458#25143#32463#29702#22995#21517#65306
  end
  object Button1: TButton
    Left = 336
    Top = 64
    Width = 75
    Height = 20
    Caption = #29983#25104'Excel'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 352
    Top = 24
    Width = 33
    Height = 20
    Caption = '...'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 120
    Top = 24
    Width = 217
    Height = 20
    TabOrder = 2
  end
  object Button3: TButton
    Left = 400
    Top = 24
    Width = 57
    Height = 20
    Caption = #23548#20837
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 240
    Top = 64
    Width = 75
    Height = 20
    Caption = #26597#35810
    TabOrder = 4
    OnClick = Button4Click
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 96
    Width = 508
    Height = 340
    DataSource = DataSource1
    TabOrder = 5
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
  end
  object ComboBox1: TComboBox
    Left = 120
    Top = 64
    Width = 97
    Height = 20
    ItemHeight = 12
    TabOrder = 6
    Text = #36873#25321
    Items.Strings = (
      #26446#26641#24378
      #39532#21355#29702
      #21556#25104#20891
      #26361#20896#20041
      #27575#23466#21018
      #19977#32852)
  end
  object ADOConnection1: TADOConnection
    LoginPrompt = False
    Left = 288
    Top = 152
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 256
    Top = 152
  end
  object OpenDialog1: TOpenDialog
    Left = 216
    Top = 152
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 320
    Top = 152
  end
end

⌨️ 快捷键说明

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