Home
last modified time | relevance | path

Searched refs:TxtValue (Results 1 – 12 of 12) sorted by relevance

/dports/comms/snap7/snap7-full-1.4.2/examples/dot.net/WinForm/CSharp/CSClient/
H A DForm1.cs225 TxtValue.Text = System.Convert.ToString(USInt); in FieldBtn_Click()
231 TxtValue.Text = System.Convert.ToString(UInt); in FieldBtn_Click()
237 TxtValue.Text = System.Convert.ToString(UDInt); in FieldBtn_Click()
243 TxtValue.Text = System.Convert.ToString(ULInt); in FieldBtn_Click()
249 TxtValue.Text = System.Convert.ToString(SInt); in FieldBtn_Click()
255 TxtValue.Text = System.Convert.ToString(S7Int); in FieldBtn_Click()
261 TxtValue.Text = System.Convert.ToString(DInt); in FieldBtn_Click()
267 TxtValue.Text = System.Convert.ToString(LInt); in FieldBtn_Click()
273 TxtValue.Text = System.Convert.ToString(S7Real); in FieldBtn_Click()
279 TxtValue.Text = System.Convert.ToString(S7LReal); in FieldBtn_Click()
[all …]
H A DForm1.Designer.cs57 this.TxtValue = new System.Windows.Forms.TextBox(); in InitializeComponent()
345 …this.TxtValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bot… in InitializeComponent()
346 this.TxtValue.Location = new System.Drawing.Point(125, 491); in InitializeComponent()
347 this.TxtValue.Name = "TxtValue"; in InitializeComponent()
348 this.TxtValue.Size = new System.Drawing.Size(299, 20); in InitializeComponent()
349 this.TxtValue.TabIndex = 47; in InitializeComponent()
454 this.Controls.Add(this.TxtValue); in InitializeComponent()
518 private System.Windows.Forms.TextBox TxtValue; field in CSClient.MainForm
/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dvirtualdbf.c741 strcmp (pFld->Value->TxtValue, in vdbf_eval_constraints()
774 Value->TxtValue, in vdbf_eval_constraints()
933 pFld->Value->TxtValue, in vdbf_column()
934 strlen (pFld->Value->TxtValue), in vdbf_column()
H A Dvirtualshape.c1115 strcmp (pFld->Value->TxtValue, in vshp_eval_constraints()
1148 TxtValue, 0); in vshp_eval_constraints()
1321 pFld->Value->TxtValue, in vshp_column()
1322 strlen (pFld->Value->TxtValue), in vshp_column()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_shape.c129 if (p->TxtValue) in gaiaFreeValue()
130 free (p->TxtValue); in gaiaFreeValue()
142 field->Value->TxtValue = NULL; in gaiaSetNullValue()
153 field->Value->TxtValue = NULL; in gaiaSetIntValue()
165 field->Value->TxtValue = NULL; in gaiaSetDoubleValue()
370 value->TxtValue = NULL; in gaiaCloneValue()
383 len = strlen (org->TxtValue); in gaiaCloneValue()
384 value->TxtValue = malloc (len + 1); in gaiaCloneValue()
385 strcpy (value->TxtValue, org->TxtValue); in gaiaCloneValue()
3011 fld->Value->TxtValue, 8); in gaiaWriteShpEntity()
[all …]
/dports/databases/spatialite/libspatialite-5.0.1/src/headers/spatialite/
H A Dgg_structs.h304 char *TxtValue; /* the text value */ member
/dports/security/lego/lego-4.5.3/vendor/github.com/cloudflare/cloudflare-go/
H A Dcustom_hostname.go58 TxtValue string `json:"txt_value,omitempty"` member
H A Dcustom_hostname_test.go179 TxtValue: "ca3-f8db94da174g4c409b17fcaa5470deb2",
/dports/net/traefik/traefik-2.6.1/vendor/github.com/cloudflare/cloudflare-go/
H A Dcustom_hostname.go58 TxtValue string `json:"txt_value,omitempty"` member
/dports/databases/spatialite/libspatialite-5.0.1/src/shapefiles/
H A Dshapefiles.c556 dbf_field->Value->TxtValue, in do_check_shp_unique_pk_values()
558 Value->TxtValue), in do_check_shp_unique_pk_values()
1512 dbf_field->Value->TxtValue, in load_shapefile_common()
1514 Value->TxtValue), in load_shapefile_common()
1555 dbf_field->Value->TxtValue, in load_shapefile_common()
1557 Value->TxtValue), in load_shapefile_common()
1718 dbf_field->Value->TxtValue, in do_check_dbf_unique_pk_values()
1720 Value->TxtValue), in do_check_dbf_unique_pk_values()
2234 dbf_field->Value->TxtValue, in load_dbf_common()
2236 Value->TxtValue), in load_dbf_common()
[all …]
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DClassdef.h882 wxString TxtValue; // the Text value variable
917 TxtValue = string; in Set()
935 return TxtValue; in GetTxtValue()
1156 const char *TxtValue; variable
1193 TxtValue = value; in SetValue()
1219 return TxtValue; in GetTxtValue()
H A DObjects.cpp102 TxtValue = wxString::FromUTF8((const char *) text); in Set()