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

📄 medinfo.cs

📁 《Visual C#.NET数据库开发经典案例解析》的配套光盘
💻 CS
📖 第 1 页 / 共 3 页
字号:
			this.dataSet11.Locale = new System.Globalization.CultureInfo("zh-CN");
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(24, 24);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(56, 16);
			this.label4.TabIndex = 24;
			this.label4.Text = "编号";
			// 
			// txt4
			// 
			this.txt4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "药品资料.编号"));
			this.txt4.Location = new System.Drawing.Point(24, 40);
			this.txt4.Name = "txt4";
			this.txt4.ReadOnly = true;
			this.txt4.Size = new System.Drawing.Size(64, 21);
			this.txt4.TabIndex = 30;
			this.txt4.Text = "";
			// 
			// txt5
			// 
			this.txt5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "药品资料.名称"));
			this.txt5.Location = new System.Drawing.Point(104, 40);
			this.txt5.Name = "txt5";
			this.txt5.ReadOnly = true;
			this.txt5.Size = new System.Drawing.Size(152, 21);
			this.txt5.TabIndex = 29;
			this.txt5.Text = "";
			// 
			// txt6
			// 
			this.txt6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "药品资料.规格"));
			this.txt6.Location = new System.Drawing.Point(272, 40);
			this.txt6.Name = "txt6";
			this.txt6.ReadOnly = true;
			this.txt6.Size = new System.Drawing.Size(48, 21);
			this.txt6.TabIndex = 28;
			this.txt6.Text = "";
			// 
			// txt7
			// 
			this.txt7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "药品资料.整量单位"));
			this.txt7.Location = new System.Drawing.Point(336, 40);
			this.txt7.Name = "txt7";
			this.txt7.ReadOnly = true;
			this.txt7.Size = new System.Drawing.Size(48, 21);
			this.txt7.TabIndex = 31;
			this.txt7.Text = "";
			// 
			// txt8
			// 
			this.txt8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "药品资料.散量单位"));
			this.txt8.Location = new System.Drawing.Point(400, 40);
			this.txt8.Name = "txt8";
			this.txt8.ReadOnly = true;
			this.txt8.Size = new System.Drawing.Size(48, 21);
			this.txt8.TabIndex = 34;
			this.txt8.Text = "";
			// 
			// txt9
			// 
			this.txt9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "药品资料.入库单价"));
			this.txt9.Location = new System.Drawing.Point(464, 40);
			this.txt9.Name = "txt9";
			this.txt9.ReadOnly = true;
			this.txt9.Size = new System.Drawing.Size(64, 21);
			this.txt9.TabIndex = 33;
			this.txt9.Text = "";
			// 
			// txt10
			// 
			this.txt10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "药品资料.出库单价"));
			this.txt10.Location = new System.Drawing.Point(544, 40);
			this.txt10.Name = "txt10";
			this.txt10.ReadOnly = true;
			this.txt10.Size = new System.Drawing.Size(72, 21);
			this.txt10.TabIndex = 32;
			this.txt10.Text = "";
			// 
			// txt11
			// 
			this.txt11.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "药品资料.批发价"));
			this.txt11.Location = new System.Drawing.Point(632, 40);
			this.txt11.Name = "txt11";
			this.txt11.ReadOnly = true;
			this.txt11.Size = new System.Drawing.Size(72, 21);
			this.txt11.TabIndex = 27;
			this.txt11.Text = "";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(104, 24);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(56, 16);
			this.label5.TabIndex = 21;
			this.label5.Text = "名称";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(272, 24);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(56, 16);
			this.label6.TabIndex = 22;
			this.label6.Text = "规格";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(336, 24);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(56, 16);
			this.label9.TabIndex = 19;
			this.label9.Text = "整量单位";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(464, 24);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(56, 16);
			this.label11.TabIndex = 20;
			this.label11.Text = "入库单价";
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(400, 24);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(56, 16);
			this.label12.TabIndex = 25;
			this.label12.Text = "散量单位";
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(544, 24);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(88, 16);
			this.label17.TabIndex = 26;
			this.label17.Text = "出库单价";
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(632, 24);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(56, 16);
			this.label16.TabIndex = 23;
			this.label16.Text = "批发价";
			// 
			// txt12
			// 
			this.txt12.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "药品资料.整散比"));
			this.txt12.Location = new System.Drawing.Point(24, 88);
			this.txt12.Name = "txt12";
			this.txt12.ReadOnly = true;
			this.txt12.Size = new System.Drawing.Size(72, 21);
			this.txt12.TabIndex = 27;
			this.txt12.Text = "";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(24, 72);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(56, 16);
			this.label7.TabIndex = 23;
			this.label7.Text = "整散比";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(112, 72);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(56, 16);
			this.label8.TabIndex = 23;
			this.label8.Text = "分类";
			// 
			// cmb1
			// 
			this.cmb1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "药品资料.分类"));
			this.cmb1.Enabled = false;
			this.cmb1.Location = new System.Drawing.Point(112, 88);
			this.cmb1.Name = "cmb1";
			this.cmb1.Size = new System.Drawing.Size(120, 20);
			this.cmb1.TabIndex = 35;
			// 
			// txt15
			// 
			this.txt15.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "药品资料.效期"));
			this.txt15.Location = new System.Drawing.Point(432, 88);
			this.txt15.Name = "txt15";
			this.txt15.ReadOnly = true;
			this.txt15.Size = new System.Drawing.Size(64, 21);
			this.txt15.TabIndex = 33;
			this.txt15.Text = "";
			// 
			// txt16
			// 
			this.txt16.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "药品资料.上限"));
			this.txt16.Location = new System.Drawing.Point(520, 88);
			this.txt16.Name = "txt16";
			this.txt16.ReadOnly = true;
			this.txt16.Size = new System.Drawing.Size(80, 21);
			this.txt16.TabIndex = 32;
			this.txt16.Text = "";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(520, 72);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(56, 16);
			this.label10.TabIndex = 20;
			this.label10.Text = "上限";
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(432, 72);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(56, 16);
			this.label13.TabIndex = 26;
			this.label13.Text = "效期";
			// 
			// txt14
			// 
			this.txt14.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "药品资料.拼音码"));
			this.txt14.Location = new System.Drawing.Point(328, 88);
			this.txt14.Name = "txt14";
			this.txt14.ReadOnly = true;
			this.txt14.Size = new System.Drawing.Size(80, 21);
			this.txt14.TabIndex = 32;
			this.txt14.Text = "";
			// 
			// txt13
			// 
			this.txt13.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "药品资料.费用归类"));
			this.txt13.Location = new System.Drawing.Point(248, 88);
			this.txt13.Name = "txt13";
			this.txt13.ReadOnly = true;

⌨️ 快捷键说明

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