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

📄 unit2.dfm

📁 Prof DHTML Edit 2.0.3.7 for delphi
💻 DFM
字号:
object FormTable: TFormTable
  Left = 338
  Top = 216
  Width = 504
  Height = 489
  BorderIcons = [biSystemMenu]
  Caption = 'Table Properties'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBoxTable: TGroupBox
    Left = 4
    Top = 8
    Width = 489
    Height = 201
    Caption = 'Table:'
    TabOrder = 0
    object LabelRows: TLabel
      Left = 144
      Top = 16
      Width = 77
      Height = 13
      Caption = 'Number of rows:'
    end
    object LabelCols: TLabel
      Left = 8
      Top = 16
      Width = 94
      Height = 13
      Caption = 'Number of columns:'
    end
    object LabelCaption: TLabel
      Left = 264
      Top = 16
      Width = 39
      Height = 13
      Caption = 'Caption:'
    end
    object LabelTableWidth: TLabel
      Left = 8
      Top = 56
      Width = 31
      Height = 13
      Caption = 'Width:'
    end
    object LabelCellSpacing: TLabel
      Left = 152
      Top = 56
      Width = 60
      Height = 13
      Caption = 'Cell spacing:'
    end
    object LabelCellPadding: TLabel
      Left = 264
      Top = 56
      Width = 61
      Height = 13
      Caption = 'Cell padding:'
    end
    object EditRows: TEdit
      Left = 224
      Top = 12
      Width = 30
      Height = 21
      TabOrder = 1
      Text = '2'
      OnKeyPress = EditRowsKeyPress
    end
    object EditCols: TEdit
      Left = 104
      Top = 12
      Width = 30
      Height = 21
      TabOrder = 0
      Text = '5'
      OnKeyPress = EditColsKeyPress
    end
    object EditCaption: TEdit
      Left = 304
      Top = 12
      Width = 177
      Height = 21
      TabOrder = 2
    end
    object RadioGroupAlignment: TRadioGroup
      Left = 8
      Top = 90
      Width = 121
      Height = 105
      Caption = 'Alignment:'
      TabOrder = 7
    end
    object GroupBoxBorder: TGroupBox
      Left = 136
      Top = 90
      Width = 169
      Height = 105
      Caption = 'Border:'
      TabOrder = 8
      object LabelBorderWidth: TLabel
        Left = 8
        Top = 24
        Width = 31
        Height = 13
        Caption = 'Width:'
      end
      object EditBorderWidth: TEdit
        Left = 48
        Top = 20
        Width = 40
        Height = 21
        TabOrder = 0
        Text = '1'
        OnKeyPress = EditBorderWidthKeyPress
      end
      object ButtonBorderColor: TButton
        Left = 8
        Top = 56
        Width = 75
        Height = 25
        Caption = 'Color...'
        TabOrder = 1
        OnClick = ButtonBorderColorClick
      end
      object PanelBorderColor: TPanel
        Left = 88
        Top = 56
        Width = 75
        Height = 25
        Color = clNone
        TabOrder = 2
      end
    end
    object GroupBoxBackground: TGroupBox
      Left = 312
      Top = 90
      Width = 169
      Height = 105
      Caption = 'Background:'
      TabOrder = 9
      object LabelBgPicture: TLabel
        Left = 8
        Top = 56
        Width = 36
        Height = 13
        Caption = 'Picture:'
      end
      object SpeedButtonBackground: TSpeedButton
        Left = 140
        Top = 75
        Width = 23
        Height = 22
        Caption = '...'
        OnClick = SpeedButtonBackgroundClick
      end
      object EditBackground: TEdit
        Left = 8
        Top = 76
        Width = 129
        Height = 21
        TabOrder = 2
      end
      object ButtonBgColor: TButton
        Left = 8
        Top = 24
        Width = 75
        Height = 25
        Caption = 'Color...'
        TabOrder = 0
        OnClick = ButtonBgColorClick
      end
      object PanelBgColor: TPanel
        Left = 88
        Top = 24
        Width = 75
        Height = 25
        Color = clNone
        TabOrder = 1
      end
    end
    object EditTableWidth: TEdit
      Left = 48
      Top = 52
      Width = 30
      Height = 21
      TabOrder = 3
      Text = '75'
      OnKeyPress = EditTableWidthKeyPress
    end
    object CheckBoxTableWidthPercent: TCheckBox
      Left = 82
      Top = 54
      Width = 40
      Height = 17
      Caption = '%'
      Checked = True
      State = cbChecked
      TabOrder = 4
    end
    object EditCellSpacing: TEdit
      Left = 216
      Top = 52
      Width = 30
      Height = 21
      TabOrder = 5
      Text = '1'
      OnKeyPress = EditCellSpacingKeyPress
    end
    object EditCellPadding: TEdit
      Left = 328
      Top = 52
      Width = 30
      Height = 21
      TabOrder = 6
      Text = '1'
      OnKeyPress = EditCellPaddingKeyPress
    end
  end
  object GroupBoxCells: TGroupBox
    Left = 4
    Top = 216
    Width = 489
    Height = 201
    Caption = 'Cell Attributes:'
    TabOrder = 1
    object LabelCellWidth: TLabel
      Left = 8
      Top = 168
      Width = 31
      Height = 13
      Caption = 'Width:'
    end
    object LabelCellHeight: TLabel
      Left = 144
      Top = 168
      Width = 34
      Height = 13
      Caption = 'Height:'
    end
    object RadioGroupCellAlignment: TRadioGroup
      Left = 8
      Top = 16
      Width = 137
      Height = 129
      Caption = 'Alignment:'
      TabOrder = 0
    end
    object RadioGroupCellVAlignment: TRadioGroup
      Left = 152
      Top = 16
      Width = 137
      Height = 129
      Caption = 'Vertical Alignment:'
      TabOrder = 1
    end
    object CheckBoxNoWrap: TCheckBox
      Left = 296
      Top = 166
      Width = 97
      Height = 17
      Caption = 'No Wrap'
      TabOrder = 7
    end
    object GroupBoxCellEffects: TGroupBox
      Left = 296
      Top = 16
      Width = 169
      Height = 129
      Caption = 'Effects:'
      TabOrder = 2
      object LabelCellBackground: TLabel
        Left = 8
        Top = 80
        Width = 97
        Height = 13
        Caption = 'Background Picture:'
      end
      object SpeedButtonCellBackground: TSpeedButton
        Left = 140
        Top = 99
        Width = 23
        Height = 22
        Caption = '...'
        OnClick = SpeedButtonCellBackgroundClick
      end
      object ButtonCellBorderColor: TButton
        Left = 8
        Top = 16
        Width = 75
        Height = 25
        Caption = 'Border Color...'
        TabOrder = 0
        OnClick = ButtonCellBorderColorClick
      end
      object PanelCellBorderColor: TPanel
        Left = 88
        Top = 16
        Width = 75
        Height = 25
        Color = clNone
        TabOrder = 1
      end
      object ButtonCellBgColor: TButton
        Left = 8
        Top = 48
        Width = 75
        Height = 25
        Caption = 'BG Color...'
        TabOrder = 2
        OnClick = ButtonCellBgColorClick
      end
      object PanelCellBgColor: TPanel
        Left = 88
        Top = 48
        Width = 75
        Height = 25
        Color = clNone
        TabOrder = 3
      end
      object EditCellBackground: TEdit
        Left = 8
        Top = 100
        Width = 129
        Height = 21
        TabOrder = 4
      end
    end
    object EditCellWidth: TEdit
      Left = 48
      Top = 164
      Width = 30
      Height = 21
      TabOrder = 3
      Text = '0'
      OnKeyPress = EditTableWidthKeyPress
    end
    object CheckBoxCellWidthPercent: TCheckBox
      Left = 82
      Top = 166
      Width = 40
      Height = 17
      Caption = '%'
      Checked = True
      State = cbChecked
      TabOrder = 4
    end
    object EditCellHeight: TEdit
      Left = 184
      Top = 164
      Width = 30
      Height = 21
      TabOrder = 5
      Text = '0'
      OnKeyPress = EditTableWidthKeyPress
    end
    object CheckBoxCellHeightPercent: TCheckBox
      Left = 218
      Top = 166
      Width = 40
      Height = 17
      Caption = '%'
      TabOrder = 6
    end
  end
  object ButtonCancel: TButton
    Left = 414
    Top = 424
    Width = 75
    Height = 25
    Cancel = True
    ModalResult = 2
    TabOrder = 3
  end
  object ButtonOK: TButton
    Left = 318
    Top = 424
    Width = 75
    Height = 25
    Default = True
    ModalResult = 1
    TabOrder = 2
  end
  object ColorDialog: TColorDialog
    Top = 424
  end
  object OpenDialogBackground: TOpenDialog
    Filter = '*.jpg;*.png;*.gif|*.jpg;*.png;*.gif'
    Left = 40
    Top = 424
  end
end

⌨️ 快捷键说明

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