📄 libraryform.h
字号:
书号Label->TabIndex = 35;
书号Label->Text = L"书号:";
//
// 书名Label
//
书名Label->AutoSize = true;
书名Label->Location = System::Drawing::Point(146, 31);
书名Label->Name = L"书名Label";
书名Label->Size = System::Drawing::Size(35, 12);
书名Label->TabIndex = 37;
书名Label->Text = L"书名:";
//
// 作者Label
//
作者Label->AutoSize = true;
作者Label->Location = System::Drawing::Point(402, 31);
作者Label->Name = L"作者Label";
作者Label->Size = System::Drawing::Size(35, 12);
作者Label->TabIndex = 39;
作者Label->Text = L"作者:";
//
// 出版社Label
//
出版社Label->AutoSize = true;
出版社Label->Location = System::Drawing::Point(1, 55);
出版社Label->Name = L"出版社Label";
出版社Label->Size = System::Drawing::Size(47, 12);
出版社Label->TabIndex = 41;
出版社Label->Text = L"出版社:";
//
// 版次Label
//
版次Label->AutoSize = true;
版次Label->Location = System::Drawing::Point(402, 55);
版次Label->Name = L"版次Label";
版次Label->Size = System::Drawing::Size(35, 12);
版次Label->TabIndex = 43;
版次Label->Text = L"版次:";
//
// 规格Label
//
规格Label->AutoSize = true;
规格Label->Location = System::Drawing::Point(2, 82);
规格Label->Name = L"规格Label";
规格Label->Size = System::Drawing::Size(35, 12);
规格Label->TabIndex = 45;
规格Label->Text = L"规格:";
//
// 印数Label
//
印数Label->AutoSize = true;
印数Label->Location = System::Drawing::Point(188, 82);
印数Label->Name = L"印数Label";
印数Label->Size = System::Drawing::Size(35, 12);
印数Label->TabIndex = 47;
印数Label->Text = L"印数:";
//
// 页数Label
//
页数Label->AutoSize = true;
页数Label->Location = System::Drawing::Point(311, 82);
页数Label->Name = L"页数Label";
页数Label->Size = System::Drawing::Size(35, 12);
页数Label->TabIndex = 49;
页数Label->Text = L"页数:";
//
// 单价Label
//
单价Label->AutoSize = true;
单价Label->Location = System::Drawing::Point(402, 82);
单价Label->Name = L"单价Label";
单价Label->Size = System::Drawing::Size(35, 12);
单价Label->TabIndex = 51;
单价Label->Text = L"单价:";
//
// 所属丛书Label
//
所属丛书Label->AutoSize = true;
所属丛书Label->Location = System::Drawing::Point(2, 109);
所属丛书Label->Name = L"所属丛书Label";
所属丛书Label->Size = System::Drawing::Size(59, 12);
所属丛书Label->TabIndex = 53;
所属丛书Label->Text = L"所属丛书:";
//
// 入库日期Label
//
入库日期Label->AutoSize = true;
入库日期Label->Location = System::Drawing::Point(217, 109);
入库日期Label->Name = L"入库日期Label";
入库日期Label->Size = System::Drawing::Size(59, 12);
入库日期Label->TabIndex = 55;
入库日期Label->Text = L"入库日期:";
//
// 入库数量Label
//
入库数量Label->AutoSize = true;
入库数量Label->Location = System::Drawing::Point(435, 109);
入库数量Label->Name = L"入库数量Label";
入库数量Label->Size = System::Drawing::Size(59, 12);
入库数量Label->TabIndex = 57;
入库数量Label->Text = L"入库数量:";
//
// 存放位置Label
//
存放位置Label->AutoSize = true;
存放位置Label->Location = System::Drawing::Point(2, 136);
存放位置Label->Name = L"存放位置Label";
存放位置Label->Size = System::Drawing::Size(59, 12);
存放位置Label->TabIndex = 59;
存放位置Label->Text = L"存放位置:";
//
// 说明Label
//
说明Label->AutoSize = true;
说明Label->Location = System::Drawing::Point(272, 136);
说明Label->Name = L"说明Label";
说明Label->Size = System::Drawing::Size(35, 12);
说明Label->TabIndex = 61;
说明Label->Text = L"说明:";
//
// MyBooksDataSet
//
this->MyBooksDataSet->DataSetName = L"MyBooksDataSet";
this->MyBooksDataSet->SchemaSerializationMode = System::Data::SchemaSerializationMode::IncludeSchema;
//
// 馆藏图书BindingSource
//
this->馆藏图书BindingSource->DataMember = L"馆藏图书";
this->馆藏图书BindingSource->DataSource = this->MyBooksDataSet;
//
// 馆藏图书TableAdapter
//
this->馆藏图书TableAdapter->ClearBeforeFill = true;
//
// 类别ComboBox
//
this->类别ComboBox->AutoCompleteMode = System::Windows::Forms::AutoCompleteMode::SuggestAppend;
this->类别ComboBox->AutoCompleteSource = System::Windows::Forms::AutoCompleteSource::ListItems;
this->类别ComboBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->馆藏图书BindingSource, L"类别", true)));
this->类别ComboBox->FormattingEnabled = true;
this->类别ComboBox->Location = System::Drawing::Point(243, 55);
this->类别ComboBox->Name = L"类别ComboBox";
this->类别ComboBox->Size = System::Drawing::Size(152, 20);
this->类别ComboBox->TabIndex = 64;
//
// dataGridViewTextBoxColumn15
//
this->dataGridViewTextBoxColumn15->DataPropertyName = L"说明";
this->dataGridViewTextBoxColumn15->HeaderText = L"说明";
this->dataGridViewTextBoxColumn15->Name = L"dataGridViewTextBoxColumn15";
this->dataGridViewTextBoxColumn15->ReadOnly = true;
//
// bindingNavigatorMovePreviousItem
//
this->bindingNavigatorMovePreviousItem->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
this->bindingNavigatorMovePreviousItem->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"bindingNavigatorMovePreviousItem.Image")));
this->bindingNavigatorMovePreviousItem->Name = L"bindingNavigatorMovePreviousItem";
this->bindingNavigatorMovePreviousItem->RightToLeftAutoMirrorImage = true;
this->bindingNavigatorMovePreviousItem->Size = System::Drawing::Size(23, 22);
this->bindingNavigatorMovePreviousItem->Text = L"移到上一条记录";
//
// bindingNavigatorMoveFirstItem
//
this->bindingNavigatorMoveFirstItem->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
this->bindingNavigatorMoveFirstItem->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"bindingNavigatorMoveFirstItem.Image")));
this->bindingNavigatorMoveFirstItem->Name = L"bindingNavigatorMoveFirstItem";
this->bindingNavigatorMoveFirstItem->RightToLeftAutoMirrorImage = true;
this->bindingNavigatorMoveFirstItem->Size = System::Drawing::Size(23, 22);
this->bindingNavigatorMoveFirstItem->Text = L"移到第一条记录";
//
// dataGridViewTextBoxColumn14
//
this->dataGridViewTextBoxColumn14->DataPropertyName = L"存放位置";
this->dataGridViewTextBoxColumn14->HeaderText = L"存放位置";
this->dataGridViewTextBoxColumn14->Name = L"dataGridViewTextBoxColumn14";
this->dataGridViewTextBoxColumn14->ReadOnly = true;
//
// dataGridViewTextBoxColumn10
//
this->dataGridViewTextBoxColumn10->DataPropertyName = L"单价";
this->dataGridViewTextBoxColumn10->HeaderText = L"单价";
this->dataGridViewTextBoxColumn10->Name = L"dataGridViewTextBoxColumn10";
this->dataGridViewTextBoxColumn10->ReadOnly = true;
//
// dataGridViewTextBoxColumn9
//
this->dataGridViewTextBoxColumn9->DataPropertyName = L"页数";
this->dataGridViewTextBoxColumn9->HeaderText = L"页数";
this->dataGridViewTextBoxColumn9->Name = L"dataGridViewTextBoxColumn9";
this->dataGridViewTextBoxColumn9->ReadOnly = true;
//
// dataGridViewTextBoxColumn11
//
this->dataGridViewTextBoxColumn11->DataPropertyName = L"所属丛书";
this->dataGridViewTextBoxColumn11->HeaderText = L"所属丛书";
this->dataGridViewTextBoxColumn11->Name = L"dataGridViewTextBoxColumn11";
this->dataGridViewTextBoxColumn11->ReadOnly = true;
//
// dataGridViewTextBoxColumn13
//
this->dataGridViewTextBoxColumn13->DataPropertyName = L"入库数量";
this->dataGridViewTextBoxColumn13->HeaderText = L"入库数量";
this->dataGridViewTextBoxColumn13->Name = L"dataGridViewTextBoxColumn13";
this->dataGridViewTextBoxColumn13->ReadOnly = true;
//
// dataGridViewTextBoxColumn12
//
this->dataGridViewTextBoxColumn12->DataPropertyName = L"入库日期";
this->dataGridViewTextBoxColumn12->HeaderText = L"入库日期";
this->dataGridViewTextBoxColumn12->Name = L"dataGridViewTextBoxColumn12";
this->dataGridViewTextBoxColumn12->ReadOnly = true;
//
// bindingNavigatorSeparator
//
this->bindingNavigatorSeparator->Name = L"bindingNavigatorSeparator";
this->bindingNavigatorSeparator->Size = System::Drawing::Size(6, 25);
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -