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

📄 newsetform.dfm

📁 delphi框架
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object FormNewSet: TFormNewSet
  Left = 280
  Top = 165
  ActiveControl = btnOKNext
  BorderStyle = bsDialog
  Caption = 'New MVC Set Wizard'
  ClientHeight = 318
  ClientWidth = 503
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 139
    Top = 244
    Width = 351
    Height = 26
    Shape = bsBottomLine
  end
  object nb: TNotebook
    Left = 139
    Top = 9
    Width = 351
    Height = 248
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    PageIndex = 1
    ParentFont = False
    TabOrder = 3
    OnPageChanged = nbPageChanged
    object TPage
      Left = 0
      Top = 0
      Caption = 'Step 1'
      object Label1: TLabel
        Left = 9
        Top = 15
        Width = 276
        Height = 16
        Caption = 'The wizard is ready to generate a MVC Set!'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'Arial'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object Label2: TLabel
        Left = 17
        Top = 100
        Width = 317
        Height = 16
        Caption = 'If you want create a  directory for this set,please check'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'Arial'
        Font.Style = []
        ParentFont = False
      end
      object Label4: TLabel
        Left = 17
        Top = 41
        Width = 212
        Height = 16
        Caption = 'Enter the name to assign to this set:'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'Arial'
        Font.Style = []
        ParentFont = False
      end
      object edtSetName: TEdit
        Left = 20
        Top = 68
        Width = 147
        Height = 21
        TabOrder = 0
        Text = 'New'
      end
      object cbCreateDir: TCheckBox
        Left = 19
        Top = 123
        Width = 233
        Height = 17
        Caption = 'Create Sub Directory for this MVC Set'
        Checked = True
        State = cbChecked
        TabOrder = 1
      end
    end
    object TPage
      Left = 0
      Top = 0
      Caption = 'Step 2'
      object Label3: TLabel
        Left = 9
        Top = 15
        Width = 105
        Height = 16
        Caption = 'Controller setup:'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'Arial'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object Label14: TLabel
        Left = 24
        Top = 112
        Width = 143
        Height = 13
        Caption = 'Normally,a MVC Set contains :'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clGreen
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label15: TLabel
        Left = 32
        Top = 128
        Width = 109
        Height = 13
        Caption = '- At least one Controller'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clGreen
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label16: TLabel
        Left = 32
        Top = 144
        Width = 64
        Height = 13
        Caption = '- One Module'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clGreen
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label17: TLabel
        Left = 32
        Top = 160
        Width = 52
        Height = 13
        Caption = '- One View'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clGreen
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label18: TLabel
        Left = 24
        Top = 184
        Width = 288
        Height = 13
        Caption = 'The numbers of modules and Views depends on requirement.'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clGreen
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object cbCreateView: TCheckBox
        Left = 24
        Top = 72
        Width = 313
        Height = 17
        Caption = 'Create a view for me'
        Checked = True
        State = cbChecked
        TabOrder = 0
      end
      object cbCreateModel: TCheckBox
        Left = 24
        Top = 56
        Width = 289
        Height = 17
        Caption = 'Create a module  for me'
        Checked = True
        State = cbChecked
        TabOrder = 1
      end
    end
    object TPage
      Left = 0
      Top = 0
      Caption = 'Step 3'
      object Label6: TLabel
        Left = 16
        Top = 16
        Width = 77
        Height = 16
        Caption = 'View Setup:'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'Arial'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object Label10: TLabel

⌨️ 快捷键说明

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