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

📄 medinfo.h

📁 医院管理系统 本系统包括说明文件,运行文件,希望站长接受如此好的系统.
💻 H
📖 第 1 页 / 共 4 页
字号:
			// tBtnNextRecord
			// 
			this->tBtnNextRecord->ImageIndex = 8;
			this->tBtnNextRecord->Text = S"下一记录";
			this->tBtnNextRecord->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"尾记录";
			// 
			// 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 = 11;
			this->tBtnQuit->Text = S"退出";
			this->tBtnQuit->ToolTipText = S"退出";
			// 
			// 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;
			// 
			// groupBox1
			// 
			this->groupBox1->Controls->Add(this->tBoxMedName);
			this->groupBox1->Controls->Add(this->label2);
			this->groupBox1->Controls->Add(this->tBoxPinyin);
			this->groupBox1->Controls->Add(this->label1);
			this->groupBox1->Controls->Add(this->btnSearch);
			this->groupBox1->Controls->Add(this->tBoxMedID);
			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(768, 79);
			this->groupBox1->TabIndex = 1;
			this->groupBox1->TabStop = false;
			// 
			// tBoxMedName
			// 
			this->tBoxMedName->Location = System::Drawing::Point(408, 39);
			this->tBoxMedName->Name = S"tBoxMedName";
			this->tBoxMedName->Size = System::Drawing::Size(120, 21);
			this->tBoxMedName->TabIndex = 4;
			this->tBoxMedName->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"药品名称";
			// 
			// tBoxPinyin
			// 
			this->tBoxPinyin->Location = System::Drawing::Point(208, 40);
			this->tBoxPinyin->Name = S"tBoxPinyin";
			this->tBoxPinyin->Size = System::Drawing::Size(120, 21);
			this->tBoxPinyin->TabIndex = 2;
			this->tBoxPinyin->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(64, 40);
			this->btnSearch->Name = S"btnSearch";
			this->btnSearch->Size = System::Drawing::Size(56, 24);
			this->btnSearch->TabIndex = 0;
			this->btnSearch->Text = S"搜索";
			this->btnSearch->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
			this->btnSearch->Click += new System::EventHandler(this, btnSearch_Click);
			// 
			// tBoxMedID
			// 
			this->tBoxMedID->Location = System::Drawing::Point(625, 40);
			this->tBoxMedID->Name = S"tBoxMedID";
			this->tBoxMedID->Size = System::Drawing::Size(120, 21);
			this->tBoxMedID->TabIndex = 6;
			this->tBoxMedID->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"药品编码";
			// 
			// dgrdMed
			// 
			this->dgrdMed->DataMember = S"";
			this->dgrdMed->Dock = System::Windows::Forms::DockStyle::Fill;
			this->dgrdMed->HeaderForeColor = System::Drawing::SystemColors::ControlText;
			this->dgrdMed->Location = System::Drawing::Point(0, 120);
			this->dgrdMed->Name = S"dgrdMed";
			this->dgrdMed->Size = System::Drawing::Size(768, 205);
			this->dgrdMed->TabIndex = 2;
			// 
			// groupBox2
			// 
			this->groupBox2->Controls->Add(this->tBoxFloorLimit);
			this->groupBox2->Controls->Add(this->label13);
			this->groupBox2->Controls->Add(this->tBoxUpperLimit);
			this->groupBox2->Controls->Add(this->label14);
			this->groupBox2->Controls->Add(this->tBoxValidate);
			this->groupBox2->Controls->Add(this->label15);
			this->groupBox2->Controls->Add(this->tBoxFeeClassify);
			this->groupBox2->Controls->Add(this->label16);
			this->groupBox2->Controls->Add(this->tBoxPinyinShow);
			this->groupBox2->Controls->Add(this->label18);
			this->groupBox2->Controls->Add(this->tBoxWholeSalePrice);
			this->groupBox2->Controls->Add(this->label11);
			this->groupBox2->Controls->Add(this->tBoxExportPrice);
			this->groupBox2->Controls->Add(this->label3);
			this->groupBox2->Controls->Add(this->tBoxImportPrice);
			this->groupBox2->Controls->Add(this->tBoxScale);
			this->groupBox2->Controls->Add(this->label12);
			this->groupBox2->Controls->Add(this->tBoxMedNameShow);
			this->groupBox2->Controls->Add(this->label26);
			this->groupBox2->Controls->Add(this->label8);
			this->groupBox2->Controls->Add(this->tBoxUnit);
			this->groupBox2->Controls->Add(this->tBoxSpec);
			this->groupBox2->Controls->Add(this->label9);
			this->groupBox2->Controls->Add(this->tBoxWholeUnit);
			this->groupBox2->Controls->Add(this->label10);
			this->groupBox2->Controls->Add(this->tBoxMedIDShow);
			this->groupBox2->Controls->Add(this->label5);
			this->groupBox2->Controls->Add(this->label6);
			this->groupBox2->Controls->Add(this->label7);
			this->groupBox2->Controls->Add(this->cmbMedKind);
			this->groupBox2->Dock = System::Windows::Forms::DockStyle::Bottom;
			this->groupBox2->Location = System::Drawing::Point(0, 325);
			this->groupBox2->Name = S"groupBox2";
			this->groupBox2->Size = System::Drawing::Size(768, 136);
			this->groupBox2->TabIndex = 3;
			this->groupBox2->TabStop = false;
			// 
			// tBoxFloorLimit
			// 
			this->tBoxFloorLimit->Location = System::Drawing::Point(608, 96);
			this->tBoxFloorLimit->Name = S"tBoxFloorLimit";
			this->tBoxFloorLimit->Size = System::Drawing::Size(72, 21);
			this->tBoxFloorLimit->TabIndex = 76;
			this->tBoxFloorLimit->Text = S"";
			// 
			// label13
			// 
			this->label13->Location = System::Drawing::Point(608, 80);
			this->label13->Name = S"label13";
			this->label13->Size = System::Drawing::Size(80, 11);
			this->label13->TabIndex = 75;
			this->label13->Text = S"下限";
			// 
			// tBoxUpperLimit
			// 
			this->tBoxUpperLimit->Location = System::Drawing::Point(528, 96);
			this->tBoxUpperLimit->Name = S"tBoxUpperLimit";
			this->tBoxUpperLimit->Size = System::Drawing::Size(72, 21);
			this->tBoxUpperLimit->TabIndex = 74;
			this->tBoxUpperLimit->Text = S"";
			// 
			// label14
			// 
			this->label14->Location = System::Drawing::Point(528, 80);
			this->label14->Name = S"label14";
			this->label14->Size = System::Drawing::Size(80, 11);
			this->label14->TabIndex = 73;
			this->label14->Text = S"上限";
			// 
			// tBoxValidate
			// 
			this->tBoxValidate->Location = System::Drawing::Point(448, 96);
			this->tBoxValidate->Name = S"tBoxValidate";
			this->tBoxValidate->Size = System::Drawing::Size(72, 21);
			this->tBoxValidate->TabIndex = 72;
			this->tBoxValidate->Text = S"";
			// 
			// label15
			// 
			this->label15->Location = System::Drawing::Point(448, 80);
			this->label15->Name = S"label15";
			this->label15->Size = System::Drawing::Size(80, 11);
			this->label15->TabIndex = 71;
			this->label15->Text = S"有效期";
			// 
			// tBoxFeeClassify
			// 
			this->tBoxFeeClassify->Location = System::Drawing::Point(256, 96);
			this->tBoxFeeClassify->Name = S"tBoxFeeClassify";
			this->tBoxFeeClassify->Size = System::Drawing::Size(88, 21);
			this->tBoxFeeClassify->TabIndex = 67;
			this->tBoxFeeClassify->Text = S"";
			// 
			// label16
			// 
			this->label16->Location = System::Drawing::Point(352, 80);
			this->label16->Name = S"label16";
			this->label16->Size = System::Drawing::Size(56, 11);
			this->label16->TabIndex = 66;
			this->label16->Text = S"拼音码";
			// 
			// tBoxPinyinShow
			// 
			this->tBoxPinyinShow->Location = System::Drawing::Point(352, 96);
			this->tBoxPinyinShow->Name = S"tBoxPinyinShow";

⌨️ 快捷键说明

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