📄 produceplan.h
字号:
//
this->tBoxProduceOrder->Location = System::Drawing::Point(16, 184);
this->tBoxProduceOrder->Name = S"tBoxProduceOrder";
this->tBoxProduceOrder->Size = System::Drawing::Size(160, 21);
this->tBoxProduceOrder->TabIndex = 26;
this->tBoxProduceOrder->Text = S"";
//
// label3
//
this->label3->Location = System::Drawing::Point(10, 88);
this->label3->Name = S"label3";
this->label3->Size = System::Drawing::Size(56, 16);
this->label3->TabIndex = 23;
this->label3->Text = S"开始日期";
//
// label2
//
this->label2->Location = System::Drawing::Point(10, 64);
this->label2->Name = S"label2";
this->label2->Size = System::Drawing::Size(56, 16);
this->label2->TabIndex = 22;
this->label2->Text = S"年份";
//
// label1
//
this->label1->Location = System::Drawing::Point(8, 38);
this->label1->Name = S"label1";
this->label1->Size = System::Drawing::Size(56, 16);
this->label1->TabIndex = 9;
this->label1->Text = S"物料编号";
//
// tBoxBeginDate
//
this->tBoxBeginDate->Location = System::Drawing::Point(72, 88);
this->tBoxBeginDate->Name = S"tBoxBeginDate";
this->tBoxBeginDate->Size = System::Drawing::Size(104, 21);
this->tBoxBeginDate->TabIndex = 2;
this->tBoxBeginDate->Text = S"";
//
// tBoxYearShow
//
this->tBoxYearShow->Location = System::Drawing::Point(72, 61);
this->tBoxYearShow->Name = S"tBoxYearShow";
this->tBoxYearShow->Size = System::Drawing::Size(104, 21);
this->tBoxYearShow->TabIndex = 1;
this->tBoxYearShow->Text = S"";
//
// tBoxMaterialIDShow
//
this->tBoxMaterialIDShow->Location = System::Drawing::Point(72, 34);
this->tBoxMaterialIDShow->Name = S"tBoxMaterialIDShow";
this->tBoxMaterialIDShow->Size = System::Drawing::Size(104, 21);
this->tBoxMaterialIDShow->TabIndex = 0;
this->tBoxMaterialIDShow->Text = S"";
//
// tBtnNextRecord
//
this->tBtnNextRecord->ImageIndex = 8;
this->tBtnNextRecord->Text = S"下一记录";
this->tBtnNextRecord->ToolTipText = S"下一记录";
//
// groupBox2
//
this->groupBox2->Controls->Add(this->label16);
this->groupBox2->Controls->Add(this->tBoxPlanDate);
this->groupBox2->Controls->Add(this->btnSearch);
this->groupBox2->Controls->Add(this->label18);
this->groupBox2->Controls->Add(this->label10);
this->groupBox2->Controls->Add(this->tBoxYear);
this->groupBox2->Controls->Add(this->tBoxMaterialID);
this->groupBox2->Dock = System::Windows::Forms::DockStyle::Top;
this->groupBox2->Location = System::Drawing::Point(0, 41);
this->groupBox2->Name = S"groupBox2";
this->groupBox2->Size = System::Drawing::Size(808, 96);
this->groupBox2->TabIndex = 14;
this->groupBox2->TabStop = false;
//
// label16
//
this->label16->Location = System::Drawing::Point(544, 44);
this->label16->Name = S"label16";
this->label16->Size = System::Drawing::Size(56, 16);
this->label16->TabIndex = 39;
this->label16->Text = S"计划期";
//
// tBoxPlanDate
//
this->tBoxPlanDate->Location = System::Drawing::Point(600, 40);
this->tBoxPlanDate->Name = S"tBoxPlanDate";
this->tBoxPlanDate->Size = System::Drawing::Size(144, 21);
this->tBoxPlanDate->TabIndex = 38;
this->tBoxPlanDate->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(48, 40);
this->btnSearch->Name = S"btnSearch";
this->btnSearch->Size = System::Drawing::Size(64, 24);
this->btnSearch->TabIndex = 37;
this->btnSearch->Text = S"查询";
this->btnSearch->Click += new System::EventHandler(this, btnSearch_Click);
//
// label18
//
this->label18->Location = System::Drawing::Point(344, 44);
this->label18->Name = S"label18";
this->label18->Size = System::Drawing::Size(56, 16);
this->label18->TabIndex = 33;
this->label18->Text = S"年份";
//
// label10
//
this->label10->Location = System::Drawing::Point(136, 46);
this->label10->Name = S"label10";
this->label10->Size = System::Drawing::Size(56, 16);
this->label10->TabIndex = 32;
this->label10->Text = S"物料编号";
//
// tBoxYear
//
this->tBoxYear->Location = System::Drawing::Point(400, 40);
this->tBoxYear->Name = S"tBoxYear";
this->tBoxYear->Size = System::Drawing::Size(136, 21);
this->tBoxYear->TabIndex = 28;
this->tBoxYear->Text = S"";
//
// tBoxMaterialID
//
this->tBoxMaterialID->Location = System::Drawing::Point(200, 40);
this->tBoxMaterialID->Name = S"tBoxMaterialID";
this->tBoxMaterialID->Size = System::Drawing::Size(136, 21);
this->tBoxMaterialID->TabIndex = 27;
this->tBoxMaterialID->Text = S"";
//
// tBtnModifyRecord
//
this->tBtnModifyRecord->ImageIndex = 0;
this->tBtnModifyRecord->Text = S"保存修改";
this->tBtnModifyRecord->ToolTipText = S"保存修改";
//
// toolBar1
//
System::Windows::Forms::ToolBarButton* __mcTemp__1[] = new System::Windows::Forms::ToolBarButton*[10];
__mcTemp__1[0] = this->tBtnFirstRecord;
__mcTemp__1[1] = this->tBtnPreviousRecord;
__mcTemp__1[2] = this->tBtnNextRecord;
__mcTemp__1[3] = this->tBtnLastRecord;
__mcTemp__1[4] = this->tBtnAddRecord;
__mcTemp__1[5] = this->tBtnModify;
__mcTemp__1[6] = this->tBtnDeleteRecord;
__mcTemp__1[7] = this->tBtnModifyRecord;
__mcTemp__1[8] = this->tBtnCancelModify;
__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(808, 41);
this->toolBar1->TabIndex = 11;
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"上一记录";
//
// tBtnLastRecord
//
this->tBtnLastRecord->ImageIndex = 7;
this->tBtnLastRecord->Text = S"尾记录";
this->tBtnLastRecord->ToolTipText = S"尾记录";
//
// tBtnAddRecord
//
this->tBtnAddRecord->ImageIndex = 9;
this->tBtnAddRecord->Text = S"新增记录";
this->tBtnAddRecord->ToolTipText = S"新增记录";
//
// tBtnModify
//
this->tBtnModify->ImageIndex = 10;
this->tBtnModify->Text = S"修改记录";
this->tBtnModify->ToolTipText = S"修改记录";
//
// tBtnDeleteRecord
//
this->tBtnDeleteRecord->ImageIndex = 3;
this->tBtnDeleteRecord->Text = S"删除记录";
this->tBtnDeleteRecord->ToolTipText = S"删除记录";
//
// tBtnQuit
//
this->tBtnQuit->ImageIndex = 12;
this->tBtnQuit->Text = S"退出";
this->tBtnQuit->ToolTipText = S"退出";
//
// dgrdProducePlan
//
this->dgrdProducePlan->AllowNavigation = false;
this->dgrdProducePlan->DataMember = S"";
this->dgrdProducePlan->Dock = System::Windows::Forms::DockStyle::Left;
this->dgrdProducePlan->HeaderForeColor = System::Drawing::SystemColors::ControlText;
this->dgrdProducePlan->Location = System::Drawing::Point(0, 137);
this->dgrdProducePlan->Name = S"dgrdProducePlan";
this->dgrdProducePlan->ReadOnly = true;
this->dgrdProducePlan->Size = System::Drawing::Size(304, 508);
this->dgrdProducePlan->TabIndex = 14;
this->dgrdProducePlan->Click += new System::EventHandler(this, dgrdProducePlan_Click);
//
// groupBox3
//
this->groupBox3->Controls->Add(this->btnImport);
this->groupBox3->Dock = System::Windows::Forms::DockStyle::Top;
this->groupBox3->Location = System::Drawing::Point(304, 400);
this->groupBox3->Name = S"groupBox3";
this->groupBox3->Size = System::Drawing::Size(504, 56);
this->groupBox3->TabIndex = 15;
this->groupBox3->TabStop = false;
//
// btnImport
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -