home *** CD-ROM | disk | FTP | other *** search
- object frmInsertForm: TfrmInsertForm
- Left = 413
- Top = 287
- BorderStyle = bsDialog
- Caption = 'Insert Form'
- ClientHeight = 133
- ClientWidth = 331
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object btnOK: TButton
- Left = 171
- Top = 106
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnStorno: TButton
- Left = 251
- Top = 106
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- TabOrder = 1
- OnClick = btnStornoClick
- end
- object GroupBox1: TGroupBox
- Left = 5
- Top = 2
- Width = 321
- Height = 100
- TabOrder = 2
- object Label1: TLabel
- Left = 7
- Top = 18
- Width = 33
- Height = 13
- Caption = 'Action:'
- end
- object Label2: TLabel
- Left = 7
- Top = 45
- Width = 46
- Height = 13
- Caption = 'EncType:'
- end
- object Label3: TLabel
- Left = 7
- Top = 72
- Width = 39
- Height = 13
- Caption = 'Method:'
- end
- object cmbAction: TComboBox
- Left = 62
- Top = 15
- Width = 250
- Height = 21
- Hint = 'ACTION'
- ItemHeight = 13
- TabOrder = 0
- OnEnter = cmbActionEnter
- OnExit = cmbActionExit
- end
- object cmbEncType: TComboBox
- Left = 62
- Top = 42
- Width = 250
- Height = 21
- Hint = 'ENCTYPE'
- ItemHeight = 13
- TabOrder = 1
- OnEnter = cmbEncTypeEnter
- OnExit = cmbEncTypeExit
- Items.Strings = (
- 'application/x-www-form-urlencoded'
- 'multipart/form-data')
- end
- object cmbMethod: TComboBox
- Left = 62
- Top = 68
- Width = 99
- Height = 21
- Hint = 'METHOD'
- ItemHeight = 13
- TabOrder = 2
- Text = 'post'
- OnEnter = cmbMethodEnter
- OnExit = cmbMethodExit
- Items.Strings = (
- ''
- 'post'
- 'get')
- end
- end
- end
-