Menu

[r13]: / trunk / Src / FmCodeSubmitDlg.dfm  Maximize  Restore  History

Download this file

231 lines (230 with data), 7.1 kB

inherited CodeSubmitDlg: TCodeSubmitDlg
  Caption = 'Code Submission Wizard'
  ExplicitWidth = 565
  ExplicitHeight = 433
  PixelsPerInch = 96
  TextHeight = 13
  inherited pnlBody: TPanel
    inherited pcWizard: TPageControl
      ActivePage = tsIntro
      object tsIntro: TTabSheet
        Caption = 'tsIntro'
        TabVisible = False
        object lblIntro: TLabel
          Left = 0
          Top = 8
          Width = 329
          Height = 130
          Caption = 
            'Thanks for deciding to submit code for inclusion in the Code Sni' +
            'ppets database.'#13#10#13#10'This wizard collects some information from yo' +
            'u then contacts the DelphiDabbler.com website to submit the code' +
            '.'#13#10#13#10'Please note that you must have the right to donate this cod' +
            'e and you must be prepared to release the code into the public d' +
            'omain.'#13#10#13#10'Click the Next button below to begin.'
          WordWrap = True
        end
      end
      object tsRoutines: TTabSheet
        Caption = 'tsRoutines'
        ImageIndex = 1
        TabVisible = False
        object lblRoutines: TLabel
          Left = 0
          Top = 8
          Width = 190
          Height = 13
          Caption = '&Select the snippet(s) you want to submit:'
          FocusControl = frmRoutines
        end
        object lblRoutinePrompt: TLabel
          Left = 0
          Top = 221
          Width = 221
          Height = 13
          Caption = 'One or more snippets must be selected'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          Visible = False
        end
        inline frmRoutines: TSelectUserSnippetsFrame
          Left = 0
          Top = 32
          Width = 369
          Height = 180
          TabOrder = 0
          TabStop = True
          ExplicitTop = 32
          ExplicitWidth = 369
          ExplicitHeight = 180
          inherited tvChecked: TTreeView
            Width = 369
            Height = 180
            ExplicitWidth = 369
            ExplicitHeight = 180
          end
        end
      end
      object tsUserInfo: TTabSheet
        Caption = 'tsUserInfo'
        ImageIndex = 2
        TabVisible = False
        ExplicitLeft = 0
        ExplicitTop = 0
        ExplicitWidth = 0
        ExplicitHeight = 0
        object lblName: TLabel
          Left = 0
          Top = 8
          Width = 31
          Height = 13
          Caption = '&Name:'
          FocusControl = edName
        end
        object lblEmail: TLabel
          Left = 0
          Top = 43
          Width = 69
          Height = 13
          Caption = '&Email Address:'
          FocusControl = edEMail
        end
        object lblComments: TLabel
          Left = 0
          Top = 104
          Width = 77
          Height = 13
          Caption = 'Your &Comments:'
          FocusControl = edComments
        end
        object lblUserInfoPrompt: TLabel
          Left = 0
          Top = 216
          Width = 369
          Height = 13
          AutoSize = False
        end
        object lblPrivacy: TLabel
          Left = 0
          Top = 67
          Width = 369
          Height = 26
          AutoSize = False
          Caption = 
            'Your email address will not be abused. See the privacy statement' +
            ' for details.'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          WordWrap = True
        end
        object lblPrivacyHelp: TLabel
          Left = 223
          Top = 67
          Width = 83
          Height = 13
          Cursor = crHandPoint
          Caption = 'privacy statement'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clGreen
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsUnderline]
          ParentFont = False
          Transparent = False
          OnClick = lblPrivacyHelpClick
        end
        object edName: TEdit
          Left = 88
          Top = 3
          Width = 185
          Height = 21
          TabOrder = 0
          OnEnter = edNameEnter
          OnExit = UserInfoEditExit
        end
        object edEMail: TEdit
          Left = 88
          Top = 40
          Width = 185
          Height = 21
          TabOrder = 1
          OnEnter = edEMailEnter
          OnExit = UserInfoEditExit
        end
        object edComments: TMemo
          Left = 0
          Top = 123
          Width = 369
          Height = 112
          TabOrder = 2
          OnEnter = edCommentsEnter
          OnExit = UserInfoEditExit
        end
      end
      object tsSubmit: TTabSheet
        Caption = 'tsSubmit'
        ImageIndex = 4
        TabVisible = False
        ExplicitLeft = 0
        ExplicitTop = 0
        ExplicitWidth = 0
        ExplicitHeight = 0
        object lblSubmit: TLabel
          Left = 0
          Top = 3
          Width = 369
          Height = 127
          AutoSize = False
          Caption = 
            'Ready to submit the code.'#13#10#13#10'The data that will be sent contains' +
            ' the specified snippet(s), the information your gave on the prev' +
            'ious page and your program'#39's version number.'#13#10#13#10'If you want to s' +
            'ee the data before sending it, click the Preview Data button.'#13#10#13 +
            #10'To proceed please ensure you are connected to the internet and ' +
            'click the Submit button.'
          WordWrap = True
        end
        object btnPreview: TButton
          Left = 138
          Top = 144
          Width = 94
          Height = 25
          Caption = '&Preview Data...'
          TabOrder = 0
          OnClick = btnPreviewClick
        end
      end
      object tsFinished: TTabSheet
        Caption = 'tsFinished'
        ImageIndex = 3
        TabVisible = False
        ExplicitLeft = 0
        ExplicitTop = 0
        ExplicitWidth = 0
        ExplicitHeight = 0
        object lblFinished: TLabel
          Left = 0
          Top = 0
          Width = 369
          Height = 113
          AutoSize = False
          Caption = 
            'Thank you. Your submission has been sent successfully.'#13#10#13#10'The da' +
            'tabase editor will review the code and, if it is in a suitable f' +
            'ormat and it works as advertised, it will be included in the onl' +
            'ine Code Snippets database in due course. You may be contacted i' +
            'f there are any queries.'
          WordWrap = True
        end
      end
    end
  end
end
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.