Home
last modified time | relevance | path

Searched refs:CBType (Results 1 – 25 of 54) sorted by relevance

123

/dports/math/scilab/scilab-6.1.1/scilab/modules/slint/includes/config/
H A DXMLConfig.hxx36 typedef SLintChecker * (*CBType)(xmlNode *); typedef in slint::XMLConfig
38 static std::unordered_map<std::string, CBType> callbacks;
63 static std::unordered_map<std::string, CBType> initCallbacks();
/dports/security/keybase/client-v5.7.1/shared/util/
H A Duse-watch-actions.tsx5 type CBType = (act: TypedActions) => void
9 function useWatchActions(watcher?: CBType) {
11 const savedHandler = React.useRef<CBType | undefined>(watcher)
/dports/math/scilab/scilab-6.1.1/scilab/modules/slint/includes/config/cnes/
H A DCNESConfig.hxx32 typedef SLintChecker * (*CBType)(const ToolConfigurationType &, const AnalysisRuleType &); typedef in slint::CNES::CNESConfig
34 static std::unordered_map<std::string, CBType> callbacks;
62 static std::unordered_map<std::string, CBType> initCallbacks();
/dports/comms/snap7/snap7-full-1.4.2/examples/dot.net/WinForm/CSharp/CSClient/
H A DForm1.Designer.cs53 this.CBType = new System.Windows.Forms.ComboBox(); in InitializeComponent()
282 …this.CBType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Botto… in InitializeComponent()
283 this.CBType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; in InitializeComponent()
285 this.CBType.FormattingEnabled = true; in InitializeComponent()
286 this.CBType.Items.AddRange(new object[] { in InitializeComponent()
309 this.CBType.Location = new System.Drawing.Point(15, 439); in InitializeComponent()
310 this.CBType.Name = "CBType"; in InitializeComponent()
311 this.CBType.Size = new System.Drawing.Size(409, 22); in InitializeComponent()
312 this.CBType.TabIndex = 43; in InitializeComponent()
458 this.Controls.Add(this.CBType); in InitializeComponent()
[all …]
H A DForm1.cs35 CBType.SelectedIndex = 0; in MainForm()
197 switch(CBType.SelectedIndex) in FieldBtn_Click()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpreport/design/
H A Dfrmconfigreportdata.pp37 CBType: TComboBox;
97 TDesignReportDataManager.GetRegisteredTypes(CBType.Items);
115 if CBType.ItemIndex=-1 then
117 FCurrentHandler:=TDesignReportDataManager.GetTypeHandler(CBType.Text);
367 FCurrentData.DataType:=CBType.text;
392 CBType.Enabled:=HaveItem;
396 CBType.ItemIndex:=-1;
402 CBType.ItemIndex:=CBType.Items.IndexOf(FCurrentData.DataType);
H A Dfrmfpreportdataconnectioneditor.pp30 CBType: TComboBox;
81 GetConnectionList(CBType.Items);
216 CBType.ItemIndex:=CBType.Items.IndexOf(FParams.Get(keyType,''));
H A Dfrmfpreportvariables.pp41 CBType: TComboBox;
138 FValueControls[T].Left:=CBType.Left;
260 if (CBType.ItemIndex in [ord(Low(TResultType))..ord(High(TResultType))]) then
261 Result:=TResultType(CBType.ItemIndex)
317 CBType.ItemIndex:=Ord(Avalue);
413 CBType.Enabled:=HV;
419 CBType.ItemIndex:=-1;
H A Dfrmfpreportdataconnectioneditor.lfm65 object CBType: TComboBox
/dports/editors/lazarus/lazarus/components/fpreport/design/
H A Dfrmconfigreportdata.pp37 CBType: TComboBox;
97 TDesignReportDataManager.GetRegisteredTypes(CBType.Items);
115 if CBType.ItemIndex=-1 then
117 FCurrentHandler:=TDesignReportDataManager.GetTypeHandler(CBType.Text);
367 FCurrentData.DataType:=CBType.text;
392 CBType.Enabled:=HaveItem;
396 CBType.ItemIndex:=-1;
402 CBType.ItemIndex:=CBType.Items.IndexOf(FCurrentData.DataType);
H A Dfrmfpreportdataconnectioneditor.pp30 CBType: TComboBox;
81 GetConnectionList(CBType.Items);
216 CBType.ItemIndex:=CBType.Items.IndexOf(FParams.Get(keyType,''));
H A Dfrmfpreportvariables.pp41 CBType: TComboBox;
138 FValueControls[T].Left:=CBType.Left;
260 if (CBType.ItemIndex in [ord(Low(TResultType))..ord(High(TResultType))]) then
261 Result:=TResultType(CBType.ItemIndex)
317 CBType.ItemIndex:=Ord(Avalue);
411 CBType.Enabled:=HV;
417 CBType.ItemIndex:=-1;
H A Dfrmfpreportdataconnectioneditor.lfm65 object CBType: TComboBox
/dports/editors/lazarus-qt5/lazarus/components/fpreport/design/
H A Dfrmconfigreportdata.pp37 CBType: TComboBox;
97 TDesignReportDataManager.GetRegisteredTypes(CBType.Items);
115 if CBType.ItemIndex=-1 then
117 FCurrentHandler:=TDesignReportDataManager.GetTypeHandler(CBType.Text);
367 FCurrentData.DataType:=CBType.text;
392 CBType.Enabled:=HaveItem;
396 CBType.ItemIndex:=-1;
402 CBType.ItemIndex:=CBType.Items.IndexOf(FCurrentData.DataType);
H A Dfrmfpreportdataconnectioneditor.pp30 CBType: TComboBox;
81 GetConnectionList(CBType.Items);
216 CBType.ItemIndex:=CBType.Items.IndexOf(FParams.Get(keyType,''));
H A Dfrmfpreportvariables.pp41 CBType: TComboBox;
138 FValueControls[T].Left:=CBType.Left;
260 if (CBType.ItemIndex in [ord(Low(TResultType))..ord(High(TResultType))]) then
261 Result:=TResultType(CBType.ItemIndex)
317 CBType.ItemIndex:=Ord(Avalue);
411 CBType.Enabled:=HV;
417 CBType.ItemIndex:=-1;
H A Dfrmfpreportdataconnectioneditor.lfm65 object CBType: TComboBox
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpreport/design/
H A Dfrmconfigreportdata.pp37 CBType: TComboBox;
97 TDesignReportDataManager.GetRegisteredTypes(CBType.Items);
115 if CBType.ItemIndex=-1 then
117 FCurrentHandler:=TDesignReportDataManager.GetTypeHandler(CBType.Text);
367 FCurrentData.DataType:=CBType.text;
392 CBType.Enabled:=HaveItem;
396 CBType.ItemIndex:=-1;
402 CBType.ItemIndex:=CBType.Items.IndexOf(FCurrentData.DataType);
H A Dfrmfpreportdataconnectioneditor.pp30 CBType: TComboBox;
81 GetConnectionList(CBType.Items);
216 CBType.ItemIndex:=CBType.Items.IndexOf(FParams.Get(keyType,''));
H A Dfrmfpreportvariables.pp41 CBType: TComboBox;
138 FValueControls[T].Left:=CBType.Left;
260 if (CBType.ItemIndex in [ord(Low(TResultType))..ord(High(TResultType))]) then
261 Result:=TResultType(CBType.ItemIndex)
317 CBType.ItemIndex:=Ord(Avalue);
413 CBType.Enabled:=HV;
419 CBType.ItemIndex:=-1;
H A Dfrmfpreportdataconnectioneditor.lfm65 object CBType: TComboBox
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sqldbrest/design/
H A Ddlgsqldbrestconnection.pp30 CBType: TComboBox;
92 GetConnectionList(CBType.Items);
168 ConnectionType:=CBType.Text;
185 CBType.Text:=ConnectionType;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sqldbrest/design/
H A Ddlgsqldbrestconnection.pp30 CBType: TComboBox;
92 GetConnectionList(CBType.Items);
168 ConnectionType:=CBType.Text;
185 CBType.Text:=ConnectionType;
/dports/math/scilab/scilab-6.1.1/scilab/modules/slint/src/cpp/
H A DCNESConfig.cpp25 std::unordered_map<std::string, CNESConfig::CBType> CNESConfig::callbacks = initCallbacks();
380 std::unordered_map<std::string, CNESConfig::CBType> CNESConfig::initCallbacks() in initCallbacks()
382 std::unordered_map<std::string, CBType> callbacks; in initCallbacks()
H A DXMLConfig.cpp30 std::unordered_map<std::string, XMLConfig::CBType> XMLConfig::callbacks = initCallbacks();
433 std::unordered_map<std::string, XMLConfig::CBType> XMLConfig::initCallbacks() in initCallbacks()
435 std::unordered_map<std::string, CBType> callbacks; in initCallbacks()

123