namespace HospitalManageSys { partial class Form_DrugIm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.button1 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.textBox2 = new System.Windows.Forms.TextBox(); this.lvitem = new System.Windows.Forms.ListView(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox5 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label17 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.textBox7 = new System.Windows.Forms.TextBox(); this.listBox1 = new System.Windows.Forms.ListBox(); this.textBox6 = new System.Windows.Forms.TextBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.button3 = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.button4 = new System.Windows.Forms.Button(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(91, 417); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 2; this.button1.Text = "nope"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(79, 34); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(310, 21); this.textBox1.TabIndex = 0; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(560, 320); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 3; this.label1.Text = "check view"; this.label1.Visible = false; this.label1.Click += new System.EventHandler(this.label1_Click); this.label1.DoubleClick += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(255, 416); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 5; this.button2.Text = "clear"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(79, 75); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(310, 21); this.textBox2.TabIndex = 6; this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged); // // lvitem // this.lvitem.GridLines = true; this.lvitem.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.lvitem.Location = new System.Drawing.Point(631, 320); this.lvitem.Name = "lvitem"; this.lvitem.Size = new System.Drawing.Size(517, 61); this.lvitem.TabIndex = 7; this.lvitem.UseCompatibleStateImageBehavior = false; this.lvitem.View = System.Windows.Forms.View.Details; this.lvitem.Visible = false; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(79, 116); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(310, 21); this.textBox3.TabIndex = 8; this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged); // // textBox4 // this.textBox4.Location = new System.Drawing.Point(79, 157); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(310, 21); this.textBox4.TabIndex = 9; this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged); // // textBox5 // this.textBox5.Location = new System.Drawing.Point(79, 198); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(310, 21); this.textBox5.TabIndex = 10; this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(32, 34); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(23, 12); this.label2.TabIndex = 11; this.label2.Text = "Pid"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(32, 75); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 12); this.label3.TabIndex = 12; this.label3.Text = "Pname"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(32, 116); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 13; this.label4.Text = "Pprize"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(31, 157); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(35, 12); this.label5.TabIndex = 14; this.label5.Text = "Pspec"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(32, 198); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(47, 12); this.label6.TabIndex = 15; this.label6.Text = "Pamount"; // // groupBox1 // this.groupBox1.Controls.Add(this.radioButton3); this.groupBox1.Controls.Add(this.radioButton2); this.groupBox1.Controls.Add(this.radioButton1); this.groupBox1.Controls.Add(this.label17); this.groupBox1.Controls.Add(this.label16); this.groupBox1.Controls.Add(this.label15); this.groupBox1.Controls.Add(this.label14); this.groupBox1.Controls.Add(this.label13); this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.textBox7); this.groupBox1.Controls.Add(this.listBox1); this.groupBox1.Controls.Add(this.textBox6); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.textBox5); this.groupBox1.Controls.Add(this.textBox4); this.groupBox1.Controls.Add(this.textBox3); this.groupBox1.Controls.Add(this.textBox2); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Location = new System.Drawing.Point(79, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(1069, 238); this.groupBox1.TabIndex = 16; this.groupBox1.TabStop = false; this.groupBox1.Text = "InputBox"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(500, 62); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(185, 12); this.label17.TabIndex = 28; this.label17.Text = "请输入供应商(Johnson indus.)"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(500, 19); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(161, 12); this.label16.TabIndex = 27; this.label16.Text = "请输入贮藏方法(no light)"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(79, 185); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(137, 12); this.label15.TabIndex = 26; this.label15.Text = "请输入数字(如:1500)"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(79, 144); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(161, 12); this.label14.TabIndex = 25; this.label14.Text = "请输入产品信息(10 pills)"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(79, 103); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(137, 12); this.label13.TabIndex = 24; this.label13.Text = "请输入价格(如:88.5)"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(79, 62); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(155, 12); this.label12.TabIndex = 23; this.label12.Text = "请输入药名(如:Asprine)"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(79, 16); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(131, 12); this.label11.TabIndex = 22; this.label11.Text = "请输入数字(如:123)"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(440, 75); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(59, 12); this.label10.TabIndex = 19; this.label10.Text = "Psupplier"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(438, 34); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 18; this.label9.Text = "Pstorage"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(438, 158); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 12); this.label8.TabIndex = 21; this.label8.Text = "信息列表"; this.label8.Click += new System.EventHandler(this.label8_Click); // // textBox7 // this.textBox7.Location = new System.Drawing.Point(502, 78); this.textBox7.Name = "textBox7"; this.textBox7.Size = new System.Drawing.Size(310, 21); this.textBox7.TabIndex = 17; this.textBox7.TextChanged += new System.EventHandler(this.textBox7_TextChanged); // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 12; this.listBox1.Location = new System.Drawing.Point(500, 158); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(310, 64); this.listBox1.TabIndex = 20; this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged); // // textBox6 // this.textBox6.Location = new System.Drawing.Point(502, 34); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(310, 21); this.textBox6.TabIndex = 16; this.textBox6.TextChanged += new System.EventHandler(this.textBox6_TextChanged); // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column3, this.Column2, this.Column4, this.Column5, this.Column6, this.Column7}); this.dataGridView1.Location = new System.Drawing.Point(79, 256); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(743, 150); this.dataGridView1.TabIndex = 16; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // Column1 // this.Column1.DataPropertyName = "Drug_ID"; this.Column1.HeaderText = "id"; this.Column1.Name = "Column1"; // // Column3 // this.Column3.DataPropertyName = "Drug_name"; this.Column3.HeaderText = "name"; this.Column3.Name = "Column3"; // // Column2 // this.Column2.DataPropertyName = "Drug_price"; this.Column2.HeaderText = "prize"; this.Column2.Name = "Column2"; // // Column4 // this.Column4.DataPropertyName = "Drug_specification"; this.Column4.HeaderText = "spe"; this.Column4.Name = "Column4"; // // Column5 // this.Column5.DataPropertyName = "Drug_supplier"; this.Column5.HeaderText = "supp"; this.Column5.Name = "Column5"; // // Column6 // this.Column6.DataPropertyName = "Drug_storage"; this.Column6.HeaderText = "stor"; this.Column6.Name = "Column6"; // // Column7 // this.Column7.DataPropertyName = "Drug_remain"; this.Column7.HeaderText = "rema"; this.Column7.Name = "Column7"; // // button3 // this.button3.Location = new System.Drawing.Point(419, 416); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 17; this.button3.Text = "check"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(132, 462); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(29, 12); this.label7.TabIndex = 18; this.label7.Text = "none"; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(918, 283); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(121, 20); this.comboBox1.TabIndex = 19; this.comboBox1.Visible = false; // // button4 // this.button4.Location = new System.Drawing.Point(581, 415); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 22; this.button4.Text = "add"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Checked = true; this.radioButton1.Location = new System.Drawing.Point(442, 120); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(71, 16); this.radioButton1.TabIndex = 29; this.radioButton1.TabStop = true; this.radioButton1.Text = "药品名称"; this.radioButton1.UseVisualStyleBackColor = true; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(562, 121); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(59, 16); this.radioButton2.TabIndex = 30; this.radioButton2.TabStop = true; this.radioButton2.Text = "供应商"; this.radioButton2.UseVisualStyleBackColor = true; this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged); // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Location = new System.Drawing.Point(682, 121); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(71, 16); this.radioButton3.TabIndex = 31; this.radioButton3.TabStop = true; this.radioButton3.Text = "药品编号"; this.radioButton3.UseVisualStyleBackColor = true; this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1189, 485); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.button4); this.Controls.Add(this.comboBox1); this.Controls.Add(this.label7); this.Controls.Add(this.button3); this.Controls.Add(this.groupBox1); this.Controls.Add(this.lvitem); this.Controls.Add(this.button2); this.Controls.Add(this.label1); this.Controls.Add(this.button1); this.Name = "Form1"; this.Text = "Product Input"; this.Load += new System.EventHandler(this.Form1_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.ListView lvitem; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button button3; private System.Windows.Forms.Label label7; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.Button button4; private System.Windows.Forms.TextBox textBox7; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private System.Windows.Forms.RadioButton radioButton3; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; } }