/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmYpgysfpDetail)); Trasen.Base.ShowCardProperty showCardProperty1 = new Trasen.Base.ShowCardProperty(); this.panel1 = new System.Windows.Forms.Panel(); this.groupboxdrugdetail = new System.Windows.Forms.GroupBox(); this.GrdiDetail = new Trasen.Base.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.YPFJ = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PFJE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.YLSJ = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.XLSJ = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.LSJE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.YPPH = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.YPPCH = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DeptName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gysname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ZBID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.button1 = new System.Windows.Forms.Button(); this.txtMemo = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtZje = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtFph = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.groupboxdrugdetail.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GrdiDetail)).BeginInit(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.groupboxdrugdetail); this.panel1.Controls.Add(this.groupBox2); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1284, 649); this.panel1.TabIndex = 0; // // groupboxdrugdetail // this.groupboxdrugdetail.Controls.Add(this.GrdiDetail); this.groupboxdrugdetail.Location = new System.Drawing.Point(-5, 65); this.groupboxdrugdetail.Name = "groupboxdrugdetail"; this.groupboxdrugdetail.Size = new System.Drawing.Size(1277, 572); this.groupboxdrugdetail.TabIndex = 67; this.groupboxdrugdetail.TabStop = false; this.groupboxdrugdetail.Text = "调价药品明细"; // // GrdiDetail // this.GrdiDetail.AllowColumnSort = false; this.GrdiDetail.AllowUserToAddRows = false; this.GrdiDetail.AllowUserToDeleteRows = false; this.GrdiDetail.BackgroundColor = System.Drawing.SystemColors.Control; this.GrdiDetail.ColumnDeep = 1; this.GrdiDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.GrdiDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn6, this.dataGridViewTextBoxColumn5, this.YPFJ, this.dataGridViewTextBoxColumn7, this.PFJE, this.YLSJ, this.XLSJ, this.LSJE, this.YPPH, this.YPPCH, this.dataGridViewTextBoxColumn9, this.DeptName, this.gysname, this.dataGridViewTextBoxColumn11, this.dataGridViewTextBoxColumn12, this.ZBID }); this.GrdiDetail.DisplayShowCardWhenCellInEdit = false; this.GrdiDetail.GridColor = System.Drawing.SystemColors.ButtonShadow; this.GrdiDetail.Location = new System.Drawing.Point(8, 20); this.GrdiDetail.MergeColumnNames = ((System.Collections.Generic.List <string>)(resources.GetObject("GrdiDetail.MergeColumnNames"))); this.GrdiDetail.Name = "GrdiDetail"; this.GrdiDetail.ReadOnly = true; this.GrdiDetail.RowTemplate.Height = 23; this.GrdiDetail.ShowCardComponent = null; showCardProperty1.AllowCustomInputWhenNoneSelectedRow = false; showCardProperty1.BindColumnName = "col最高零售价"; showCardProperty1.ColumnHeaderVisible = true; showCardProperty1.DbConnection = null; showCardProperty1.RealTimeQuery = false; showCardProperty1.RowHeaderVisible = false; showCardProperty1.ShowCardColumns = new Trasen.Base.ShowCardColumn[0]; showCardProperty1.ShowCardDataSource = null; showCardProperty1.ShowCardDataSourceSqlString = null; showCardProperty1.ShowCardSize = new System.Drawing.Size(550, 0); this.GrdiDetail.ShowCardProperty = new Trasen.Base.ShowCardProperty[] { showCardProperty1 }; this.GrdiDetail.Size = new System.Drawing.Size(1281, 552); this.GrdiDetail.TabIndex = 66; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "ypmc"; this.dataGridViewTextBoxColumn1.HeaderText = "药品名称"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "YPGG"; this.dataGridViewTextBoxColumn2.HeaderText = "规格"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "ypcj"; this.dataGridViewTextBoxColumn3.HeaderText = "厂家"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn3.Width = 120; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "ypkcl"; this.dataGridViewTextBoxColumn6.HeaderText = "库存量"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.ReadOnly = true; this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn6.Width = 65; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "YPDW"; this.dataGridViewTextBoxColumn5.HeaderText = "单位"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn5.Width = 40; // // YPFJ // this.YPFJ.DataPropertyName = "YPFJ"; this.YPFJ.HeaderText = "原批发价"; this.YPFJ.Name = "YPFJ"; this.YPFJ.ReadOnly = true; this.YPFJ.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.YPFJ.Width = 60; // // dataGridViewTextBoxColumn7 // this.dataGridViewTextBoxColumn7.DataPropertyName = "XPFJ"; this.dataGridViewTextBoxColumn7.HeaderText = "新批发价"; this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; this.dataGridViewTextBoxColumn7.ReadOnly = true; this.dataGridViewTextBoxColumn7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn7.Width = 60; // // PFJE // this.PFJE.DataPropertyName = "Tpfzje"; this.PFJE.HeaderText = "差进价金额"; this.PFJE.Name = "PFJE"; this.PFJE.ReadOnly = true; this.PFJE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.PFJE.Width = 75; // // YLSJ // this.YLSJ.DataPropertyName = "YLSJ"; this.YLSJ.HeaderText = "原零售价"; this.YLSJ.Name = "YLSJ"; this.YLSJ.ReadOnly = true; this.YLSJ.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.YLSJ.Width = 60; // // XLSJ // this.XLSJ.DataPropertyName = "XLSJ"; this.XLSJ.HeaderText = "新零售价"; this.XLSJ.Name = "XLSJ"; this.XLSJ.ReadOnly = true; this.XLSJ.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.XLSJ.Width = 60; // // LSJE // this.LSJE.DataPropertyName = "TLSJJE"; this.LSJE.HeaderText = "差零售金额"; this.LSJE.Name = "LSJE"; this.LSJE.ReadOnly = true; this.LSJE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.LSJE.Width = 80; // // YPPH // this.YPPH.DataPropertyName = "YPPH"; this.YPPH.HeaderText = "药品批号"; this.YPPH.Name = "YPPH"; this.YPPH.ReadOnly = true; this.YPPH.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.YPPH.Width = 80; // // YPPCH // this.YPPCH.DataPropertyName = "YPPCH"; this.YPPCH.HeaderText = "药品批次号"; this.YPPCH.Name = "YPPCH"; this.YPPCH.ReadOnly = true; this.YPPCH.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.YPPCH.Width = 80; // // dataGridViewTextBoxColumn9 // this.dataGridViewTextBoxColumn9.DataPropertyName = "Yphh"; this.dataGridViewTextBoxColumn9.HeaderText = "货位号"; this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; this.dataGridViewTextBoxColumn9.ReadOnly = true; this.dataGridViewTextBoxColumn9.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn9.Width = 80; // // DeptName // this.DeptName.DataPropertyName = "DeptName"; this.DeptName.HeaderText = "科室"; this.DeptName.Name = "DeptName"; this.DeptName.ReadOnly = true; this.DeptName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.DeptName.Width = 120; // // gysname // this.gysname.DataPropertyName = "GYSNAME"; this.gysname.HeaderText = "供应商"; this.gysname.Name = "gysname"; this.gysname.ReadOnly = true; this.gysname.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.gysname.Width = 160; // // dataGridViewTextBoxColumn11 // this.dataGridViewTextBoxColumn11.DataPropertyName = "YPID"; this.dataGridViewTextBoxColumn11.HeaderText = "YPID"; this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; this.dataGridViewTextBoxColumn11.ReadOnly = true; this.dataGridViewTextBoxColumn11.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn11.Visible = false; // // dataGridViewTextBoxColumn12 // this.dataGridViewTextBoxColumn12.DataPropertyName = "id"; this.dataGridViewTextBoxColumn12.HeaderText = "id"; this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"; this.dataGridViewTextBoxColumn12.ReadOnly = true; this.dataGridViewTextBoxColumn12.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn12.Visible = false; // // ZBID // this.ZBID.DataPropertyName = "ZBID"; this.ZBID.HeaderText = "ZBID"; this.ZBID.Name = "ZBID"; this.ZBID.ReadOnly = true; this.ZBID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.ZBID.Visible = false; // // groupBox2 // this.groupBox2.Controls.Add(this.button1); this.groupBox2.Controls.Add(this.txtMemo); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.txtZje); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.txtFph); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Location = new System.Drawing.Point(7, 9); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(894, 50); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "发票信息"; // // button1 // this.button1.Location = new System.Drawing.Point(796, 16); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(87, 30); this.button1.TabIndex = 68; this.button1.Text = "导 出 明 细"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // txtMemo // this.txtMemo.ForeColor = System.Drawing.Color.Navy; this.txtMemo.Location = new System.Drawing.Point(520, 16); this.txtMemo.Name = "txtMemo"; this.txtMemo.ReadOnly = true; this.txtMemo.Size = new System.Drawing.Size(226, 21); this.txtMemo.TabIndex = 22; // // label5 // this.label5.Location = new System.Drawing.Point(472, 17); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(45, 16); this.label5.TabIndex = 21; this.label5.Text = "备注:"; // // txtZje // this.txtZje.ForeColor = System.Drawing.Color.Navy; this.txtZje.Location = new System.Drawing.Point(283, 16); this.txtZje.Name = "txtZje"; this.txtZje.ReadOnly = true; this.txtZje.Size = new System.Drawing.Size(124, 21); this.txtZje.TabIndex = 20; // // label4 // this.label4.Location = new System.Drawing.Point(203, 17); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(80, 16); this.label4.TabIndex = 19; this.label4.Text = "进价总金额:"; // // txtFph // this.txtFph.ForeColor = System.Drawing.Color.Navy; this.txtFph.Location = new System.Drawing.Point(60, 16); this.txtFph.Name = "txtFph"; this.txtFph.ReadOnly = true; this.txtFph.Size = new System.Drawing.Size(127, 21); this.txtFph.TabIndex = 18; // // label3 // this.label3.Location = new System.Drawing.Point(6, 17); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(55, 16); this.label3.TabIndex = 17; this.label3.Text = "发票号:"; // // FrmYpgysfpDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1284, 649); this.Controls.Add(this.panel1); this.Name = "FrmYpgysfpDetail"; this.Text = "全院调价药品明细"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.panel1.ResumeLayout(false); this.groupboxdrugdetail.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.GrdiDetail)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frmypgysfp)); Trasen.Base.ShowCardProperty showCardProperty1 = new Trasen.Base.ShowCardProperty(); Trasen.Base.ShowCardProperty showCardProperty2 = new Trasen.Base.ShowCardProperty(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.dtpsj = new System.Windows.Forms.DateTimePicker(); this.butref = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.txtypgys = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.dtp2 = new System.Windows.Forms.DateTimePicker(); this.label1 = new System.Windows.Forms.Label(); this.dtp1 = new System.Windows.Forms.DateTimePicker(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.btnUpdate = new System.Windows.Forms.Button(); this.chkFp = new System.Windows.Forms.CheckBox(); this.button1 = new System.Windows.Forms.Button(); this.txtGys = new System.Windows.Forms.TextBox(); this.btnSave = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.txtMemo = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtZje = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtFph = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.GrdiDetail = new Trasen.Base.DataGridView(); this.DJH = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.YPFJ = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PFJE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.YLSJ = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.XLSJ = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.LSJE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.YPPH = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.YPPCH = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DeptName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DeptID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DJID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.YWLX = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.JHJ = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PFJ = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.LSJ = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.JHJE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1 = new System.Windows.Forms.Panel(); this.button2 = new System.Windows.Forms.Button(); this.groupboxdrugdetail = new System.Windows.Forms.GroupBox(); this.dg_whmx = new Trasen.Base.DataGridView(); this.发票号 = new Trasen.Controls.ShowCardColumn(); this.供应商 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.发票总金额 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.单据号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.添加时间 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.操作人 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MEMO = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tjrid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gysid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GrdiDetail)).BeginInit(); this.panel1.SuspendLayout(); this.groupboxdrugdetail.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dg_whmx)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.dateTimePicker1); this.groupBox1.Controls.Add(this.dtpsj); this.groupBox1.Controls.Add(this.butref); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtypgys); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.dtp2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.dtp1); this.groupBox1.Location = new System.Drawing.Point(3, 9); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(992, 48); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "信息检索"; // // dateTimePicker1 // this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Time; this.dateTimePicker1.Location = new System.Drawing.Point(405, 16); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(72, 21); this.dateTimePicker1.TabIndex = 19; // // dtpsj // this.dtpsj.Format = System.Windows.Forms.DateTimePickerFormat.Time; this.dtpsj.Location = new System.Drawing.Point(190, 17); this.dtpsj.Name = "dtpsj"; this.dtpsj.Size = new System.Drawing.Size(72, 21); this.dtpsj.TabIndex = 19; // // butref // this.butref.Location = new System.Drawing.Point(749, 17); this.butref.Name = "butref"; this.butref.Size = new System.Drawing.Size(67, 31); this.butref.TabIndex = 18; this.butref.Text = "刷新(&R)"; this.butref.Click += new System.EventHandler(this.butref_Click); // // label2 // this.label2.Location = new System.Drawing.Point(5, 17); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(70, 16); this.label2.TabIndex = 17; this.label2.Text = "时 间:"; // // txtypgys // this.txtypgys.ForeColor = System.Drawing.Color.Navy; this.txtypgys.Location = new System.Drawing.Point(569, 17); this.txtypgys.Name = "txtypgys"; this.txtypgys.Size = new System.Drawing.Size(146, 21); this.txtypgys.TabIndex = 16; // // label10 // this.label10.Location = new System.Drawing.Point(510, 18); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(55, 16); this.label10.TabIndex = 15; this.label10.Text = "单据号:"; // // dtp2 // this.dtp2.Enabled = false; this.dtp2.Location = new System.Drawing.Point(290, 16); this.dtp2.Name = "dtp2"; this.dtp2.Size = new System.Drawing.Size(114, 21); this.dtp2.TabIndex = 14; // // label1 // this.label1.Location = new System.Drawing.Point(272, 20); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(24, 16); this.label1.TabIndex = 13; this.label1.Text = "到"; // // dtp1 // this.dtp1.Enabled = false; this.dtp1.Location = new System.Drawing.Point(76, 16); this.dtp1.Name = "dtp1"; this.dtp1.Size = new System.Drawing.Size(111, 21); this.dtp1.TabIndex = 12; // // groupBox2 // this.groupBox2.Controls.Add(this.btnUpdate); this.groupBox2.Controls.Add(this.chkFp); this.groupBox2.Controls.Add(this.button1); this.groupBox2.Controls.Add(this.txtGys); this.groupBox2.Controls.Add(this.btnSave); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.txtMemo); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.txtZje); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.txtFph); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Location = new System.Drawing.Point(2, 64); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(1224, 43); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "发票录入"; // // btnUpdate // this.btnUpdate.Enabled = false; this.btnUpdate.Location = new System.Drawing.Point(1075, 12); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(67, 31); this.btnUpdate.TabIndex = 70; this.btnUpdate.Text = "修 改"; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // chkFp // this.chkFp.AutoSize = true; this.chkFp.Location = new System.Drawing.Point(926, 20); this.chkFp.Name = "chkFp"; this.chkFp.Size = new System.Drawing.Size(72, 16); this.chkFp.TabIndex = 69; this.chkFp.Text = "发票为空"; this.chkFp.UseVisualStyleBackColor = true; // // button1 // this.button1.Location = new System.Drawing.Point(1144, 11); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(67, 31); this.button1.TabIndex = 67; this.button1.Text = "刷新(&R)"; this.button1.Click += new System.EventHandler(this.button1_Click); // // txtGys // this.txtGys.ForeColor = System.Drawing.Color.Navy; this.txtGys.Location = new System.Drawing.Point(470, 16); this.txtGys.Name = "txtGys"; this.txtGys.Size = new System.Drawing.Size(178, 21); this.txtGys.TabIndex = 68; this.txtGys.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtGys_KeyDown); // // btnSave // this.btnSave.Location = new System.Drawing.Point(1002, 11); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(67, 32); this.btnSave.TabIndex = 23; this.btnSave.Text = "保存(&S)"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // label6 // this.label6.Location = new System.Drawing.Point(409, 17); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(55, 16); this.label6.TabIndex = 67; this.label6.Text = "供应商:"; // // txtMemo // this.txtMemo.ForeColor = System.Drawing.Color.Navy; this.txtMemo.Location = new System.Drawing.Point(691, 16); this.txtMemo.Name = "txtMemo"; this.txtMemo.Size = new System.Drawing.Size(226, 21); this.txtMemo.TabIndex = 22; // // label5 // this.label5.Location = new System.Drawing.Point(653, 17); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(45, 16); this.label5.TabIndex = 21; this.label5.Text = "备注:"; // // txtZje // this.txtZje.ForeColor = System.Drawing.Color.Navy; this.txtZje.Location = new System.Drawing.Point(274, 16); this.txtZje.Name = "txtZje"; this.txtZje.Size = new System.Drawing.Size(122, 21); this.txtZje.TabIndex = 20; // // label4 // this.label4.Location = new System.Drawing.Point(195, 17); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(80, 16); this.label4.TabIndex = 19; this.label4.Text = "差价总金额:"; // // txtFph // this.txtFph.ForeColor = System.Drawing.Color.Navy; this.txtFph.Location = new System.Drawing.Point(60, 16); this.txtFph.Name = "txtFph"; this.txtFph.Size = new System.Drawing.Size(127, 21); this.txtFph.TabIndex = 18; // // label3 // this.label3.Location = new System.Drawing.Point(6, 17); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(55, 16); this.label3.TabIndex = 17; this.label3.Text = "发票号:"; // // GrdiDetail // this.GrdiDetail.AllowColumnSort = true; this.GrdiDetail.AllowUserToAddRows = false; this.GrdiDetail.AllowUserToDeleteRows = false; this.GrdiDetail.AllowUserToOrderColumns = true; this.GrdiDetail.BackgroundColor = System.Drawing.SystemColors.Control; this.GrdiDetail.ColumnDeep = 1; this.GrdiDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.GrdiDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.DJH, this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn6, this.dataGridViewTextBoxColumn5, this.YPFJ, this.dataGridViewTextBoxColumn7, this.PFJE, this.YLSJ, this.XLSJ, this.LSJE, this.YPPH, this.YPPCH, this.dataGridViewTextBoxColumn9, this.DeptName, this.DeptID, this.dataGridViewTextBoxColumn11, this.dataGridViewTextBoxColumn12, this.DJID, this.YWLX, this.JHJ, this.PFJ, this.LSJ, this.JHJE }); this.GrdiDetail.DisplayShowCardWhenCellInEdit = false; this.GrdiDetail.GridColor = System.Drawing.SystemColors.ButtonShadow; this.GrdiDetail.Location = new System.Drawing.Point(0, 19); this.GrdiDetail.MergeColumnNames = ((System.Collections.Generic.List <string>)(resources.GetObject("GrdiDetail.MergeColumnNames"))); this.GrdiDetail.Name = "GrdiDetail"; this.GrdiDetail.ReadOnly = true; this.GrdiDetail.RowTemplate.Height = 23; this.GrdiDetail.ShowCardComponent = null; showCardProperty1.AllowCustomInputWhenNoneSelectedRow = false; showCardProperty1.BindColumnName = "col最高零售价"; showCardProperty1.ColumnHeaderVisible = true; showCardProperty1.DbConnection = null; showCardProperty1.RealTimeQuery = false; showCardProperty1.RowHeaderVisible = false; showCardProperty1.ShowCardColumns = new Trasen.Base.ShowCardColumn[0]; showCardProperty1.ShowCardDataSource = null; showCardProperty1.ShowCardDataSourceSqlString = null; showCardProperty1.ShowCardSize = new System.Drawing.Size(550, 0); this.GrdiDetail.ShowCardProperty = new Trasen.Base.ShowCardProperty[] { showCardProperty1 }; this.GrdiDetail.Size = new System.Drawing.Size(1224, 293); this.GrdiDetail.TabIndex = 65; // // DJH // this.DJH.DataPropertyName = "DJH"; this.DJH.HeaderText = "DJH"; this.DJH.Name = "DJH"; this.DJH.ReadOnly = true; this.DJH.Visible = false; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "YPPM"; this.dataGridViewTextBoxColumn1.HeaderText = "药品名称"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "YPGG"; this.dataGridViewTextBoxColumn2.HeaderText = "规格"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "SCCJ"; this.dataGridViewTextBoxColumn3.HeaderText = "厂家"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; this.dataGridViewTextBoxColumn3.Width = 120; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "YPSL"; this.dataGridViewTextBoxColumn6.HeaderText = "库存量"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.ReadOnly = true; this.dataGridViewTextBoxColumn6.Width = 65; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "YPDW"; this.dataGridViewTextBoxColumn5.HeaderText = "单位"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; this.dataGridViewTextBoxColumn5.Width = 40; // // YPFJ // this.YPFJ.DataPropertyName = "YPFJ"; this.YPFJ.HeaderText = "原批发价"; this.YPFJ.Name = "YPFJ"; this.YPFJ.ReadOnly = true; this.YPFJ.Width = 60; // // dataGridViewTextBoxColumn7 // this.dataGridViewTextBoxColumn7.DataPropertyName = "XPFJ"; this.dataGridViewTextBoxColumn7.HeaderText = "新批发价"; this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; this.dataGridViewTextBoxColumn7.ReadOnly = true; this.dataGridViewTextBoxColumn7.Width = 60; // // PFJE // this.PFJE.DataPropertyName = "PFJE"; this.PFJE.HeaderText = "差进价金额"; this.PFJE.Name = "PFJE"; this.PFJE.ReadOnly = true; this.PFJE.Width = 75; // // YLSJ // this.YLSJ.DataPropertyName = "YLSJ"; this.YLSJ.HeaderText = "原零售价"; this.YLSJ.Name = "YLSJ"; this.YLSJ.ReadOnly = true; this.YLSJ.Width = 60; // // XLSJ // this.XLSJ.DataPropertyName = "XLSJ"; this.XLSJ.HeaderText = "新零售价"; this.XLSJ.Name = "XLSJ"; this.XLSJ.ReadOnly = true; this.XLSJ.Width = 60; // // LSJE // this.LSJE.DataPropertyName = "LSJE"; this.LSJE.HeaderText = "差零售金额"; this.LSJE.Name = "LSJE"; this.LSJE.ReadOnly = true; this.LSJE.Width = 80; // // YPPH // this.YPPH.DataPropertyName = "YPPH"; this.YPPH.HeaderText = "药品批号"; this.YPPH.Name = "YPPH"; this.YPPH.ReadOnly = true; this.YPPH.Width = 80; // // YPPCH // this.YPPCH.DataPropertyName = "YPPCH"; this.YPPCH.HeaderText = "药品批次号"; this.YPPCH.Name = "YPPCH"; this.YPPCH.ReadOnly = true; this.YPPCH.Width = 80; // // dataGridViewTextBoxColumn9 // this.dataGridViewTextBoxColumn9.DataPropertyName = "SHH"; this.dataGridViewTextBoxColumn9.HeaderText = "货位号"; this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; this.dataGridViewTextBoxColumn9.ReadOnly = true; this.dataGridViewTextBoxColumn9.Width = 70; // // DeptName // this.DeptName.DataPropertyName = "DeptName"; this.DeptName.HeaderText = "科室"; this.DeptName.Name = "DeptName"; this.DeptName.ReadOnly = true; this.DeptName.Width = 140; // // DeptID // this.DeptID.DataPropertyName = "DeptID"; this.DeptID.HeaderText = "DeptID"; this.DeptID.Name = "DeptID"; this.DeptID.ReadOnly = true; this.DeptID.Visible = false; // // dataGridViewTextBoxColumn11 // this.dataGridViewTextBoxColumn11.DataPropertyName = "cjid"; this.dataGridViewTextBoxColumn11.HeaderText = "cjid"; this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; this.dataGridViewTextBoxColumn11.ReadOnly = true; this.dataGridViewTextBoxColumn11.Visible = false; // // dataGridViewTextBoxColumn12 // this.dataGridViewTextBoxColumn12.DataPropertyName = "id"; this.dataGridViewTextBoxColumn12.HeaderText = "id"; this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"; this.dataGridViewTextBoxColumn12.ReadOnly = true; this.dataGridViewTextBoxColumn12.Visible = false; // // DJID // this.DJID.DataPropertyName = "DJID"; this.DJID.HeaderText = "DJID"; this.DJID.Name = "DJID"; this.DJID.ReadOnly = true; this.DJID.Visible = false; // // YWLX // this.YWLX.DataPropertyName = "YWLX"; this.YWLX.HeaderText = "YWLX"; this.YWLX.Name = "YWLX"; this.YWLX.ReadOnly = true; this.YWLX.Visible = false; // // JHJ // this.JHJ.DataPropertyName = "JHJ"; this.JHJ.HeaderText = "JHJ"; this.JHJ.Name = "JHJ"; this.JHJ.ReadOnly = true; this.JHJ.Visible = false; // // PFJ // this.PFJ.DataPropertyName = "PFJ"; this.PFJ.HeaderText = "PFJ"; this.PFJ.Name = "PFJ"; this.PFJ.ReadOnly = true; this.PFJ.Visible = false; // // LSJ // this.LSJ.DataPropertyName = "LSJ"; this.LSJ.HeaderText = "LSJ"; this.LSJ.Name = "LSJ"; this.LSJ.ReadOnly = true; this.LSJ.Visible = false; // // JHJE // this.JHJE.DataPropertyName = "JHJE"; this.JHJE.HeaderText = "JHJE"; this.JHJE.Name = "JHJE"; this.JHJE.ReadOnly = true; this.JHJE.Visible = false; // // panel1 // this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.groupboxdrugdetail); this.panel1.Controls.Add(this.groupBox1); this.panel1.Controls.Add(this.groupBox2); this.panel1.Controls.Add(this.dg_whmx); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1229, 697); this.panel1.TabIndex = 66; // // button2 // this.button2.Location = new System.Drawing.Point(834, 23); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(147, 31); this.button2.TabIndex = 68; this.button2.Text = "导 出 供 应 商 记 录"; this.button2.Click += new System.EventHandler(this.button2_Click); // // groupboxdrugdetail // this.groupboxdrugdetail.Controls.Add(this.GrdiDetail); this.groupboxdrugdetail.Location = new System.Drawing.Point(2, 367); this.groupboxdrugdetail.Name = "groupboxdrugdetail"; this.groupboxdrugdetail.Size = new System.Drawing.Size(1224, 318); this.groupboxdrugdetail.TabIndex = 66; this.groupboxdrugdetail.TabStop = false; this.groupboxdrugdetail.Text = "调价药品明细"; // // dg_whmx // this.dg_whmx.AllowColumnSort = true; this.dg_whmx.AllowUserToAddRows = false; this.dg_whmx.AllowUserToDeleteRows = false; this.dg_whmx.BackgroundColor = System.Drawing.SystemColors.Control; this.dg_whmx.ColumnDeep = 1; this.dg_whmx.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dg_whmx.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.发票号, this.供应商, this.发票总金额, this.单据号, this.添加时间, this.操作人, this.MEMO, this.tjrid, this.gysid, this.id }); this.dg_whmx.DisplayShowCardWhenCellInEdit = false; this.dg_whmx.GridColor = System.Drawing.SystemColors.ButtonShadow; this.dg_whmx.Location = new System.Drawing.Point(4, 113); this.dg_whmx.MergeColumnNames = ((System.Collections.Generic.List <string>)(resources.GetObject("dg_whmx.MergeColumnNames"))); this.dg_whmx.Name = "dg_whmx"; this.dg_whmx.ReadOnly = true; this.dg_whmx.RowTemplate.Height = 23; this.dg_whmx.ShowCardComponent = null; showCardProperty2.AllowCustomInputWhenNoneSelectedRow = false; showCardProperty2.BindColumnName = "col最高零售价"; showCardProperty2.ColumnHeaderVisible = true; showCardProperty2.DbConnection = null; showCardProperty2.RealTimeQuery = false; showCardProperty2.RowHeaderVisible = false; showCardProperty2.ShowCardColumns = new Trasen.Base.ShowCardColumn[0]; showCardProperty2.ShowCardDataSource = null; showCardProperty2.ShowCardDataSourceSqlString = null; showCardProperty2.ShowCardSize = new System.Drawing.Size(550, 0); this.dg_whmx.ShowCardProperty = new Trasen.Base.ShowCardProperty[] { showCardProperty2 }; this.dg_whmx.Size = new System.Drawing.Size(1222, 240); this.dg_whmx.TabIndex = 64; this.dg_whmx.DoubleClick += new System.EventHandler(this.dg_whmx_DoubleClick); this.dg_whmx.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dg_whmx_CellClick); // // 发票号 // this.发票号.DataPropertyName = "fph"; this.发票号.HeaderText = "发票号"; this.发票号.IsFilterColumn = false; this.发票号.IsNumeric = false; this.发票号.Name = "发票号"; this.发票号.ReadOnly = true; this.发票号.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.发票号.Width = 120; // // 供应商 // this.供应商.DataPropertyName = "gysName"; this.供应商.HeaderText = "供应商"; this.供应商.Name = "供应商"; this.供应商.ReadOnly = true; this.供应商.Width = 200; // // 发票总金额 // this.发票总金额.DataPropertyName = "fpzje"; this.发票总金额.HeaderText = "发票总金额"; this.发票总金额.Name = "发票总金额"; this.发票总金额.ReadOnly = true; // // 单据号 // this.单据号.DataPropertyName = "djh"; this.单据号.HeaderText = "单据号"; this.单据号.Name = "单据号"; this.单据号.ReadOnly = true; // // 添加时间 // this.添加时间.DataPropertyName = "tjsj"; this.添加时间.HeaderText = "添加时间"; this.添加时间.Name = "添加时间"; this.添加时间.ReadOnly = true; this.添加时间.Width = 140; // // 操作人 // this.操作人.DataPropertyName = "tjrName"; this.操作人.HeaderText = "操作人"; this.操作人.Name = "操作人"; this.操作人.ReadOnly = true; this.操作人.Width = 160; // // MEMO // this.MEMO.DataPropertyName = "Memo"; this.MEMO.HeaderText = "备注说明"; this.MEMO.Name = "MEMO"; this.MEMO.ReadOnly = true; this.MEMO.Width = 300; // // tjrid // this.tjrid.DataPropertyName = "tjrid"; this.tjrid.HeaderText = "tjrid"; this.tjrid.Name = "tjrid"; this.tjrid.ReadOnly = true; this.tjrid.Visible = false; // // gysid // this.gysid.DataPropertyName = "gysid"; this.gysid.HeaderText = "gysid"; this.gysid.Name = "gysid"; this.gysid.ReadOnly = true; this.gysid.Visible = false; // // id // this.id.DataPropertyName = "ID"; this.id.HeaderText = "id"; this.id.Name = "id"; this.id.ReadOnly = true; this.id.Visible = false; // // Frmypgysfp // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(1229, 697); this.Controls.Add(this.panel1); this.Name = "Frmypgysfp"; this.Text = "药品调价供应商发票录入"; this.Load += new System.EventHandler(this.Frmypgysfp_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.GrdiDetail)).EndInit(); this.panel1.ResumeLayout(false); this.groupboxdrugdetail.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dg_whmx)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPathWayAssessment)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); Trasen.Base.ShowCardProperty showCardProperty1 = new Trasen.Base.ShowCardProperty(); this.DicID = new Trasen.Base.ShowCardColumn(); this.DicContent = new Trasen.Base.ShowCardColumn(); this.DicPass = new Trasen.Base.ShowCardColumn(); this.DicApply_Type = new Trasen.Base.ShowCardColumn(); this.Dic_Note = new Trasen.Base.ShowCardColumn(); this.barManager1 = new DevExpress.XtraBars.BarManager(); this.barRule = new DevExpress.XtraBars.Bar(); this.barBtAdd = new DevExpress.XtraBars.BarButtonItem(); this.barBtDelete = new DevExpress.XtraBars.BarButtonItem(); this.barBtUp = new DevExpress.XtraBars.BarButtonItem(); this.barBtDown = new DevExpress.XtraBars.BarButtonItem(); this.barBtSave = new DevExpress.XtraBars.BarButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.dgvPathRuleItem = new Trasen.Base.DataGridView(); this.PATHWAY_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RULE_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CONTENT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.NOTE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PASS = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.DELETED = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SORT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.sccDic = new Trasen.Base.ShowCardComponent(); ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtItem)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvPathRuleItem)).BeginInit(); this.SuspendLayout(); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.Images.SetKeyName(0, "node.bmp"); this.imageList1.Images.SetKeyName(1, "nodeopen.bmp"); this.imageList1.Images.SetKeyName(2, "leaf.bmp"); this.imageList1.Images.SetKeyName(3, "leafedit.bmp"); // // DicID // this.DicID.DataPropertyName = "RULE_ID"; this.DicID.IsFilterColumn = false; this.DicID.IsNumeric = true; this.DicID.Name = "DicID"; this.DicID.Visible = false; // // DicContent // this.DicContent.DataPropertyName = "CONTENT"; this.DicContent.HeaderText = "评估内容"; this.DicContent.IsFilterColumn = true; this.DicContent.IsNumeric = false; this.DicContent.Name = "DicContent"; this.DicContent.Width = 400; // // DicPass // this.DicPass.DataPropertyName = "PASS"; this.DicPass.HeaderText = "通过"; this.DicPass.IsFilterColumn = false; this.DicPass.IsNumeric = true; this.DicPass.Name = "DicPass"; this.DicPass.Visible = false; // // DicApply_Type // this.DicApply_Type.DataPropertyName = "APPLY_TYPE"; this.DicApply_Type.HeaderText = "评估类型"; this.DicApply_Type.IsFilterColumn = false; this.DicApply_Type.IsNumeric = true; this.DicApply_Type.Name = "DicApply_Type"; this.DicApply_Type.Visible = false; // // Dic_Note // this.Dic_Note.DataPropertyName = "NOTE"; this.Dic_Note.HeaderText = "备注"; this.Dic_Note.IsFilterColumn = false; this.Dic_Note.IsNumeric = false; this.Dic_Note.Name = "Dic_Note"; this.Dic_Note.Visible = false; // // barManager1 // this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.barRule }); this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.Form = this; this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.barBtAdd, this.barBtDelete, this.barBtUp, this.barBtDown, this.barBtSave }); this.barManager1.MaxItemId = 5; // // barRule // this.barRule.BarName = "barRule"; this.barRule.DockCol = 0; this.barRule.DockRow = 0; this.barRule.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.barRule.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.barBtAdd), new DevExpress.XtraBars.LinkPersistInfo(this.barBtDelete), new DevExpress.XtraBars.LinkPersistInfo(this.barBtUp, true), new DevExpress.XtraBars.LinkPersistInfo(this.barBtDown), new DevExpress.XtraBars.LinkPersistInfo(this.barBtSave, true) }); this.barRule.OptionsBar.AllowQuickCustomization = false; this.barRule.OptionsBar.RotateWhenVertical = false; this.barRule.Text = "barRule"; // // barBtAdd // this.barBtAdd.Caption = "新增(&A)"; this.barBtAdd.Id = 0; this.barBtAdd.Name = "barBtAdd"; this.barBtAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtAdd_ItemClick); // // barBtDelete // this.barBtDelete.Caption = "删除(&L)"; this.barBtDelete.Id = 1; this.barBtDelete.Name = "barBtDelete"; this.barBtDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtDelete_ItemClick); // // barBtUp // this.barBtUp.Caption = "上移(&U)"; this.barBtUp.Id = 2; this.barBtUp.Name = "barBtUp"; this.barBtUp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtUp_ItemClick); // // barBtDown // this.barBtDown.Caption = "下移(&D)"; this.barBtDown.Id = 3; this.barBtDown.Name = "barBtDown"; this.barBtDown.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtDown_ItemClick); // // barBtSave // this.barBtSave.Caption = "保存(&S)"; this.barBtSave.Id = 4; this.barBtSave.Name = "barBtSave"; this.barBtSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtSave_ItemClick); // // dgvPathRuleItem // this.dgvPathRuleItem.AllowColumnSort = false; this.dgvPathRuleItem.AllowUserToAddRows = false; this.dgvPathRuleItem.AllowUserToDeleteRows = false; this.dgvPathRuleItem.AllowUserToResizeColumns = false; this.dgvPathRuleItem.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dgvPathRuleItem.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvPathRuleItem.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvPathRuleItem.BackgroundColor = System.Drawing.Color.White; this.dgvPathRuleItem.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvPathRuleItem.ColumnDeep = 1; this.dgvPathRuleItem.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvPathRuleItem.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.PATHWAY_ID, this.RULE_ID, this.CONTENT, this.NOTE, this.PASS, this.DELETED, this.SORT }); this.dgvPathRuleItem.DisplayShowCardWhenCellInEdit = true; this.dgvPathRuleItem.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvPathRuleItem.Location = new System.Drawing.Point(0, 25); this.dgvPathRuleItem.MergeColumnNames = ((System.Collections.Generic.List <string>)(resources.GetObject("dgvPathRuleItem.MergeColumnNames"))); this.dgvPathRuleItem.MultiSelect = false; this.dgvPathRuleItem.Name = "dgvPathRuleItem"; this.dgvPathRuleItem.RowHeadersWidth = 30; this.dgvPathRuleItem.RowTemplate.Height = 23; this.dgvPathRuleItem.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.dgvPathRuleItem.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvPathRuleItem.ShowCardComponent = this.sccDic; showCardProperty1.AllowCustomInputWhenNoneSelectedRow = false; showCardProperty1.BindColumnName = "CONTENT"; showCardProperty1.ColumnHeaderVisible = true; showCardProperty1.DbConnection = null; showCardProperty1.RealTimeQuery = false; showCardProperty1.RowHeaderVisible = false; showCardProperty1.ShowCardColumns = new Trasen.Base.ShowCardColumn[] { this.DicID, this.DicContent, this.DicPass, this.DicApply_Type, this.Dic_Note }; showCardProperty1.ShowCardDataSource = null; showCardProperty1.ShowCardDataSourceSqlString = null; showCardProperty1.ShowCardSize = new System.Drawing.Size(400, 200); this.dgvPathRuleItem.ShowCardProperty = new Trasen.Base.ShowCardProperty[] { showCardProperty1 }; this.dgvPathRuleItem.Size = new System.Drawing.Size(632, 406); this.dgvPathRuleItem.TabIndex = 7; this.dgvPathRuleItem.AfterSelectedDataRow += new Trasen.Base.OnAfterSelectedDataRowHandle(this.dgvPathRuleItem_AfterSelectedDataRow); // // PATHWAY_ID // this.PATHWAY_ID.DataPropertyName = "PATHWAY_ID"; this.PATHWAY_ID.HeaderText = "路径ID"; this.PATHWAY_ID.Name = "PATHWAY_ID"; this.PATHWAY_ID.ReadOnly = true; this.PATHWAY_ID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.PATHWAY_ID.Visible = false; // // RULE_ID // this.RULE_ID.DataPropertyName = "RULE_ID"; this.RULE_ID.HeaderText = "评估ID"; this.RULE_ID.Name = "RULE_ID"; this.RULE_ID.ReadOnly = true; this.RULE_ID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.RULE_ID.Visible = false; // // CONTENT // this.CONTENT.DataPropertyName = "CONTENT"; this.CONTENT.FillWeight = 90F; this.CONTENT.HeaderText = "评估内容"; this.CONTENT.Name = "CONTENT"; this.CONTENT.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.CONTENT.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // NOTE // this.NOTE.DataPropertyName = "NOTE"; this.NOTE.HeaderText = "备注"; this.NOTE.Name = "NOTE"; this.NOTE.ReadOnly = true; this.NOTE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.NOTE.Visible = false; // // PASS // this.PASS.DataPropertyName = "PASS"; this.PASS.FalseValue = "0"; this.PASS.FillWeight = 10F; this.PASS.HeaderText = "通过"; this.PASS.Name = "PASS"; this.PASS.ReadOnly = true; this.PASS.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.PASS.TrueValue = "1"; // // DELETED // this.DELETED.DataPropertyName = "DELETED"; this.DELETED.HeaderText = "删除"; this.DELETED.Name = "DELETED"; this.DELETED.ReadOnly = true; this.DELETED.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.DELETED.Visible = false; // // SORT // this.SORT.DataPropertyName = "SORT"; this.SORT.HeaderText = "排序"; this.SORT.Name = "SORT"; this.SORT.ReadOnly = true; this.SORT.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.SORT.Visible = false; // // sccDic // this.sccDic.MatchType = Trasen.Base.MatchType.模糊查询; this.sccDic.ShowCardSelectedMode = Trasen.Base.ShowCardSelectedMode.DoubleClick; // // FrmPathWayAssessment // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(632, 453); this.Controls.Add(this.dgvPathRuleItem); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.KeyPreview = true; this.Name = "FrmPathWayAssessment"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "临床路径评估"; this.Load += new System.EventHandler(this.FrmPathWayAssessment_Load); this.Controls.SetChildIndex(this.barDockControlTop, 0); this.Controls.SetChildIndex(this.barDockControlBottom, 0); this.Controls.SetChildIndex(this.barDockControlRight, 0); this.Controls.SetChildIndex(this.barDockControlLeft, 0); this.Controls.SetChildIndex(this.dgvPathRuleItem, 0); ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtItem)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvPathRuleItem)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmYptjCWBB)); Trasen.Base.ShowCardProperty showCardProperty1 = new Trasen.Base.ShowCardProperty(); Trasen.Base.ShowCardProperty showCardProperty2 = new Trasen.Base.ShowCardProperty(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.dtp2 = new System.Windows.Forms.DateTimePicker(); this.label1 = new System.Windows.Forms.Label(); this.dtp1 = new System.Windows.Forms.DateTimePicker(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.butref = new System.Windows.Forms.Button(); this.dg_whmx = new Trasen.Base.DataGridView(); this.药品类别 = new Trasen.Controls.ShowCardColumn(); this.金额 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.科室名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tjrid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupboxdrugdetail = new System.Windows.Forms.GroupBox(); this.GrdiDetail = new Trasen.Base.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PFJE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DeptName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btn_Export = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dg_whmx)).BeginInit(); this.groupboxdrugdetail.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GrdiDetail)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.btn_Export); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.dtp2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.dtp1); this.groupBox1.Controls.Add(this.comboBox1); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.butref); this.groupBox1.Location = new System.Drawing.Point(12, 6); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(1117, 48); this.groupBox1.TabIndex = 69; this.groupBox1.TabStop = false; this.groupBox1.Text = "信息检索"; // // label2 // this.label2.Location = new System.Drawing.Point(6, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(74, 16); this.label2.TabIndex = 40; this.label2.Text = "收费时间:"; // // dtp2 // this.dtp2.Location = new System.Drawing.Point(226, 16); this.dtp2.Name = "dtp2"; this.dtp2.Size = new System.Drawing.Size(114, 21); this.dtp2.TabIndex = 39; // // label1 // this.label1.Location = new System.Drawing.Point(199, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(24, 16); this.label1.TabIndex = 38; this.label1.Text = "到"; // // dtp1 // this.dtp1.Location = new System.Drawing.Point(81, 16); this.dtp1.Name = "dtp1"; this.dtp1.Size = new System.Drawing.Size(111, 21); this.dtp1.TabIndex = 37; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(453, 16); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(95, 20); this.comboBox1.TabIndex = 36; // // label3 // this.label3.Location = new System.Drawing.Point(372, 16); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(75, 21); this.label3.TabIndex = 20; this.label3.Text = "库房选择:"; // // butref // this.butref.Location = new System.Drawing.Point(583, 16); this.butref.Name = "butref"; this.butref.Size = new System.Drawing.Size(104, 31); this.butref.TabIndex = 18; this.butref.Text = "刷新(&R)"; this.butref.Click += new System.EventHandler(this.butref_Click); // // dg_whmx // this.dg_whmx.AllowColumnSort = true; this.dg_whmx.AllowUserToAddRows = false; this.dg_whmx.AllowUserToDeleteRows = false; this.dg_whmx.BackgroundColor = System.Drawing.SystemColors.Control; this.dg_whmx.ColumnDeep = 1; this.dg_whmx.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dg_whmx.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.药品类别, this.金额, this.科室名称, this.tjrid }); this.dg_whmx.DisplayShowCardWhenCellInEdit = false; this.dg_whmx.GridColor = System.Drawing.SystemColors.ButtonShadow; this.dg_whmx.Location = new System.Drawing.Point(12, 76); this.dg_whmx.MergeColumnNames = ((System.Collections.Generic.List <string>)(resources.GetObject("dg_whmx.MergeColumnNames"))); this.dg_whmx.Name = "dg_whmx"; this.dg_whmx.ReadOnly = true; this.dg_whmx.RowTemplate.Height = 23; this.dg_whmx.ShowCardComponent = null; showCardProperty1.AllowCustomInputWhenNoneSelectedRow = false; showCardProperty1.BindColumnName = "col最高零售价"; showCardProperty1.ColumnHeaderVisible = true; showCardProperty1.DbConnection = null; showCardProperty1.RealTimeQuery = false; showCardProperty1.RowHeaderVisible = false; showCardProperty1.ShowCardColumns = new Trasen.Base.ShowCardColumn[0]; showCardProperty1.ShowCardDataSource = null; showCardProperty1.ShowCardDataSourceSqlString = null; showCardProperty1.ShowCardSize = new System.Drawing.Size(550, 0); this.dg_whmx.ShowCardProperty = new Trasen.Base.ShowCardProperty[] { showCardProperty1 }; this.dg_whmx.Size = new System.Drawing.Size(1143, 130); this.dg_whmx.TabIndex = 70; this.dg_whmx.DoubleClick += new System.EventHandler(this.dg_whmx_DoubleClick); // // 药品类别 // this.药品类别.DataPropertyName = "YPLXNAME"; this.药品类别.HeaderText = "药品类别"; this.药品类别.IsFilterColumn = false; this.药品类别.IsNumeric = false; this.药品类别.Name = "药品类别"; this.药品类别.ReadOnly = true; this.药品类别.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.药品类别.Width = 120; // // 金额 // this.金额.DataPropertyName = "pfjzje"; this.金额.HeaderText = "金额"; this.金额.Name = "金额"; this.金额.ReadOnly = true; this.金额.Width = 200; // // 科室名称 // this.科室名称.DataPropertyName = "DEPTNAME"; this.科室名称.HeaderText = "科室名称"; this.科室名称.Name = "科室名称"; this.科室名称.ReadOnly = true; this.科室名称.Width = 300; // // tjrid // this.tjrid.DataPropertyName = "YPLX"; this.tjrid.HeaderText = "YPLX"; this.tjrid.Name = "tjrid"; this.tjrid.ReadOnly = true; this.tjrid.Visible = false; // // groupboxdrugdetail // this.groupboxdrugdetail.Controls.Add(this.GrdiDetail); this.groupboxdrugdetail.Location = new System.Drawing.Point(6, 213); this.groupboxdrugdetail.Name = "groupboxdrugdetail"; this.groupboxdrugdetail.Size = new System.Drawing.Size(1155, 440); this.groupboxdrugdetail.TabIndex = 71; this.groupboxdrugdetail.TabStop = false; this.groupboxdrugdetail.Text = "调价药品明细"; // // GrdiDetail // this.GrdiDetail.AllowColumnSort = true; this.GrdiDetail.AllowUserToAddRows = false; this.GrdiDetail.AllowUserToDeleteRows = false; this.GrdiDetail.AllowUserToOrderColumns = true; this.GrdiDetail.BackgroundColor = System.Drawing.SystemColors.Control; this.GrdiDetail.ColumnDeep = 1; this.GrdiDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.GrdiDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn6, this.dataGridViewTextBoxColumn5, this.PFJE, this.dataGridViewTextBoxColumn3, this.DeptName }); this.GrdiDetail.DisplayShowCardWhenCellInEdit = false; this.GrdiDetail.GridColor = System.Drawing.SystemColors.ButtonShadow; this.GrdiDetail.Location = new System.Drawing.Point(6, 19); this.GrdiDetail.MergeColumnNames = ((System.Collections.Generic.List <string>)(resources.GetObject("GrdiDetail.MergeColumnNames"))); this.GrdiDetail.Name = "GrdiDetail"; this.GrdiDetail.ReadOnly = true; this.GrdiDetail.RowTemplate.Height = 23; this.GrdiDetail.ShowCardComponent = null; showCardProperty2.AllowCustomInputWhenNoneSelectedRow = false; showCardProperty2.BindColumnName = "col最高零售价"; showCardProperty2.ColumnHeaderVisible = true; showCardProperty2.DbConnection = null; showCardProperty2.RealTimeQuery = false; showCardProperty2.RowHeaderVisible = false; showCardProperty2.ShowCardColumns = new Trasen.Base.ShowCardColumn[0]; showCardProperty2.ShowCardDataSource = null; showCardProperty2.ShowCardDataSourceSqlString = null; showCardProperty2.ShowCardSize = new System.Drawing.Size(550, 0); this.GrdiDetail.ShowCardProperty = new Trasen.Base.ShowCardProperty[] { showCardProperty2 }; this.GrdiDetail.Size = new System.Drawing.Size(1143, 410); this.GrdiDetail.TabIndex = 65; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "YPNAME"; this.dataGridViewTextBoxColumn1.HeaderText = "药品名称"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Width = 240; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "YPSL"; this.dataGridViewTextBoxColumn6.HeaderText = "药品数量"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.ReadOnly = true; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "YPDW"; this.dataGridViewTextBoxColumn5.HeaderText = "单位"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; this.dataGridViewTextBoxColumn5.Width = 60; // // PFJE // this.PFJE.DataPropertyName = "PFJZJE"; this.PFJE.HeaderText = "批发价差价总金额"; this.PFJE.Name = "PFJE"; this.PFJE.ReadOnly = true; this.PFJE.Width = 120; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "GYSName"; this.dataGridViewTextBoxColumn3.HeaderText = "供应商"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; this.dataGridViewTextBoxColumn3.Width = 260; // // DeptName // this.DeptName.DataPropertyName = "DeptName"; this.DeptName.HeaderText = "科室名称"; this.DeptName.Name = "DeptName"; this.DeptName.ReadOnly = true; this.DeptName.Width = 160; // // btn_Export // this.btn_Export.Location = new System.Drawing.Point(722, 16); this.btn_Export.Name = "btn_Export"; this.btn_Export.Size = new System.Drawing.Size(175, 31); this.btn_Export.TabIndex = 69; this.btn_Export.Text = "导 出 调 价 药 品 明 细"; this.btn_Export.Click += new System.EventHandler(this.btn_Export_Click); // // FrmYptjCWBB // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1173, 659); this.Controls.Add(this.groupboxdrugdetail); this.Controls.Add(this.dg_whmx); this.Controls.Add(this.groupBox1); this.Name = "FrmYptjCWBB"; this.Text = "药品调价财务统计报表"; this.Load += new System.EventHandler(this.FrmYptjCWBB_Load); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dg_whmx)).EndInit(); this.groupboxdrugdetail.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.GrdiDetail)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frmtjwh)); Trasen.Base.ShowCardProperty showCardProperty1 = new Trasen.Base.ShowCardProperty(); Trasen.Base.ShowCardProperty showCardProperty2 = new Trasen.Base.ShowCardProperty(); Trasen.Base.ShowCardProperty showCardProperty3 = new Trasen.Base.ShowCardProperty(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.dg_wh = new Trasen.Base.DataGridView(); this.col单据号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.col文号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.col文号日期 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.col文号单位 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.col登记人 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.col登记日期 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.coldjy = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel4 = new System.Windows.Forms.Panel(); this.butnew = new System.Windows.Forms.Button(); this.butclose = new System.Windows.Forms.Button(); this.butsh = new System.Windows.Forms.Button(); this.statusBar1 = new System.Windows.Forms.StatusBar(); this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel(); this.statusBarPanel2 = new System.Windows.Forms.StatusBarPanel(); this.panel2 = new System.Windows.Forms.Panel(); this.dtp2 = new System.Windows.Forms.DateTimePicker(); this.label1 = new System.Windows.Forms.Label(); this.dtp1 = new System.Windows.Forms.DateTimePicker(); this.chkdjrq = new System.Windows.Forms.CheckBox(); this.txtdjh = new System.Windows.Forms.TextBox(); this.chkdjh = new System.Windows.Forms.CheckBox(); this.txttjwh = new System.Windows.Forms.TextBox(); this.chktjwh = new System.Windows.Forms.CheckBox(); this.butref = new System.Windows.Forms.Button(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.dg_whmx = new Trasen.Base.DataGridView(); this.cc单据号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc文号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc品名 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc规格 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc厂家 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc单位 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc流水号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc中标价 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc最高零售价 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc排序序号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cccjid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ccid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc文号日期 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc文号单位 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc登记人 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc登记日期 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ccdjy = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ccdjid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel3 = new System.Windows.Forms.Panel(); this.button2 = new System.Windows.Forms.Button(); this.statusBar2 = new System.Windows.Forms.StatusBar(); this.statusBarPanel111 = new System.Windows.Forms.StatusBarPanel(); this.statusBarPanel222 = new System.Windows.Forms.StatusBarPanel(); this.panel1 = new System.Windows.Forms.Panel(); this.txtdm = new Trasen.Base.LabelTextBox(); this.label3 = new System.Windows.Forms.Label(); this.lblpm = new System.Windows.Forms.Label(); this.lblypmc = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.lblcj = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.lblgg = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.dtprq2 = new System.Windows.Forms.DateTimePicker(); this.label2 = new System.Windows.Forms.Label(); this.dtprq1 = new System.Windows.Forms.DateTimePicker(); this.chkrq2 = new System.Windows.Forms.CheckBox(); this.txtdjh2 = new System.Windows.Forms.TextBox(); this.chkdjh2 = new System.Windows.Forms.CheckBox(); this.txttjwh2 = new System.Windows.Forms.TextBox(); this.chktjwh2 = new System.Windows.Forms.CheckBox(); this.btnRef2 = new System.Windows.Forms.Button(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dg_wh)).BeginInit(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).BeginInit(); this.panel2.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dg_whmx)).BeginInit(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel111)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel222)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1008, 562); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.dg_wh); this.tabPage1.Controls.Add(this.panel4); this.tabPage1.Controls.Add(this.panel2); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(1000, 536); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "文号"; this.tabPage1.UseVisualStyleBackColor = true; // // dg_wh // this.dg_wh.AllowColumnSort = false; this.dg_wh.AllowUserToAddRows = false; this.dg_wh.AllowUserToDeleteRows = false; this.dg_wh.BackgroundColor = System.Drawing.SystemColors.Control; this.dg_wh.ColumnDeep = 1; this.dg_wh.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dg_wh.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.col单据号, this.col文号, this.col文号日期, this.col文号单位, this.col登记人, this.col登记日期, this.coldjy, this.colid }); this.dg_wh.DisplayShowCardWhenCellInEdit = false; this.dg_wh.Dock = System.Windows.Forms.DockStyle.Fill; this.dg_wh.GridColor = System.Drawing.SystemColors.ButtonShadow; this.dg_wh.Location = new System.Drawing.Point(3, 33); this.dg_wh.MergeColumnNames = ((System.Collections.Generic.List <string>)(resources.GetObject("dg_wh.MergeColumnNames"))); this.dg_wh.Name = "dg_wh"; this.dg_wh.RowTemplate.Height = 23; this.dg_wh.ShowCardComponent = null; showCardProperty1.AllowCustomInputWhenNoneSelectedRow = false; showCardProperty1.BindColumnName = "col最高零售价"; showCardProperty1.ColumnHeaderVisible = true; showCardProperty1.DbConnection = null; showCardProperty1.RealTimeQuery = false; showCardProperty1.RowHeaderVisible = false; showCardProperty1.ShowCardColumns = new Trasen.Base.ShowCardColumn[0]; showCardProperty1.ShowCardDataSource = null; showCardProperty1.ShowCardDataSourceSqlString = null; showCardProperty1.ShowCardSize = new System.Drawing.Size(550, 0); this.dg_wh.ShowCardProperty = new Trasen.Base.ShowCardProperty[] { showCardProperty1 }; this.dg_wh.Size = new System.Drawing.Size(994, 444); this.dg_wh.TabIndex = 6; this.dg_wh.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dg_wh_CellDoubleClick); // // col单据号 // this.col单据号.DataPropertyName = "单据号"; this.col单据号.HeaderText = "单据号"; this.col单据号.Name = "col单据号"; this.col单据号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.col单据号.Width = 60; // // col文号 // this.col文号.DataPropertyName = "文号"; this.col文号.HeaderText = "文号"; this.col文号.Name = "col文号"; this.col文号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.col文号.Width = 250; // // col文号日期 // this.col文号日期.DataPropertyName = "文号日期"; this.col文号日期.HeaderText = "文号日期"; this.col文号日期.Name = "col文号日期"; this.col文号日期.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // col文号单位 // this.col文号单位.DataPropertyName = "文号单位"; this.col文号单位.HeaderText = "文号单位"; this.col文号单位.Name = "col文号单位"; this.col文号单位.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // col登记人 // this.col登记人.DataPropertyName = "登记人"; this.col登记人.HeaderText = "登记人"; this.col登记人.Name = "col登记人"; this.col登记人.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.col登记人.Width = 60; // // col登记日期 // this.col登记日期.DataPropertyName = "登记日期"; this.col登记日期.HeaderText = "登记日期"; this.col登记日期.Name = "col登记日期"; this.col登记日期.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // coldjy // this.coldjy.DataPropertyName = "djy"; this.coldjy.HeaderText = "djy"; this.coldjy.Name = "coldjy"; this.coldjy.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.coldjy.Visible = false; // // colid // this.colid.DataPropertyName = "id"; this.colid.HeaderText = "id"; this.colid.Name = "colid"; this.colid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.colid.Visible = false; // // panel4 // this.panel4.BackColor = System.Drawing.SystemColors.Control; this.panel4.Controls.Add(this.butnew); this.panel4.Controls.Add(this.butclose); this.panel4.Controls.Add(this.butsh); this.panel4.Controls.Add(this.statusBar1); this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel4.Location = new System.Drawing.Point(3, 477); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(994, 56); this.panel4.TabIndex = 5; // // butnew // this.butnew.Location = new System.Drawing.Point(319, 6); this.butnew.Name = "butnew"; this.butnew.Size = new System.Drawing.Size(88, 24); this.butnew.TabIndex = 4; this.butnew.Text = "新单据(&N)"; this.butnew.Click += new System.EventHandler(this.butnew_Click); // // butclose // this.butclose.Location = new System.Drawing.Point(528, 6); this.butclose.Name = "butclose"; this.butclose.Size = new System.Drawing.Size(88, 24); this.butclose.TabIndex = 3; this.butclose.Text = "关闭(&Q)"; // // butsh // this.butsh.Location = new System.Drawing.Point(424, 6); this.butsh.Name = "butsh"; this.butsh.Size = new System.Drawing.Size(88, 24); this.butsh.TabIndex = 2; this.butsh.Text = "查看(&H)"; // // statusBar1 // this.statusBar1.Location = new System.Drawing.Point(0, 32); this.statusBar1.Name = "statusBar1"; this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] { this.statusBarPanel1, this.statusBarPanel2 }); this.statusBar1.ShowPanels = true; this.statusBar1.Size = new System.Drawing.Size(994, 24); this.statusBar1.TabIndex = 1; this.statusBar1.Text = "statusBar1"; // // statusBarPanel1 // this.statusBarPanel1.Name = "statusBarPanel1"; this.statusBarPanel1.Width = 200; // // statusBarPanel2 // this.statusBarPanel2.Name = "statusBarPanel2"; this.statusBarPanel2.Width = 1000; // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.Control; this.panel2.Controls.Add(this.dtp2); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.dtp1); this.panel2.Controls.Add(this.chkdjrq); this.panel2.Controls.Add(this.txtdjh); this.panel2.Controls.Add(this.chkdjh); this.panel2.Controls.Add(this.txttjwh); this.panel2.Controls.Add(this.chktjwh); this.panel2.Controls.Add(this.butref); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(3, 3); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(994, 30); this.panel2.TabIndex = 4; // // dtp2 // this.dtp2.Enabled = false; this.dtp2.Location = new System.Drawing.Point(634, 4); this.dtp2.Name = "dtp2"; this.dtp2.Size = new System.Drawing.Size(110, 21); this.dtp2.TabIndex = 11; // // label1 // this.label1.Location = new System.Drawing.Point(611, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(24, 16); this.label1.TabIndex = 10; this.label1.Text = "到"; // // dtp1 // this.dtp1.Enabled = false; this.dtp1.Location = new System.Drawing.Point(497, 4); this.dtp1.Name = "dtp1"; this.dtp1.Size = new System.Drawing.Size(111, 21); this.dtp1.TabIndex = 9; // // chkdjrq // this.chkdjrq.Location = new System.Drawing.Point(424, 3); this.chkdjrq.Name = "chkdjrq"; this.chkdjrq.Size = new System.Drawing.Size(80, 22); this.chkdjrq.TabIndex = 8; this.chkdjrq.Text = "登记日期"; this.chkdjrq.CheckedChanged += new System.EventHandler(this.chkdjrq_CheckedChanged); // // txtdjh // this.txtdjh.Enabled = false; this.txtdjh.Location = new System.Drawing.Point(305, 3); this.txtdjh.Name = "txtdjh"; this.txtdjh.Size = new System.Drawing.Size(88, 21); this.txtdjh.TabIndex = 7; // // chkdjh // this.chkdjh.Location = new System.Drawing.Point(246, 3); this.chkdjh.Name = "chkdjh"; this.chkdjh.Size = new System.Drawing.Size(73, 22); this.chkdjh.TabIndex = 6; this.chkdjh.Text = "单据号"; this.chkdjh.CheckedChanged += new System.EventHandler(this.chkdjh_CheckedChanged); // // txttjwh // this.txttjwh.Enabled = false; this.txttjwh.Location = new System.Drawing.Point(75, 3); this.txttjwh.Name = "txttjwh"; this.txttjwh.Size = new System.Drawing.Size(160, 21); this.txttjwh.TabIndex = 3; // // chktjwh // this.chktjwh.Location = new System.Drawing.Point(3, 3); this.chktjwh.Name = "chktjwh"; this.chktjwh.Size = new System.Drawing.Size(80, 22); this.chktjwh.TabIndex = 2; this.chktjwh.Text = "调价文号"; this.chktjwh.CheckedChanged += new System.EventHandler(this.chktjwh_CheckedChanged); // // butref // this.butref.Location = new System.Drawing.Point(768, 2); this.butref.Name = "butref"; this.butref.Size = new System.Drawing.Size(88, 24); this.butref.TabIndex = 4; this.butref.Text = "刷新(&R)"; this.butref.Click += new System.EventHandler(this.butref_Click); // // tabPage2 // this.tabPage2.Controls.Add(this.dg_whmx); this.tabPage2.Controls.Add(this.panel3); this.tabPage2.Controls.Add(this.panel1); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(1000, 536); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "文号明细"; this.tabPage2.UseVisualStyleBackColor = true; // // dg_whmx // this.dg_whmx.AllowColumnSort = false; this.dg_whmx.AllowUserToAddRows = false; this.dg_whmx.AllowUserToDeleteRows = false; this.dg_whmx.BackgroundColor = System.Drawing.SystemColors.Control; this.dg_whmx.ColumnDeep = 1; this.dg_whmx.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dg_whmx.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.cc单据号, this.cc文号, this.cc品名, this.cc规格, this.cc厂家, this.cc单位, this.cc流水号, this.cc中标价, this.cc最高零售价, this.cc排序序号, this.cccjid, this.ccid, this.cc文号日期, this.cc文号单位, this.cc登记人, this.cc登记日期, this.ccdjy, this.ccdjid }); this.dg_whmx.DisplayShowCardWhenCellInEdit = false; this.dg_whmx.Dock = System.Windows.Forms.DockStyle.Fill; this.dg_whmx.GridColor = System.Drawing.SystemColors.ButtonShadow; this.dg_whmx.Location = new System.Drawing.Point(3, 61); this.dg_whmx.MergeColumnNames = ((System.Collections.Generic.List <string>)(resources.GetObject("dg_whmx.MergeColumnNames"))); this.dg_whmx.Name = "dg_whmx"; this.dg_whmx.ReadOnly = true; this.dg_whmx.RowTemplate.Height = 23; this.dg_whmx.ShowCardComponent = null; showCardProperty2.AllowCustomInputWhenNoneSelectedRow = false; showCardProperty2.BindColumnName = "col最高零售价"; showCardProperty2.ColumnHeaderVisible = true; showCardProperty2.DbConnection = null; showCardProperty2.RealTimeQuery = false; showCardProperty2.RowHeaderVisible = false; showCardProperty2.ShowCardColumns = new Trasen.Base.ShowCardColumn[0]; showCardProperty2.ShowCardDataSource = null; showCardProperty2.ShowCardDataSourceSqlString = null; showCardProperty2.ShowCardSize = new System.Drawing.Size(550, 0); this.dg_whmx.ShowCardProperty = new Trasen.Base.ShowCardProperty[] { showCardProperty2 }; this.dg_whmx.Size = new System.Drawing.Size(994, 416); this.dg_whmx.TabIndex = 7; // // cc单据号 // this.cc单据号.DataPropertyName = "单据号"; this.cc单据号.HeaderText = "单据号"; this.cc单据号.Name = "cc单据号"; this.cc单据号.ReadOnly = true; this.cc单据号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.cc单据号.Width = 60; // // cc文号 // this.cc文号.DataPropertyName = "文号"; this.cc文号.HeaderText = "文号"; this.cc文号.Name = "cc文号"; this.cc文号.ReadOnly = true; this.cc文号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // cc品名 // this.cc品名.DataPropertyName = "品名"; this.cc品名.HeaderText = "品名"; this.cc品名.Name = "cc品名"; this.cc品名.ReadOnly = true; this.cc品名.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // cc规格 // this.cc规格.DataPropertyName = "规格"; this.cc规格.HeaderText = "规格"; this.cc规格.Name = "cc规格"; this.cc规格.ReadOnly = true; this.cc规格.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // cc厂家 // this.cc厂家.DataPropertyName = "厂家"; this.cc厂家.HeaderText = "厂家"; this.cc厂家.Name = "cc厂家"; this.cc厂家.ReadOnly = true; this.cc厂家.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // cc单位 // this.cc单位.DataPropertyName = "单位"; this.cc单位.HeaderText = "单位"; this.cc单位.Name = "cc单位"; this.cc单位.ReadOnly = true; this.cc单位.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.cc单位.Width = 40; // // cc流水号 // this.cc流水号.DataPropertyName = "流水号"; this.cc流水号.HeaderText = "流水号"; this.cc流水号.Name = "cc流水号"; this.cc流水号.ReadOnly = true; this.cc流水号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.cc流水号.Width = 65; // // cc中标价 // this.cc中标价.DataPropertyName = "中标价"; this.cc中标价.HeaderText = "中标价"; this.cc中标价.Name = "cc中标价"; this.cc中标价.ReadOnly = true; this.cc中标价.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.cc中标价.Width = 80; // // cc最高零售价 // this.cc最高零售价.DataPropertyName = "最高零售价"; this.cc最高零售价.HeaderText = "最高零售价"; this.cc最高零售价.Name = "cc最高零售价"; this.cc最高零售价.ReadOnly = true; this.cc最高零售价.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.cc最高零售价.Width = 80; // // cc排序序号 // this.cc排序序号.DataPropertyName = "排序序号"; this.cc排序序号.HeaderText = "排序序号"; this.cc排序序号.Name = "cc排序序号"; this.cc排序序号.ReadOnly = true; this.cc排序序号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.cc排序序号.Visible = false; // // cccjid // this.cccjid.DataPropertyName = "cjid"; this.cccjid.HeaderText = "cjid"; this.cccjid.Name = "cccjid"; this.cccjid.ReadOnly = true; this.cccjid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.cccjid.Visible = false; // // ccid // this.ccid.DataPropertyName = "id"; this.ccid.HeaderText = "id"; this.ccid.Name = "ccid"; this.ccid.ReadOnly = true; this.ccid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.ccid.Visible = false; // // cc文号日期 // this.cc文号日期.DataPropertyName = "文号日期"; this.cc文号日期.HeaderText = "文号日期"; this.cc文号日期.Name = "cc文号日期"; this.cc文号日期.ReadOnly = true; this.cc文号日期.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // cc文号单位 // this.cc文号单位.DataPropertyName = "文号单位"; this.cc文号单位.HeaderText = "文号单位"; this.cc文号单位.Name = "cc文号单位"; this.cc文号单位.ReadOnly = true; this.cc文号单位.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // cc登记人 // this.cc登记人.DataPropertyName = "登记人"; this.cc登记人.HeaderText = "登记人"; this.cc登记人.Name = "cc登记人"; this.cc登记人.ReadOnly = true; this.cc登记人.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.cc登记人.Width = 60; // // cc登记日期 // this.cc登记日期.DataPropertyName = "登记日期"; this.cc登记日期.HeaderText = "登记日期"; this.cc登记日期.Name = "cc登记日期"; this.cc登记日期.ReadOnly = true; this.cc登记日期.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // ccdjy // this.ccdjy.DataPropertyName = "djy"; this.ccdjy.HeaderText = "djy"; this.ccdjy.Name = "ccdjy"; this.ccdjy.ReadOnly = true; this.ccdjy.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.ccdjy.Visible = false; // // ccdjid // this.ccdjid.DataPropertyName = "djid"; this.ccdjid.HeaderText = "djid"; this.ccdjid.Name = "ccdjid"; this.ccdjid.ReadOnly = true; this.ccdjid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.ccdjid.Visible = false; // // panel3 // this.panel3.BackColor = System.Drawing.SystemColors.Control; this.panel3.Controls.Add(this.button2); this.panel3.Controls.Add(this.statusBar2); this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel3.Location = new System.Drawing.Point(3, 477); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(994, 56); this.panel3.TabIndex = 6; // // button2 // this.button2.Location = new System.Drawing.Point(528, 6); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(88, 24); this.button2.TabIndex = 3; this.button2.Text = "关闭(&Q)"; // // statusBar2 // this.statusBar2.Location = new System.Drawing.Point(0, 32); this.statusBar2.Name = "statusBar2"; this.statusBar2.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] { this.statusBarPanel111, this.statusBarPanel222 }); this.statusBar2.ShowPanels = true; this.statusBar2.Size = new System.Drawing.Size(994, 24); this.statusBar2.TabIndex = 1; this.statusBar2.Text = "statusBar2"; // // statusBarPanel111 // this.statusBarPanel111.Name = "statusBarPanel111"; this.statusBarPanel111.Width = 200; // // statusBarPanel222 // this.statusBarPanel222.Name = "statusBarPanel222"; this.statusBarPanel222.Width = 1000; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Control; this.panel1.Controls.Add(this.txtdm); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.lblpm); this.panel1.Controls.Add(this.lblypmc); this.panel1.Controls.Add(this.label16); this.panel1.Controls.Add(this.lblcj); this.panel1.Controls.Add(this.label14); this.panel1.Controls.Add(this.lblgg); this.panel1.Controls.Add(this.label12); this.panel1.Controls.Add(this.dtprq2); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.dtprq1); this.panel1.Controls.Add(this.chkrq2); this.panel1.Controls.Add(this.txtdjh2); this.panel1.Controls.Add(this.chkdjh2); this.panel1.Controls.Add(this.txttjwh2); this.panel1.Controls.Add(this.chktjwh2); this.panel1.Controls.Add(this.btnRef2); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(994, 58); this.panel1.TabIndex = 5; // // txtdm // this.txtdm.ActiveColor = System.Drawing.Color.Empty; this.txtdm.AllowDefaultValue = false; this.txtdm.AllowGotoNextControlWithoutNoneSelected = false; this.txtdm.AllowPressEnterKeyCheckValue = false; this.txtdm.AutoTabSend = false; this.txtdm.ButtonVisible = false; this.txtdm.DisplayMember = "品名"; this.txtdm.DisplayShowCardWhenActived = false; this.txtdm.DoSelectedWhenTextEmpty = true; this.txtdm.Enable = true; this.txtdm.InputValueStyle = Trasen.Base.InputValueStyle.String; this.txtdm.LabelText = ""; this.txtdm.Location = new System.Drawing.Point(66, 29); this.txtdm.MaxLength = 32767; this.txtdm.Name = "txtdm"; this.txtdm.ReadOnly = false; this.txtdm.SelectedValue = null; this.txtdm.SetValueEqualTextWhenNoneSelected = false; this.txtdm.ShowCardComponent = null; this.txtdm.ShowCardEnable = true; showCardProperty3.AllowCustomInputWhenNoneSelectedRow = false; showCardProperty3.BindColumnName = null; showCardProperty3.ColumnHeaderVisible = true; showCardProperty3.DbConnection = null; showCardProperty3.RealTimeQuery = false; showCardProperty3.RowHeaderVisible = false; showCardProperty3.ShowCardColumns = new Trasen.Base.ShowCardColumn[0]; showCardProperty3.ShowCardDataSource = null; showCardProperty3.ShowCardDataSourceSqlString = null; showCardProperty3.ShowCardSize = new System.Drawing.Size(500, 0); this.txtdm.ShowCardProperty = new Trasen.Base.ShowCardProperty[] { showCardProperty3 }; this.txtdm.Size = new System.Drawing.Size(113, 24); this.txtdm.TabIndex = 141; this.txtdm.TextBoxBackColor = System.Drawing.Color.White; this.txtdm.TextBoxForeColor = System.Drawing.SystemColors.WindowText; this.txtdm.TextBoxStyle = Trasen.Base.LabelTextBox.TextBoxStyleEnum.Standard; this.txtdm.ValueMember = "cjid"; // // label3 // this.label3.ForeColor = System.Drawing.Color.Brown; this.label3.Location = new System.Drawing.Point(17, 31); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(60, 16); this.label3.TabIndex = 149; this.label3.Text = "编码查询"; this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // lblpm // this.lblpm.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblpm.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblpm.ForeColor = System.Drawing.Color.Navy; this.lblpm.Location = new System.Drawing.Point(237, 31); this.lblpm.Name = "lblpm"; this.lblpm.Size = new System.Drawing.Size(144, 20); this.lblpm.TabIndex = 148; // // lblypmc // this.lblypmc.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblypmc.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblypmc.ForeColor = System.Drawing.Color.Navy; this.lblypmc.Location = new System.Drawing.Point(381, 31); this.lblypmc.Name = "lblypmc"; this.lblypmc.Size = new System.Drawing.Size(132, 20); this.lblypmc.TabIndex = 147; // // label16 // this.label16.Location = new System.Drawing.Point(181, 33); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(64, 16); this.label16.TabIndex = 146; this.label16.Text = "药品名称"; // // lblcj // this.lblcj.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblcj.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblcj.Location = new System.Drawing.Point(691, 30); this.lblcj.Name = "lblcj"; this.lblcj.Size = new System.Drawing.Size(132, 20); this.lblcj.TabIndex = 145; // // label14 // this.label14.Location = new System.Drawing.Point(655, 31); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(32, 16); this.label14.TabIndex = 144; this.label14.Text = "厂家"; // // lblgg // this.lblgg.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblgg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblgg.ForeColor = System.Drawing.Color.Navy; this.lblgg.Location = new System.Drawing.Point(552, 30); this.lblgg.Name = "lblgg"; this.lblgg.Size = new System.Drawing.Size(94, 20); this.lblgg.TabIndex = 143; // // label12 // this.label12.Location = new System.Drawing.Point(519, 33); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(34, 16); this.label12.TabIndex = 142; this.label12.Text = "规格"; // // dtprq2 // this.dtprq2.Enabled = false; this.dtprq2.Location = new System.Drawing.Point(634, 4); this.dtprq2.Name = "dtprq2"; this.dtprq2.Size = new System.Drawing.Size(110, 21); this.dtprq2.TabIndex = 11; // // label2 // this.label2.Location = new System.Drawing.Point(611, 8); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(24, 16); this.label2.TabIndex = 10; this.label2.Text = "到"; // // dtprq1 // this.dtprq1.Enabled = false; this.dtprq1.Location = new System.Drawing.Point(497, 4); this.dtprq1.Name = "dtprq1"; this.dtprq1.Size = new System.Drawing.Size(111, 21); this.dtprq1.TabIndex = 9; // // chkrq2 // this.chkrq2.Location = new System.Drawing.Point(424, 3); this.chkrq2.Name = "chkrq2"; this.chkrq2.Size = new System.Drawing.Size(80, 22); this.chkrq2.TabIndex = 8; this.chkrq2.Text = "登记日期"; this.chkrq2.CheckedChanged += new System.EventHandler(this.chkrq2_CheckedChanged); // // txtdjh2 // this.txtdjh2.Enabled = false; this.txtdjh2.Location = new System.Drawing.Point(305, 3); this.txtdjh2.Name = "txtdjh2"; this.txtdjh2.Size = new System.Drawing.Size(88, 21); this.txtdjh2.TabIndex = 7; // // chkdjh2 // this.chkdjh2.Location = new System.Drawing.Point(246, 3); this.chkdjh2.Name = "chkdjh2"; this.chkdjh2.Size = new System.Drawing.Size(73, 22); this.chkdjh2.TabIndex = 6; this.chkdjh2.Text = "单据号"; this.chkdjh2.CheckedChanged += new System.EventHandler(this.chkdjh2_CheckedChanged); // // txttjwh2 // this.txttjwh2.Enabled = false; this.txttjwh2.Location = new System.Drawing.Point(75, 3); this.txttjwh2.Name = "txttjwh2"; this.txttjwh2.Size = new System.Drawing.Size(160, 21); this.txttjwh2.TabIndex = 3; // // chktjwh2 // this.chktjwh2.Location = new System.Drawing.Point(3, 3); this.chktjwh2.Name = "chktjwh2"; this.chktjwh2.Size = new System.Drawing.Size(80, 22); this.chktjwh2.TabIndex = 2; this.chktjwh2.Text = "调价文号"; this.chktjwh2.CheckedChanged += new System.EventHandler(this.chktjwh2_CheckedChanged); // // btnRef2 // this.btnRef2.Location = new System.Drawing.Point(768, 2); this.btnRef2.Name = "btnRef2"; this.btnRef2.Size = new System.Drawing.Size(88, 24); this.btnRef2.TabIndex = 4; this.btnRef2.Text = "刷新(&R)"; this.btnRef2.Click += new System.EventHandler(this.btnRef2_Click); // // Frmtjwh // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1008, 562); this.Controls.Add(this.tabControl1); this.Name = "Frmtjwh"; this.Text = "Frmtjws"; this.Load += new System.EventHandler(this.Frmtjwh_Load); this.Activated += new System.EventHandler(this.Frmtjws_Activated); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dg_wh)).EndInit(); this.panel4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dg_whmx)).EndInit(); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel111)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel222)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { Trasen.Base.ShowCardProperty showCardProperty1 = new Trasen.Base.ShowCardProperty(); Trasen.Base.ShowCardProperty showCardProperty2 = new Trasen.Base.ShowCardProperty(); Trasen.Base.ShowCardProperty showCardProperty3 = new Trasen.Base.ShowCardProperty(); Trasen.Base.ShowCardProperty showCardProperty4 = new Trasen.Base.ShowCardProperty(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frmtjwhmx)); Trasen.Base.ShowCardProperty showCardProperty5 = new Trasen.Base.ShowCardProperty(); this.sc品名 = new Trasen.Base.ShowCardColumn(); this.sc商品名 = new Trasen.Base.ShowCardColumn(); this.sc规格 = new Trasen.Base.ShowCardColumn(); this.sc厂家 = new Trasen.Base.ShowCardColumn(); this.sc拼音码 = new Trasen.Base.ShowCardColumn(); this.sc五笔码 = new Trasen.Base.ShowCardColumn(); this.sccjid = new Trasen.Base.ShowCardColumn(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtwhdw = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtwhrq = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.dtpsj = new System.Windows.Forms.DateTimePicker(); this.txtbz = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.lbldjh = new System.Windows.Forms.Label(); this.lbldjhdd = new System.Windows.Forms.Label(); this.dtprq = new System.Windows.Forms.DateTimePicker(); this.lblrkrq = new System.Windows.Forms.Label(); this.txttjwh = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.butmodif = new System.Windows.Forms.Button(); this.butdel = new System.Windows.Forms.Button(); this.butadd = new System.Windows.Forms.Button(); this.txtlsh = new Trasen.Base.LabelTextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtzbj = new Trasen.Base.LabelTextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtzglsj = new Trasen.Base.LabelTextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtdm = new Trasen.Base.LabelTextBox(); this.showCardComponent1 = new Trasen.Base.ShowCardComponent(); this.label3 = new System.Windows.Forms.Label(); this.lblpm = new System.Windows.Forms.Label(); this.lblypmc = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.lblcj = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.lblgg = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.butsave = new System.Windows.Forms.Button(); this.butnew = new System.Windows.Forms.Button(); this.butclose = new System.Windows.Forms.Button(); this.butprint = new System.Windows.Forms.Button(); this.dg_whmx = new Trasen.Base.DataGridView(); this.cc品名 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc规格 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc厂家 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc剂型 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc单位 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc流水号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc中标价 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc最高零售价 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc中标号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cc排序序号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cccjid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ccid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dg_whmx)).BeginInit(); this.SuspendLayout(); // // sc品名 // this.sc品名.DataPropertyName = "品名"; this.sc品名.HeaderText = "品名"; this.sc品名.IsFilterColumn = true; this.sc品名.IsNumeric = false; this.sc品名.Name = "sc品名"; // // sc商品名 // this.sc商品名.DataPropertyName = "商品名"; this.sc商品名.HeaderText = "商品名"; this.sc商品名.IsFilterColumn = false; this.sc商品名.IsNumeric = false; this.sc商品名.Name = "sc商品名"; // // sc规格 // this.sc规格.DataPropertyName = "规格"; this.sc规格.HeaderText = "规格"; this.sc规格.IsFilterColumn = false; this.sc规格.IsNumeric = false; this.sc规格.Name = "sc规格"; this.sc规格.Width = 80; // // sc厂家 // this.sc厂家.DataPropertyName = "厂家"; this.sc厂家.IsFilterColumn = false; this.sc厂家.IsNumeric = false; this.sc厂家.Name = "sc厂家"; this.sc厂家.Width = 80; // // sc拼音码 // this.sc拼音码.DataPropertyName = "拼音码"; this.sc拼音码.HeaderText = "拼音码"; this.sc拼音码.IsFilterColumn = true; this.sc拼音码.IsNumeric = false; this.sc拼音码.Name = "sc拼音码"; this.sc拼音码.Width = 80; // // sc五笔码 // this.sc五笔码.DataPropertyName = "五笔码"; this.sc五笔码.HeaderText = "五笔码"; this.sc五笔码.IsFilterColumn = true; this.sc五笔码.IsNumeric = false; this.sc五笔码.Name = "sc五笔码"; this.sc五笔码.Width = 80; // // sccjid // this.sccjid.DataPropertyName = "cjid"; this.sccjid.HeaderText = "cjid"; this.sccjid.IsFilterColumn = false; this.sccjid.IsNumeric = false; this.sccjid.Name = "sccjid"; // // groupBox1 // this.groupBox1.Controls.Add(this.txtwhdw); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.txtwhrq); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.dtpsj); this.groupBox1.Controls.Add(this.txtbz); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.lbldjh); this.groupBox1.Controls.Add(this.lbldjhdd); this.groupBox1.Controls.Add(this.dtprq); this.groupBox1.Controls.Add(this.lblrkrq); this.groupBox1.Controls.Add(this.txttjwh); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(821, 64); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; // // txtwhdw // this.txtwhdw.ForeColor = System.Drawing.Color.Navy; this.txtwhdw.Location = new System.Drawing.Point(65, 37); this.txtwhdw.Name = "txtwhdw"; this.txtwhdw.Size = new System.Drawing.Size(151, 21); this.txtwhdw.TabIndex = 19; // // label8 // this.label8.Location = new System.Drawing.Point(34, 39); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(64, 16); this.label8.TabIndex = 20; this.label8.Text = "单位"; // // txtwhrq // this.txtwhrq.ForeColor = System.Drawing.Color.Navy; this.txtwhrq.Location = new System.Drawing.Point(235, 10); this.txtwhrq.Name = "txtwhrq"; this.txtwhrq.Size = new System.Drawing.Size(114, 21); this.txtwhrq.TabIndex = 17; // // label7 // this.label7.Location = new System.Drawing.Point(182, 15); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(64, 16); this.label7.TabIndex = 18; this.label7.Text = "文号日期"; // // dtpsj // this.dtpsj.Format = System.Windows.Forms.DateTimePickerFormat.Time; this.dtpsj.Location = new System.Drawing.Point(528, 11); this.dtpsj.Name = "dtpsj"; this.dtpsj.Size = new System.Drawing.Size(72, 21); this.dtpsj.TabIndex = 3; // // txtbz // this.txtbz.ForeColor = System.Drawing.Color.Navy; this.txtbz.Location = new System.Drawing.Point(257, 38); this.txtbz.Name = "txtbz"; this.txtbz.Size = new System.Drawing.Size(285, 21); this.txtbz.TabIndex = 4; // // label1 // this.label1.Location = new System.Drawing.Point(226, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(64, 16); this.label1.TabIndex = 16; this.label1.Text = "备注"; // // lbldjh // this.lbldjh.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lbldjh.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbldjh.Location = new System.Drawing.Point(660, 12); this.lbldjh.Name = "lbldjh"; this.lbldjh.Size = new System.Drawing.Size(90, 20); this.lbldjh.TabIndex = 15; // // lbldjhdd // this.lbldjhdd.Location = new System.Drawing.Point(605, 16); this.lbldjhdd.Name = "lbldjhdd"; this.lbldjhdd.Size = new System.Drawing.Size(64, 16); this.lbldjhdd.TabIndex = 14; this.lbldjhdd.Text = "单据号"; // // dtprq // this.dtprq.Location = new System.Drawing.Point(414, 11); this.dtprq.Name = "dtprq"; this.dtprq.Size = new System.Drawing.Size(111, 21); this.dtprq.TabIndex = 2; // // lblrkrq // this.lblrkrq.Location = new System.Drawing.Point(359, 16); this.lblrkrq.Name = "lblrkrq"; this.lblrkrq.Size = new System.Drawing.Size(64, 16); this.lblrkrq.TabIndex = 4; this.lblrkrq.Text = "登记日期"; // // txttjwh // this.txttjwh.ForeColor = System.Drawing.Color.Navy; this.txttjwh.Location = new System.Drawing.Point(65, 11); this.txttjwh.Name = "txttjwh"; this.txttjwh.Size = new System.Drawing.Size(114, 21); this.txttjwh.TabIndex = 1; // // label2 // this.label2.Location = new System.Drawing.Point(12, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(64, 16); this.label2.TabIndex = 2; this.label2.Text = "调价文号"; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Control; this.panel1.Controls.Add(this.butmodif); this.panel1.Controls.Add(this.butdel); this.panel1.Controls.Add(this.butadd); this.panel1.Controls.Add(this.txtlsh); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.txtzbj); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.txtzglsj); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.txtdm); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.lblpm); this.panel1.Controls.Add(this.lblypmc); this.panel1.Controls.Add(this.label16); this.panel1.Controls.Add(this.lblcj); this.panel1.Controls.Add(this.label14); this.panel1.Controls.Add(this.lblgg); this.panel1.Controls.Add(this.label12); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 64); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(821, 58); this.panel1.TabIndex = 6; // // butmodif // this.butmodif.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.butmodif.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.butmodif.Location = new System.Drawing.Point(684, 30); this.butmodif.Name = "butmodif"; this.butmodif.Size = new System.Drawing.Size(64, 24); this.butmodif.TabIndex = 158; this.butmodif.Text = "修改(&M)"; this.butmodif.Click += new System.EventHandler(this.butmodif_Click); // // butdel // this.butdel.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.butdel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.butdel.Location = new System.Drawing.Point(612, 30); this.butdel.Name = "butdel"; this.butdel.Size = new System.Drawing.Size(64, 24); this.butdel.TabIndex = 157; this.butdel.Text = "删除(&D)"; this.butdel.Click += new System.EventHandler(this.butdel_Click); // // butadd // this.butadd.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.butadd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.butadd.Location = new System.Drawing.Point(540, 30); this.butadd.Name = "butadd"; this.butadd.Size = new System.Drawing.Size(64, 24); this.butadd.TabIndex = 156; this.butadd.Text = "添加(&A)"; this.butadd.Click += new System.EventHandler(this.butadd_Click); // // txtlsh // this.txtlsh.ActiveColor = System.Drawing.Color.Empty; this.txtlsh.AllowDefaultValue = false; this.txtlsh.AllowGotoNextControlWithoutNoneSelected = false; this.txtlsh.AllowPressEnterKeyCheckValue = false; this.txtlsh.AutoTabSend = false; this.txtlsh.ButtonVisible = false; this.txtlsh.DisplayMember = "品名"; this.txtlsh.DisplayShowCardWhenActived = false; this.txtlsh.DoSelectedWhenTextEmpty = true; this.txtlsh.Enable = true; this.txtlsh.InputValueStyle = Trasen.Base.InputValueStyle.String; this.txtlsh.LabelText = ""; this.txtlsh.Location = new System.Drawing.Point(390, 30); this.txtlsh.MaxLength = 32767; this.txtlsh.Name = "txtlsh"; this.txtlsh.ReadOnly = false; this.txtlsh.SelectedValue = null; this.txtlsh.SetValueEqualTextWhenNoneSelected = false; this.txtlsh.ShowCardComponent = null; this.txtlsh.ShowCardEnable = true; showCardProperty1.AllowCustomInputWhenNoneSelectedRow = false; showCardProperty1.BindColumnName = null; showCardProperty1.ColumnHeaderVisible = true; showCardProperty1.DbConnection = null; showCardProperty1.RealTimeQuery = false; showCardProperty1.RowHeaderVisible = false; showCardProperty1.ShowCardColumns = new Trasen.Base.ShowCardColumn[0]; showCardProperty1.ShowCardDataSource = null; showCardProperty1.ShowCardDataSourceSqlString = null; showCardProperty1.ShowCardSize = new System.Drawing.Size(500, 0); this.txtlsh.ShowCardProperty = new Trasen.Base.ShowCardProperty[] { showCardProperty1 }; this.txtlsh.Size = new System.Drawing.Size(112, 24); this.txtlsh.TabIndex = 155; this.txtlsh.TextBoxBackColor = System.Drawing.Color.White; this.txtlsh.TextBoxForeColor = System.Drawing.SystemColors.WindowText; this.txtlsh.TextBoxStyle = Trasen.Base.LabelTextBox.TextBoxStyleEnum.Standard; this.txtlsh.ValueMember = "cjid"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(352, 34); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(41, 12); this.label6.TabIndex = 154; this.label6.Text = "流水号"; // // txtzbj // this.txtzbj.ActiveColor = System.Drawing.Color.Empty; this.txtzbj.AllowDefaultValue = false; this.txtzbj.AllowGotoNextControlWithoutNoneSelected = false; this.txtzbj.AllowPressEnterKeyCheckValue = false; this.txtzbj.AutoTabSend = false; this.txtzbj.ButtonVisible = false; this.txtzbj.DisplayMember = "品名"; this.txtzbj.DisplayShowCardWhenActived = false; this.txtzbj.DoSelectedWhenTextEmpty = true; this.txtzbj.Enable = true; this.txtzbj.InputValueStyle = Trasen.Base.InputValueStyle.String; this.txtzbj.LabelText = ""; this.txtzbj.Location = new System.Drawing.Point(55, 31); this.txtzbj.MaxLength = 32767; this.txtzbj.Name = "txtzbj"; this.txtzbj.ReadOnly = false; this.txtzbj.SelectedValue = null; this.txtzbj.SetValueEqualTextWhenNoneSelected = false; this.txtzbj.ShowCardComponent = null; this.txtzbj.ShowCardEnable = true; showCardProperty2.AllowCustomInputWhenNoneSelectedRow = false; showCardProperty2.BindColumnName = null; showCardProperty2.ColumnHeaderVisible = true; showCardProperty2.DbConnection = null; showCardProperty2.RealTimeQuery = false; showCardProperty2.RowHeaderVisible = false; showCardProperty2.ShowCardColumns = new Trasen.Base.ShowCardColumn[0]; showCardProperty2.ShowCardDataSource = null; showCardProperty2.ShowCardDataSourceSqlString = null; showCardProperty2.ShowCardSize = new System.Drawing.Size(500, 0); this.txtzbj.ShowCardProperty = new Trasen.Base.ShowCardProperty[] { showCardProperty2 }; this.txtzbj.Size = new System.Drawing.Size(113, 24); this.txtzbj.TabIndex = 153; this.txtzbj.TextBoxBackColor = System.Drawing.Color.White; this.txtzbj.TextBoxForeColor = System.Drawing.SystemColors.WindowText; this.txtzbj.TextBoxStyle = Trasen.Base.LabelTextBox.TextBoxStyleEnum.Standard; this.txtzbj.ValueMember = "cjid"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(17, 35); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(41, 12); this.label5.TabIndex = 152; this.label5.Text = "中标价"; // // txtzglsj // this.txtzglsj.ActiveColor = System.Drawing.Color.Empty; this.txtzglsj.AllowDefaultValue = false; this.txtzglsj.AllowGotoNextControlWithoutNoneSelected = false; this.txtzglsj.AllowPressEnterKeyCheckValue = false; this.txtzglsj.AutoTabSend = false; this.txtzglsj.ButtonVisible = false; this.txtzglsj.DisplayMember = "品名"; this.txtzglsj.DisplayShowCardWhenActived = false; this.txtzglsj.DoSelectedWhenTextEmpty = true; this.txtzglsj.Enable = true; this.txtzglsj.InputValueStyle = Trasen.Base.InputValueStyle.String; this.txtzglsj.LabelText = ""; this.txtzglsj.Location = new System.Drawing.Point(232, 31); this.txtzglsj.MaxLength = 32767; this.txtzglsj.Name = "txtzglsj"; this.txtzglsj.ReadOnly = false; this.txtzglsj.SelectedValue = null; this.txtzglsj.SetValueEqualTextWhenNoneSelected = false; this.txtzglsj.ShowCardComponent = null; this.txtzglsj.ShowCardEnable = true; showCardProperty3.AllowCustomInputWhenNoneSelectedRow = false; showCardProperty3.BindColumnName = null; showCardProperty3.ColumnHeaderVisible = true; showCardProperty3.DbConnection = null; showCardProperty3.RealTimeQuery = false; showCardProperty3.RowHeaderVisible = false; showCardProperty3.ShowCardColumns = new Trasen.Base.ShowCardColumn[0]; showCardProperty3.ShowCardDataSource = null; showCardProperty3.ShowCardDataSourceSqlString = null; showCardProperty3.ShowCardSize = new System.Drawing.Size(500, 0); this.txtzglsj.ShowCardProperty = new Trasen.Base.ShowCardProperty[] { showCardProperty3 }; this.txtzglsj.Size = new System.Drawing.Size(113, 24); this.txtzglsj.TabIndex = 151; this.txtzglsj.TextBoxBackColor = System.Drawing.Color.White; this.txtzglsj.TextBoxForeColor = System.Drawing.SystemColors.WindowText; this.txtzglsj.TextBoxStyle = Trasen.Base.LabelTextBox.TextBoxStyleEnum.Standard; this.txtzglsj.ValueMember = "cjid"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(170, 35); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 150; this.label4.Text = "最高零售价"; // // txtdm // this.txtdm.ActiveColor = System.Drawing.Color.Empty; this.txtdm.AllowDefaultValue = false; this.txtdm.AllowGotoNextControlWithoutNoneSelected = false; this.txtdm.AllowPressEnterKeyCheckValue = false; this.txtdm.AutoTabSend = false; this.txtdm.ButtonVisible = false; this.txtdm.DisplayMember = "品名"; this.txtdm.DisplayShowCardWhenActived = false; this.txtdm.DoSelectedWhenTextEmpty = true; this.txtdm.Enable = true; this.txtdm.InputValueStyle = Trasen.Base.InputValueStyle.String; this.txtdm.LabelText = ""; this.txtdm.Location = new System.Drawing.Point(55, 3); this.txtdm.MaxLength = 32767; this.txtdm.Name = "txtdm"; this.txtdm.ReadOnly = false; this.txtdm.SelectedValue = null; this.txtdm.SetValueEqualTextWhenNoneSelected = false; this.txtdm.ShowCardComponent = this.showCardComponent1; this.txtdm.ShowCardEnable = true; showCardProperty4.AllowCustomInputWhenNoneSelectedRow = false; showCardProperty4.BindColumnName = null; showCardProperty4.ColumnHeaderVisible = true; showCardProperty4.DbConnection = null; showCardProperty4.RealTimeQuery = false; showCardProperty4.RowHeaderVisible = false; showCardProperty4.ShowCardColumns = new Trasen.Base.ShowCardColumn[] { this.sc品名, this.sc商品名, this.sc规格, this.sc厂家, this.sc拼音码, this.sc五笔码, this.sccjid }; showCardProperty4.ShowCardDataSource = null; showCardProperty4.ShowCardDataSourceSqlString = null; showCardProperty4.ShowCardSize = new System.Drawing.Size(500, 0); this.txtdm.ShowCardProperty = new Trasen.Base.ShowCardProperty[] { showCardProperty4 }; this.txtdm.Size = new System.Drawing.Size(113, 24); this.txtdm.TabIndex = 141; this.txtdm.TextBoxBackColor = System.Drawing.Color.White; this.txtdm.TextBoxForeColor = System.Drawing.SystemColors.WindowText; this.txtdm.TextBoxStyle = Trasen.Base.LabelTextBox.TextBoxStyleEnum.Standard; this.txtdm.ValueMember = "cjid"; this.txtdm.AfterSelectedDataRow += new Trasen.Base.OnAfterSelectedDataRowHandle(this.txtdm_AfterSelectedDataRow); // // showCardComponent1 // this.showCardComponent1.MatchType = Trasen.Base.MatchType.模糊查询; this.showCardComponent1.ShowCardSelectedMode = Trasen.Base.ShowCardSelectedMode.Click; // // label3 // this.label3.ForeColor = System.Drawing.Color.Brown; this.label3.Location = new System.Drawing.Point(6, 5); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(60, 16); this.label3.TabIndex = 149; this.label3.Text = "编码查询"; this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // lblpm // this.lblpm.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblpm.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblpm.ForeColor = System.Drawing.Color.Navy; this.lblpm.Location = new System.Drawing.Point(226, 5); this.lblpm.Name = "lblpm"; this.lblpm.Size = new System.Drawing.Size(144, 20); this.lblpm.TabIndex = 148; // // lblypmc // this.lblypmc.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblypmc.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblypmc.ForeColor = System.Drawing.Color.Navy; this.lblypmc.Location = new System.Drawing.Point(370, 5); this.lblypmc.Name = "lblypmc"; this.lblypmc.Size = new System.Drawing.Size(132, 20); this.lblypmc.TabIndex = 147; // // label16 // this.label16.Location = new System.Drawing.Point(170, 7); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(64, 16); this.label16.TabIndex = 146; this.label16.Text = "药品名称"; // // lblcj // this.lblcj.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblcj.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblcj.Location = new System.Drawing.Point(680, 5); this.lblcj.Name = "lblcj"; this.lblcj.Size = new System.Drawing.Size(132, 20); this.lblcj.TabIndex = 145; // // label14 // this.label14.Location = new System.Drawing.Point(644, 7); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(32, 16); this.label14.TabIndex = 144; this.label14.Text = "厂家"; // // lblgg // this.lblgg.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblgg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblgg.ForeColor = System.Drawing.Color.Navy; this.lblgg.Location = new System.Drawing.Point(541, 5); this.lblgg.Name = "lblgg"; this.lblgg.Size = new System.Drawing.Size(94, 20); this.lblgg.TabIndex = 143; // // label12 // this.label12.Location = new System.Drawing.Point(508, 7); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(34, 16); this.label12.TabIndex = 142; this.label12.Text = "规格"; // // panel2 // this.panel2.Controls.Add(this.butsave); this.panel2.Controls.Add(this.butnew); this.panel2.Controls.Add(this.butclose); this.panel2.Controls.Add(this.butprint); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 471); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(821, 36); this.panel2.TabIndex = 62; // // butsave // this.butsave.Location = new System.Drawing.Point(472, 6); this.butsave.Name = "butsave"; this.butsave.Size = new System.Drawing.Size(88, 24); this.butsave.TabIndex = 57; this.butsave.Text = "保存(&S)"; this.butsave.Click += new System.EventHandler(this.butsave_Click); // // butnew // this.butnew.Location = new System.Drawing.Point(384, 6); this.butnew.Name = "butnew"; this.butnew.Size = new System.Drawing.Size(88, 24); this.butnew.TabIndex = 56; this.butnew.Text = "新单号(&N)"; // // butclose // this.butclose.Location = new System.Drawing.Point(648, 6); this.butclose.Name = "butclose"; this.butclose.Size = new System.Drawing.Size(88, 24); this.butclose.TabIndex = 59; this.butclose.Text = "关闭(&Q)"; // // butprint // this.butprint.Enabled = false; this.butprint.Location = new System.Drawing.Point(560, 6); this.butprint.Name = "butprint"; this.butprint.Size = new System.Drawing.Size(88, 24); this.butprint.TabIndex = 58; this.butprint.Text = "打印(&P)"; // // dg_whmx // this.dg_whmx.AllowColumnSort = false; this.dg_whmx.AllowUserToAddRows = false; this.dg_whmx.AllowUserToDeleteRows = false; this.dg_whmx.BackgroundColor = System.Drawing.SystemColors.Control; this.dg_whmx.ColumnDeep = 1; this.dg_whmx.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dg_whmx.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.cc品名, this.cc规格, this.cc厂家, this.cc剂型, this.cc单位, this.cc流水号, this.cc中标价, this.cc最高零售价, this.cc中标号, this.cc排序序号, this.cccjid, this.ccid }); this.dg_whmx.DisplayShowCardWhenCellInEdit = false; this.dg_whmx.Dock = System.Windows.Forms.DockStyle.Fill; this.dg_whmx.GridColor = System.Drawing.SystemColors.ButtonShadow; this.dg_whmx.Location = new System.Drawing.Point(0, 122); this.dg_whmx.MergeColumnNames = ((System.Collections.Generic.List <string>)(resources.GetObject("dg_whmx.MergeColumnNames"))); this.dg_whmx.Name = "dg_whmx"; this.dg_whmx.ReadOnly = true; this.dg_whmx.RowTemplate.Height = 23; this.dg_whmx.ShowCardComponent = null; showCardProperty5.AllowCustomInputWhenNoneSelectedRow = false; showCardProperty5.BindColumnName = "col最高零售价"; showCardProperty5.ColumnHeaderVisible = true; showCardProperty5.DbConnection = null; showCardProperty5.RealTimeQuery = false; showCardProperty5.RowHeaderVisible = false; showCardProperty5.ShowCardColumns = new Trasen.Base.ShowCardColumn[0]; showCardProperty5.ShowCardDataSource = null; showCardProperty5.ShowCardDataSourceSqlString = null; showCardProperty5.ShowCardSize = new System.Drawing.Size(550, 0); this.dg_whmx.ShowCardProperty = new Trasen.Base.ShowCardProperty[] { showCardProperty5 }; this.dg_whmx.Size = new System.Drawing.Size(821, 349); this.dg_whmx.TabIndex = 63; // // cc品名 // this.cc品名.DataPropertyName = "品名"; this.cc品名.HeaderText = "品名"; this.cc品名.Name = "cc品名"; this.cc品名.ReadOnly = true; this.cc品名.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // cc规格 // this.cc规格.DataPropertyName = "规格"; this.cc规格.HeaderText = "规格"; this.cc规格.Name = "cc规格"; this.cc规格.ReadOnly = true; this.cc规格.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // cc厂家 // this.cc厂家.DataPropertyName = "厂家"; this.cc厂家.HeaderText = "厂家"; this.cc厂家.Name = "cc厂家"; this.cc厂家.ReadOnly = true; this.cc厂家.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // cc剂型 // this.cc剂型.DataPropertyName = "剂型"; this.cc剂型.HeaderText = "剂型"; this.cc剂型.Name = "cc剂型"; this.cc剂型.ReadOnly = true; this.cc剂型.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.cc剂型.Width = 65; // // cc单位 // this.cc单位.DataPropertyName = "单位"; this.cc单位.HeaderText = "单位"; this.cc单位.Name = "cc单位"; this.cc单位.ReadOnly = true; this.cc单位.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.cc单位.Width = 40; // // cc流水号 // this.cc流水号.DataPropertyName = "流水号"; this.cc流水号.HeaderText = "流水号"; this.cc流水号.Name = "cc流水号"; this.cc流水号.ReadOnly = true; this.cc流水号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.cc流水号.Width = 65; // // cc中标价 // this.cc中标价.DataPropertyName = "中标价"; this.cc中标价.HeaderText = "中标价"; this.cc中标价.Name = "cc中标价"; this.cc中标价.ReadOnly = true; this.cc中标价.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.cc中标价.Width = 80; // // cc最高零售价 // this.cc最高零售价.DataPropertyName = "最高零售价"; this.cc最高零售价.HeaderText = "最高零售价"; this.cc最高零售价.Name = "cc最高零售价"; this.cc最高零售价.ReadOnly = true; this.cc最高零售价.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.cc最高零售价.Width = 80; // // cc中标号 // this.cc中标号.DataPropertyName = "中标号"; this.cc中标号.HeaderText = "中标号"; this.cc中标号.Name = "cc中标号"; this.cc中标号.ReadOnly = true; this.cc中标号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // cc排序序号 // this.cc排序序号.DataPropertyName = "排序序号"; this.cc排序序号.HeaderText = "排序序号"; this.cc排序序号.Name = "cc排序序号"; this.cc排序序号.ReadOnly = true; this.cc排序序号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.cc排序序号.Visible = false; // // cccjid // this.cccjid.DataPropertyName = "cjid"; this.cccjid.HeaderText = "cjid"; this.cccjid.Name = "cccjid"; this.cccjid.ReadOnly = true; this.cccjid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.cccjid.Visible = false; // // ccid // this.ccid.DataPropertyName = "id"; this.ccid.HeaderText = "id"; this.ccid.Name = "ccid"; this.ccid.ReadOnly = true; this.ccid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.ccid.Visible = false; // // Frmtjwhmx // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(821, 507); this.Controls.Add(this.dg_whmx); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.groupBox1); this.Name = "Frmtjwhmx"; this.Text = "调价文号明细"; this.Load += new System.EventHandler(this.Frmtjwhmx_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dg_whmx)).EndInit(); this.ResumeLayout(false); }