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

📄 initialize.dfm

📁 主要是介绍DELPHI三层应用以及分布式数据库的应用
💻 DFM
字号:
object Form_initial: TForm_initial
  Left = 294
  Top = 156
  BorderStyle = bsDialog
  Caption = #25968#25454#21021#22987#21270
  ClientHeight = 347
  ClientWidth = 417
  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 GroupBox4: TGroupBox
    Left = 0
    Top = 41
    Width = 183
    Height = 306
    Align = alLeft
    Caption = #19979#38754#20026#35201#21021#22987#21270#30340#34920
    Ctl3D = True
    ParentCtl3D = False
    TabOrder = 0
    object CkLBox1: TCheckListBox
      Left = 2
      Top = 15
      Width = 179
      Height = 218
      Align = alClient
      Color = clInfoBk
      ItemHeight = 13
      TabOrder = 0
    end
    object Panel3: TPanel
      Left = 2
      Top = 233
      Width = 179
      Height = 71
      Align = alBottom
      BevelOuter = bvLowered
      BorderStyle = bsSingle
      TabOrder = 1
      object BBtnNoall: TBitBtn
        Left = 90
        Top = 24
        Width = 49
        Height = 25
        Caption = #20840#19981#36873
        TabOrder = 0
        OnClick = BBtnNoallClick
      end
      object BBtnSelall: TBitBtn
        Left = 20
        Top = 24
        Width = 47
        Height = 25
        Caption = #20840#36873
        TabOrder = 1
        OnClick = BBtnSelallClick
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 417
    Height = 41
    Align = alTop
    BevelInner = bvLowered
    Caption = 'Panel1'
    TabOrder = 1
    object Label1: TLabel
      Left = 2
      Top = 2
      Width = 413
      Height = 37
      Align = alClient
      Caption = #36873#25321#38656#35201#21021#22987#21270#30340#34920','#28982#21518#21333#20987#21021#22987#21270#25353#38062#65292#21021#22987#21270#21363#21024#38500#34920#20013#25152#26377#25968#25454
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -16
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      WordWrap = True
    end
  end
  object Panel2: TPanel
    Left = 183
    Top = 41
    Width = 234
    Height = 306
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 2
    object Button1: TButton
      Left = 74
      Top = 22
      Width = 75
      Height = 25
      Caption = #21021#22987#21270
      TabOrder = 0
      OnClick = Button1Click
    end
    object Memo1: TMemo
      Left = 2
      Top = 66
      Width = 230
      Height = 238
      Align = alBottom
      Color = clInfoBk
      Lines.Strings = (
        #25552' '#31034#65306)
      TabOrder = 1
    end
  end
  object ADOQuery1: TADOQuery
    Connection = dm_wxp.ADOConnection1
    Parameters = <>
    Left = 180
    Top = 48
  end
end

⌨️ 快捷键说明

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