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

📄 unit1.dfm

📁 borland xml及其应用
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 544
  Height = 402
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object CheckBox1: TCheckBox
    Left = 16
    Top = 24
    Width = 81
    Height = 25
    Action = Action1
    TabOrder = 0
  end
  object Button1: TButton
    Left = 112
    Top = 24
    Width = 137
    Height = 25
    Action = Action2
    TabOrder = 1
  end
  object Button2: TButton
    Left = 288
    Top = 24
    Width = 113
    Height = 25
    Caption = #36830#19978#21518#21488#25968#25454#24211
    TabOrder = 2
  end
  object Button3: TButton
    Left = 416
    Top = 24
    Width = 105
    Height = 25
    Caption = #37325#26032#33719#21462#25968#25454
    TabOrder = 3
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 64
    Width = 249
    Height = 265
    DataSource = DataSource1
    TabOrder = 4
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
  end
  object DBGrid2: TDBGrid
    Left = 280
    Top = 64
    Width = 241
    Height = 265
    TabOrder = 5
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
  end
  object DBNavigator1: TDBNavigator
    Left = 32
    Top = 344
    Width = 200
    Height = 18
    TabOrder = 6
  end
  object ActionList1: TActionList
    Left = 192
    Top = 176
    object Action1: TAction
      Caption = 'Action1'
    end
    object Action2: TAction
      Caption = 'Action2'
    end
  end
  object DCOMConnection1: TDCOMConnection
    Connected = True
    ServerGUID = '{8A4E0629-9306-11D3-88B0-000000000000}'
    ServerName = 'Project12_5.Test125Server'
    Left = 40
    Top = 120
  end
  object ClientDataSet1: TClientDataSet
    Active = True
    Aggregates = <>
    FileName = 'E:\'#25991#20214'\DELPHI'#24443#24213#30740#31350'\Charp12\abc.xml'
    Params = <>
    ProviderName = 'DataSetProvider1'
    RemoteServer = DCOMConnection1
    Left = 72
    Top = 168
  end
  object DataSource1: TDataSource
    DataSet = ClientDataSet1
    Left = 128
    Top = 216
  end
end

⌨️ 快捷键说明

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