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

📄 produceplan.h

📁 Visual C++.net数据库开发经典案例
💻 H
📖 第 1 页 / 共 5 页
字号:
			this->groupBox2->SuspendLayout();
			(__try_cast<System::ComponentModel::ISupportInitialize *  >(this->dgrdProducePlan))->BeginInit();
			this->groupBox3->SuspendLayout();
			(__try_cast<System::ComponentModel::ISupportInitialize *  >(this->dgrdDemondPlan))->BeginInit();
			this->SuspendLayout();
			// 
			// tBtnCancelModify
			// 
			this->tBtnCancelModify->ImageIndex = 2;
			this->tBtnCancelModify->Text = S"取消修改";
			this->tBtnCancelModify->ToolTipText = S"取消修改";
			// 
			// groupBox1
			// 
			this->groupBox1->Controls->Add(this->btnSearchYear);
			this->groupBox1->Controls->Add(this->btnSearchID);
			this->groupBox1->Controls->Add(this->label5);
			this->groupBox1->Controls->Add(this->label14);
			this->groupBox1->Controls->Add(this->label15);
			this->groupBox1->Controls->Add(this->tBoxEndDate);
			this->groupBox1->Controls->Add(this->tBoxPlanDateShow);
			this->groupBox1->Controls->Add(this->tBoxMaterialName);
			this->groupBox1->Controls->Add(this->tBoxDemond);
			this->groupBox1->Controls->Add(this->label11);
			this->groupBox1->Controls->Add(this->label12);
			this->groupBox1->Controls->Add(this->label13);
			this->groupBox1->Controls->Add(this->tBoxMPS);
			this->groupBox1->Controls->Add(this->tBoxInitStorage);
			this->groupBox1->Controls->Add(this->tBoxPlanningStorage);
			this->groupBox1->Controls->Add(this->label4);
			this->groupBox1->Controls->Add(this->label6);
			this->groupBox1->Controls->Add(this->label7);
			this->groupBox1->Controls->Add(this->label8);
			this->groupBox1->Controls->Add(this->tBoxMemo);
			this->groupBox1->Controls->Add(this->tBoxStatus);
			this->groupBox1->Controls->Add(this->tBoxProduceOrder);
			this->groupBox1->Controls->Add(this->label3);
			this->groupBox1->Controls->Add(this->label2);
			this->groupBox1->Controls->Add(this->label1);
			this->groupBox1->Controls->Add(this->tBoxBeginDate);
			this->groupBox1->Controls->Add(this->tBoxYearShow);
			this->groupBox1->Controls->Add(this->tBoxMaterialIDShow);
			this->groupBox1->Dock = System::Windows::Forms::DockStyle::Top;
			this->groupBox1->Location = System::Drawing::Point(304, 137);
			this->groupBox1->Name = S"groupBox1";
			this->groupBox1->Size = System::Drawing::Size(504, 263);
			this->groupBox1->TabIndex = 12;
			this->groupBox1->TabStop = false;
			// 
			// btnSearchYear
			// 
			this->btnSearchYear->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
			this->btnSearchYear->ImageIndex = 11;
			this->btnSearchYear->ImageList = this->imageList1;
			this->btnSearchYear->Location = System::Drawing::Point(184, 59);
			this->btnSearchYear->Name = S"btnSearchYear";
			this->btnSearchYear->Size = System::Drawing::Size(64, 24);
			this->btnSearchYear->TabIndex = 48;
			this->btnSearchYear->Text = S"选择";
			this->btnSearchYear->Click += new System::EventHandler(this, btnSearchYear_Click);
			// 
			// imageList1
			// 
			this->imageList1->ImageSize = System::Drawing::Size(16, 16);
			this->imageList1->ImageStream = (__try_cast<System::Windows::Forms::ImageListStreamer *  >(resources->GetObject(S"imageList1.ImageStream")));
			this->imageList1->TransparentColor = System::Drawing::Color::Transparent;
			// 
			// btnSearchID
			// 
			this->btnSearchID->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
			this->btnSearchID->ImageIndex = 11;
			this->btnSearchID->ImageList = this->imageList1;
			this->btnSearchID->Location = System::Drawing::Point(184, 32);
			this->btnSearchID->Name = S"btnSearchID";
			this->btnSearchID->Size = System::Drawing::Size(64, 24);
			this->btnSearchID->TabIndex = 47;
			this->btnSearchID->Text = S"选择";
			this->btnSearchID->Click += new System::EventHandler(this, btnSearchID_Click);
			// 
			// label5
			// 
			this->label5->Location = System::Drawing::Point(282, 95);
			this->label5->Name = S"label5";
			this->label5->Size = System::Drawing::Size(56, 16);
			this->label5->TabIndex = 46;
			this->label5->Text = S"结束日期";
			// 
			// label14
			// 
			this->label14->Location = System::Drawing::Point(280, 67);
			this->label14->Name = S"label14";
			this->label14->Size = System::Drawing::Size(56, 16);
			this->label14->TabIndex = 45;
			this->label14->Text = S"计划期";
			// 
			// label15
			// 
			this->label15->Location = System::Drawing::Point(280, 38);
			this->label15->Name = S"label15";
			this->label15->Size = System::Drawing::Size(56, 16);
			this->label15->TabIndex = 44;
			this->label15->Text = S"名称";
			// 
			// tBoxEndDate
			// 
			this->tBoxEndDate->Location = System::Drawing::Point(352, 88);
			this->tBoxEndDate->Name = S"tBoxEndDate";
			this->tBoxEndDate->Size = System::Drawing::Size(104, 21);
			this->tBoxEndDate->TabIndex = 43;
			this->tBoxEndDate->Text = S"";
			// 
			// tBoxPlanDateShow
			// 
			this->tBoxPlanDateShow->Location = System::Drawing::Point(352, 61);
			this->tBoxPlanDateShow->Name = S"tBoxPlanDateShow";
			this->tBoxPlanDateShow->Size = System::Drawing::Size(104, 21);
			this->tBoxPlanDateShow->TabIndex = 42;
			this->tBoxPlanDateShow->Text = S"";
			// 
			// tBoxMaterialName
			// 
			this->tBoxMaterialName->Location = System::Drawing::Point(352, 34);
			this->tBoxMaterialName->Name = S"tBoxMaterialName";
			this->tBoxMaterialName->Size = System::Drawing::Size(104, 21);
			this->tBoxMaterialName->TabIndex = 41;
			this->tBoxMaterialName->Text = S"";
			// 
			// tBoxDemond
			// 
			this->tBoxDemond->Location = System::Drawing::Point(184, 136);
			this->tBoxDemond->Name = S"tBoxDemond";
			this->tBoxDemond->Size = System::Drawing::Size(160, 21);
			this->tBoxDemond->TabIndex = 40;
			this->tBoxDemond->Text = S"";
			// 
			// label11
			// 
			this->label11->Location = System::Drawing::Point(184, 120);
			this->label11->Name = S"label11";
			this->label11->Size = System::Drawing::Size(56, 16);
			this->label11->TabIndex = 39;
			this->label11->Text = S"需求数量";
			// 
			// label12
			// 
			this->label12->Location = System::Drawing::Point(352, 120);
			this->label12->Name = S"label12";
			this->label12->Size = System::Drawing::Size(56, 16);
			this->label12->TabIndex = 38;
			this->label12->Text = S"MPS数量";
			// 
			// label13
			// 
			this->label13->Location = System::Drawing::Point(16, 120);
			this->label13->Name = S"label13";
			this->label13->Size = System::Drawing::Size(56, 16);
			this->label13->TabIndex = 37;
			this->label13->Text = S"期初库存";
			// 
			// tBoxMPS
			// 
			this->tBoxMPS->Location = System::Drawing::Point(352, 136);
			this->tBoxMPS->Name = S"tBoxMPS";
			this->tBoxMPS->Size = System::Drawing::Size(144, 21);
			this->tBoxMPS->TabIndex = 36;
			this->tBoxMPS->Text = S"";
			// 
			// tBoxInitStorage
			// 
			this->tBoxInitStorage->Location = System::Drawing::Point(16, 136);
			this->tBoxInitStorage->Name = S"tBoxInitStorage";
			this->tBoxInitStorage->Size = System::Drawing::Size(160, 21);
			this->tBoxInitStorage->TabIndex = 35;
			this->tBoxInitStorage->Text = S"";
			// 
			// tBoxPlanningStorage
			// 
			this->tBoxPlanningStorage->Location = System::Drawing::Point(184, 184);
			this->tBoxPlanningStorage->Name = S"tBoxPlanningStorage";
			this->tBoxPlanningStorage->Size = System::Drawing::Size(160, 21);
			this->tBoxPlanningStorage->TabIndex = 34;
			this->tBoxPlanningStorage->Text = S"";
			// 
			// label4
			// 
			this->label4->Location = System::Drawing::Point(184, 168);
			this->label4->Name = S"label4";
			this->label4->Size = System::Drawing::Size(56, 16);
			this->label4->TabIndex = 33;
			this->label4->Text = S"预计库存";
			// 
			// label6
			// 
			this->label6->Location = System::Drawing::Point(16, 216);
			this->label6->Name = S"label6";
			this->label6->Size = System::Drawing::Size(56, 16);
			this->label6->TabIndex = 32;
			this->label6->Text = S"备注";
			// 
			// label7
			// 
			this->label7->Location = System::Drawing::Point(352, 168);
			this->label7->Name = S"label7";
			this->label7->Size = System::Drawing::Size(56, 16);
			this->label7->TabIndex = 31;
			this->label7->Text = S"状态";
			// 
			// label8
			// 
			this->label8->Location = System::Drawing::Point(16, 168);
			this->label8->Name = S"label8";
			this->label8->Size = System::Drawing::Size(56, 16);
			this->label8->TabIndex = 30;
			this->label8->Text = S"生产单数量";
			// 
			// tBoxMemo
			// 
			this->tBoxMemo->Location = System::Drawing::Point(18, 232);
			this->tBoxMemo->Name = S"tBoxMemo";
			this->tBoxMemo->Size = System::Drawing::Size(448, 21);
			this->tBoxMemo->TabIndex = 28;
			this->tBoxMemo->Text = S"";
			// 
			// tBoxStatus
			// 
			this->tBoxStatus->Location = System::Drawing::Point(352, 184);
			this->tBoxStatus->Name = S"tBoxStatus";
			this->tBoxStatus->ReadOnly = true;
			this->tBoxStatus->Size = System::Drawing::Size(144, 21);
			this->tBoxStatus->TabIndex = 27;
			this->tBoxStatus->Text = S"";
			// 
			// tBoxProduceOrder

⌨️ 快捷键说明

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