/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/KeePassRPC/Forms/ |
H A D | KeeMAMOverride.Designer.cs | 37 this.radioButton3 = new System.Windows.Forms.RadioButton(); in InitializeComponent() 103 this.radioButton3.AutoSize = true; in InitializeComponent() 104 this.radioButton3.Location = new System.Drawing.Point(161, 85); in InitializeComponent() 105 this.radioButton3.Name = "radioButton3"; in InitializeComponent() 106 this.radioButton3.Size = new System.Drawing.Size(52, 17); in InitializeComponent() 107 this.radioButton3.TabIndex = 9; in InitializeComponent() 108 this.radioButton3.TabStop = true; in InitializeComponent() 109 this.radioButton3.Text = "Exact"; in InitializeComponent() 110 this.radioButton3.UseVisualStyleBackColor = true; in InitializeComponent() 129 this.Controls.Add(this.radioButton3); in InitializeComponent() [all …]
|
H A D | KeeFieldForm.Designer.cs | 50 this.radioButton3 = new System.Windows.Forms.RadioButton(); in InitializeComponent() 203 this.groupBox1.Controls.Add(this.radioButton3); in InitializeComponent() 237 this.radioButton3.AutoSize = true; in InitializeComponent() 238 this.radioButton3.Location = new System.Drawing.Point(197, 19); in InitializeComponent() 239 this.radioButton3.Name = "radioButton3"; in InitializeComponent() 240 this.radioButton3.Size = new System.Drawing.Size(60, 17); in InitializeComponent() 241 this.radioButton3.TabIndex = 2; in InitializeComponent() 242 this.radioButton3.TabStop = true; in InitializeComponent() 243 this.radioButton3.Text = "Disable"; in InitializeComponent() 244 this.radioButton3.UseVisualStyleBackColor = true; in InitializeComponent() [all …]
|
H A D | KeeEntryUserControl.Designer.cs | 64 this.radioButton3 = new System.Windows.Forms.RadioButton(); in InitializeComponent() 397 this.groupBox4.Controls.Add(this.radioButton3); in InitializeComponent() 411 this.radioButton3.AutoSize = true; in InitializeComponent() 412 this.radioButton3.Location = new System.Drawing.Point(8, 97); in InitializeComponent() 413 this.radioButton3.Name = "radioButton3"; in InitializeComponent() 414 this.radioButton3.Size = new System.Drawing.Size(361, 17); in InitializeComponent() 415 this.radioButton3.TabIndex = 6; in InitializeComponent() 416 this.radioButton3.TabStop = true; in InitializeComponent() 418 this.radioButton3.UseVisualStyleBackColor = true; in InitializeComponent() 419 … this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged); in InitializeComponent() [all …]
|
H A D | KeeMAMOverride.cs | 26 case MatchAccuracyMethod.Exact: radioButton3.Checked = true; break; in KeeMAMOverrideForm() 70 if (radioButton3.Checked) return MatchAccuracyMethod.Exact; in DetermineDefaultMatchAccuracy()
|
H A D | KeeFieldForm.cs | 85 case PlaceholderHandling.Disabled: radioButton3.Checked = true; break; in KeeFieldForm() 133 if (radioButton3.Checked) PlaceholderHandling = PlaceholderHandling.Disabled; in button1_Click()
|
/dports/games/gogui/Quaqua/src/test/ |
H A D | MatisseRadioButtonsTest.java | 60 radioButton3 = new javax.swing.JRadioButton(); in initComponents() 71 buttonGroup.add(radioButton3); in initComponents() 72 radioButton3.setText("Radio Button 3"); in initComponents() 90 .add(radioButton3) in initComponents() 103 .add(radioButton3) in initComponents() 114 private javax.swing.JRadioButton radioButton3; field in MatisseRadioButtonsTest
|
H A D | RadioButtonTest.java | 34 radioButton3.putClientProperty("JComponent.sizeVariant","small"); in RadioButtonTest() 67 radioButton3 = new javax.swing.JRadioButton(); in initComponents() 114 buttonGroup1.add(radioButton3); in initComponents() 115 radioButton3.setFont(new java.awt.Font("Lucida Grande", 0, 11)); in initComponents() 116 radioButton3.setText("\u00c5ngstr\u00f6m H"); in initComponents() 120 add(radioButton3, gridBagConstraints); in initComponents() 183 private javax.swing.JRadioButton radioButton3; field in RadioButtonTest
|
/dports/devel/guichan/guichan-0.8.2/examples/ |
H A D | widgets.hpp | 22 gcn::RadioButton* radioButton3; variable 114 radioButton3 = new gcn::RadioButton("RadioButton 3", "radiogroup"); in init() 148 top->add(radioButton3, 500, 240); in init() 173 delete radioButton3; in halt()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/Eclipse UI Examples Readme Tool/org/eclipse/ui/examples/readmetool/ |
H A D | ReadmePreferencePage.java | 45 private Button radioButton3; field in ReadmePreferencePage 117 …radioButton3 = createRadioButton(composite_radioButton, MessageUtil.getString("Radio_button_3")); … in createContents() 236 radioButton3.setSelection(false); in initializeDefaults() 246 radioButton3.setSelection(true); in initializeDefaults() 270 radioButton3.setSelection(true); in initializeValues() 307 else if (radioButton3.getSelection()) in storeValues()
|
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/mouse/range/ |
H A D | CActionSelect.cpp | 25 buttons = {radioButton1, radioButton2, radioButton3, radioButton4}; in CActionSelect() 28 radioButton3->setProperty("action", int(CScrOptRangeTool::eAction::ToEnd)); in CActionSelect()
|
/dports/print/hplip/hplip-3.20.6/ui/ |
H A D | coloradjform_base.py | 67 self.radioButton3 = QRadioButton(self.buttonGroup,"radioButton3") 68 radioButton3_font = QFont(self.radioButton3.font()) 70 self.radioButton3.setFont(radioButton3_font) 71 layout2.addWidget(self.radioButton3) 222 self.radioButton3.setText(self.__tr("3"))
|
H A D | paperedgealignform_base.py | 52 self.radioButton3 = QRadioButton(self.buttonGroup,"radioButton3") 53 layout24.addWidget(self.radioButton3) 117 self.radioButton3.setText(self.__tr("3"))
|
/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/tests/ |
H A D | kwindowtest.cpp | 118 …KToggleAction *radioButton3 = new KToggleAction(QIcon::fromTheme(QStringLiteral("filefloppy")), QS… in TestWindow() local 119 actionCollection()->addAction(QStringLiteral("radioButton3"), radioButton3); in TestWindow() 120 radioButton3->setActionGroup(radioGroup); in TestWindow()
|
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/widgets/styles/ |
H A D | widgetgallery.cpp | 156 radioButton3 = new QRadioButton(tr("Radio button 3")); in createTopLeftGroupBox() 166 layout->addWidget(radioButton3); in createTopLeftGroupBox()
|
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/widgets/ |
H A D | styles.py | 126 radioButton3 = QRadioButton("Radio button 3") 136 layout.addWidget(radioButton3)
|
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/widgets/ |
H A D | styles.py | 126 radioButton3 = QRadioButton("Radio button 3") 136 layout.addWidget(radioButton3)
|
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/widgets/ |
H A D | styles.py | 126 radioButton3 = QRadioButton("Radio button 3") 136 layout.addWidget(radioButton3)
|
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/examples/widgets/ |
H A D | styles.py | 126 radioButton3 = QRadioButton("Radio button 3") 136 layout.addWidget(radioButton3)
|
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/widgets/ |
H A D | styles.py | 126 radioButton3 = QRadioButton("Radio button 3") 136 layout.addWidget(radioButton3)
|
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/widgets/ |
H A D | styles.py | 126 radioButton3 = QRadioButton("Radio button 3") 136 layout.addWidget(radioButton3)
|
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/widgets/ |
H A D | styles.py | 126 radioButton3 = QRadioButton("Radio button 3") 136 layout.addWidget(radioButton3)
|
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/examples/widgets/ |
H A D | styles.py | 126 radioButton3 = QRadioButton("Radio button 3") 136 layout.addWidget(radioButton3)
|
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/examples/widgets/ |
H A D | styles.py | 126 radioButton3 = QRadioButton("Radio button 3") 136 layout.addWidget(radioButton3)
|
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/widgets/styles/ |
H A D | widgetgallery.cpp | 205 radioButton3 = new QRadioButton(tr("Radio button 3")); in createTopLeftGroupBox() 215 layout->addWidget(radioButton3); in createTopLeftGroupBox()
|
/dports/net/py-qt5-network/PyQt5-5.15.4/examples/widgets/ |
H A D | styles.py | 126 radioButton3 = QRadioButton("Radio button 3") 136 layout.addWidget(radioButton3)
|