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

📄 rzseldirform.dfm

📁 使用前请您先阅读以下条款
💻 DFM
字号:
object RzSelDirForm: TRzSelDirForm
  Left = 247
  Top = 117
  Width = 416
  Height = 408
  Caption = 'Select a Directory'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  Icon.Data = {
    0000010001001010100000000000280100001600000028000000100000002000
    00000100040000000000C0000000000000000000000000000000000000000000
    0000000080000080000000808000800000008000800080800000C0C0C0008080
    80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
    0000000000000000000000000000000000000000000088888888888888008FB7
    B7B7B7B7B8008F7B7B7B7B7B78008FB7B7B7B7B7B8008F7B7B7B7B7B78008FB7
    B7B7B7B7B8008F7B7B7B7B7B78008FB7B7B7B7B7B8008FFFFFFFFFFFF80087B7
    B7B788888800087B7B780000000000888880000000000000000000000000FFFF
    5403FFFF00FF8001C0C0000100FF0001C0C00001808000010000000180800001
    FF0000018080000180800001FFFF0003C0C080FF00FFC1FFC0C0FFFF00FF}
  OldCreateOrder = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PnlFolders: TRzPanel
    Left = 0
    Top = 45
    Width = 408
    Height = 247
    Align = alClient
    BorderOuter = fsNone
    BorderWidth = 4
    TabOrder = 0
    object LblFolders: TLabel
      Left = 4
      Top = 4
      Width = 400
      Height = 17
      Align = alTop
      AutoSize = False
      Caption = 'Folders'
    end
  end
  object PnlPrompt: TRzPanel
    Left = 0
    Top = 0
    Width = 408
    Height = 45
    Align = alTop
    BorderOuter = fsNone
    BorderWidth = 4
    TabOrder = 1
    object LblDir: TLabel
      Left = 4
      Top = 21
      Width = 400
      Height = 13
      Align = alTop
      AutoSize = False
      Caption = 'd:\raize\rzcomps\source'
      ParentShowHint = False
      ShowHint = True
    end
    object LblPrompt: TLabel
      Left = 4
      Top = 4
      Width = 400
      Height = 17
      Align = alTop
      AutoSize = False
      Caption = 'Folder Name'
    end
    object EdtDir: TRzEdit
      Left = 4
      Top = 34
      Width = 400
      Height = 7
      Text = 'EdtDir'
      Align = alClient
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      OnEnter = EdtDirEnter
      OnExit = EdtDirExit
    end
  end
  object PnlDrives: TRzPanel
    Left = 0
    Top = 292
    Width = 408
    Height = 46
    Align = alBottom
    BorderOuter = fsNone
    BorderWidth = 4
    TabOrder = 2
    object LblDrives: TLabel
      Left = 4
      Top = 4
      Width = 400
      Height = 17
      Align = alTop
      AutoSize = False
      Caption = 'Drives'
    end
  end
  object PnlButtons: TRzDialogButtons
    Left = 0
    Top = 338
    Width = 408
    CaptionOk = 'OK'
    CaptionCancel = 'Cancel'
    CaptionHelp = 'Help'
    OnClickOk = PnlButtonsClickOk
    OnClickHelp = PnlButtonsClickHelp
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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