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

📄 weizhangdatindlg.~dfm

📁 用C++ Builder编写的个人财务管理软件
💻 ~DFM
字号:
object Dat_InForm: TDat_InForm
  Left = 22
  Top = 213
  Width = 589
  Height = 188
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #36130#21153#25968#25454#23548#20837
  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 = 16
    Top = 16
    Width = 119
    Height = 16
    Caption = #23548#20837#25968#25454#25991#20214#21517
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object LabelLayin: TLabel
    Left = 16
    Top = 128
    Width = 68
    Height = 16
    Caption = #23548#20837#25968#25454
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object FileNameEdit: TEdit
    Left = 136
    Top = 16
    Width = 321
    Height = 21
    TabOrder = 0
  end
  object BitBtnFileChoice: TBitBtn
    Left = 464
    Top = 16
    Width = 105
    Height = 25
    Caption = #36873#25321#25968#25454#25991#20214
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    OnClick = BitBtnFileChoiceClick
  end
  object CheckBoxCheckDupRec: TCheckBox
    Left = 16
    Top = 56
    Width = 161
    Height = 17
    Caption = #26816#26597#37325#22797#36130#21153#35760#24405
    Checked = True
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    State = cbChecked
    TabOrder = 2
  end
  object BitBtnClearData: TBitBtn
    Left = 64
    Top = 88
    Width = 121
    Height = 25
    Caption = #28165#38500#26412#22320#25968#25454
    Enabled = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 3
  end
  object BitBtnLayIn: TBitBtn
    Left = 248
    Top = 88
    Width = 81
    Height = 25
    Caption = #24320#22987#23548#20837
    Enabled = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 4
    OnClick = BitBtnLayInClick
  end
  object BitBtnFinish: TBitBtn
    Left = 416
    Top = 88
    Width = 75
    Height = 25
    Caption = #32467#26463
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 5
    OnClick = BitBtnFinishClick
  end
  object ProgressBarThe: TProgressBar
    Left = 88
    Top = 128
    Width = 481
    Height = 17
    Min = 0
    Max = 100
    TabOrder = 6
  end
  object OpenDialogThe: TOpenDialog
    DefaultExt = '*.txt'
    Filter = #25991#26412#25968#25454#25991#20214'|*.TXT|'#25152#26377#25991#20214'|*.*'
    Left = 336
    Top = 64
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=boss;Data Source=(LOCAL)'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 168
    Top = 48
  end
  object QueryThe: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 240
    Top = 48
  end
  object ADOTableThe: TADOTable
    Connection = ADOConnection1
    TableName = 'MMTable'
    Left = 304
    Top = 64
  end
end

⌨️ 快捷键说明

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