📄 readerform.h
字号:
//
// 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"移到最后一条记录";
//
// bindingNavigatorMoveNextItem
//
this->bindingNavigatorMoveNextItem->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
this->bindingNavigatorMoveNextItem->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"bindingNavigatorMoveNextItem.Image")));
this->bindingNavigatorMoveNextItem->Name = L"bindingNavigatorMoveNextItem";
this->bindingNavigatorMoveNextItem->RightToLeftAutoMirrorImage = true;
this->bindingNavigatorMoveNextItem->Size = System::Drawing::Size(23, 22);
this->bindingNavigatorMoveNextItem->Text = L"移到下一条记录";
//
// dataGridViewTextBoxColumn3
//
this->dataGridViewTextBoxColumn3->DataPropertyName = L"性别";
this->dataGridViewTextBoxColumn3->HeaderText = L"性别";
this->dataGridViewTextBoxColumn3->Name = L"dataGridViewTextBoxColumn3";
this->dataGridViewTextBoxColumn3->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;
//
// dataGridViewTextBoxColumn12
//
this->dataGridViewTextBoxColumn12->DataPropertyName = L"说明";
this->dataGridViewTextBoxColumn12->HeaderText = L"说明";
this->dataGridViewTextBoxColumn12->Name = L"dataGridViewTextBoxColumn12";
this->dataGridViewTextBoxColumn12->ReadOnly = true;
//
// dataGridViewTextBoxColumn11
//
this->dataGridViewTextBoxColumn11->DataPropertyName = L"电子邮件";
this->dataGridViewTextBoxColumn11->HeaderText = L"电子邮件";
this->dataGridViewTextBoxColumn11->Name = L"dataGridViewTextBoxColumn11";
this->dataGridViewTextBoxColumn11->ReadOnly = true;
//
// dataGridViewTextBoxColumn8
//
this->dataGridViewTextBoxColumn8->DataPropertyName = L"办证日期";
this->dataGridViewTextBoxColumn8->HeaderText = L"办证日期";
this->dataGridViewTextBoxColumn8->Name = L"dataGridViewTextBoxColumn8";
this->dataGridViewTextBoxColumn8->ReadOnly = true;
//
// dataGridViewTextBoxColumn5
//
this->dataGridViewTextBoxColumn5->DataPropertyName = L"证件名称";
this->dataGridViewTextBoxColumn5->HeaderText = L"证件名称";
this->dataGridViewTextBoxColumn5->Name = L"dataGridViewTextBoxColumn5";
this->dataGridViewTextBoxColumn5->ReadOnly = true;
//
// dataGridViewTextBoxColumn4
//
this->dataGridViewTextBoxColumn4->DataPropertyName = L"出生日期";
this->dataGridViewTextBoxColumn4->HeaderText = L"出生日期";
this->dataGridViewTextBoxColumn4->Name = L"dataGridViewTextBoxColumn4";
this->dataGridViewTextBoxColumn4->ReadOnly = true;
//
// dataGridViewTextBoxColumn7
//
this->dataGridViewTextBoxColumn7->DataPropertyName = L"会员等级";
this->dataGridViewTextBoxColumn7->HeaderText = L"会员等级";
this->dataGridViewTextBoxColumn7->Name = L"dataGridViewTextBoxColumn7";
this->dataGridViewTextBoxColumn7->ReadOnly = true;
//
// dataGridViewTextBoxColumn6
//
this->dataGridViewTextBoxColumn6->DataPropertyName = L"证件号码";
this->dataGridViewTextBoxColumn6->HeaderText = L"证件号码";
this->dataGridViewTextBoxColumn6->Name = L"dataGridViewTextBoxColumn6";
this->dataGridViewTextBoxColumn6->ReadOnly = true;
//
// 编号Label
//
编号Label->AutoSize = true;
编号Label->Location = System::Drawing::Point(3, 29);
编号Label->Name = L"编号Label";
编号Label->Size = System::Drawing::Size(35, 12);
编号Label->TabIndex = 28;
编号Label->Text = L"编号:";
//
// 编号TextBox
//
this->编号TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->读者信息BindingSource, L"编号", true)));
this->编号TextBox->Location = System::Drawing::Point(44, 26);
this->编号TextBox->Name = L"编号TextBox";
this->编号TextBox->Size = System::Drawing::Size(110, 21);
this->编号TextBox->TabIndex = 29;
//
// 姓名Label
//
姓名Label->AutoSize = true;
姓名Label->Location = System::Drawing::Point(159, 29);
姓名Label->Name = L"姓名Label";
姓名Label->Size = System::Drawing::Size(35, 12);
姓名Label->TabIndex = 30;
姓名Label->Text = L"姓名:";
//
// 姓名TextBox
//
this->姓名TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->读者信息BindingSource, L"姓名", true)));
this->姓名TextBox->Location = System::Drawing::Point(200, 26);
this->姓名TextBox->Name = L"姓名TextBox";
this->姓名TextBox->Size = System::Drawing::Size(68, 21);
this->姓名TextBox->TabIndex = 31;
//
// 性别Label
//
性别Label->AutoSize = true;
性别Label->Location = System::Drawing::Point(275, 29);
性别Label->Name = L"性别Label";
性别Label->Size = System::Drawing::Size(35, 12);
性别Label->TabIndex = 32;
性别Label->Text = L"性别:";
//
// 性别ComboBox
//
this->性别ComboBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->读者信息BindingSource, L"性别", true)));
this->性别ComboBox->FormattingEnabled = true;
this->性别ComboBox->Items->AddRange(gcnew cli::array< System::Object^ >(2) {L"男", L"女"});
this->性别ComboBox->Location = System::Drawing::Point(316, 26);
this->性别ComboBox->Name = L"性别ComboBox";
this->性别ComboBox->Size = System::Drawing::Size(46, 20);
this->性别ComboBox->TabIndex = 33;
//
// 出生日期Label
//
出生日期Label->AutoSize = true;
出生日期Label->Location = System::Drawing::Point(366, 30);
出生日期Label->Name = L"出生日期Label";
出生日期Label->Size = System::Drawing::Size(59, 12);
出生日期Label->TabIndex = 34;
出生日期Label->Text = L"出生日期:";
//
// 出生日期DateTimePicker
//
this->出生日期DateTimePicker->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left)
| System::Windows::Forms::AnchorStyles::Right));
this->出生日期DateTimePicker->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Value", this->读者信息BindingSource, L"出生日期",
true)));
this->出生日期DateTimePicker->Location = System::Drawing::Point(428, 26);
this->出生日期DateTimePicker->Name = L"出生日期DateTimePicker";
this->出生日期DateTimePicker->Size = System::Drawing::Size(108, 21);
this->出生日期DateTimePicker->TabIndex = 35;
//
// 证件名称ComboBox
//
this->证件名称ComboBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->读者信息BindingSource, L"证件名称", true)));
this->证件名称ComboBox->FormattingEnabled = true;
this->证件名称ComboBox->Items->AddRange(gcnew cli::array< System::Object^ >(4) {L"居民身份证", L"学生证", L"军官证", L"工作证"});
this->证件名称ComboBox->Location = System::Drawing::Point(63, 53);
this->证件名称ComboBox->Name = L"证件名称ComboBox";
this->证件名称ComboBox->Size = System::Drawing::Size(116, 20);
this->证件名称ComboBox->TabIndex = 37;
//
// 证件号码TextBox
//
this->证件号码TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->读者信息BindingSource, L"证件号码", true)));
this->证件号码TextBox->Location = System::Drawing::Point(248, 53);
this->证件号码TextBox->Name = L"证件号码TextBox";
this->证件号码TextBox->Size = System::Drawing::Size(143, 21);
this->证件号码TextBox->TabIndex = 39;
//
// 会员等级ComboBox
//
this->会员等级ComboBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left)
| System::Windows::Forms::AnchorStyles::Right));
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(450, 54);
this->会员等级ComboBox->Name = L"会员等级ComboBox";
this->会员等级ComboBox->Size = System::Drawing::Size(86, 20);
this->会员等级ComboBox->TabIndex = 41;
//
// 办证日期DateTimePicker
//
this->办证日期DateTimePicker->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Value", this->读者信息BindingSource, L"办证日期",
true)));
this->办证日期DateTimePicker->Location = System::Drawing::Point(63, 79);
this->办证日期DateTimePicker->Name = L"办证日期DateTimePicker";
this->办证日期DateTimePicker->Size = System::Drawing::Size(116, 21);
this->办证日期DateTimePicker->TabIndex = 43;
//
// 联系电话TextBox
//
this->联系电话TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->读者信息BindingSource, L"联系电话", true)));
this->联系电话TextBox->Location = System::Drawing::Point(248, 80);
this->联系电话TextBox->Name = L"联系电话TextBox";
this->联系电话TextBox->Size = System::Drawing::Size(101, 21);
this->联系电话TextBox->TabIndex = 45;
//
// 手机号码TextBox
//
this->手机号码TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left)
| System::Windows::Forms::AnchorStyles::Right));
this->手机号码TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->读者信息BindingSource, L"手机号码", true)));
this->手机号码TextBox->Location = System::Drawing::Point(418, 80);
this->手机号码TextBox->Name = L"手机号码TextBox";
this->手机号码TextBox->Size = System::Drawing::Size(118, 21);
this->手机号码TextBox->TabIndex = 47;
//
// 电子邮件TextBox
//
this->电子邮件TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->读者信息BindingSource, L"电子邮件", true)));
this->电子邮件TextBox->Location = System::Drawing::Point(68, 107);
this->电子邮件TextBox->Name = L"电子邮件TextBox";
this->电子邮件TextBox->Size = System::Drawing::Size(174, 21);
this->电子邮件TextBox->TabIndex = 49;
//
// 说明TextBox
//
this->说明TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left)
| System::Windows::Forms::AnchorStyles::Right));
this->说明TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->读者信息BindingSource, L"说明", true)));
this->说明TextBox->Location = System::Drawing::Point(289, 107);
this->说明TextBox->Name = L"说明TextBox";
this->说明TextBox->Size = System::Drawing::Size(247, 21);
this->说明TextBox->TabIndex = 51;
//
// bindingNavigatorDeleteItem
//
this->bindingNavigatorDeleteItem->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"bindingNavigatorDeleteItem.Image")));
this->bindingNavigatorDeleteItem->Name = L"bindingNavigatorDeleteItem";
this->bindingNavigatorDeleteItem->RightToLeftAutoMirrorImage = true;
this->bindingNavigatorDeleteItem->Size = System::Drawing::Size(49, 22);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -