⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dispatchform.h

📁 有关办公管理的系统
💻 H
📖 第 1 页 / 共 3 页
字号:
			this->bindingNavigatorAddNewItem->Name = L"bindingNavigatorAddNewItem";
			this->bindingNavigatorAddNewItem->RightToLeftAutoMirrorImage = true;
			this->bindingNavigatorAddNewItem->Size = System::Drawing::Size(49, 22);
			this->bindingNavigatorAddNewItem->Text = L"新增";
			// 
			// 车牌号ComboBox
			// 
			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(234, 26);
			this->车牌号ComboBox->Name = L"车牌号ComboBox";
			this->车牌号ComboBox->Size = System::Drawing::Size(128, 20);
			this->车牌号ComboBox->TabIndex = 26;
			// 
			// 驾驶员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(421, 25);
			this->驾驶员TextBox->Name = L"驾驶员TextBox";
			this->驾驶员TextBox->Size = System::Drawing::Size(138, 21);
			this->驾驶员TextBox->TabIndex = 28;
			// 
			// 事由TextBox
			// 
			this->事由TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->出车使用管理BindingSource, L"事由", true)));
			this->事由TextBox->Location = System::Drawing::Point(43, 50);
			this->事由TextBox->Name = L"事由TextBox";
			this->事由TextBox->Size = System::Drawing::Size(244, 21);
			this->事由TextBox->TabIndex = 30;
			// 
			// 使用部门TextBox
			// 
			this->使用部门TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->出车使用管理BindingSource, L"使用部门", true)));
			this->使用部门TextBox->Location = System::Drawing::Point(358, 50);
			this->使用部门TextBox->Name = L"使用部门TextBox";
			this->使用部门TextBox->Size = System::Drawing::Size(69, 21);
			this->使用部门TextBox->TabIndex = 32;
			// 
			// 目的地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(481, 50);
			this->目的地TextBox->Name = L"目的地TextBox";
			this->目的地TextBox->Size = System::Drawing::Size(78, 21);
			this->目的地TextBox->TabIndex = 34;
			// 
			// 里程数TextBox
			// 
			this->里程数TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->出车使用管理BindingSource, L"里程数", true)));
			this->里程数TextBox->Location = System::Drawing::Point(51, 75);
			this->里程数TextBox->Name = L"里程数TextBox";
			this->里程数TextBox->Size = System::Drawing::Size(61, 21);
			this->里程数TextBox->TabIndex = 36;
			// 
			// 开始日期DateTimePicker
			// 
			this->开始日期DateTimePicker->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Value", this->出车使用管理BindingSource, L"开始日期", 
				true)));
			this->开始日期DateTimePicker->Location = System::Drawing::Point(187, 75);
			this->开始日期DateTimePicker->Name = L"开始日期DateTimePicker";
			this->开始日期DateTimePicker->Size = System::Drawing::Size(135, 21);
			this->开始日期DateTimePicker->TabIndex = 38;
			// 
			// 结束日期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(393, 75);
			this->结束日期DateTimePicker->Name = L"结束日期DateTimePicker";
			this->结束日期DateTimePicker->Size = System::Drawing::Size(166, 21);
			this->结束日期DateTimePicker->TabIndex = 40;
			// 
			// toolStripLabel2
			// 
			this->toolStripLabel2->Name = L"toolStripLabel2";
			this->toolStripLabel2->Size = System::Drawing::Size(59, 22);
			this->toolStripLabel2->Text = L"结束日期:";
			// 
			// 自编号TextBox
			// 
			this->自编号TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->出车使用管理BindingSource, L"自编号", true)));
			this->自编号TextBox->Location = System::Drawing::Point(51, 25);
			this->自编号TextBox->Name = L"自编号TextBox";
			this->自编号TextBox->Size = System::Drawing::Size(128, 21);
			this->自编号TextBox->TabIndex = 44;
			// 
			// 开始日期ToolStripTextBox
			// 
			this->开始日期ToolStripTextBox->Name = L"开始日期ToolStripTextBox";
			this->开始日期ToolStripTextBox->Size = System::Drawing::Size(100, 25);
			this->开始日期ToolStripTextBox->Text = L"2000-1-1";
			// 
			// 结束日期ToolStripTextBox
			// 
			this->结束日期ToolStripTextBox->Name = L"结束日期ToolStripTextBox";
			this->结束日期ToolStripTextBox->Size = System::Drawing::Size(100, 25);
			this->结束日期ToolStripTextBox->Text = L"2099-12-31";
			// 
			// 说明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(43, 100);
			this->说明TextBox->Name = L"说明TextBox";
			this->说明TextBox->Size = System::Drawing::Size(516, 21);
			this->说明TextBox->TabIndex = 42;
			// 
			// 出车使用管理BindingNavigator
			// 
			this->出车使用管理BindingNavigator->AddNewItem = this->bindingNavigatorAddNewItem;
			this->出车使用管理BindingNavigator->BindingSource = this->出车使用管理BindingSource;
			this->出车使用管理BindingNavigator->CountItem = nullptr;
			this->出车使用管理BindingNavigator->DeleteItem = this->bindingNavigatorDeleteItem;
			this->出车使用管理BindingNavigator->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(9) {this->toolStripLabel1, 
				this->开始日期ToolStripTextBox, this->toolStripLabel2, this->结束日期ToolStripTextBox, this->查询ToolStripButton, this->bindingNavigatorSeparator2, 
				this->bindingNavigatorAddNewItem, this->bindingNavigatorDeleteItem, this->出车使用管理BindingNavigatorSaveItem});
			this->出车使用管理BindingNavigator->Location = System::Drawing::Point(0, 0);
			this->出车使用管理BindingNavigator->MoveFirstItem = nullptr;
			this->出车使用管理BindingNavigator->MoveLastItem = nullptr;
			this->出车使用管理BindingNavigator->MoveNextItem = nullptr;
			this->出车使用管理BindingNavigator->MovePreviousItem = nullptr;
			this->出车使用管理BindingNavigator->Name = L"出车使用管理BindingNavigator";
			this->出车使用管理BindingNavigator->PositionItem = nullptr;
			this->出车使用管理BindingNavigator->Size = System::Drawing::Size(542, 25);
			this->出车使用管理BindingNavigator->TabIndex = 23;
			this->出车使用管理BindingNavigator->Text = L"bindingNavigator1";
			// 
			// 查询ToolStripButton
			// 
			this->查询ToolStripButton->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"查询ToolStripButton.Image")));
			this->查询ToolStripButton->Name = L"查询ToolStripButton";
			this->查询ToolStripButton->Size = System::Drawing::Size(49, 22);
			this->查询ToolStripButton->Text = L"查询";
			this->查询ToolStripButton->Click += gcnew System::EventHandler(this, &DispatchForm::查询ToolStripButton_Click);
			// 
			// dataGridViewTextBoxColumn10
			// 
			this->dataGridViewTextBoxColumn10->DataPropertyName = L"说明";
			this->dataGridViewTextBoxColumn10->HeaderText = L"说明";
			this->dataGridViewTextBoxColumn10->Name = L"dataGridViewTextBoxColumn10";
			this->dataGridViewTextBoxColumn10->ReadOnly = true;
			// 
			// 自编号Label
			// 
			自编号Label->AutoSize = true;
			自编号Label->Location = System::Drawing::Point(2, 28);
			自编号Label->Name = L"自编号Label";
			自编号Label->Size = System::Drawing::Size(47, 12);
			自编号Label->TabIndex = 43;
			自编号Label->Text = L"自编号:";
			// 
			// 车牌号Label
			// 
			车牌号Label->AutoSize = true;
			车牌号Label->Location = System::Drawing::Point(185, 28);
			车牌号Label->Name = L"车牌号Label";
			车牌号Label->Size = System::Drawing::Size(47, 12);
			车牌号Label->TabIndex = 25;
			车牌号Label->Text = L"车牌号:";
			// 
			// 驾驶员Label
			// 
			驾驶员Label->AutoSize = true;
			驾驶员Label->Location = System::Drawing::Point(368, 28);
			驾驶员Label->Name = L"驾驶员Label";
			驾驶员Label->Size = System::Drawing::Size(47, 12);
			驾驶员Label->TabIndex = 27;
			驾驶员Label->Text = L"驾驶员:";
			// 
			// 事由Label
			// 
			事由Label->AutoSize = true;
			事由Label->Location = System::Drawing::Point(2, 53);
			事由Label->Name = L"事由Label";
			事由Label->Size = System::Drawing::Size(35, 12);
			事由Label->TabIndex = 29;
			事由Label->Text = L"事由:";
			// 
			// 使用部门Label
			// 
			使用部门Label->AutoSize = true;
			使用部门Label->Location = System::Drawing::Point(293, 53);
			使用部门Label->Name = L"使用部门Label";
			使用部门Label->Size = System::Drawing::Size(59, 12);
			使用部门Label->TabIndex = 31;
			使用部门Label->Text = L"使用部门:";
			// 
			// 目的地Label
			// 
			目的地Label->AutoSize = true;
			目的地Label->Location = System::Drawing::Point(428, 53);
			目的地Label->Name = L"目的地Label";
			目的地Label->Size = System::Drawing::Size(47, 12);
			目的地Label->TabIndex = 33;
			目的地Label->Text = L"目的地:";
			// 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -