| | |
| | | this.dy2 = new System.Windows.Forms.ToolStripButton(); |
| | | this.yl = new System.Windows.Forms.ToolStripButton(); |
| | | this.yc = new System.Windows.Forms.ToolStripButton(); |
| | | this.dc = new System.Windows.Forms.ToolStripButton(); |
| | | this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); |
| | | this.cx = new System.Windows.Forms.ToolStripButton(); |
| | | this.sx = new System.Windows.Forms.ToolStripButton(); |
| | |
| | | this.timer2 = new System.Windows.Forms.Timer(this.components); |
| | | this.grdMain = new System.Windows.Forms.DataGridView(); |
| | | this.grdPrint = new System.Windows.Forms.DataGridView(); |
| | | this.dc = new System.Windows.Forms.ToolStripButton(); |
| | | this.groupBox1 = new System.Windows.Forms.GroupBox(); |
| | | this.txtHBarCode = new System.Windows.Forms.TextBox(); |
| | | this.label4 = new System.Windows.Forms.Label(); |
| | | this.btnOK = new System.Windows.Forms.Button(); |
| | | this.pPic.SuspendLayout(); |
| | | this.panel1.SuspendLayout(); |
| | | this.Tool.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit(); |
| | | this.groupBox1.SuspendLayout(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // pPic |
| | |
| | | this.yc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; |
| | | this.yc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; |
| | | this.yc.Click += new System.EventHandler(this.yc_Click); |
| | | // |
| | | // dc |
| | | // |
| | | this.dc.AutoSize = false; |
| | | this.dc.Image = ((System.Drawing.Image)(resources.GetObject("dc.Image"))); |
| | | this.dc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; |
| | | this.dc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; |
| | | this.dc.ImageTransparentColor = System.Drawing.Color.Magenta; |
| | | this.dc.Name = "dc"; |
| | | this.dc.Size = new System.Drawing.Size(36, 47); |
| | | this.dc.Text = "导åº"; |
| | | this.dc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; |
| | | this.dc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; |
| | | this.dc.Click += new System.EventHandler(this.dc_Click); |
| | | // |
| | | // toolStripSeparator2 |
| | | // |
| | |
| | | this.grdMain.BackgroundColor = System.Drawing.SystemColors.InactiveCaption; |
| | | this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
| | | this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.grdMain.Location = new System.Drawing.Point(0, 103); |
| | | this.grdMain.Location = new System.Drawing.Point(0, 160); |
| | | this.grdMain.Name = "grdMain"; |
| | | this.grdMain.ReadOnly = true; |
| | | this.grdMain.RowTemplate.Height = 23; |
| | | this.grdMain.Size = new System.Drawing.Size(1280, 428); |
| | | this.grdMain.Size = new System.Drawing.Size(1280, 371); |
| | | this.grdMain.TabIndex = 19; |
| | | this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DblClick); |
| | | this.grdMain.Paint += new System.Windows.Forms.PaintEventHandler(this.grdMain_Paint); |
| | | this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DblClick); |
| | | // |
| | | // grdPrint |
| | | // |
| | |
| | | this.grdPrint.TabIndex = 8; |
| | | this.grdPrint.Visible = false; |
| | | // |
| | | // dc |
| | | // groupBox1 |
| | | // |
| | | this.dc.AutoSize = false; |
| | | this.dc.Image = ((System.Drawing.Image)(resources.GetObject("dc.Image"))); |
| | | this.dc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; |
| | | this.dc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; |
| | | this.dc.ImageTransparentColor = System.Drawing.Color.Magenta; |
| | | this.dc.Name = "dc"; |
| | | this.dc.Size = new System.Drawing.Size(36, 47); |
| | | this.dc.Text = "导åº"; |
| | | this.dc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; |
| | | this.dc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; |
| | | this.dc.Click += new System.EventHandler(this.dc_Click); |
| | | this.groupBox1.BackColor = System.Drawing.Color.Lavender; |
| | | this.groupBox1.Controls.Add(this.txtHBarCode); |
| | | this.groupBox1.Controls.Add(this.label4); |
| | | this.groupBox1.Controls.Add(this.btnOK); |
| | | this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; |
| | | this.groupBox1.Location = new System.Drawing.Point(0, 103); |
| | | this.groupBox1.Name = "groupBox1"; |
| | | this.groupBox1.Size = new System.Drawing.Size(1280, 57); |
| | | this.groupBox1.TabIndex = 52; |
| | | this.groupBox1.TabStop = false; |
| | | // |
| | | // txtHBarCode |
| | | // |
| | | this.txtHBarCode.Location = new System.Drawing.Point(87, 21); |
| | | this.txtHBarCode.Name = "txtHBarCode"; |
| | | this.txtHBarCode.Size = new System.Drawing.Size(166, 21); |
| | | this.txtHBarCode.TabIndex = 23; |
| | | this.txtHBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtHBarCode_KeyPress); |
| | | // |
| | | // label4 |
| | | // |
| | | this.label4.AutoSize = true; |
| | | this.label4.Location = new System.Drawing.Point(26, 25); |
| | | this.label4.Name = "label4"; |
| | | this.label4.Size = new System.Drawing.Size(65, 12); |
| | | this.label4.TabIndex = 22; |
| | | this.label4.Text = "æ¡ç ç¼å·ï¼"; |
| | | // |
| | | // btnOK |
| | | // |
| | | this.btnOK.Location = new System.Drawing.Point(258, 19); |
| | | this.btnOK.Name = "btnOK"; |
| | | this.btnOK.Size = new System.Drawing.Size(73, 24); |
| | | this.btnOK.TabIndex = 21; |
| | | this.btnOK.Text = "å¿«éæ¥è¯¢"; |
| | | this.btnOK.UseVisualStyleBackColor = true; |
| | | this.btnOK.Click += new System.EventHandler(this.btnOK_Click); |
| | | // |
| | | // Gy_BarCodeBillList |
| | | // |
| | |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(1280, 531); |
| | | this.Controls.Add(this.grdMain); |
| | | this.Controls.Add(this.groupBox1); |
| | | this.Controls.Add(this.pPic); |
| | | this.Controls.Add(this.Tool); |
| | | this.Controls.Add(this.grdPrint); |
| | |
| | | this.Tool.PerformLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).EndInit(); |
| | | this.groupBox1.ResumeLayout(false); |
| | | this.groupBox1.PerformLayout(); |
| | | this.ResumeLayout(false); |
| | | |
| | | } |
| | |
| | | private System.Windows.Forms.ToolStripSeparator toolStripSeparator10; |
| | | private System.Windows.Forms.ToolStripButton ps; |
| | | private System.Windows.Forms.ToolStripButton dc; |
| | | private System.Windows.Forms.GroupBox groupBox1; |
| | | private System.Windows.Forms.TextBox txtHBarCode; |
| | | private System.Windows.Forms.Label label4; |
| | | private System.Windows.Forms.Button btnOK; |
| | | } |
| | | } |