/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/DAQ/WinCC/combobox.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
� Graphic Designer �������� �� Smart Objects ������� Control.
 
2
����� � ����������� ���� ������� Microsoft Forms 2.0 ComboBox. ��� ��������
 
3
, ��������, Control2.
 
4
����� ������� ������ �� ������ ����� ����� � ������� ��������� �
 
5
Events->Miscellaneous->Open Picture
 
6
 
 
7
���:
 
8
Dim Combo
 
9
 
 
10
Set Combo=ScreenItems("Control2")
 
11
If (combo.ListCount = 0) Then
 
12
   combo.AddItem "���������� �����"
 
13
   combo.AddItem "���������� ������"
 
14
   combo.AddItem "���������� �����\������"
 
15
   combo.AddItem "���������� �����"
 
16
   combo.AddItem "���������� ������"
 
17
   combo.AddItem "��������� ����"
 
18
   combo.AddItem "�������������� �����"
 
19
End If
 
20
 
 
21
Set Combo=Nothing
 
22
 
 
23
 
 
24
� ���������� ��� ������� ������� ����� � Runtime �������� ������� �
 
25
���������� �����.
 
26