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

📄 calendarinput.h

📁 这是一个工厂的生产线的仓库管理.有计划,实绩,库存等
💻 H
📖 第 1 页 / 共 4 页
字号:
			this->buttonSerch->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft *  >(resources->GetObject(S"buttonSerch.RightToLeft")));
			this->buttonSerch->Size = (*__try_cast<__box System::Drawing::Size *  >(resources->GetObject(S"buttonSerch.Size")));
			this->buttonSerch->TabIndex = (*__try_cast<__box System::Int32 *  >(resources->GetObject(S"buttonSerch.TabIndex")));
			this->buttonSerch->Text = resources->GetString(S"buttonSerch.Text");
			this->buttonSerch->TextAlign = (*__try_cast<__box System::Drawing::ContentAlignment *  >(resources->GetObject(S"buttonSerch.TextAlign")));
			this->buttonSerch->Visible = (*__try_cast<__box System::Boolean *  >(resources->GetObject(S"buttonSerch.Visible")));
			this->buttonSerch->Click += new System::EventHandler(this, buttonSerch_Click);
			// 
			// groupBoxShift
			// 
			this->groupBoxShift->AccessibleDescription = resources->GetString(S"groupBoxShift.AccessibleDescription");
			this->groupBoxShift->AccessibleName = resources->GetString(S"groupBoxShift.AccessibleName");
			this->groupBoxShift->Anchor = (*__try_cast<__box System::Windows::Forms::AnchorStyles *  >(resources->GetObject(S"groupBoxShift.Anchor")));
			this->groupBoxShift->BackgroundImage = (__try_cast<System::Drawing::Image *  >(resources->GetObject(S"groupBoxShift.BackgroundImage")));
			this->groupBoxShift->Controls->Add(this->radioButtonDay);
			this->groupBoxShift->Controls->Add(this->radioButtonNight);
			this->groupBoxShift->Controls->Add(this->radioButtonOff);
			this->groupBoxShift->Dock = (*__try_cast<__box System::Windows::Forms::DockStyle *  >(resources->GetObject(S"groupBoxShift.Dock")));
			this->groupBoxShift->Enabled = (*__try_cast<__box System::Boolean *  >(resources->GetObject(S"groupBoxShift.Enabled")));
			this->groupBoxShift->Font = (__try_cast<System::Drawing::Font *  >(resources->GetObject(S"groupBoxShift.Font")));
			this->groupBoxShift->ImeMode = (*__try_cast<__box System::Windows::Forms::ImeMode *  >(resources->GetObject(S"groupBoxShift.ImeMode")));
			this->groupBoxShift->Location = (*__try_cast<__box System::Drawing::Point *  >(resources->GetObject(S"groupBoxShift.Location")));
			this->groupBoxShift->Name = S"groupBoxShift";
			this->groupBoxShift->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft *  >(resources->GetObject(S"groupBoxShift.RightToLeft")));
			this->groupBoxShift->Size = (*__try_cast<__box System::Drawing::Size *  >(resources->GetObject(S"groupBoxShift.Size")));
			this->groupBoxShift->TabIndex = (*__try_cast<__box System::Int32 *  >(resources->GetObject(S"groupBoxShift.TabIndex")));
			this->groupBoxShift->TabStop = false;
			this->groupBoxShift->Text = resources->GetString(S"groupBoxShift.Text");
			this->groupBoxShift->Visible = (*__try_cast<__box System::Boolean *  >(resources->GetObject(S"groupBoxShift.Visible")));
			// 
			// radioButtonDay
			// 
			this->radioButtonDay->AccessibleDescription = resources->GetString(S"radioButtonDay.AccessibleDescription");
			this->radioButtonDay->AccessibleName = resources->GetString(S"radioButtonDay.AccessibleName");
			this->radioButtonDay->Anchor = (*__try_cast<__box System::Windows::Forms::AnchorStyles *  >(resources->GetObject(S"radioButtonDay.Anchor")));
			this->radioButtonDay->Appearance = (*__try_cast<__box System::Windows::Forms::Appearance *  >(resources->GetObject(S"radioButtonDay.Appearance")));
			this->radioButtonDay->BackColor = System::Drawing::Color::PaleGoldenrod;
			this->radioButtonDay->BackgroundImage = (__try_cast<System::Drawing::Image *  >(resources->GetObject(S"radioButtonDay.BackgroundImage")));
			this->radioButtonDay->CheckAlign = (*__try_cast<__box System::Drawing::ContentAlignment *  >(resources->GetObject(S"radioButtonDay.CheckAlign")));
			this->radioButtonDay->Checked = true;
			this->radioButtonDay->Dock = (*__try_cast<__box System::Windows::Forms::DockStyle *  >(resources->GetObject(S"radioButtonDay.Dock")));
			this->radioButtonDay->Enabled = (*__try_cast<__box System::Boolean *  >(resources->GetObject(S"radioButtonDay.Enabled")));
			this->radioButtonDay->FlatStyle = (*__try_cast<__box System::Windows::Forms::FlatStyle *  >(resources->GetObject(S"radioButtonDay.FlatStyle")));
			this->radioButtonDay->Font = (__try_cast<System::Drawing::Font *  >(resources->GetObject(S"radioButtonDay.Font")));
			this->radioButtonDay->Image = (__try_cast<System::Drawing::Image *  >(resources->GetObject(S"radioButtonDay.Image")));
			this->radioButtonDay->ImageAlign = (*__try_cast<__box System::Drawing::ContentAlignment *  >(resources->GetObject(S"radioButtonDay.ImageAlign")));
			this->radioButtonDay->ImageIndex = (*__try_cast<__box System::Int32 *  >(resources->GetObject(S"radioButtonDay.ImageIndex")));
			this->radioButtonDay->ImeMode = (*__try_cast<__box System::Windows::Forms::ImeMode *  >(resources->GetObject(S"radioButtonDay.ImeMode")));
			this->radioButtonDay->Location = (*__try_cast<__box System::Drawing::Point *  >(resources->GetObject(S"radioButtonDay.Location")));
			this->radioButtonDay->Name = S"radioButtonDay";
			this->radioButtonDay->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft *  >(resources->GetObject(S"radioButtonDay.RightToLeft")));
			this->radioButtonDay->Size = (*__try_cast<__box System::Drawing::Size *  >(resources->GetObject(S"radioButtonDay.Size")));
			this->radioButtonDay->TabIndex = (*__try_cast<__box System::Int32 *  >(resources->GetObject(S"radioButtonDay.TabIndex")));
			this->radioButtonDay->TabStop = true;
			this->radioButtonDay->Tag = S"A";
			this->radioButtonDay->Text = resources->GetString(S"radioButtonDay.Text");
			this->radioButtonDay->TextAlign = (*__try_cast<__box System::Drawing::ContentAlignment *  >(resources->GetObject(S"radioButtonDay.TextAlign")));
			this->radioButtonDay->Visible = (*__try_cast<__box System::Boolean *  >(resources->GetObject(S"radioButtonDay.Visible")));
			this->radioButtonDay->CheckedChanged += new System::EventHandler(this, radioButtonShift_CheckedChanged);
			// 
			// radioButtonNight
			// 
			this->radioButtonNight->AccessibleDescription = resources->GetString(S"radioButtonNight.AccessibleDescription");
			this->radioButtonNight->AccessibleName = resources->GetString(S"radioButtonNight.AccessibleName");
			this->radioButtonNight->Anchor = (*__try_cast<__box System::Windows::Forms::AnchorStyles *  >(resources->GetObject(S"radioButtonNight.Anchor")));
			this->radioButtonNight->Appearance = (*__try_cast<__box System::Windows::Forms::Appearance *  >(resources->GetObject(S"radioButtonNight.Appearance")));
			this->radioButtonNight->BackColor = System::Drawing::Color::CornflowerBlue;
			this->radioButtonNight->BackgroundImage = (__try_cast<System::Drawing::Image *  >(resources->GetObject(S"radioButtonNight.BackgroundImage")));
			this->radioButtonNight->CheckAlign = (*__try_cast<__box System::Drawing::ContentAlignment *  >(resources->GetObject(S"radioButtonNight.CheckAlign")));
			this->radioButtonNight->Dock = (*__try_cast<__box System::Windows::Forms::DockStyle *  >(resources->GetObject(S"radioButtonNight.Dock")));
			this->radioButtonNight->Enabled = (*__try_cast<__box System::Boolean *  >(resources->GetObject(S"radioButtonNight.Enabled")));
			this->radioButtonNight->FlatStyle = (*__try_cast<__box System::Windows::Forms::FlatStyle *  >(resources->GetObject(S"radioButtonNight.FlatStyle")));
			this->radioButtonNight->Font = (__try_cast<System::Drawing::Font *  >(resources->GetObject(S"radioButtonNight.Font")));
			this->radioButtonNight->Image = (__try_cast<System::Drawing::Image *  >(resources->GetObject(S"radioButtonNight.Image")));
			this->radioButtonNight->ImageAlign = (*__try_cast<__box System::Drawing::ContentAlignment *  >(resources->GetObject(S"radioButtonNight.ImageAlign")));
			this->radioButtonNight->ImageIndex = (*__try_cast<__box System::Int32 *  >(resources->GetObject(S"radioButtonNight.ImageIndex")));
			this->radioButtonNight->ImeMode = (*__try_cast<__box System::Windows::Forms::ImeMode *  >(resources->GetObject(S"radioButtonNight.ImeMode")));
			this->radioButtonNight->Location = (*__try_cast<__box System::Drawing::Point *  >(resources->GetObject(S"radioButtonNight.Location")));
			this->radioButtonNight->Name = S"radioButtonNight";
			this->radioButtonNight->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft *  >(resources->GetObject(S"radioButtonNight.RightToLeft")));
			this->radioButtonNight->Size = (*__try_cast<__box System::Drawing::Size *  >(resources->GetObject(S"radioButtonNight.Size")));
			this->radioButtonNight->TabIndex = (*__try_cast<__box System::Int32 *  >(resources->GetObject(S"radioButtonNight.TabIndex")));
			this->radioButtonNight->Tag = S"B";
			this->radioButtonNight->Text = resources->GetString(S"radioButtonNight.Text");
			this->radioButtonNight->TextAlign = (*__try_cast<__box System::Drawing::ContentAlignment *  >(resources->GetObject(S"radioButtonNight.TextAlign")));
			this->radioButtonNight->Visible = (*__try_cast<__box System::Boolean *  >(resources->GetObject(S"radioButtonNight.Visible")));
			this->radioButtonNight->CheckedChanged += new System::EventHandler(this, radioButtonShift_CheckedChanged);
			// 
			// radioButtonOff
			// 
			this->radioButtonOff->AccessibleDescription = resources->GetString(S"radioButtonOff.AccessibleDescription");
			this->radioButtonOff->AccessibleName = resources->GetString(S"radioButtonOff.AccessibleName");
			this->radioButtonOff->Anchor = (*__try_cast<__box System::Windows::Forms::AnchorStyles *  >(resources->GetObject(S"radioButtonOff.Anchor")));
			this->radioButtonOff->Appearance = (*__try_cast<__box System::Windows::Forms::Appearance *  >(resources->GetObject(S"radioButtonOff.Appearance")));
			this->radioButtonOff->BackColor = System::Drawing::Color::LightSalmon;
			this->radioButtonOff->BackgroundImage = (__try_cast<System::Drawing::Image *  >(resources->GetObject(S"radioButtonOff.BackgroundImage")));
			this->radioButtonOff->CheckAlign = (*__try_cast<__box System::Drawing::ContentAlignment *  >(resources->GetObject(S"radioButtonOff.CheckAlign")));
			this->radioButtonOff->Dock = (*__try_cast<__box System::Windows::Forms::DockStyle *  >(resources->GetObject(S"radioButtonOff.Dock")));
			this->radioButtonOff->Enabled = (*__try_cast<__box System::Boolean *  >(resources->GetObject(S"radioButtonOff.Enabled")));
			this->radioButtonOff->FlatStyle = (*__try_cast<__box System::Windows::Forms::FlatStyle *  >(resources->GetObject(S"radioButtonOff.FlatStyle")));
			this->radioButtonOff->Font = (__try_cast<System::Drawing::Font *  >(resources->GetObject(S"radioButtonOff.Font")));
			this->radioButtonOff->Image = (__try_cast<System::Drawing::Image *  >(resources->GetObject(S"radioButtonOff.Image")));
			this->radioButtonOff->ImageAlign = (*__try_cast<__box System::Drawing::ContentAlignment *  >(resources->GetObject(S"radioButtonOff.ImageAlign")));
			this->radioButtonOff->ImageIndex = (*__try_cast<__box System::Int32 *  >(resources->GetObject(S"radioButtonOff.ImageIndex")));
			this->radioButtonOff->ImeMode = (*__try_cast<__box System::Windows::Forms::ImeMode *  >(resources->GetObject(S"radioButtonOff.ImeMode")));
			this->radioButtonOff->Location = (*__try_cast<__box System::Drawing::Point *  >(resources->GetObject(S"radioButtonOff.Location")));
			this->radioButtonOff->Name = S"radioButtonOff";
			this->radioButtonOff->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft *  >(resources->GetObject(S"radioButtonOff.RightToLeft")));
			this->radioButtonOff->Size = (*__try_cast<__box System::Drawing::Size *  >(resources->GetObject(S"radioButtonOff.Size")));
			this->radioButtonOff->TabIndex = (*__try_cast<__box System::Int32 *  >(resources->GetObject(S"radioButtonOff.TabIndex")));
			this->radioButtonOff->Tag = S"休";
			this->radioButtonOff->Text = resources->GetString(S"radioButtonOff.Text");
			this->radioButtonOff->TextAlign = (*__try_cast<__box System::Drawing::ContentAlignment *  >(resources->GetObject(S"radioButtonOff.TextAlign")));
			this->radioButtonOff->Visible = (*__try_cast<__box System::Boolean *  >(resources->GetObject(S"radioButtonOff.Visible")));
			this->radioButtonOff->CheckedChanged += new System::EventHandler(this, radioButtonShift_CheckedChanged);
			// 
			// buttonSubmit
			// 
			this->buttonSubmit->AccessibleDescription = resources->GetString(S"buttonSubmit.AccessibleDescription");
			this->buttonSubmit->AccessibleName = resources->GetString(S"buttonSubmit.AccessibleName");
			this->buttonSubmit->Anchor = (*__try_cast<__box System::Windows::Forms::AnchorStyles *  >(resources->GetObject(S"buttonSubmit.Anchor")));
			this->buttonSubmit->BackgroundImage = (__try_cast<System::Drawing::Image *  >(resources->GetObject(S"buttonSubmit.BackgroundImage")));
			this->buttonSubmit->Dock = (*__try_cast<__box System::Windows::Forms::DockStyle *  >(resources->GetObject(S"buttonSubmit.Dock")));
			this->buttonSubmit->Enabled = (*__try_cast<__box System::Boolean *  >(resources->GetObject(S"buttonSubmit.Enabled")));
			this->buttonSubmit->FlatStyle = (*__try_cast<__box System::Windows::Forms::FlatStyle *  >(resources->GetObject(S"buttonSubmit.FlatStyle")));
			this->buttonSubmit->Font = (__try_cast<System::Drawing::Font *  >(resources->GetObject(S"buttonSubmit.Font")));
			this->buttonSubmit->Image = (__try_cast<System::Drawing::Image *  >(resources->GetObject(S"buttonSubmit.Image")));
			this->buttonSubmit->ImageAlign = (*__try_cast<__box System::Drawing::ContentAlignment *  >(resources->GetObject(S"buttonSubmit.ImageAlign")));
			this->buttonSubmit->ImageIndex = (*__try_cast<__box System::Int32 *  >(resources->GetObject(S"buttonSubmit.ImageIndex")));
			this->buttonSubmit->ImeMode = (*__try_cast<__box System::Windows::Forms::ImeMode *  >(resources->GetObject(S"buttonSubmit.ImeMode")));
			this->buttonSubmit->Location = (*__try_cast<__box System::Drawing::Point *  >(resources->GetObject(S"buttonSubmit.Location")));
			this->buttonSubmit->Name = S"buttonSubmit";
			this->buttonSubmit->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft *  >(resources->GetObject(S"buttonSubmit.RightToLeft")));
			this->buttonSubmit->Size = (*__try_cast<__box System::Drawing::Size *  >(resources->GetObject(S"buttonSubmit.Size")));
			this->buttonSubmit->TabIndex = (*__try_cast<__box System::Int32 *  >(resources->GetObject(S"buttonSubmit.TabIndex")));
			this->buttonSubmit->Text = resources->GetString(S"buttonSubmit.Text");
			this->buttonSubmit->TextAlign = (*__try_cast<__box System::Drawing::ContentAlignment *  >(resources->GetObject(S"buttonSubmit.TextAlign")));
			this->buttonSubmit->Visible = (*__try_cast<__box System::Boolean *  >(resources->GetObject(S"buttonSubmit.Visible")));
			this->buttonSubmit->Click += new System::EventHandler(this, buttonSubmit_Click);
			// 
			// buttonClose
			// 
			this->buttonClose->AccessibleDescription = resources->GetString(S"buttonClose.AccessibleDescription");
			this->buttonClose->AccessibleName = resources->GetString(S"buttonClose.AccessibleName");
			this->buttonClose->Anchor = (*__try_cast<__box System::Windows::Forms::AnchorStyles *  >(resources->GetObject(S"buttonClose.Anchor")));
			this->buttonClose->BackgroundImage = (__try_cast<System::Drawing::Image *  >(resources->GetObject(S"buttonClose.BackgroundImage")));
			this->buttonClose->Dock = (*__try_cast<__box System::Windows::Forms::DockStyle *  >(resources->GetObject(S"buttonClose.Dock")));
			this->buttonClose->Enabled = (*__try_cast<__box System::Boolean *  >(resources->GetObject(S"buttonClose.Enabled")));
			this->buttonClose->FlatStyle = (*__try_cast<__box System::Windows::Forms::FlatStyle *  >(resources->GetObject(S"buttonClose.FlatStyle")));
			this->buttonClose->Font = (__try_cast<System::Drawing::Font *  >(resources->GetObject(S"buttonClose.Font")));
			this->buttonClose->Image = (__try_cast<System::Drawing::Image *  >(resources->GetObject(S"buttonClose.Image")));
			this->buttonClose->ImageAlign = (*__try_cast<__box System::Drawing::ContentAlignment *  >(resources->GetObject(S"buttonClose.ImageAlign")));
			this->buttonClose->ImageIndex = (*__try_cast<__box System::Int32 *  >(resources->GetObject(S"buttonClose.ImageIndex")));
			this->buttonClose->ImeMode = (*__try_cast<__box System::Windows::Forms::ImeMode *  >(resources->GetObject(S"buttonClose.ImeMode")));
			this->buttonClose->Location = (*__try_cast<__box System::Drawing::Point *  >(resources->GetObject(S"buttonClose.Location")));
			this->buttonClose->Name = S"buttonClose";
			this->buttonClose->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft *  >(resources->GetObject(S"buttonClose.RightToLeft")));
			this->buttonClose->Size = (*__try_cast<__box System::Drawing::Size *  >(resources->GetObject(S"buttonClose.Size")));

⌨️ 快捷键说明

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