📄 lostreaderform.h
字号:
//
说明Label->AutoSize = true;
说明Label->Location = System::Drawing::Point(2, 166);
说明Label->Name = L"说明Label";
说明Label->Size = System::Drawing::Size(35, 12);
说明Label->TabIndex = 27;
说明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;
//
// bindingNavigatorSeparator2
//
this->bindingNavigatorSeparator2->Name = L"bindingNavigatorSeparator2";
this->bindingNavigatorSeparator2->Size = System::Drawing::Size(6, 25);
//
// 读者信息DataGridView
//
this->读者信息DataGridView->AllowUserToAddRows = false;
this->读者信息DataGridView->AllowUserToDeleteRows = false;
this->读者信息DataGridView->AllowUserToResizeRows = false;
this->读者信息DataGridView->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Bottom)
| System::Windows::Forms::AnchorStyles::Left)
| System::Windows::Forms::AnchorStyles::Right));
this->读者信息DataGridView->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize;
this->读者信息DataGridView->Location = System::Drawing::Point(5, 47);
this->读者信息DataGridView->MultiSelect = false;
this->读者信息DataGridView->Name = L"读者信息DataGridView";
this->读者信息DataGridView->ReadOnly = true;
this->读者信息DataGridView->RowHeadersVisible = false;
this->读者信息DataGridView->RowTemplate->Height = 23;
this->读者信息DataGridView->SelectionMode = System::Windows::Forms::DataGridViewSelectionMode::FullRowSelect;
this->读者信息DataGridView->Size = System::Drawing::Size(522, 170);
this->读者信息DataGridView->TabIndex = 5;
this->读者信息DataGridView->Click += gcnew System::EventHandler(this, &LostReaderForm::读者信息DataGridView_Click);
//
// 读者挂失BindingNavigatorSaveItem
//
this->读者挂失BindingNavigatorSaveItem->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"读者挂失BindingNavigatorSaveItem.Image")));
this->读者挂失BindingNavigatorSaveItem->Name = L"读者挂失BindingNavigatorSaveItem";
this->读者挂失BindingNavigatorSaveItem->Size = System::Drawing::Size(49, 22);
this->读者挂失BindingNavigatorSaveItem->Text = L"保存";
this->读者挂失BindingNavigatorSaveItem->Click += gcnew System::EventHandler(this, &LostReaderForm::读者挂失BindingNavigatorSaveItem_Click);
//
// dataGridViewTextBoxColumn2
//
this->dataGridViewTextBoxColumn2->DataPropertyName = L"姓名";
this->dataGridViewTextBoxColumn2->HeaderText = L"姓名";
this->dataGridViewTextBoxColumn2->Name = L"dataGridViewTextBoxColumn2";
this->dataGridViewTextBoxColumn2->ReadOnly = true;
//
// dataGridViewTextBoxColumn1
//
this->dataGridViewTextBoxColumn1->DataPropertyName = L"编号";
this->dataGridViewTextBoxColumn1->HeaderText = L"编号";
this->dataGridViewTextBoxColumn1->Name = L"dataGridViewTextBoxColumn1";
this->dataGridViewTextBoxColumn1->ReadOnly = true;
//
// bindingNavigatorMoveLastItem
//
this->bindingNavigatorMoveLastItem->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
this->bindingNavigatorMoveLastItem->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"bindingNavigatorMoveLastItem.Image")));
this->bindingNavigatorMoveLastItem->Name = L"bindingNavigatorMoveLastItem";
this->bindingNavigatorMoveLastItem->RightToLeftAutoMirrorImage = true;
this->bindingNavigatorMoveLastItem->Size = System::Drawing::Size(23, 22);
this->bindingNavigatorMoveLastItem->Text = L"移到最后一条记录";
//
// 查询Button
//
this->查询Button->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"查询Button.Image")));
this->查询Button->Location = System::Drawing::Point(453, 18);
this->查询Button->Name = L"查询Button";
this->查询Button->Size = System::Drawing::Size(75, 23);
this->查询Button->TabIndex = 4;
this->查询Button->Text = L"查询";
this->查询Button->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
this->查询Button->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
this->查询Button->UseVisualStyleBackColor = true;
this->查询Button->Click += gcnew System::EventHandler(this, &LostReaderForm::查询Button_Click);
//
// 挂失读者证件号码TextBox
//
this->挂失读者证件号码TextBox->Location = System::Drawing::Point(314, 20);
this->挂失读者证件号码TextBox->Name = L"挂失读者证件号码TextBox";
this->挂失读者证件号码TextBox->Size = System::Drawing::Size(133, 21);
this->挂失读者证件号码TextBox->TabIndex = 3;
//
// label2
//
this->label2->AutoSize = true;
this->label2->Location = System::Drawing::Point(200, 26);
this->label2->Name = L"label2";
this->label2->Size = System::Drawing::Size(113, 12);
this->label2->TabIndex = 2;
this->label2->Text = L"挂失读者证件号码:";
//
// 挂失读者姓名TextBox
//
this->挂失读者姓名TextBox->Location = System::Drawing::Point(92, 20);
this->挂失读者姓名TextBox->Name = L"挂失读者姓名TextBox";
this->挂失读者姓名TextBox->Size = System::Drawing::Size(103, 21);
this->挂失读者姓名TextBox->TabIndex = 1;
//
// dataGridViewTextBoxColumn3
//
this->dataGridViewTextBoxColumn3->DataPropertyName = L"证件名称";
this->dataGridViewTextBoxColumn3->HeaderText = L"证件名称";
this->dataGridViewTextBoxColumn3->Name = L"dataGridViewTextBoxColumn3";
this->dataGridViewTextBoxColumn3->ReadOnly = true;
//
// groupBox1
//
this->groupBox1->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Bottom)
| System::Windows::Forms::AnchorStyles::Left)
| System::Windows::Forms::AnchorStyles::Right));
this->groupBox1->Controls->Add(this->读者信息DataGridView);
this->groupBox1->Controls->Add(this->查询Button);
this->groupBox1->Controls->Add(this->挂失读者证件号码TextBox);
this->groupBox1->Controls->Add(this->label2);
this->groupBox1->Controls->Add(this->挂失读者姓名TextBox);
this->groupBox1->Controls->Add(this->label1);
this->groupBox1->Location = System::Drawing::Point(4, 190);
this->groupBox1->Name = L"groupBox1";
this->groupBox1->Size = System::Drawing::Size(534, 223);
this->groupBox1->TabIndex = 29;
this->groupBox1->TabStop = false;
this->groupBox1->Text = L"选择需要挂失的读者";
//
// label1
//
this->label1->AutoSize = true;
this->label1->Location = System::Drawing::Point(6, 26);
this->label1->Name = L"label1";
this->label1->Size = System::Drawing::Size(89, 12);
this->label1->TabIndex = 0;
this->label1->Text = L"挂失读者姓名:";
//
// dataGridViewTextBoxColumn6
//
this->dataGridViewTextBoxColumn6->DataPropertyName = L"说明";
this->dataGridViewTextBoxColumn6->HeaderText = L"说明";
this->dataGridViewTextBoxColumn6->Name = L"dataGridViewTextBoxColumn6";
this->dataGridViewTextBoxColumn6->ReadOnly = true;
//
// dataGridViewTextBoxColumn4
//
this->dataGridViewTextBoxColumn4->DataPropertyName = L"证件号码";
this->dataGridViewTextBoxColumn4->HeaderText = L"证件号码";
this->dataGridViewTextBoxColumn4->Name = L"dataGridViewTextBoxColumn4";
this->dataGridViewTextBoxColumn4->ReadOnly = true;
//
// dataGridViewTextBoxColumn5
//
this->dataGridViewTextBoxColumn5->DataPropertyName = L"挂失日期";
this->dataGridViewTextBoxColumn5->HeaderText = L"挂失日期";
this->dataGridViewTextBoxColumn5->Name = L"dataGridViewTextBoxColumn5";
this->dataGridViewTextBoxColumn5->ReadOnly = true;
//
// 证件名称TextBox
//
this->证件名称TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->读者挂失BindingSource, L"证件名称", true)));
this->证件名称TextBox->Location = System::Drawing::Point(67, 82);
this->证件名称TextBox->Name = L"证件名称TextBox";
this->证件名称TextBox->ReadOnly = true;
this->证件名称TextBox->Size = System::Drawing::Size(150, 21);
this->证件名称TextBox->TabIndex = 22;
//
// 证件号码TextBox
//
this->证件号码TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->读者挂失BindingSource, L"证件号码", true)));
this->证件号码TextBox->Location = System::Drawing::Point(67, 109);
this->证件号码TextBox->Name = L"证件号码TextBox";
this->证件号码TextBox->ReadOnly = true;
this->证件号码TextBox->Size = System::Drawing::Size(150, 21);
this->证件号码TextBox->TabIndex = 24;
//
// 挂失日期DateTimePicker
//
this->挂失日期DateTimePicker->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Value", this->读者挂失BindingSource, L"挂失日期",
true)));
this->挂失日期DateTimePicker->Location = System::Drawing::Point(67, 136);
this->挂失日期DateTimePicker->Name = L"挂失日期DateTimePicker";
this->挂失日期DateTimePicker->Size = System::Drawing::Size(150, 21);
this->挂失日期DateTimePicker->TabIndex = 26;
//
// 说明TextBox
//
this->说明TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->读者挂失BindingSource, L"说明", true)));
this->说明TextBox->Location = System::Drawing::Point(43, 163);
this->说明TextBox->Name = L"说明TextBox";
this->说明TextBox->Size = System::Drawing::Size(174, 21);
this->说明TextBox->TabIndex = 28;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -