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

📄 frmdocument.cs

📁 用c#编的一个invoice打印程序
💻 CS
📖 第 1 页 / 共 5 页
字号:
			// btnAdd
			// 
			this.btnAdd.BackColor = System.Drawing.SystemColors.Control;
			this.btnAdd.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.btnAdd.Location = new System.Drawing.Point(600, 240);
			this.btnAdd.Name = "btnAdd";
			this.btnAdd.Size = new System.Drawing.Size(56, 24);
			this.btnAdd.TabIndex = 14;
			this.btnAdd.Text = "添 加";
			this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
			// 
			// LbxListProject
			// 
			this.LbxListProject.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.LbxListProject.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																							 this.columnHeader1,
																							 this.columnHeader2,
																							 this.columnHeader3,
																							 this.columnHeader4});
			this.LbxListProject.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.LbxListProject.FullRowSelect = true;
			this.LbxListProject.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
			this.LbxListProject.Location = new System.Drawing.Point(80, 56);
			this.LbxListProject.Name = "LbxListProject";
			this.LbxListProject.Size = new System.Drawing.Size(496, 112);
			this.LbxListProject.TabIndex = 0;
			this.LbxListProject.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader1
			// 
			this.columnHeader1.Width = 137;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Width = 107;
			// 
			// label26
			// 
			this.label26.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label26.Location = new System.Drawing.Point(8, 16);
			this.label26.Name = "label26";
			this.label26.Size = new System.Drawing.Size(448, 16);
			this.label26.TabIndex = 0;
			this.label26.Text = "收费内容(货 物 名 称        数    量       单         价)";
			// 
			// label27
			// 
			this.label27.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label27.Location = new System.Drawing.Point(8, 32);
			this.label27.Name = "label27";
			this.label27.Size = new System.Drawing.Size(352, 16);
			this.label27.TabIndex = 0;
			this.label27.Text = "PARTICULARS(DESCRIPTIONS,QUANTITY,UNIT PRICE)";
			// 
			// label28
			// 
			this.label28.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label28.Location = new System.Drawing.Point(464, 16);
			this.label28.Name = "label28";
			this.label28.Size = new System.Drawing.Size(88, 16);
			this.label28.TabIndex = 0;
			this.label28.Text = "金      额";
			// 
			// label29
			// 
			this.label29.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label29.Location = new System.Drawing.Point(464, 32);
			this.label29.Name = "label29";
			this.label29.Size = new System.Drawing.Size(88, 16);
			this.label29.TabIndex = 0;
			this.label29.Text = "A M O U N T";
			// 
			// label30
			// 
			this.label30.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label30.Location = new System.Drawing.Point(616, 16);
			this.label30.Name = "label30";
			this.label30.Size = new System.Drawing.Size(88, 16);
			this.label30.TabIndex = 0;
			this.label30.Text = "备       注";
			// 
			// label31
			// 
			this.label31.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label31.Location = new System.Drawing.Point(616, 32);
			this.label31.Name = "label31";
			this.label31.Size = new System.Drawing.Size(88, 16);
			this.label31.TabIndex = 0;
			this.label31.Text = "R E M A R K";
			// 
			// btnDel
			// 
			this.btnDel.BackColor = System.Drawing.SystemColors.Control;
			this.btnDel.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.btnDel.Location = new System.Drawing.Point(680, 240);
			this.btnDel.Name = "btnDel";
			this.btnDel.Size = new System.Drawing.Size(56, 24);
			this.btnDel.TabIndex = 20;
			this.btnDel.Text = "删 除";
			this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
			// 
			// panel12
			// 
			this.panel12.Controls.Add(this.CbxDescriptions);
			this.panel12.Controls.Add(this.label32);
			this.panel12.Controls.Add(this.label33);
			this.panel12.Location = new System.Drawing.Point(8, 232);
			this.panel12.Name = "panel12";
			this.panel12.Size = new System.Drawing.Size(192, 32);
			this.panel12.TabIndex = 11;
			// 
			// CbxDescriptions
			// 
			this.CbxDescriptions.Location = new System.Drawing.Point(96, 8);
			this.CbxDescriptions.Name = "CbxDescriptions";
			this.CbxDescriptions.Size = new System.Drawing.Size(88, 20);
			this.CbxDescriptions.TabIndex = 113;
			this.CbxDescriptions.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Cbx_KeyUp);
			// 
			// label32
			// 
			this.label32.Location = new System.Drawing.Point(8, 0);
			this.label32.Name = "label32";
			this.label32.Size = new System.Drawing.Size(56, 16);
			this.label32.TabIndex = 0;
			this.label32.Text = "收费项目";
			// 
			// label33
			// 
			this.label33.Location = new System.Drawing.Point(8, 16);
			this.label33.Name = "label33";
			this.label33.Size = new System.Drawing.Size(80, 16);
			this.label33.TabIndex = 0;
			this.label33.Text = "DESCRIPTIONS";
			// 
			// panel14
			// 
			this.panel14.Controls.Add(this.label36);
			this.panel14.Controls.Add(this.label37);
			this.panel14.Controls.Add(this.Quantity);
			this.panel14.Location = new System.Drawing.Point(208, 232);
			this.panel14.Name = "panel14";
			this.panel14.Size = new System.Drawing.Size(136, 32);
			this.panel14.TabIndex = 12;
			// 
			// label36
			// 
			this.label36.Location = new System.Drawing.Point(8, 0);
			this.label36.Name = "label36";
			this.label36.Size = new System.Drawing.Size(56, 16);
			this.label36.TabIndex = 0;
			this.label36.Text = "数    量";
			// 
			// label37
			// 
			this.label37.Location = new System.Drawing.Point(8, 16);
			this.label37.Name = "label37";
			this.label37.Size = new System.Drawing.Size(56, 16);
			this.label37.TabIndex = 0;
			this.label37.Text = "QUANTITY";
			// 
			// Quantity
			// 
			this.Quantity.Location = new System.Drawing.Point(64, 8);
			this.Quantity.Name = "Quantity";
			this.Quantity.Size = new System.Drawing.Size(64, 21);
			this.Quantity.TabIndex = 114;
			this.Quantity.Text = "";
			// 
			// panel13
			// 
			this.panel13.Controls.Add(this.label34);
			this.panel13.Controls.Add(this.label35);
			this.panel13.Controls.Add(this.UnitPrice);
			this.panel13.Controls.Add(this.Unit);
			this.panel13.Location = new System.Drawing.Point(360, 232);
			this.panel13.Name = "panel13";
			this.panel13.Size = new System.Drawing.Size(224, 32);
			this.panel13.TabIndex = 13;
			// 
			// label34
			// 
			this.label34.Location = new System.Drawing.Point(8, 0);
			this.label34.Name = "label34";
			this.label34.Size = new System.Drawing.Size(56, 16);
			this.label34.TabIndex = 0;
			this.label34.Text = "单    价";
			// 
			// label35
			// 
			this.label35.Location = new System.Drawing.Point(8, 16);
			this.label35.Name = "label35";
			this.label35.Size = new System.Drawing.Size(72, 16);
			this.label35.TabIndex = 0;
			this.label35.Text = "UNITPRICE";
			// 
			// UnitPrice
			// 
			this.UnitPrice.Location = new System.Drawing.Point(80, 8);
			this.UnitPrice.Name = "UnitPrice";
			this.UnitPrice.Size = new System.Drawing.Size(80, 21);
			this.UnitPrice.TabIndex = 115;
			this.UnitPrice.Text = "";
			// 
			// Unit
			// 
			this.Unit.Items.AddRange(new object[] {
													  "RMB",
													  "USD"});
			this.Unit.Location = new System.Drawing.Point(160, 8);
			this.Unit.Name = "Unit";
			this.Unit.Size = new System.Drawing.Size(56, 20);
			this.Unit.TabIndex = 116;
			this.Unit.Text = "RMB";
			this.Unit.SelectedIndexChanged += new System.EventHandler(this.Unit_SelectedIndexChanged);
			// 
			// TbxBulk
			// 
			this.TbxBulk.Location = new System.Drawing.Point(16, 64);
			this.TbxBulk.Name = "TbxBulk";
			this.TbxBulk.Size = new System.Drawing.Size(112, 21);
			this.TbxBulk.TabIndex = 15;
			this.TbxBulk.Text = "";
			// 
			// TbxL
			// 
			this.TbxL.Location = new System.Drawing.Point(8, 48);
			this.TbxL.Name = "TbxL";
			this.TbxL.Size = new System.Drawing.Size(96, 16);
			this.TbxL.TabIndex = 0;
			this.TbxL.Text = "体积";
			// 
			// TbxQ
			// 
			this.TbxQ.Location = new System.Drawing.Point(8, 88);
			this.TbxQ.Name = "TbxQ";
			this.TbxQ.Size = new System.Drawing.Size(96, 16);
			this.TbxQ.TabIndex = 0;
			this.TbxQ.Text = "重量";
			// 
			// TbxWeight
			// 
			this.TbxWeight.Location = new System.Drawing.Point(16, 104);
			this.TbxWeight.Name = "TbxWeight";
			this.TbxWeight.Size = new System.Drawing.Size(112, 21);
			this.TbxWeight.TabIndex = 16;
			this.TbxWeight.Text = "";
			// 
			// panel20
			// 
			this.panel20.Controls.Add(this.label51);
			this.panel20.Controls.Add(this.label52);
			this.panel20.Controls.Add(this.TbxTotalInCapita);
			this.panel20.Location = new System.Drawing.Point(8, 176);
			this.panel20.Name = "panel20";
			this.panel20.Size = new System.Drawing.Size(296, 48);
			this.panel20.TabIndex = 0;
			// 
			// label51
			// 
			this.label51.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label51.Location = new System.Drawing.Point(8, 8);
			this.label51.Name = "label51";
			this.label51.Size = new System.Drawing.Size(104, 16);
			this.label51.TabIndex = 0;
			this.label51.Text = "金额合计(大写)";
			// 
			// label52
			// 
			this.label52.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label52.Location = new System.Drawing.Point(8, 24);
			this.label52.Name = "label52";
			this.label52.Size = new System.Drawing.Size(120, 16);
			this.label52.TabIndex = 0;
			this.label52.Text = "TOTAL IN CAPITAL";
			// 
			// TbxTotalInCapita
			// 
			this.TbxTotalInCapita.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.TbxTotalInCapita.Location = new System.Drawing.Point(128, 24);
			this.TbxTotalInCapita.Name = "TbxTotalInCapita";
			this.TbxTotalInCapita.Size = new System.Drawing.Size(160, 16);
			this.TbxTotalInCapita.TabIndex = 0;
			// 
			// panel21
			// 
			this.panel21.Controls.Add(this.label54);
			this.panel21.Controls.Add(this.label55);
			this.panel21.Controls.Add(this.TbxLumpSum);
			this.panel21.Location = new System.Drawing.Point(456, 176);
			this.panel21.Name = "panel21";
			this.panel21.Size = new System.Drawing.Size(192, 48);
			this.panel21.TabIndex = 0;
			// 
			// label54
			// 
			this.label54.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label54.Location = new System.Drawing.Point(8, 8);
			this.label54.Name = "label54";
			this.label54.Size = new System.Drawing.Size(64, 16);
			this.label54.TabIndex = 0;
			this.label54.Text = "合    计";
			// 
			// label55
			// 
			this.label55.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label55.Location = new System.Drawing.Point(8, 24);
			this.label55.Name = "label55";
			this.label55.Size = new System.Drawing.Size(64, 16);
			this.label55.TabIndex = 0;
			this.label55.Text = "LUMP SUM";
			// 
			// TbxLumpSum
			// 
			this.TbxLumpSum.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.TbxLumpSum.Location = new System.Drawing.Point(88, 24);
			this.TbxLumpSum.Name = "TbxLumpSum";
			this.TbxLumpSum.Size = new System.Drawing.Size(96, 16);
			this.TbxLumpSum.TabIndex = 0;
			// 
			// panel4
			// 
			this.panel4.Controls.Add(this.label7);
			this.panel4.Controls.Add(this.label8);
			this.panel4.Controls.Add(this.TbxDateIssued);
			this.panel4.Location = new System.Drawing.Point(320, 104);
			this.panel4.Name = "panel4";
			this.panel4.Size = new System.Drawing.Size(192, 32);
			this.panel4.TabIndex = 3;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(8, 0);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(56, 16);
			this.label7.TabIndex = 0;
			this.label7.Text = "开票日期";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(8, 16);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(72, 16);
			this.label8.TabIndex = 0;
			this.label8.Text = "DATE ISSUED";
			// 
			// TbxDateIssued
			// 
			this.TbxDateIssued.Location = new System.Drawing.Point(88, 8);
			this.TbxDateIssued.Name = "TbxDateIssued";
			this.TbxDateIssued.Size = new System.Drawing.Size(96, 21);
			this.TbxDateIssued.TabIndex = 105;
			this.TbxDateIssued.Text = "";
			// 
			// panel18

⌨️ 快捷键说明

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