home *** CD-ROM | disk | FTP | other *** search
- object AttachmentWork: TAttachmentWork
- Left = 181
- Top = 106
- Width = 311
- Height = 237
- Caption = 'Attachment action...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 11
- Width = 57
- Height = 13
- Caption = 'Attachment:'
- Transparent = True
- end
- object Label2: TLabel
- Left = 70
- Top = 11
- Width = 5
- Height = 13
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object GroupBox1: TGroupBox
- Left = 16
- Top = 36
- Width = 273
- Height = 131
- Caption = '[ Action ]'
- TabOrder = 0
- object RadioButton1: TRadioButton
- Left = 8
- Top = 24
- Width = 113
- Height = 17
- Caption = 'Save to disk...'
- TabOrder = 0
- OnDblClick = RadioButton3DblClick
- end
- object RadioButton2: TRadioButton
- Left = 8
- Top = 42
- Width = 113
- Height = 17
- Caption = 'Open...'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnDblClick = RadioButton3DblClick
- end
- object RadioButton3: TRadioButton
- Left = 8
- Top = 62
- Width = 113
- Height = 17
- Caption = 'View as text...'
- TabOrder = 2
- OnDblClick = RadioButton3DblClick
- end
- object RadioButton4: TRadioButton
- Left = 8
- Top = 82
- Width = 113
- Height = 17
- Caption = 'View image...'
- TabOrder = 3
- Visible = False
- OnDblClick = RadioButton3DblClick
- end
- object RadioButton5: TRadioButton
- Left = 8
- Top = 102
- Width = 168
- Height = 17
- Caption = 'Open ZIP file internally...'
- TabOrder = 4
- Visible = False
- OnDblClick = RadioButton3DblClick
- end
- end
- object Button1: TButton
- Left = 129
- Top = 181
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Button2: TButton
- Left = 213
- Top = 181
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object MultiLang1: TMultiLang
- DefaultEnabled = True
- Languages = 2
- Words.Strings = (
- '%Form%'
- 'Attachment action...'
- 'Vinna me� vi�hengi...'
- 'Label1'
- 'Attachment:'
- 'Vi�hengi:'
- 'Label2'
- ''
- ''
- 'GroupBox1'
- '[ Action ]'
- '[ Framkv�md ]'
- 'RadioButton1'
- 'Save to disk...'
- 'Geyma � disk...'
- 'RadioButton2'
- 'Open...'
- 'Opna...'
- 'RadioButton3'
- 'View as text...'
- 'Sko�a sem texta...'
- 'Button1'
- 'Cancel'
- 'H�tta vi�'
- 'Button2'
- 'OK'
- 'Framkv�ma'
- 'RadioButton4'
- 'View image...'
- 'Sko�a mynd...'
- 'RadioButton5'
- 'Open ZIP file internally...'
- 'Opna ZIP skr� inni � TMC...')
- Left = 224
- Top = 8
- end
- end
-