uadodemo.dfm

来自「UserControl2.18a FOR D7,D2005」· DFM 代码 · 共 1,182 行 · 第 1/5 页

DFM
1,182
字号
object Form1: TForm1
  Left = 248
  Top = 188
  Width = 446
  Height = 234
  Caption = 'UserControl - ADODemo - Mail!'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 42
    Top = 64
    Width = 105
    Height = 113
    Caption = 'GroupBox1'
    TabOrder = 0
    object Button1: TButton
      Left = 15
      Top = 16
      Width = 75
      Height = 25
      Action = Action1
      TabOrder = 0
    end
    object Button2: TButton
      Left = 15
      Top = 48
      Width = 75
      Height = 25
      Action = Action2
      TabOrder = 1
    end
    object Button3: TButton
      Left = 15
      Top = 80
      Width = 75
      Height = 25
      Action = Action3
      TabOrder = 2
    end
  end
  object GroupBox2: TGroupBox
    Left = 170
    Top = 64
    Width = 105
    Height = 113
    Caption = 'GroupBox2'
    TabOrder = 1
    object Button4: TButton
      Left = 15
      Top = 16
      Width = 75
      Height = 25
      Action = Action4
      TabOrder = 0
    end
    object Button5: TButton
      Left = 15
      Top = 48
      Width = 75
      Height = 25
      Action = Action5
      TabOrder = 1
    end
    object Button6: TButton
      Left = 15
      Top = 80
      Width = 75
      Height = 25
      Action = Action6
      TabOrder = 2
    end
  end
  object GroupBox3: TGroupBox
    Left = 290
    Top = 64
    Width = 105
    Height = 113
    Caption = 'GroupBox3'
    TabOrder = 2
    object Button7: TButton
      Left = 15
      Top = 16
      Width = 75
      Height = 25
      Action = Action7
      TabOrder = 0
    end
    object Button8: TButton
      Left = 15
      Top = 48
      Width = 75
      Height = 25
      Action = Action8
      TabOrder = 1
    end
    object Button9: TButton
      Left = 15
      Top = 80
      Width = 75
      Height = 25
      Action = Action9
      TabOrder = 2
    end
  end
  object MainMenu1: TMainMenu
    AutoHotkeys = maManual
    OwnerDraw = True
    object Arquivo1: TMenuItem
      Caption = 'Arquivo'
      object Abrir1: TMenuItem
        Caption = 'Abrir'
      end
      object Salvar1: TMenuItem
        Caption = '-'
      end
      object Salvar2: TMenuItem
        Caption = 'Salvar'
      end
      object Salvarcomo1: TMenuItem
        Caption = 'Salvar como...'
      end
      object Fechar1: TMenuItem
        Caption = 'Fechar'
      end
      object N2: TMenuItem
        Caption = '-'
      end
      object Dados1: TMenuItem
        Caption = 'Dados'
        object Importar1: TMenuItem
          Caption = 'Importar'
        end
        object Exportar1: TMenuItem
          Caption = 'Exportar'
        end
        object N4: TMenuItem
          Caption = '-'
        end
        object Vincular1: TMenuItem
          Caption = 'Vincular'
        end
      end
      object N3: TMenuItem
        Caption = '-'
      end
      object Sair2: TMenuItem
        Caption = 'Sair'
      end
    end
    object Editar1: TMenuItem
      Caption = 'Editar'
      object Copiar1: TMenuItem
        Caption = 'Copiar'
      end
      object Colar1: TMenuItem
        Caption = 'Colar'
      end
      object Recortar1: TMenuItem
        Caption = 'Recortar'
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object Selecionartudo1: TMenuItem
        Caption = 'Selecionar tudo'
      end
      object N5: TMenuItem
        Caption = '-'
      end
      object AreadeTransferencia1: TMenuItem
        Caption = 'Area de Transferencia'
        object Exibir2: TMenuItem
          Caption = 'Exibir'
        end
        object Esvaziar1: TMenuItem
          Caption = 'Esvaziar'
        end
      end
    end
    object Exibir1: TMenuItem
      Caption = 'Exibir'
      object Zoom1: TMenuItem
        Caption = 'Zoom...'
        object Normal1: TMenuItem
          Caption = 'Normal'
          Checked = True
          GroupIndex = 1
          RadioItem = True
        end
        object Grande1: TMenuItem
          Caption = 'Grande'
          GroupIndex = 1
          RadioItem = True
        end
        object Ajustarnajanela1: TMenuItem
          Caption = 'Ajustar na janela'
          GroupIndex = 1
          RadioItem = True
        end
        object N6: TMenuItem
          Caption = '-'
          GroupIndex = 1
        end
        object Personalizar1: TMenuItem
          Caption = 'Personalizar'
          GroupIndex = 1
        end
      end
      object amanhonormal1: TMenuItem
        Caption = 'Tamanho normal'
      end
      object elacheia1: TMenuItem
        Caption = 'Tela cheia'
      end
    end
    object Relatorios1: TMenuItem
      Caption = 'Relatorios'
      object Relatorio11: TMenuItem
        Caption = 'Relatorio 1'
      end
      object Relatorio21: TMenuItem
        Caption = 'Relatorio 2'
      end
      object Relatorio31: TMenuItem
        Caption = 'Relatorio 3'
      end
      object Relatorio41: TMenuItem
        Caption = 'Relatorio 4'

⌨️ 快捷键说明

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