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

📄 materialsform.h

📁 Visual C++.net数据库开发经典案例
💻 H
📖 第 1 页 / 共 4 页
字号:
			__mcTemp__1[5] = this->tBtnModifyRecord;
			__mcTemp__1[6] = this->tBtnDeleteRecord;
			__mcTemp__1[7] = this->tBtnPostModified;
			__mcTemp__1[8] = this->tBtnCancleModified;
			__mcTemp__1[9] = this->tBtnQuit;
			this->toolBar1->Buttons->AddRange(__mcTemp__1);
			this->toolBar1->DropDownArrows = true;
			this->toolBar1->ImageList = this->imageList1;
			this->toolBar1->Location = System::Drawing::Point(0, 0);
			this->toolBar1->Name = S"toolBar1";
			this->toolBar1->ShowToolTips = true;
			this->toolBar1->Size = System::Drawing::Size(760, 41);
			this->toolBar1->TabIndex = 0;
			this->toolBar1->ButtonClick += new System::Windows::Forms::ToolBarButtonClickEventHandler(this, toolBar1_ButtonClick);
			// 
			// tBtnFirstRecord
			// 
			this->tBtnFirstRecord->ImageIndex = 5;
			this->tBtnFirstRecord->Text = S"首记录";
			this->tBtnFirstRecord->ToolTipText = S"首记录";
			// 
			// tBtnPreviousRecord
			// 
			this->tBtnPreviousRecord->ImageIndex = 4;
			this->tBtnPreviousRecord->Text = S"上一记录";
			this->tBtnPreviousRecord->ToolTipText = S"上一记录";
			// 
			// tBtnNextRecord
			// 
			this->tBtnNextRecord->ImageIndex = 8;
			this->tBtnNextRecord->Text = S"下一记录";
			this->tBtnNextRecord->ToolTipText = S"下一记录";
			// 
			// tBtnLastRecord
			// 
			this->tBtnLastRecord->ImageIndex = 7;
			this->tBtnLastRecord->Text = S"尾记录";
			this->tBtnLastRecord->ToolTipText = S"尾记录";
			// 
			// tBtnNewRecord
			// 
			this->tBtnNewRecord->ImageIndex = 9;
			this->tBtnNewRecord->Text = S"新增";
			this->tBtnNewRecord->ToolTipText = S"新增";
			// 
			// tBtnModifyRecord
			// 
			this->tBtnModifyRecord->ImageIndex = 10;
			this->tBtnModifyRecord->Text = S"修改";
			this->tBtnModifyRecord->ToolTipText = S"修改";
			// 
			// tBtnDeleteRecord
			// 
			this->tBtnDeleteRecord->ImageIndex = 3;
			this->tBtnDeleteRecord->Text = S"删除";
			this->tBtnDeleteRecord->ToolTipText = S"删除";
			// 
			// tBtnPostModified
			// 
			this->tBtnPostModified->ImageIndex = 0;
			this->tBtnPostModified->Text = S"提交";
			this->tBtnPostModified->ToolTipText = S"提交";
			// 
			// tBtnCancleModified
			// 
			this->tBtnCancleModified->ImageIndex = 2;
			this->tBtnCancleModified->Text = S"取消";
			this->tBtnCancleModified->ToolTipText = S"取消";
			// 
			// tBtnQuit
			// 
			this->tBtnQuit->ImageIndex = 12;
			this->tBtnQuit->Text = S"退出";
			this->tBtnQuit->ToolTipText = S"退出";
			// 
			// groupBox1
			// 
			this->groupBox1->Controls->Add(this->tBoxMaterialName);
			this->groupBox1->Controls->Add(this->label2);
			this->groupBox1->Controls->Add(this->tBoxMaterialID);
			this->groupBox1->Controls->Add(this->label1);
			this->groupBox1->Controls->Add(this->btnSearch);
			this->groupBox1->Controls->Add(this->tBoxMaterialWord);
			this->groupBox1->Controls->Add(this->label4);
			this->groupBox1->Dock = System::Windows::Forms::DockStyle::Top;
			this->groupBox1->Location = System::Drawing::Point(0, 41);
			this->groupBox1->Name = S"groupBox1";
			this->groupBox1->Size = System::Drawing::Size(760, 79);
			this->groupBox1->TabIndex = 1;
			this->groupBox1->TabStop = false;
			// 
			// tBoxMaterialName
			// 
			this->tBoxMaterialName->Location = System::Drawing::Point(408, 39);
			this->tBoxMaterialName->Name = S"tBoxMaterialName";
			this->tBoxMaterialName->Size = System::Drawing::Size(120, 21);
			this->tBoxMaterialName->TabIndex = 4;
			this->tBoxMaterialName->Text = S"";
			// 
			// label2
			// 
			this->label2->Location = System::Drawing::Point(344, 44);
			this->label2->Name = S"label2";
			this->label2->Size = System::Drawing::Size(56, 11);
			this->label2->TabIndex = 3;
			this->label2->Text = S"物料名称";
			// 
			// tBoxMaterialID
			// 
			this->tBoxMaterialID->Location = System::Drawing::Point(208, 40);
			this->tBoxMaterialID->Name = S"tBoxMaterialID";
			this->tBoxMaterialID->Size = System::Drawing::Size(120, 21);
			this->tBoxMaterialID->TabIndex = 2;
			this->tBoxMaterialID->Text = S"";
			// 
			// label1
			// 
			this->label1->Location = System::Drawing::Point(144, 45);
			this->label1->Name = S"label1";
			this->label1->Size = System::Drawing::Size(56, 11);
			this->label1->TabIndex = 1;
			this->label1->Text = S"物料编号";
			// 
			// btnSearch
			// 
			this->btnSearch->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
			this->btnSearch->ImageIndex = 6;
			this->btnSearch->ImageList = this->imageList1;
			this->btnSearch->Location = System::Drawing::Point(40, 40);
			this->btnSearch->Name = S"btnSearch";
			this->btnSearch->Size = System::Drawing::Size(64, 24);
			this->btnSearch->TabIndex = 0;
			this->btnSearch->Text = S"搜索";
			this->btnSearch->Click += new System::EventHandler(this, btnSearch_Click);
			// 
			// tBoxMaterialWord
			// 
			this->tBoxMaterialWord->Location = System::Drawing::Point(625, 40);
			this->tBoxMaterialWord->Name = S"tBoxMaterialWord";
			this->tBoxMaterialWord->Size = System::Drawing::Size(120, 21);
			this->tBoxMaterialWord->TabIndex = 6;
			this->tBoxMaterialWord->Text = S"";
			// 
			// label4
			// 
			this->label4->Location = System::Drawing::Point(559, 43);
			this->label4->Name = S"label4";
			this->label4->Size = System::Drawing::Size(56, 11);
			this->label4->TabIndex = 5;
			this->label4->Text = S"物料拼音";
			// 
			// dgrdMaterials
			// 
			this->dgrdMaterials->DataMember = S"";
			this->dgrdMaterials->Dock = System::Windows::Forms::DockStyle::Fill;
			this->dgrdMaterials->HeaderForeColor = System::Drawing::SystemColors::ControlText;
			this->dgrdMaterials->Location = System::Drawing::Point(0, 120);
			this->dgrdMaterials->Name = S"dgrdMaterials";
			this->dgrdMaterials->Size = System::Drawing::Size(256, 349);
			this->dgrdMaterials->TabIndex = 2;
			// 
			// groupBox2
			// 
			this->groupBox2->Controls->Add(this->label20);
			this->groupBox2->Controls->Add(this->label25);
			this->groupBox2->Controls->Add(this->tBoxMinimumDistribution);
			this->groupBox2->Controls->Add(this->tBoxStorageTerm);
			this->groupBox2->Controls->Add(this->tBoxMaximumStorage);
			this->groupBox2->Controls->Add(this->tBoxBatch);
			this->groupBox2->Controls->Add(this->label26);
			this->groupBox2->Controls->Add(this->tBoxMinimumStorage);
			this->groupBox2->Controls->Add(this->label27);
			this->groupBox2->Controls->Add(this->label28);
			this->groupBox2->Controls->Add(this->label19);
			this->groupBox2->Controls->Add(this->label21);
			this->groupBox2->Controls->Add(this->tBoxMinimumPack);
			this->groupBox2->Controls->Add(this->tBoxProduceCycle);
			this->groupBox2->Controls->Add(this->tBoxImportAhead);
			this->groupBox2->Controls->Add(this->tBoxRank);
			this->groupBox2->Controls->Add(this->label22);
			this->groupBox2->Controls->Add(this->tBoxPrepareCycle);
			this->groupBox2->Controls->Add(this->label23);
			this->groupBox2->Controls->Add(this->label24);
			this->groupBox2->Controls->Add(this->label16);
			this->groupBox2->Controls->Add(this->label17);
			this->groupBox2->Controls->Add(this->label18);
			this->groupBox2->Controls->Add(this->tBoxBrand);
			this->groupBox2->Controls->Add(this->tBoxNetWeight);
			this->groupBox2->Controls->Add(this->tBoxColour);
			this->groupBox2->Controls->Add(this->tBoxWidth);
			this->groupBox2->Controls->Add(this->tBoxLong);
			this->groupBox2->Controls->Add(this->label13);
			this->groupBox2->Controls->Add(this->tBoxHeight);
			this->groupBox2->Controls->Add(this->label14);
			this->groupBox2->Controls->Add(this->label15);
			this->groupBox2->Controls->Add(this->tBoxProperty4);
			this->groupBox2->Controls->Add(this->tBoxProperty2);
			this->groupBox2->Controls->Add(this->tBoxProperty1);
			this->groupBox2->Controls->Add(this->label12);
			this->groupBox2->Controls->Add(this->tBoxProperty3);
			this->groupBox2->Controls->Add(this->label8);
			this->groupBox2->Controls->Add(this->cmbPlanType);
			this->groupBox2->Controls->Add(this->tBoxRecordDate);
			this->groupBox2->Controls->Add(this->tBoxModel);
			this->groupBox2->Controls->Add(this->label9);
			this->groupBox2->Controls->Add(this->tBoxRecorder);
			this->groupBox2->Controls->Add(this->label10);
			this->groupBox2->Controls->Add(this->label11);
			this->groupBox2->Controls->Add(this->label3);
			this->groupBox2->Controls->Add(this->cmbUnit);
			this->groupBox2->Controls->Add(this->tBoxMateriaNameDisplay);
			this->groupBox2->Controls->Add(this->tBoxMaterialIDDisplay);
			this->groupBox2->Controls->Add(this->label5);
			this->groupBox2->Controls->Add(this->tBoxMaterialWordDisplay);
			this->groupBox2->Controls->Add(this->label6);
			this->groupBox2->Controls->Add(this->label7);
			this->groupBox2->Dock = System::Windows::Forms::DockStyle::Right;
			this->groupBox2->Location = System::Drawing::Point(256, 120);
			this->groupBox2->Name = S"groupBox2";
			this->groupBox2->Size = System::Drawing::Size(504, 349);
			this->groupBox2->TabIndex = 3;
			this->groupBox2->TabStop = false;
			// 
			// label20
			// 
			this->label20->Location = System::Drawing::Point(304, 280);
			this->label20->Name = S"label20";
			this->label20->Size = System::Drawing::Size(56, 11);
			this->label20->TabIndex = 56;
			this->label20->Text = S"库存期限";
			// 
			// label25
			// 
			this->label25->Location = System::Drawing::Point(400, 280);
			this->label25->Name = S"label25";
			this->label25->Size = System::Drawing::Size(56, 11);
			this->label25->TabIndex = 57;
			this->label25->Text = S"最低销售量";
			// 
			// tBoxMinimumDistribution
			// 
			this->tBoxMinimumDistribution->Location = System::Drawing::Point(400, 296);
			this->tBoxMinimumDistribution->Name = S"tBoxMinimumDistribution";
			this->tBoxMinimumDistribution->Size = System::Drawing::Size(88, 21);
			this->tBoxMinimumDistribution->TabIndex = 55;
			this->tBoxMinimumDistribution->Text = S"";
			// 
			// tBoxStorageTerm
			// 
			this->tBoxStorageTerm->Location = System::Drawing::Point(304, 296);
			this->tBoxStorageTerm->Name = S"tBoxStorageTerm";
			this->tBoxStorageTerm->Size = System::Drawing::Size(88, 21);
			this->tBoxStorageTerm->TabIndex = 54;
			this->tBoxStorageTerm->Text = S"";
			// 
			// tBoxMaximumStorage
			// 
			this->tBoxMaximumStorage->Location = System::Drawing::Point(112, 296);
			this->tBoxMaximumStorage->Name = S"tBoxMaximumStorage";
			this->tBoxMaximumStorage->Size = System::Drawing::Size(88, 21);
			this->tBoxMaximumStorage->TabIndex = 51;
			this->tBoxMaximumStorage->Text = S"";
			// 
			// tBoxBatch
			// 
			this->tBoxBatch->Location = System::Drawing::Point(16, 296);
			this->tBoxBatch->Name = S"tBoxBatch";
			this->tBoxBatch->Size = System::Drawing::Size(88, 21);
			this->tBoxBatch->TabIndex = 49;
			this->tBoxBatch->Text = S"";
			// 
			// label26
			// 
			this->label26->Location = System::Drawing::Point(16, 280);
			this->label26->Name = S"label26";
			this->label26->Size = System::Drawing::Size(56, 11);
			this->label26->TabIndex = 48;
			this->label26->Text = S"批量";
			// 
			// tBoxMinimumStorage
			// 
			this->tBoxMinimumStorage->Location = System::Drawing::Point(208, 296);
			this->tBoxMinimumStorage->Name = S"tBoxMinimumStorage";
			this->tBoxMinimumStorage->Size = System::Drawing::Size(88, 21);
			this->tBoxMinimumStorage->TabIndex = 53;
			this->tBoxMinimumStorage->Text = S"";
			// 
			// label27
			// 
			this->label27->Location = System::Drawing::Point(208, 280);
			this->label27->Name = S"label27";
			this->label27->Size = System::Drawing::Size(56, 11);
			this->label27->TabIndex = 52;
			this->label27->Text = S"最低库存";
			// 
			// label28
			// 
			this->label28->Location = System::Drawing::Point(112, 280);
			this->label28->Name = S"label28";
			this->label28->Size = System::Drawing::Size(56, 11);
			this->label28->TabIndex = 50;
			this->label28->Text = S"最高库存";
			// 
			// label19
			// 

⌨️ 快捷键说明

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