Home
last modified time | relevance | path

Searched refs:TxtSize (Results 1 – 25 of 38) sorted by relevance

12

/dports/comms/snap7/snap7-full-1.4.2/examples/dot.net/WinForm/VB/VBClient/
H A DForm1.Designer.vb40 Me.TxtSize = New System.Windows.Forms.TextBox()
190 Me.TxtSize.Enabled = False
191 Me.TxtSize.Location = New System.Drawing.Point(264, 112)
192 Me.TxtSize.Name = "TxtSize"
193 Me.TxtSize.Size = New System.Drawing.Size(45, 20)
194 Me.TxtSize.TabIndex = 6
195 Me.TxtSize.Text = "32"
254 Me.Controls.Add(Me.TxtSize)
292 Friend WithEvents TxtSize As System.Windows.Forms.TextBox
H A DForm1.vb44 TxtSize.Enabled = True
58 TxtSize.Enabled = False
73 Size = System.Convert.ToInt32(TxtSize.Text)
/dports/comms/snap7/snap7-full-1.4.2/examples/dot.net/WinForm/VB_Mixed/VBClient/
H A DForm1.Designer.vb40 Me.TxtSize = New System.Windows.Forms.TextBox()
190 Me.TxtSize.Enabled = False
191 Me.TxtSize.Location = New System.Drawing.Point(264, 112)
192 Me.TxtSize.Name = "TxtSize"
193 Me.TxtSize.Size = New System.Drawing.Size(45, 20)
194 Me.TxtSize.TabIndex = 6
195 Me.TxtSize.Text = "32"
254 Me.Controls.Add(Me.TxtSize)
292 Friend WithEvents TxtSize As System.Windows.Forms.TextBox
H A DForm1.vb43 TxtSize.Enabled = True
57 TxtSize.Enabled = False
72 Size = System.Convert.ToInt32(TxtSize.Text)
/dports/comms/snap7/snap7-full-1.4.2/examples/dot.net/WinForm/CSharp/CSClient/
H A DForm1.Designer.cs37 this.TxtSize = new System.Windows.Forms.TextBox(); in InitializeComponent()
127 this.TxtSize.Enabled = false; in InitializeComponent()
128 this.TxtSize.Location = new System.Drawing.Point(264, 110); in InitializeComponent()
129 this.TxtSize.Name = "TxtSize"; in InitializeComponent()
130 this.TxtSize.Size = new System.Drawing.Size(45, 20); in InitializeComponent()
131 this.TxtSize.TabIndex = 29; in InitializeComponent()
132 this.TxtSize.Text = "124"; in InitializeComponent()
466 this.Controls.Add(this.TxtSize); in InitializeComponent()
498 internal System.Windows.Forms.TextBox TxtSize; field in CSClient.MainForm
H A DForm1.cs53 TxtSize.Enabled = true; in ConnectBtn_Click()
68 TxtSize.Enabled = false; in DisconnectBtn_Click()
145 Size = System.Convert.ToInt32(TxtSize.Text); in PlcDBRead()
160 Size = System.Convert.ToInt32(TxtSize.Text); in PlcDBWrite()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx118 Size TxtSize(GetDataWindow().GetTextWidth(aText), GetDataWindow().GetTextHeight()); in PaintCell() local
121 if (aPos.X() < _rRect.Right() || aPos.X() + TxtSize.Width() > _rRect.Right() || in PaintCell()
122 aPos.Y() < _rRect.Top() || aPos.Y() + TxtSize.Height() > _rRect.Bottom()) in PaintCell()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/promknl/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky/husky-1.9.20191207/progate/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky/husky-1.9.20191207/promknl/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-areafix/husky-areafix-1.9.20191207/progate/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-areafix/husky-areafix-1.9.20191207/protick/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/progate/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/protick/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/promknl/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-hpt/husky-hpt-1.9.20191207/progate/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-htick/husky-htick-1.9.20191207/progate/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-hpt/husky-hpt-1.9.20191207/protick/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/progate/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/promknl/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/protick/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/progate/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/protick/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/promknl/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/protick/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then

12