home *** CD-ROM | disk | FTP | other *** search
- object ActionEditForm: TActionEditForm
- Left = 754
- Top = 307
- ActiveControl = Edit1
- BorderStyle = bsDialog
- Caption = 'Upravit akci'
- ClientHeight = 343
- ClientWidth = 251
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poOwnerFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 28
- Height = 13
- Caption = 'Akce:'
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 24
- Height = 13
- Caption = 'Text:'
- end
- object Label3: TLabel
- Left = 8
- Top = 96
- Width = 35
- Height = 13
- Caption = 'Spustit:'
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 144
- Width = 185
- Height = 192
- Caption = ' '
- TabOrder = 5
- object Label4: TLabel
- Left = 8
- Top = 24
- Width = 63
- Height = 13
- Caption = 'Zpr�va DDE:'
- end
- object Label5: TLabel
- Left = 8
- Top = 64
- Width = 44
- Height = 13
- Caption = 'Aplikace:'
- end
- object Label6: TLabel
- Left = 8
- Top = 104
- Width = 148
- Height = 13
- Caption = 'Nen�-li aplikace DDE spu�t�na:'
- end
- object Label7: TLabel
- Left = 8
- Top = 144
- Width = 30
- Height = 13
- Caption = 'T�ma:'
- end
- object Edit4: TEdit
- Left = 8
- Top = 40
- Width = 169
- Height = 21
- MaxLength = 16382
- TabOrder = 0
- OnChange = Change
- end
- object Edit5: TEdit
- Left = 8
- Top = 80
- Width = 169
- Height = 21
- MaxLength = 16382
- TabOrder = 1
- OnChange = Change
- end
- object Edit6: TEdit
- Left = 8
- Top = 120
- Width = 169
- Height = 21
- MaxLength = 16382
- TabOrder = 2
- OnChange = Change
- end
- object Edit7: TEdit
- Left = 8
- Top = 160
- Width = 169
- Height = 21
- MaxLength = 16382
- TabOrder = 3
- OnChange = Change
- end
- end
- object Edit1: TEdit
- Left = 8
- Top = 32
- Width = 150
- Height = 21
- MaxLength = 255
- TabOrder = 0
- OnChange = Change
- end
- object Edit2: TEdit
- Left = 8
- Top = 72
- Width = 150
- Height = 21
- MaxLength = 16382
- TabOrder = 1
- OnChange = Change
- end
- object Edit3: TEdit
- Left = 8
- Top = 112
- Width = 150
- Height = 21
- MaxLength = 16382
- TabOrder = 2
- OnChange = Change
- end
- object CheckBox1: TCheckBox
- Left = 20
- Top = 142
- Width = 88
- Height = 17
- Caption = 'Pou��vat &DDE'
- TabOrder = 4
- OnClick = CheckBox1Click
- end
- object Button1: TButton
- Left = 168
- Top = 32
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 6
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 168
- Top = 64
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 7
- end
- object Button3: TButton
- Left = 160
- Top = 112
- Width = 17
- Height = 21
- Caption = '...'
- TabOrder = 3
- OnClick = Button3Click
- end
- end
-