📄 form1.h
字号:
//
this->dataGridViewTextBoxColumn20->DataPropertyName = L"ContactName";
this->dataGridViewTextBoxColumn20->HeaderText = L"ContactName";
this->dataGridViewTextBoxColumn20->Name = L"dataGridViewTextBoxColumn20";
//
// dataGridViewTextBoxColumn21
//
this->dataGridViewTextBoxColumn21->DataPropertyName = L"ContactTitle";
this->dataGridViewTextBoxColumn21->HeaderText = L"ContactTitle";
this->dataGridViewTextBoxColumn21->Name = L"dataGridViewTextBoxColumn21";
//
// dataGridViewTextBoxColumn22
//
this->dataGridViewTextBoxColumn22->DataPropertyName = L"Address";
this->dataGridViewTextBoxColumn22->HeaderText = L"Address";
this->dataGridViewTextBoxColumn22->Name = L"dataGridViewTextBoxColumn22";
//
// dataGridViewTextBoxColumn23
//
this->dataGridViewTextBoxColumn23->DataPropertyName = L"City";
this->dataGridViewTextBoxColumn23->HeaderText = L"City";
this->dataGridViewTextBoxColumn23->Name = L"dataGridViewTextBoxColumn23";
//
// dataGridViewTextBoxColumn24
//
this->dataGridViewTextBoxColumn24->DataPropertyName = L"Region";
this->dataGridViewTextBoxColumn24->HeaderText = L"Region";
this->dataGridViewTextBoxColumn24->Name = L"dataGridViewTextBoxColumn24";
//
// dataGridViewTextBoxColumn25
//
this->dataGridViewTextBoxColumn25->DataPropertyName = L"PostalCode";
this->dataGridViewTextBoxColumn25->HeaderText = L"PostalCode";
this->dataGridViewTextBoxColumn25->Name = L"dataGridViewTextBoxColumn25";
//
// dataGridViewTextBoxColumn26
//
this->dataGridViewTextBoxColumn26->DataPropertyName = L"Country";
this->dataGridViewTextBoxColumn26->HeaderText = L"Country";
this->dataGridViewTextBoxColumn26->Name = L"dataGridViewTextBoxColumn26";
//
// dataGridViewTextBoxColumn27
//
this->dataGridViewTextBoxColumn27->DataPropertyName = L"Phone";
this->dataGridViewTextBoxColumn27->HeaderText = L"Phone";
this->dataGridViewTextBoxColumn27->Name = L"dataGridViewTextBoxColumn27";
//
// dataGridViewTextBoxColumn28
//
this->dataGridViewTextBoxColumn28->DataPropertyName = L"Fax";
this->dataGridViewTextBoxColumn28->HeaderText = L"Fax";
this->dataGridViewTextBoxColumn28->Name = L"dataGridViewTextBoxColumn28";
//
// bindingNavigator1
//
this->bindingNavigator1->AddNewItem = this->toolStripButton1;
this->bindingNavigator1->BindingSource = this->CustomersBindingSource;
this->bindingNavigator1->CountItem = this->toolStripLabel1;
this->bindingNavigator1->DeleteItem = this->toolStripButton2;
this->bindingNavigator1->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(12) {this->toolStripButton3,
this->toolStripButton4, this->toolStripSeparator1, this->toolStripTextBox1, this->toolStripLabel1, this->toolStripSeparator2,
this->toolStripButton5, this->toolStripButton6, this->toolStripSeparator3, this->toolStripButton1, this->toolStripButton2, this->toolStripButton7});
this->bindingNavigator1->Location = System::Drawing::Point(0, 0);
this->bindingNavigator1->MoveFirstItem = this->toolStripButton3;
this->bindingNavigator1->MoveLastItem = this->toolStripButton6;
this->bindingNavigator1->MoveNextItem = this->toolStripButton5;
this->bindingNavigator1->MovePreviousItem = this->toolStripButton4;
this->bindingNavigator1->Name = L"bindingNavigator1";
this->bindingNavigator1->PositionItem = this->toolStripTextBox1;
this->bindingNavigator1->Size = System::Drawing::Size(375, 25);
this->bindingNavigator1->TabIndex = 2;
this->bindingNavigator1->Text = L"bindingNavigator1";
//
// toolStripButton1
//
this->toolStripButton1->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
this->toolStripButton1->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripButton1.Image")));
this->toolStripButton1->Name = L"toolStripButton1";
this->toolStripButton1->RightToLeftAutoMirrorImage = true;
this->toolStripButton1->Size = System::Drawing::Size(23, 22);
this->toolStripButton1->Text = L"Add new";
//
// toolStripLabel1
//
this->toolStripLabel1->Name = L"toolStripLabel1";
this->toolStripLabel1->Size = System::Drawing::Size(42, 22);
this->toolStripLabel1->Text = L"of {0}";
this->toolStripLabel1->ToolTipText = L"Total number of items";
//
// toolStripButton2
//
this->toolStripButton2->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
this->toolStripButton2->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripButton2.Image")));
this->toolStripButton2->Name = L"toolStripButton2";
this->toolStripButton2->RightToLeftAutoMirrorImage = true;
this->toolStripButton2->Size = System::Drawing::Size(23, 22);
this->toolStripButton2->Text = L"Delete";
//
// toolStripButton3
//
this->toolStripButton3->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
this->toolStripButton3->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripButton3.Image")));
this->toolStripButton3->Name = L"toolStripButton3";
this->toolStripButton3->RightToLeftAutoMirrorImage = true;
this->toolStripButton3->Size = System::Drawing::Size(23, 22);
this->toolStripButton3->Text = L"Move first";
//
// toolStripButton4
//
this->toolStripButton4->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
this->toolStripButton4->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripButton4.Image")));
this->toolStripButton4->Name = L"toolStripButton4";
this->toolStripButton4->RightToLeftAutoMirrorImage = true;
this->toolStripButton4->Size = System::Drawing::Size(23, 22);
this->toolStripButton4->Text = L"Move previous";
//
// toolStripSeparator1
//
this->toolStripSeparator1->Name = L"toolStripSeparator1";
this->toolStripSeparator1->Size = System::Drawing::Size(6, 25);
//
// toolStripTextBox1
//
this->toolStripTextBox1->AccessibleName = L"Position";
this->toolStripTextBox1->AutoSize = false;
this->toolStripTextBox1->Name = L"toolStripTextBox1";
this->toolStripTextBox1->Size = System::Drawing::Size(50, 23);
this->toolStripTextBox1->Text = L"0";
this->toolStripTextBox1->ToolTipText = L"Current position";
//
// toolStripSeparator2
//
this->toolStripSeparator2->Name = L"toolStripSeparator2";
this->toolStripSeparator2->Size = System::Drawing::Size(6, 25);
//
// toolStripButton5
//
this->toolStripButton5->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
this->toolStripButton5->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripButton5.Image")));
this->toolStripButton5->Name = L"toolStripButton5";
this->toolStripButton5->RightToLeftAutoMirrorImage = true;
this->toolStripButton5->Size = System::Drawing::Size(23, 22);
this->toolStripButton5->Text = L"Move next";
//
// toolStripButton6
//
this->toolStripButton6->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
this->toolStripButton6->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripButton6.Image")));
this->toolStripButton6->Name = L"toolStripButton6";
this->toolStripButton6->RightToLeftAutoMirrorImage = true;
this->toolStripButton6->Size = System::Drawing::Size(23, 22);
this->toolStripButton6->Text = L"Move last";
//
// toolStripSeparator3
//
this->toolStripSeparator3->Name = L"toolStripSeparator3";
this->toolStripSeparator3->Size = System::Drawing::Size(6, 25);
//
// toolStripButton7
//
this->toolStripButton7->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
this->toolStripButton7->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripButton7.Image")));
this->toolStripButton7->Name = L"toolStripButton7";
this->toolStripButton7->Size = System::Drawing::Size(23, 22);
this->toolStripButton7->Text = L"Save Data";
//
// bindingNavigator2
//
this->bindingNavigator2->AddNewItem = this->toolStripButton8;
this->bindingNavigator2->BindingSource = this->ProductsBindingSource;
this->bindingNavigator2->CountItem = this->toolStripLabel2;
this->bindingNavigator2->DeleteItem = this->toolStripButton9;
this->bindingNavigator2->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(12) {this->toolStripButton10,
this->toolStripButton11, this->toolStripSeparator4, this->toolStripTextBox2, this->toolStripLabel2, this->toolStripSeparator5,
this->toolStripButton12, this->toolStripButton13, this->toolStripSeparator6, this->toolStripButton8, this->toolStripButton9,
this->toolStripButton14});
this->bindingNavigator2->Location = System::Drawing::Point(0, 0);
this->bindingNavigator2->MoveFirstItem = this->toolStripButton10;
this->bindingNavigator2->MoveLastItem = this->toolStripButton13;
this->bindingNavigator2->MoveNextItem = this->toolStripButton12;
this->bindingNavigator2->MovePreviousItem = this->toolStripButton11;
this->bindingNavigator2->Name = L"bindingNavigator2";
this->bindingNavigator2->PositionItem = this->toolStripTextBox2;
this->bindingNavigator2->Size = System::Drawing::Size(375, 25);
this->bindingNavigator2->TabIndex = 2;
this->bindingNavigator2->Text = L"bindingNavigator1";
//
// toolStripButton8
//
this->toolStripButton8->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
this->toolStripButton8->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripButton8.Image")));
this->toolStripButton8->Name = L"toolStripButton8";
this->toolStripButton8->RightToLeftAutoMirrorImage = true;
this->toolStripButton8->Size = System::Drawing::Size(23, 20);
this->toolStripButton8->Text = L"Add new";
//
// toolStripLabel2
//
this->toolStripLabel2->Name = L"toolStripLabel2";
this->toolStripLabel2->Size = System::Drawing::Size(42, 22);
this->toolStripLabel2->Text = L"of {0}";
this->toolStripLabel2->ToolTipText = L"Total number of items";
//
// toolStripButton9
//
this->toolStripButton9->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
this->toolStripButton9->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripButton9.Image")));
this->toolStripButton9->Name = L"toolStripButton9";
this->toolStripButton9->RightToLeftAutoMirrorImage = true;
this->toolStripButton9->Size = System::Drawing::Size(23, 20);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -