📄 accessform.h
字号:
//文件名:AccessForm.h
#pragma once
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
using namespace System::Data::SqlClient;
namespace 办公事务管理系统 {
/// <summary>
/// AccessForm 摘要
///
/// 警告: 如果更改此类的名称,则需要更改
/// 与此类所依赖的所有 .resx 文件关联的托管资源编译器工具的
/// “资源文件名”属性。否则,
/// 设计器将不能与此窗体的关联
/// 本地化资源正确交互。
/// </summary>
public ref class AccessForm : public System::Windows::Forms::Form
{
public:
AccessForm(void)
{
InitializeComponent();
//
//TODO: 在此处添加构造函数代码
//
}
protected:
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
~AccessForm()
{
if (components)
{
delete components;
}
}
private: My::MyOfficeDataSet^ MyOfficeDataSet;
protected:
private: System::Windows::Forms::BindingSource^ 客人来访管理BindingSource;
private: My::MyOfficeDataSetTableAdapters::客人来访管理TableAdapter^ 客人来访管理TableAdapter;
private: System::Windows::Forms::ToolStripSeparator^ bindingNavigatorSeparator2;
private: System::Windows::Forms::ToolStripButton^ 客人来访管理BindingNavigatorSaveItem;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn1;
private: System::Windows::Forms::ToolStripLabel^ toolStripLabel2;
private: System::Windows::Forms::ToolStripTextBox^ 结束日期ToolStripTextBox;
private: System::Windows::Forms::ToolStripButton^ 查询ToolStripButton;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn2;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn6;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn7;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn8;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn3;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn4;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn5;
private: System::Windows::Forms::TextBox^ 自编号TextBox;
private: System::Windows::Forms::DateTimePicker^ 日期DateTimePicker;
private: System::Windows::Forms::TextBox^ 来访人TextBox;
private: System::Windows::Forms::TextBox^ 所在单位TextBox;
private: System::Windows::Forms::TextBox^ 联系电话TextBox;
private: System::Windows::Forms::TextBox^ 来访事宜TextBox;
private: System::Windows::Forms::TextBox^ 接待人TextBox;
private: System::Windows::Forms::TextBox^ 说明TextBox;
private: System::Windows::Forms::ToolStripButton^ bindingNavigatorDeleteItem;
private: System::Windows::Forms::ToolStripButton^ bindingNavigatorAddNewItem;
private: System::Windows::Forms::ToolStripTextBox^ 开始日期ToolStripTextBox;
private: System::Windows::Forms::ToolStripLabel^ toolStripLabel1;
private: System::Windows::Forms::DataGridView^ 客人来访管理DataGridView;
private: System::Windows::Forms::BindingNavigator^ 客人来访管理BindingNavigator;
private: System::ComponentModel::IContainer^ components;
private:
/// <summary>
/// 必需的设计器变量。
/// </summary>
#pragma region Windows Form Designer generated code
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
void InitializeComponent(void)
{
this->components = (gcnew System::ComponentModel::Container());
System::Windows::Forms::Label^ 自编号Label;
System::Windows::Forms::Label^ 日期Label;
System::Windows::Forms::Label^ 来访人Label;
System::Windows::Forms::Label^ 所在单位Label;
System::Windows::Forms::Label^ 联系电话Label;
System::Windows::Forms::Label^ 来访事宜Label;
System::Windows::Forms::Label^ 接待人Label;
System::Windows::Forms::Label^ 说明Label;
System::ComponentModel::ComponentResourceManager^ resources = (gcnew System::ComponentModel::ComponentResourceManager(AccessForm::typeid));
this->MyOfficeDataSet = (gcnew My::MyOfficeDataSet());
this->客人来访管理BindingSource = (gcnew System::Windows::Forms::BindingSource(this->components));
this->客人来访管理TableAdapter = (gcnew My::MyOfficeDataSetTableAdapters::客人来访管理TableAdapter());
this->bindingNavigatorSeparator2 = (gcnew System::Windows::Forms::ToolStripSeparator());
this->客人来访管理BindingNavigatorSaveItem = (gcnew System::Windows::Forms::ToolStripButton());
this->dataGridViewTextBoxColumn1 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->toolStripLabel2 = (gcnew System::Windows::Forms::ToolStripLabel());
this->结束日期ToolStripTextBox = (gcnew System::Windows::Forms::ToolStripTextBox());
this->查询ToolStripButton = (gcnew System::Windows::Forms::ToolStripButton());
this->dataGridViewTextBoxColumn2 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn6 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn7 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn8 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn3 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn4 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn5 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->自编号TextBox = (gcnew System::Windows::Forms::TextBox());
this->日期DateTimePicker = (gcnew System::Windows::Forms::DateTimePicker());
this->来访人TextBox = (gcnew System::Windows::Forms::TextBox());
this->所在单位TextBox = (gcnew System::Windows::Forms::TextBox());
this->联系电话TextBox = (gcnew System::Windows::Forms::TextBox());
this->来访事宜TextBox = (gcnew System::Windows::Forms::TextBox());
this->接待人TextBox = (gcnew System::Windows::Forms::TextBox());
this->说明TextBox = (gcnew System::Windows::Forms::TextBox());
this->bindingNavigatorDeleteItem = (gcnew System::Windows::Forms::ToolStripButton());
this->bindingNavigatorAddNewItem = (gcnew System::Windows::Forms::ToolStripButton());
this->开始日期ToolStripTextBox = (gcnew System::Windows::Forms::ToolStripTextBox());
this->toolStripLabel1 = (gcnew System::Windows::Forms::ToolStripLabel());
this->客人来访管理DataGridView = (gcnew System::Windows::Forms::DataGridView());
this->客人来访管理BindingNavigator = (gcnew System::Windows::Forms::BindingNavigator(this->components));
自编号Label = (gcnew System::Windows::Forms::Label());
日期Label = (gcnew System::Windows::Forms::Label());
来访人Label = (gcnew System::Windows::Forms::Label());
所在单位Label = (gcnew System::Windows::Forms::Label());
联系电话Label = (gcnew System::Windows::Forms::Label());
来访事宜Label = (gcnew System::Windows::Forms::Label());
接待人Label = (gcnew System::Windows::Forms::Label());
说明Label = (gcnew System::Windows::Forms::Label());
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->MyOfficeDataSet))->BeginInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->客人来访管理BindingSource))->BeginInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->客人来访管理DataGridView))->BeginInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->客人来访管理BindingNavigator))->BeginInit();
this->客人来访管理BindingNavigator->SuspendLayout();
this->SuspendLayout();
//
// 自编号Label
//
自编号Label->AutoSize = true;
自编号Label->Location = System::Drawing::Point(3, 29);
自编号Label->Name = L"自编号Label";
自编号Label->Size = System::Drawing::Size(47, 12);
自编号Label->TabIndex = 20;
自编号Label->Text = L"自编号:";
//
// 日期Label
//
日期Label->AutoSize = true;
日期Label->Location = System::Drawing::Point(156, 29);
日期Label->Name = L"日期Label";
日期Label->Size = System::Drawing::Size(35, 12);
日期Label->TabIndex = 22;
日期Label->Text = L"日期:";
//
// 来访人Label
//
来访人Label->AutoSize = true;
来访人Label->Location = System::Drawing::Point(393, 29);
来访人Label->Name = L"来访人Label";
来访人Label->Size = System::Drawing::Size(47, 12);
来访人Label->TabIndex = 24;
来访人Label->Text = L"来访人:";
//
// 所在单位Label
//
所在单位Label->AutoSize = true;
所在单位Label->Location = System::Drawing::Point(3, 55);
所在单位Label->Name = L"所在单位Label";
所在单位Label->Size = System::Drawing::Size(59, 12);
所在单位Label->TabIndex = 26;
所在单位Label->Text = L"所在单位:";
//
// 联系电话Label
//
联系电话Label->AutoSize = true;
联系电话Label->Location = System::Drawing::Point(269, 55);
联系电话Label->Name = L"联系电话Label";
联系电话Label->Size = System::Drawing::Size(59, 12);
联系电话Label->TabIndex = 28;
联系电话Label->Text = L"联系电话:";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -