219 references to ApplyResources
System.Windows.Forms (26)
System\Windows\Forms\MDI\MDIWindowDialog.cs (5)
103resources.ApplyResources(_itemList, "itemList"); 109resources.ApplyResources(_okButton, "okButton"); 116resources.ApplyResources(_cancelButton, "cancelButton"); 123resources.ApplyResources(_okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 135resources.ApplyResources(this, "$this");
System\Windows\Forms\Printing\PrintPreviewDialog.cs (21)
785resources.ApplyResources(_toolStrip1, "toolStrip1"); 804resources.ApplyResources(_printToolStripButton, "printToolStripButton"); 821resources.ApplyResources(_zoomToolStripSplitButton, "zoomToolStripSplitButton"); 827resources.ApplyResources(_autoToolStripMenuItem, "autoToolStripMenuItem"); 832resources.ApplyResources(_toolStripMenuItem1, "toolStripMenuItem1"); 837resources.ApplyResources(_toolStripMenuItem2, "toolStripMenuItem2"); 842resources.ApplyResources(_toolStripMenuItem3, "toolStripMenuItem3"); 847resources.ApplyResources(_toolStripMenuItem4, "toolStripMenuItem4"); 852resources.ApplyResources(_toolStripMenuItem5, "toolStripMenuItem5"); 857resources.ApplyResources(_toolStripMenuItem6, "toolStripMenuItem6"); 862resources.ApplyResources(_toolStripMenuItem7, "toolStripMenuItem7"); 867resources.ApplyResources(_toolStripMenuItem8, "toolStripMenuItem8"); 873resources.ApplyResources(_onePageToolStripButton, "onepageToolStripButton"); 877resources.ApplyResources(_twoPagesToolStripButton, "twopagesToolStripButton"); 881resources.ApplyResources(_threePagesToolStripButton, "threepagesToolStripButton"); 885resources.ApplyResources(_fourPagesToolStripButton, "fourpagesToolStripButton"); 889resources.ApplyResources(_sixPagesToolStripButton, "sixpagesToolStripButton"); 895resources.ApplyResources(_closeToolStripButton, "closeToolStripButton"); 897resources.ApplyResources(_pageCounter, "pageCounter"); 908resources.ApplyResources(_pageToolStripLabel, "pageToolStripLabel"); 965resources.ApplyResources(this, "$this");
System.Windows.Forms.Design (182)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (12)
173resources.ApplyResources(_byteViewer, "byteViewer"); 181resources.ApplyResources(_buttonOK, "buttonOK"); 192resources.ApplyResources(_buttonSave, "buttonSave"); 202resources.ApplyResources(_groupBoxMode, "groupBoxMode"); 212resources.ApplyResources(_radioButtonsTableLayoutPanel, "radioButtonsTableLayoutPanel"); 227resources.ApplyResources(_radioUnicode, "radioUnicode"); 234resources.ApplyResources(_radioAuto, "radioAuto"); 242resources.ApplyResources(_radioAnsi, "radioAnsi"); 249resources.ApplyResources(_radioHex, "radioHex"); 256resources.ApplyResources(_okSaveTableLayoutPanel, "okSaveTableLayoutPanel"); 268resources.ApplyResources(_overarchingTableLayoutPanel, "overarchingTableLayoutPanel"); 282resources.ApplyResources(this, "$this");
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (14)
425resources.ApplyResources(_membersLabel, "membersLabel"); 429resources.ApplyResources(_listBox, "listbox"); 437resources.ApplyResources(_upButton, "upButton"); 440resources.ApplyResources(_downButton, "downButton"); 443resources.ApplyResources(_propertiesLabel, "propertiesLabel"); 448resources.ApplyResources(_propertyGrid, "propertyBrowser"); 454resources.ApplyResources(_addButton, "addButton"); 458resources.ApplyResources(_removeButton, "removeButton"); 462resources.ApplyResources(_okButton, "okButton"); 467resources.ApplyResources(_cancelButton, "cancelButton"); 472resources.ApplyResources(_okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 479resources.ApplyResources(_overArchingTableLayoutPanel, "overArchingTableLayoutPanel"); 490resources.ApplyResources(_addRemoveTableLayoutPanel, "addRemoveTableLayoutPanel"); 497resources.ApplyResources(this, "$this");
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (9)
92resources.ApplyResources(_tableLayoutPanel, "tableLayoutPanel1"); 115resources.ApplyResources(_noneCheckBox, "noneCheckBox"); 121resources.ApplyResources(_allCheckBox, "allCheckBox"); 127resources.ApplyResources(_topCheckBox, "topCheckBox"); 133resources.ApplyResources(_bottomCheckBox, "bottomCheckBox"); 139resources.ApplyResources(_rightCheckBox, "rightCheckBox"); 145resources.ApplyResources(_leftCheckBox, "leftCheckBox"); 151resources.ApplyResources(_splitterLabel, "splitterLabel"); 157resources.ApplyResources(this, "$this");
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (19)
286resources.ApplyResources(_dataBoundColumnRadioButton, "dataBoundColumnRadioButton"); 295resources.ApplyResources(_overarchingTableLayoutPanel, "overarchingTableLayoutPanel"); 329resources.ApplyResources(_checkBoxesTableLayoutPanel, "checkBoxesTableLayoutPanel"); 343resources.ApplyResources(_frozenCheckBox, "frozenCheckBox"); 349resources.ApplyResources(_visibleCheckBox, "visibleCheckBox"); 357resources.ApplyResources(_readOnlyCheckBox, "readOnlyCheckBox"); 363resources.ApplyResources(_okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 374resources.ApplyResources(_addButton, "addButton"); 381resources.ApplyResources(_cancelButton, "cancelButton"); 388resources.ApplyResources(_columnInDataSourceLabel, "columnInDataSourceLabel"); 395resources.ApplyResources(_dataColumns, "dataColumns"); 405resources.ApplyResources(_unboundColumnRadioButton, "unboundColumnRadioButton"); 413resources.ApplyResources(_nameLabel, "nameLabel"); 419resources.ApplyResources(_nameTextBox, "nameTextBox"); 426resources.ApplyResources(_typeLabel, "typeLabel"); 432resources.ApplyResources(_columnTypesCombo, "columnTypesCombo"); 441resources.ApplyResources(_headerTextLabel, "headerTextLabel"); 447resources.ApplyResources(_headerTextBox, "headerTextBox"); 453resources.ApplyResources(this, "$this");
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (14)
138resources.ApplyResources(_cellStyleProperties, "cellStyleProperties"); 150resources.ApplyResources(_sampleViewTableLayoutPanel, "sampleViewTableLayoutPanel"); 158resources.ApplyResources(_sampleViewGridsTableLayoutPanel, "sampleViewGridsTableLayoutPanel"); 173resources.ApplyResources(_normalLabel, "normalLabel"); 178resources.ApplyResources(_sampleDataGridView, "sampleDataGridView"); 186resources.ApplyResources(_selectedLabel, "selectedLabel"); 191resources.ApplyResources(_sampleDataGridViewSelected, "sampleDataGridViewSelected"); 198resources.ApplyResources(_label1, "label1"); 202resources.ApplyResources(_okButton, "okButton"); 207resources.ApplyResources(_cancelButton, "cancelButton"); 212resources.ApplyResources(_okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 221resources.ApplyResources(_previewGroupBox, "previewGroupBox"); 227resources.ApplyResources(_overarchingTableLayoutPanel, "overarchingTableLayoutPanel"); 237resources.ApplyResources(this, "$this");
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (14)
492resources.ApplyResources(_addButton, "addButton"); 500resources.ApplyResources(_deleteButton, "deleteButton"); 508resources.ApplyResources(_moveDown, "moveDown"); 515resources.ApplyResources(_moveUp, "moveUp"); 522resources.ApplyResources(_selectedColumns, "selectedColumns"); 534resources.ApplyResources(_overarchingTableLayoutPanel, "overarchingTableLayoutPanel"); 554resources.ApplyResources(_addRemoveTableLayoutPanel, "addRemoveTableLayoutPanel"); 565resources.ApplyResources(_selectedColumnsLabel, "selectedColumnsLabel"); 571resources.ApplyResources(_propertyGridLabel, "propertyGridLabel"); 577resources.ApplyResources(_propertyGrid1, "propertyGrid1"); 586resources.ApplyResources(_okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 598resources.ApplyResources(_cancelButton, "cancelButton"); 606resources.ApplyResources(_okButton, "okButton"); 616resources.ApplyResources(this, "$this");
System\Windows\Forms\Design\FormatControl.Designer.cs (16)
59resources.ApplyResources(this.formatGroupBox, "formatGroupBox"); 68resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3"); 77resources.ApplyResources(this.explanationLabel, "explanationLabel"); 83resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); 91resources.ApplyResources(this.sampleGroupBox, "sampleGroupBox"); 99resources.ApplyResources(this.sampleLabel, "sampleLabel"); 104resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); 116resources.ApplyResources(this.secondRowLabel, "secondRowLabel"); 122resources.ApplyResources(this.nullValueLabel, "nullValueLabel"); 128resources.ApplyResources(this.nullValueTextBox, "nullValueTextBox"); 134resources.ApplyResources(this.decimalPlacesUpDown, "decimalPlacesUpDown"); 150resources.ApplyResources(this.thirdRowLabel, "thirdRowLabel"); 155resources.ApplyResources(this.dateTimeFormatsListBox, "dateTimeFormatsListBox"); 161resources.ApplyResources(this.formatTypeLabel, "formatTypeLabel"); 166resources.ApplyResources(this.formatTypeListBox, "formatTypeListBox"); 173resources.ApplyResources(this, "$this");
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (6)
62resources.ApplyResources(_caption, "caption"); 67resources.ApplyResources(_sampleEdit, "sampleEdit"); 74resources.ApplyResources(_okButton, "okButton"); 80resources.ApplyResources(_cancelButton, "cancelButton"); 86resources.ApplyResources(_okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 99resources.ApplyResources(this, "$this");
System\Windows\Forms\Design\MaskDesignerDialog.cs (16)
146resources.ApplyResources(_maskedTextBox, "maskedTextBox"); 152resources.ApplyResources(_lblHeader, "lblHeader"); 158resources.ApplyResources(_listViewCannedMasks, "listViewCannedMasks"); 175resources.ApplyResources(_maskDescriptionHeader, "maskDescriptionHeader"); 179resources.ApplyResources(_dataFormatHeader, "dataFormatHeader"); 183resources.ApplyResources(_validatingTypeHeader, "validatingTypeHeader"); 187resources.ApplyResources(_btnOK, "btnOK"); 196resources.ApplyResources(_btnCancel, "btnCancel"); 205resources.ApplyResources(_checkBoxUseValidatingType, "checkBoxUseValidatingType"); 213resources.ApplyResources(_maskTryItTable, "maskTryItTable"); 229resources.ApplyResources(_lblMask, "lblMask"); 235resources.ApplyResources(_txtBoxMask, "txtBoxMask"); 241resources.ApplyResources(_lblTryIt, "lblTryIt"); 247resources.ApplyResources(_overarchingTableLayoutPanel, "overarchingTableLayoutPanel"); 262resources.ApplyResources(_okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 278resources.ApplyResources(this, "$this");
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (10)
134resources.ApplyResources(_outerPanel, "tlpOuter"); 149resources.ApplyResources(_modifiersLabel, "lblModifiers"); 154resources.ApplyResources(_ctrlCheckBox, "chkCtrl"); 163resources.ApplyResources(_altCheckBox, "chkAlt"); 169resources.ApplyResources(_shiftCheckBox, "chkShift"); 175resources.ApplyResources(_innerPanel, "tlpInner"); 188resources.ApplyResources(_keyLabel, "lblKey"); 193resources.ApplyResources(_keyComboBox, "cmbKey"); 210resources.ApplyResources(_resetButton, "btnReset"); 215resources.ApplyResources(this, "$this");
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (6)
86resources.ApplyResources(_instruction, "instruction"); 92resources.ApplyResources(_textEntry, "textEntry"); 100resources.ApplyResources(_okButton, "okButton"); 106resources.ApplyResources(_cancelButton, "cancelButton"); 112resources.ApplyResources(_overarchingLayoutPanel, "overarchingLayoutPanel"); 121resources.ApplyResources(this, "$this");
System\Windows\Forms\Design\StyleEditorForm.cs (30)
197resources.ApplyResources(_addRemoveInsertTableLayoutPanel, "addRemoveInsertTableLayoutPanel"); 209resources.ApplyResources(_addButton, "addButton"); 217resources.ApplyResources(_removeButton, "removeButton"); 225resources.ApplyResources(_insertButton, "insertButton"); 233resources.ApplyResources(_okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 244resources.ApplyResources(_okButton, "okButton"); 252resources.ApplyResources(_cancelButton, "cancelButton"); 261resources.ApplyResources(_overarchingTableLayoutPanel, "overarchingTableLayoutPanel"); 278resources.ApplyResources(_showTableLayoutPanel, "showTableLayoutPanel"); 288resources.ApplyResources(_memberTypeLabel, "memberTypeLabel"); 293resources.ApplyResources(_columnsOrRowsComboBox, "columnsOrRowsComboBox"); 305resources.ApplyResources(_columnsAndRowsListView, "columnsAndRowsListView"); 321resources.ApplyResources(_membersColumnHeader, "membersColumnHeader"); 324resources.ApplyResources(_sizeTypeColumnHeader, "sizeTypeColumnHeader"); 327resources.ApplyResources(_valueColumnHeader, "valueColumnHeader"); 330resources.ApplyResources(_helperTextTableLayoutPanel, "helperTextTableLayoutPanel"); 343resources.ApplyResources(_infoPictureBox2, "infoPictureBox2"); 348resources.ApplyResources(_infoPictureBox1, "infoPictureBox1"); 358resources.ApplyResources(_helperLinkLabel1, "helperLinkLabel1"); 365resources.ApplyResources(_helperLinkLabel2, "helperLinkLabel2"); 372resources.ApplyResources(_sizeTypeGroupBox, "sizeTypeGroupBox"); 381resources.ApplyResources(_sizeTypeTableLayoutPanel, "sizeTypeTableLayoutPanel"); 398resources.ApplyResources(_absoluteNumericUpDown, "absoluteNumericUpDown"); 406resources.ApplyResources(_absoluteRadioButton, "absoluteRadioButton"); 411resources.ApplyResources(_pixelsLabel, "pixelsLabel"); 416resources.ApplyResources(_percentLabel, "percentLabel"); 421resources.ApplyResources(_percentRadioButton, "percentRadioButton"); 426resources.ApplyResources(_autoSizedRadioButton, "autoSizedRadioButton"); 431resources.ApplyResources(_percentNumericUpDown, "percentNumericUpDown"); 440resources.ApplyResources(this, "$this");
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (16)
232resources.ApplyResources(_okCancelPanel, "okCancelPanel"); 241resources.ApplyResources(_okButton, "okButton"); 246resources.ApplyResources(_btnCancel, "btnCancel"); 251resources.ApplyResources(_nodeControlPanel, "nodeControlPanel"); 260resources.ApplyResources(_btnAddRoot, "btnAddRoot"); 264resources.ApplyResources(_btnAddChild, "btnAddChild"); 268resources.ApplyResources(_btnDelete, "btnDelete"); 272resources.ApplyResources(_moveDownButton, "moveDownButton"); 276resources.ApplyResources(_moveUpButton, "moveUpButton"); 279resources.ApplyResources(_propertyGrid1, "propertyGrid1"); 291resources.ApplyResources(_label2, "label2"); 296resources.ApplyResources(_treeView1, "treeView1"); 301resources.ApplyResources(_label1, "label1"); 305resources.ApplyResources(_overarchingTableLayoutPanel, "overarchingTableLayoutPanel"); 320resources.ApplyResources(_navigationButtonsTableLayoutPanel, "navigationButtonsTableLayoutPanel"); 332resources.ApplyResources(this, "$this");
WinFormsControlsTest (11)
ListViewTest.Designer.cs (2)
78resources.ApplyResources(this.listView1, "listView1"); 151resources.ApplyResources(this, "$this");
Panels.Designer.cs (7)
51resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); 58resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); 66resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3"); 73resources.ApplyResources(this.numericUpDown1, "numericUpDown1"); 78resources.ApplyResources(this.numericUpDown2, "numericUpDown2"); 83resources.ApplyResources(this.currentDPILabel1, "currentDPILabel1"); 89resources.ApplyResources(this, "$this");
TreeViewTest.Designer.cs (2)
43resources.ApplyResources(this.treeView1, "treeView1"); 62resources.ApplyResources(this, "$this");