Unit 'us7tagbuilder' Package
[Overview][Types][Classes][Variables][Index] [#pl_pascalscada]

TfrmS7TagBuilder

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: us7tagbuilder.pas line 183

type TfrmS7TagBuilder = class(TForm)

  BlockName: TEdit;

  

  lblDBNumber1: TLabel;

  

  Panel1: TPanel;

  

  Panel2: TPanel;

  

  PageControl1: TPageControl;

  

  spinFinalDBNumber: TSpinEdit;

  

  TabSheet1: TTabSheet;

  

  MemoryArea: TRadioGroup;

  

  Panel3: TPanel;

  

  Panel4: TPanel;

  

  PLCAddress: TGroupBox;

  

  Label1: TLabel;

  

  Label2: TLabel;

  

  Label3: TLabel;

  

  PLCStation: TSpinEdit;

  

  PLCSlot: TSpinEdit;

  

  PLCRack: TSpinEdit;

  

  grptagtype: TGroupBox;

  

  optplctagnumber: TRadioButton;

  

  optplcblock: TRadioButton;

  

  optplcStruct: TRadioButton;

  

  TabSheet4: TTabSheet;

  

  Panel5: TPanel;

  

  lblNumItems: TLabel;

  

  spinNumItens: TSpinEdit;

  

  spinStartAddress: TSpinEdit;

  

  lblStartAddress: TLabel;

  

  spinDBNumber: TSpinEdit;

  

  lblDBNumber: TLabel;

  

  ScrollBox1: TScrollBox;

  

  lblBlockType: TLabel;

  

  BlockType: TComboBox;

  

  Button1: TButton;

  

  BlockScan: TSpinEdit;

  

  lblBlockScan: TLabel;

  

  BlockSwapBytes: TCheckBox;

  

  BlockSwapWords: TCheckBox;

  

  StructScan: TSpinEdit;

  

  lblStructScan: TLabel;

  

  Label28: TLabel;

  

  Label29: TLabel;

  

  Label30: TLabel;

  

  Label31: TLabel;

  

  Label32: TLabel;

  

  Timer1: TTimer;

  

  btnCancel: TButton;

  

  btnBack: TButton;

  

  btnNext: TButton;

  

  btnFinish: TButton;

  

  lblBlockName: TLabel;

  

  procedure btnFinishClick();

  

  procedure MemoryAreaClick();

  

  procedure FormCreate();

  

  procedure FormShow();

  

  procedure FormClose();

  

  procedure FormCloseQuery();

  

  procedure Button1Click();

  

  procedure btnUpClick();

  

  procedure btnDownClick();

  

  procedure btnDelClick();

  

  procedure btnBitsClick();

  

  procedure spinDBNumberChange();

  

  procedure spinFinalDBNumberChange();

  

  procedure Timer1Timer();

  

  procedure TabSheet1Show();

  

  procedure BlockTypeChange();

  

  procedure btnNextClick();

  

  procedure btnBackClick();

  

  procedure PageControl1Changing();

  

  procedure TabSheet4Show();

  

  procedure optplcblockClick();

  

  procedure spinStartAddressChange();

  

public

  destructor Destroy; override;

  

  function GetTagType;

  

  function CurBlockType;

  

  function GetTheLastItemOffset;

  

  property StructItemsCount: LongInt; [r]

  

  property StructItem []: TS7TagItemEditor; [r]

  

  property StructureSizeInBytes: LongInt; [r]

  

  property RealStartOffset: LongInt; [r]

  

  property RealEndOffset: LongInt; [r]

  

  property StartOffset: LongInt; [r]

  

  property EndOffset: LongInt; [r]

  

end;

Inheritance

TfrmS7TagBuilder

  

|

TObject



CT Web help

CodeTyphon Studio