|
|
@ -31,7 +31,7 @@ namespace BWPClientForTianRou { |
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
this.button1 = new System.Windows.Forms.Button(); |
|
|
|
|
|
|
|
|
this.logoutButton = new System.Windows.Forms.Button(); |
|
|
this.lblDisplay = new System.Windows.Forms.Label(); |
|
|
this.lblDisplay = new System.Windows.Forms.Label(); |
|
|
this.dataGridView = new System.Windows.Forms.DataGridView(); |
|
|
this.dataGridView = new System.Windows.Forms.DataGridView(); |
|
|
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
@ -44,6 +44,9 @@ namespace BWPClientForTianRou { |
|
|
this.DeleteDetail = new System.Windows.Forms.DataGridViewButtonColumn(); |
|
|
this.DeleteDetail = new System.Windows.Forms.DataGridViewButtonColumn(); |
|
|
this.GoodsIDCol = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.GoodsIDCol = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
|
|
|
|
|
this.startRec = new System.Windows.Forms.Button(); |
|
|
|
|
|
this.noticeLabel = new System.Windows.Forms.Label(); |
|
|
|
|
|
this.button3 = new System.Windows.Forms.Button(); |
|
|
this.syncButton = new System.Windows.Forms.Button(); |
|
|
this.syncButton = new System.Windows.Forms.Button(); |
|
|
this.tbxSequence = new System.Windows.Forms.TextBox(); |
|
|
this.tbxSequence = new System.Windows.Forms.TextBox(); |
|
|
this.lblNumber = new System.Windows.Forms.Label(); |
|
|
this.lblNumber = new System.Windows.Forms.Label(); |
|
|
@ -60,16 +63,16 @@ namespace BWPClientForTianRou { |
|
|
this.splitContainer1.SuspendLayout(); |
|
|
this.splitContainer1.SuspendLayout(); |
|
|
this.SuspendLayout(); |
|
|
this.SuspendLayout(); |
|
|
//
|
|
|
//
|
|
|
// button1
|
|
|
|
|
|
|
|
|
// logoutButton
|
|
|
//
|
|
|
//
|
|
|
this.button1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
|
this.button1.Location = new System.Drawing.Point(346, 4); |
|
|
|
|
|
this.button1.Name = "button1"; |
|
|
|
|
|
this.button1.Size = new System.Drawing.Size(112, 30); |
|
|
|
|
|
this.button1.TabIndex = 0; |
|
|
|
|
|
this.button1.Text = "注销"; |
|
|
|
|
|
this.button1.UseVisualStyleBackColor = true; |
|
|
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click); |
|
|
|
|
|
|
|
|
this.logoutButton.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
|
this.logoutButton.Location = new System.Drawing.Point(260, 3); |
|
|
|
|
|
this.logoutButton.Name = "logoutButton"; |
|
|
|
|
|
this.logoutButton.Size = new System.Drawing.Size(92, 32); |
|
|
|
|
|
this.logoutButton.TabIndex = 0; |
|
|
|
|
|
this.logoutButton.Text = "注销"; |
|
|
|
|
|
this.logoutButton.UseVisualStyleBackColor = true; |
|
|
|
|
|
this.logoutButton.Click += new System.EventHandler(this.button1_Click); |
|
|
//
|
|
|
//
|
|
|
// lblDisplay
|
|
|
// lblDisplay
|
|
|
//
|
|
|
//
|
|
|
@ -78,11 +81,10 @@ namespace BWPClientForTianRou { |
|
|
this.lblDisplay.BackColor = System.Drawing.Color.Black; |
|
|
this.lblDisplay.BackColor = System.Drawing.Color.Black; |
|
|
this.lblDisplay.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.lblDisplay.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.lblDisplay.ForeColor = System.Drawing.Color.LimeGreen; |
|
|
this.lblDisplay.ForeColor = System.Drawing.Color.LimeGreen; |
|
|
this.lblDisplay.Location = new System.Drawing.Point(3, 201); |
|
|
|
|
|
|
|
|
this.lblDisplay.Location = new System.Drawing.Point(4, 221); |
|
|
this.lblDisplay.Name = "lblDisplay"; |
|
|
this.lblDisplay.Name = "lblDisplay"; |
|
|
this.lblDisplay.Size = new System.Drawing.Size(447, 50); |
|
|
|
|
|
|
|
|
this.lblDisplay.Size = new System.Drawing.Size(341, 50); |
|
|
this.lblDisplay.TabIndex = 4; |
|
|
this.lblDisplay.TabIndex = 4; |
|
|
this.lblDisplay.Text = "24.56"; |
|
|
|
|
|
this.lblDisplay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
|
|
this.lblDisplay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
|
|
//
|
|
|
//
|
|
|
// dataGridView
|
|
|
// dataGridView
|
|
|
@ -112,12 +114,13 @@ namespace BWPClientForTianRou { |
|
|
this.DeleteDetail, |
|
|
this.DeleteDetail, |
|
|
this.GoodsIDCol}); |
|
|
this.GoodsIDCol}); |
|
|
this.dataGridView.Font = new System.Drawing.Font("宋体", 10F); |
|
|
this.dataGridView.Font = new System.Drawing.Font("宋体", 10F); |
|
|
this.dataGridView.Location = new System.Drawing.Point(-1, 40); |
|
|
|
|
|
|
|
|
this.dataGridView.Location = new System.Drawing.Point(-1, 8); |
|
|
this.dataGridView.Name = "dataGridView"; |
|
|
this.dataGridView.Name = "dataGridView"; |
|
|
this.dataGridView.RowTemplate.Height = 30; |
|
|
this.dataGridView.RowTemplate.Height = 30; |
|
|
this.dataGridView.Size = new System.Drawing.Size(817, 718); |
|
|
|
|
|
|
|
|
this.dataGridView.Size = new System.Drawing.Size(923, 750); |
|
|
this.dataGridView.TabIndex = 5; |
|
|
this.dataGridView.TabIndex = 5; |
|
|
this.dataGridView.TabStop = false; |
|
|
this.dataGridView.TabStop = false; |
|
|
|
|
|
this.dataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellContentClick); |
|
|
//
|
|
|
//
|
|
|
// ID
|
|
|
// ID
|
|
|
//
|
|
|
//
|
|
|
@ -207,48 +210,82 @@ namespace BWPClientForTianRou { |
|
|
// splitContainer1.Panel1
|
|
|
// splitContainer1.Panel1
|
|
|
//
|
|
|
//
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.dataGridView); |
|
|
this.splitContainer1.Panel1.Controls.Add(this.dataGridView); |
|
|
this.splitContainer1.Panel1.Controls.Add(this.syncButton); |
|
|
|
|
|
//
|
|
|
//
|
|
|
// splitContainer1.Panel2
|
|
|
// splitContainer1.Panel2
|
|
|
//
|
|
|
//
|
|
|
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.startRec); |
|
|
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.noticeLabel); |
|
|
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.button3); |
|
|
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.syncButton); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.tbxSequence); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.tbxSequence); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.lblNumber); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.lblNumber); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.readBt); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.readBt); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.selectStoreBt); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.selectStoreBt); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.button2); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.button2); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.userLabel); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.userLabel); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.button1); |
|
|
|
|
|
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.logoutButton); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.storeLable); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.storeLable); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.goodsLabel); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.goodsLabel); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.lblDisplay); |
|
|
this.splitContainer1.Panel2.Controls.Add(this.lblDisplay); |
|
|
this.splitContainer1.Size = new System.Drawing.Size(1292, 749); |
|
|
this.splitContainer1.Size = new System.Drawing.Size(1292, 749); |
|
|
this.splitContainer1.SplitterDistance = 825; |
|
|
|
|
|
|
|
|
this.splitContainer1.SplitterDistance = 931; |
|
|
this.splitContainer1.TabIndex = 6; |
|
|
this.splitContainer1.TabIndex = 6; |
|
|
//
|
|
|
//
|
|
|
|
|
|
// startRec
|
|
|
|
|
|
//
|
|
|
|
|
|
this.startRec.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
|
|
this.startRec.Location = new System.Drawing.Point(196, 123); |
|
|
|
|
|
this.startRec.Name = "startRec"; |
|
|
|
|
|
this.startRec.Size = new System.Drawing.Size(92, 32); |
|
|
|
|
|
this.startRec.TabIndex = 15; |
|
|
|
|
|
this.startRec.Text = "开始接收"; |
|
|
|
|
|
this.startRec.UseVisualStyleBackColor = true; |
|
|
|
|
|
this.startRec.Click += new System.EventHandler(this.startRec_Click); |
|
|
|
|
|
//
|
|
|
|
|
|
// noticeLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.noticeLabel.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
|
|
this.noticeLabel.ForeColor = System.Drawing.Color.Red; |
|
|
|
|
|
this.noticeLabel.Location = new System.Drawing.Point(7, 41); |
|
|
|
|
|
this.noticeLabel.Name = "noticeLabel"; |
|
|
|
|
|
this.noticeLabel.Size = new System.Drawing.Size(345, 40); |
|
|
|
|
|
this.noticeLabel.TabIndex = 14; |
|
|
|
|
|
//
|
|
|
|
|
|
// button3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.button3.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
|
|
this.button3.Location = new System.Drawing.Point(122, 417); |
|
|
|
|
|
this.button3.Name = "button3"; |
|
|
|
|
|
this.button3.Size = new System.Drawing.Size(111, 32); |
|
|
|
|
|
this.button3.TabIndex = 13; |
|
|
|
|
|
this.button3.Text = "创建单据"; |
|
|
|
|
|
this.button3.UseVisualStyleBackColor = true; |
|
|
|
|
|
this.button3.Click += new System.EventHandler(this.button3_Click); |
|
|
|
|
|
//
|
|
|
// syncButton
|
|
|
// syncButton
|
|
|
//
|
|
|
//
|
|
|
this.syncButton.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
|
this.syncButton.Location = new System.Drawing.Point(705, 4); |
|
|
|
|
|
|
|
|
this.syncButton.Font = new System.Drawing.Font("宋体", 11F); |
|
|
|
|
|
this.syncButton.Location = new System.Drawing.Point(66, 123); |
|
|
this.syncButton.Name = "syncButton"; |
|
|
this.syncButton.Name = "syncButton"; |
|
|
this.syncButton.Size = new System.Drawing.Size(112, 30); |
|
|
|
|
|
|
|
|
this.syncButton.Size = new System.Drawing.Size(105, 32); |
|
|
this.syncButton.TabIndex = 7; |
|
|
this.syncButton.TabIndex = 7; |
|
|
this.syncButton.Text = "同步信息"; |
|
|
|
|
|
|
|
|
this.syncButton.Text = "同步基础信息"; |
|
|
this.syncButton.UseVisualStyleBackColor = true; |
|
|
this.syncButton.UseVisualStyleBackColor = true; |
|
|
this.syncButton.Click += new System.EventHandler(this.syncButton_Click); |
|
|
this.syncButton.Click += new System.EventHandler(this.syncButton_Click); |
|
|
//
|
|
|
//
|
|
|
// tbxSequence
|
|
|
// tbxSequence
|
|
|
//
|
|
|
//
|
|
|
this.tbxSequence.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.tbxSequence.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.tbxSequence.Location = new System.Drawing.Point(95, 261); |
|
|
|
|
|
|
|
|
this.tbxSequence.Location = new System.Drawing.Point(87, 288); |
|
|
this.tbxSequence.Name = "tbxSequence"; |
|
|
this.tbxSequence.Name = "tbxSequence"; |
|
|
this.tbxSequence.ReadOnly = true; |
|
|
this.tbxSequence.ReadOnly = true; |
|
|
this.tbxSequence.Size = new System.Drawing.Size(138, 38); |
|
|
|
|
|
|
|
|
this.tbxSequence.Size = new System.Drawing.Size(165, 38); |
|
|
this.tbxSequence.TabIndex = 11; |
|
|
this.tbxSequence.TabIndex = 11; |
|
|
//
|
|
|
//
|
|
|
// lblNumber
|
|
|
// lblNumber
|
|
|
//
|
|
|
//
|
|
|
this.lblNumber.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.lblNumber.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.lblNumber.Location = new System.Drawing.Point(6, 273); |
|
|
|
|
|
|
|
|
this.lblNumber.Location = new System.Drawing.Point(6, 288); |
|
|
this.lblNumber.Name = "lblNumber"; |
|
|
this.lblNumber.Name = "lblNumber"; |
|
|
this.lblNumber.Size = new System.Drawing.Size(83, 27); |
|
|
this.lblNumber.Size = new System.Drawing.Size(83, 27); |
|
|
this.lblNumber.TabIndex = 12; |
|
|
this.lblNumber.TabIndex = 12; |
|
|
@ -256,21 +293,22 @@ namespace BWPClientForTianRou { |
|
|
//
|
|
|
//
|
|
|
// readBt
|
|
|
// readBt
|
|
|
//
|
|
|
//
|
|
|
|
|
|
this.readBt.Enabled = false; |
|
|
this.readBt.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.readBt.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.readBt.Location = new System.Drawing.Point(335, 264); |
|
|
|
|
|
|
|
|
this.readBt.Location = new System.Drawing.Point(258, 292); |
|
|
this.readBt.Name = "readBt"; |
|
|
this.readBt.Name = "readBt"; |
|
|
this.readBt.Size = new System.Drawing.Size(115, 37); |
|
|
|
|
|
|
|
|
this.readBt.Size = new System.Drawing.Size(92, 32); |
|
|
this.readBt.TabIndex = 8; |
|
|
this.readBt.TabIndex = 8; |
|
|
this.readBt.Text = "读入"; |
|
|
|
|
|
|
|
|
this.readBt.Text = "手工读入"; |
|
|
this.readBt.UseVisualStyleBackColor = true; |
|
|
this.readBt.UseVisualStyleBackColor = true; |
|
|
this.readBt.Click += new System.EventHandler(this.readBt_Click); |
|
|
this.readBt.Click += new System.EventHandler(this.readBt_Click); |
|
|
//
|
|
|
//
|
|
|
// selectStoreBt
|
|
|
// selectStoreBt
|
|
|
//
|
|
|
//
|
|
|
this.selectStoreBt.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.selectStoreBt.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.selectStoreBt.Location = new System.Drawing.Point(335, 146); |
|
|
|
|
|
|
|
|
this.selectStoreBt.Location = new System.Drawing.Point(260, 359); |
|
|
this.selectStoreBt.Name = "selectStoreBt"; |
|
|
this.selectStoreBt.Name = "selectStoreBt"; |
|
|
this.selectStoreBt.Size = new System.Drawing.Size(115, 37); |
|
|
|
|
|
|
|
|
this.selectStoreBt.Size = new System.Drawing.Size(92, 32); |
|
|
this.selectStoreBt.TabIndex = 7; |
|
|
this.selectStoreBt.TabIndex = 7; |
|
|
this.selectStoreBt.Text = "选择仓库"; |
|
|
this.selectStoreBt.Text = "选择仓库"; |
|
|
this.selectStoreBt.UseVisualStyleBackColor = true; |
|
|
this.selectStoreBt.UseVisualStyleBackColor = true; |
|
|
@ -279,9 +317,9 @@ namespace BWPClientForTianRou { |
|
|
// button2
|
|
|
// button2
|
|
|
//
|
|
|
//
|
|
|
this.button2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.button2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.button2.Location = new System.Drawing.Point(335, 97); |
|
|
|
|
|
|
|
|
this.button2.Location = new System.Drawing.Point(259, 168); |
|
|
this.button2.Name = "button2"; |
|
|
this.button2.Name = "button2"; |
|
|
this.button2.Size = new System.Drawing.Size(115, 37); |
|
|
|
|
|
|
|
|
this.button2.Size = new System.Drawing.Size(92, 37); |
|
|
this.button2.TabIndex = 7; |
|
|
this.button2.TabIndex = 7; |
|
|
this.button2.Text = "选择产品"; |
|
|
this.button2.Text = "选择产品"; |
|
|
this.button2.UseVisualStyleBackColor = true; |
|
|
this.button2.UseVisualStyleBackColor = true; |
|
|
@ -293,7 +331,7 @@ namespace BWPClientForTianRou { |
|
|
this.userLabel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.userLabel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.userLabel.Location = new System.Drawing.Point(3, 8); |
|
|
this.userLabel.Location = new System.Drawing.Point(3, 8); |
|
|
this.userLabel.Name = "userLabel"; |
|
|
this.userLabel.Name = "userLabel"; |
|
|
this.userLabel.Size = new System.Drawing.Size(101, 20); |
|
|
|
|
|
|
|
|
this.userLabel.Size = new System.Drawing.Size(168, 20); |
|
|
this.userLabel.TabIndex = 5; |
|
|
this.userLabel.TabIndex = 5; |
|
|
this.userLabel.Text = "用户:"; |
|
|
this.userLabel.Text = "用户:"; |
|
|
//
|
|
|
//
|
|
|
@ -301,9 +339,9 @@ namespace BWPClientForTianRou { |
|
|
//
|
|
|
//
|
|
|
this.storeLable.BackColor = System.Drawing.SystemColors.MenuBar; |
|
|
this.storeLable.BackColor = System.Drawing.SystemColors.MenuBar; |
|
|
this.storeLable.Font = new System.Drawing.Font("宋体", 15F); |
|
|
this.storeLable.Font = new System.Drawing.Font("宋体", 15F); |
|
|
this.storeLable.Location = new System.Drawing.Point(3, 146); |
|
|
|
|
|
|
|
|
this.storeLable.Location = new System.Drawing.Point(4, 354); |
|
|
this.storeLable.Name = "storeLable"; |
|
|
this.storeLable.Name = "storeLable"; |
|
|
this.storeLable.Size = new System.Drawing.Size(327, 37); |
|
|
|
|
|
|
|
|
this.storeLable.Size = new System.Drawing.Size(249, 37); |
|
|
this.storeLable.TabIndex = 5; |
|
|
this.storeLable.TabIndex = 5; |
|
|
//
|
|
|
//
|
|
|
// goodsLabel
|
|
|
// goodsLabel
|
|
|
@ -311,9 +349,9 @@ namespace BWPClientForTianRou { |
|
|
this.goodsLabel.BackColor = System.Drawing.SystemColors.MenuBar; |
|
|
this.goodsLabel.BackColor = System.Drawing.SystemColors.MenuBar; |
|
|
this.goodsLabel.Cursor = System.Windows.Forms.Cursors.Default; |
|
|
this.goodsLabel.Cursor = System.Windows.Forms.Cursors.Default; |
|
|
this.goodsLabel.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.goodsLabel.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.goodsLabel.Location = new System.Drawing.Point(3, 97); |
|
|
|
|
|
|
|
|
this.goodsLabel.Location = new System.Drawing.Point(6, 168); |
|
|
this.goodsLabel.Name = "goodsLabel"; |
|
|
this.goodsLabel.Name = "goodsLabel"; |
|
|
this.goodsLabel.Size = new System.Drawing.Size(326, 37); |
|
|
|
|
|
|
|
|
this.goodsLabel.Size = new System.Drawing.Size(247, 37); |
|
|
this.goodsLabel.TabIndex = 5; |
|
|
this.goodsLabel.TabIndex = 5; |
|
|
//
|
|
|
//
|
|
|
// MainForm
|
|
|
// MainForm
|
|
|
@ -338,7 +376,7 @@ namespace BWPClientForTianRou { |
|
|
|
|
|
|
|
|
#endregion
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button button1; |
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button logoutButton; |
|
|
private System.Windows.Forms.Label lblDisplay; |
|
|
private System.Windows.Forms.Label lblDisplay; |
|
|
private System.Windows.Forms.DataGridView dataGridView; |
|
|
private System.Windows.Forms.DataGridView dataGridView; |
|
|
private System.Windows.Forms.SplitContainer splitContainer1; |
|
|
private System.Windows.Forms.SplitContainer splitContainer1; |
|
|
@ -360,5 +398,8 @@ namespace BWPClientForTianRou { |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn UnitCol; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn UnitCol; |
|
|
private System.Windows.Forms.DataGridViewButtonColumn DeleteDetail; |
|
|
private System.Windows.Forms.DataGridViewButtonColumn DeleteDetail; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsIDCol; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsIDCol; |
|
|
|
|
|
private System.Windows.Forms.Button button3; |
|
|
|
|
|
private System.Windows.Forms.Label noticeLabel; |
|
|
|
|
|
private System.Windows.Forms.Button startRec; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |