亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? frmbgmanage.designer.cs

?? 工業庫存管理系統
?? CS
?? 第 1 頁 / 共 2 頁
字號:
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(36, 102);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(41, 12);
            this.label6.TabIndex = 10;
            this.label6.Text = "借貨人";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(30, 28);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 8;
            this.label5.Text = "倉庫名稱";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.cboxGName);
            this.groupBox1.Controls.Add(this.cboxSName);
            this.groupBox1.Controls.Add(this.cboxGSpec);
            this.groupBox1.Controls.Add(this.txtBGRemark);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.txtHPeople);
            this.groupBox1.Controls.Add(this.labHPeople);
            this.groupBox1.Controls.Add(this.txtBGDepart);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.txtBGPeople);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtBGNum);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Location = new System.Drawing.Point(9, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(426, 237);
            this.groupBox1.TabIndex = 6;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "信息";
            // 
            // cboxGName
            // 
            this.cboxGName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboxGName.FormattingEnabled = true;
            this.cboxGName.Location = new System.Drawing.Point(286, 25);
            this.cboxGName.MaxDropDownItems = 100;
            this.cboxGName.Name = "cboxGName";
            this.cboxGName.Size = new System.Drawing.Size(100, 20);
            this.cboxGName.TabIndex = 1;
            this.cboxGName.SelectedIndexChanged += new System.EventHandler(this.cboxGName_SelectedIndexChanged);
            // 
            // cboxSName
            // 
            this.cboxSName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboxSName.FormattingEnabled = true;
            this.cboxSName.Location = new System.Drawing.Point(95, 25);
            this.cboxSName.MaxDropDownItems = 100;
            this.cboxSName.Name = "cboxSName";
            this.cboxSName.Size = new System.Drawing.Size(100, 20);
            this.cboxSName.TabIndex = 0;
            this.cboxSName.SelectedIndexChanged += new System.EventHandler(this.cboxSName_SelectedIndexChanged);
            // 
            // cboxGSpec
            // 
            this.cboxGSpec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboxGSpec.FormattingEnabled = true;
            this.cboxGSpec.Location = new System.Drawing.Point(95, 63);
            this.cboxGSpec.MaxDropDownItems = 100;
            this.cboxGSpec.Name = "cboxGSpec";
            this.cboxGSpec.Size = new System.Drawing.Size(100, 20);
            this.cboxGSpec.TabIndex = 2;
            // 
            // txtBGRemark
            // 
            this.txtBGRemark.Location = new System.Drawing.Point(95, 166);
            this.txtBGRemark.Multiline = true;
            this.txtBGRemark.Name = "txtBGRemark";
            this.txtBGRemark.Size = new System.Drawing.Size(291, 55);
            this.txtBGRemark.TabIndex = 7;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(42, 169);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(29, 12);
            this.label8.TabIndex = 16;
            this.label8.Text = "備注";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(30, 66);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "貨物規格";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(220, 28);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "貨物名稱";
            // 
            // hScrollBar1
            // 
            this.hScrollBar1.Location = new System.Drawing.Point(12, 387);
            this.hScrollBar1.Name = "hScrollBar1";
            this.hScrollBar1.Size = new System.Drawing.Size(565, 17);
            this.hScrollBar1.TabIndex = 9;
            // 
            // dgvBGManage
            // 
            this.dgvBGManage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvBGManage.Location = new System.Drawing.Point(12, 255);
            this.dgvBGManage.Name = "dgvBGManage";
            this.dgvBGManage.ReadOnly = true;
            this.dgvBGManage.RowTemplate.Height = 23;
            this.dgvBGManage.Size = new System.Drawing.Size(565, 149);
            this.dgvBGManage.TabIndex = 7;
            this.dgvBGManage.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBGManage_CellClick);
            // 
            // errorPrBGNum
            // 
            this.errorPrBGNum.ContainerControl = this;
            // 
            // frmBGManage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(592, 416);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.hScrollBar1);
            this.Controls.Add(this.dgvBGManage);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "frmBGManage";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "借貨管理";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmBGManage_FormClosed);
            this.Load += new System.EventHandler(this.frmBGManage_Load);
            this.groupBox2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvBGManage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorPrBGNum)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TextBox txtHPeople;
        private System.Windows.Forms.Label labHPeople;
        private System.Windows.Forms.TextBox txtBGDepart;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox txtBGNum;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Button btnDel;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.TextBox txtBGPeople;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.HScrollBar hScrollBar1;
        private System.Windows.Forms.DataGridView dgvBGManage;
        private System.Windows.Forms.TextBox txtBGRemark;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.ComboBox cboxGSpec;
        private System.Windows.Forms.ComboBox cboxSName;
        private System.Windows.Forms.ComboBox cboxGName;
        private System.Windows.Forms.Button btnRGManage;
        private System.Windows.Forms.ErrorProvider errorPrBGNum;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲国产精品激情在线观看| 亚洲国产日产av| 一级日本不卡的影视| 老鸭窝一区二区久久精品| 成人av高清在线| 日韩欧美国产一二三区| 亚洲视频每日更新| 国产乱子轮精品视频| 欧美人体做爰大胆视频| 综合亚洲深深色噜噜狠狠网站| 理论电影国产精品| 欧美高清一级片在线| 最近日韩中文字幕| 成人精品高清在线| 久久老女人爱爱| 美女爽到高潮91| 欧美日韩国产高清一区二区三区| 中文字幕一区日韩精品欧美| 国产又黄又大久久| 91精品国产欧美一区二区| 亚洲成人自拍网| 在线观看www91| 亚洲人成网站色在线观看| 丁香啪啪综合成人亚洲小说| 精品处破学生在线二十三| 奇米影视7777精品一区二区| 欧美麻豆精品久久久久久| 亚洲国产人成综合网站| 欧洲精品视频在线观看| 一级做a爱片久久| 欧美色图天堂网| 一区二区三区精品视频| 91猫先生在线| 亚洲午夜日本在线观看| 欧美视频三区在线播放| 亚洲午夜一二三区视频| 欧美日韩一区小说| 婷婷丁香久久五月婷婷| 欧美日韩1区2区| 欧美aⅴ一区二区三区视频| 日韩一区二区在线观看| 韩国精品久久久| 欧美韩国日本综合| 99v久久综合狠狠综合久久| 亚洲精品乱码久久久久| 欧洲精品一区二区| 蜜桃视频一区二区| 久久久美女艺术照精彩视频福利播放| 久久91精品国产91久久小草| 久久精品一二三| 99re这里只有精品首页| 一区二区日韩av| 欧美日本精品一区二区三区| 男人操女人的视频在线观看欧美| 精品三级av在线| 岛国av在线一区| 亚洲欧美日本韩国| 精品毛片乱码1区2区3区| 国产在线精品一区二区不卡了| 久久久精品免费网站| 91美女视频网站| 久久精品国产免费看久久精品| 久久久噜噜噜久久中文字幕色伊伊| 成人激情免费网站| 婷婷成人综合网| 亚洲国产精品v| 欧美日韩国产欧美日美国产精品| 国产精品资源在线看| 亚洲男人天堂av| 日韩欧美中文一区| av亚洲精华国产精华| 亚洲成人在线观看视频| 精品久久久久久无| 一本大道久久a久久精二百| 麻豆免费精品视频| 亚洲人妖av一区二区| 精品久久久久久久一区二区蜜臀| 99国产精品久久久久| 国产在线视视频有精品| 一区二区三区免费看视频| 国产亚洲欧美中文| 欧美另类videos死尸| 波多野结衣亚洲| 精品一区二区成人精品| 一区二区三区精密机械公司| 久久免费看少妇高潮| 欧美一区二区观看视频| 91麻豆国产香蕉久久精品| 国产在线播放一区二区三区| 亚洲国产精品久久不卡毛片| 国产精品日产欧美久久久久| 日韩一级精品视频在线观看| 在线精品视频免费观看| 成人av网站免费观看| 久久99国内精品| 丝瓜av网站精品一区二区 | 欧美日韩夫妻久久| 东方欧美亚洲色图在线| 久久精品av麻豆的观看方式| 亚洲高清免费在线| 尤物av一区二区| 亚洲欧洲成人av每日更新| 久久久国产精华| 久久久综合网站| 精品国产一区二区三区忘忧草 | 26uuu成人网一区二区三区| 欧美美女激情18p| 在线日韩av片| 色综合色狠狠天天综合色| 处破女av一区二区| 国产成人啪免费观看软件| 蜜臀av性久久久久蜜臀av麻豆 | 国产成人免费视频网站| 久久国产综合精品| 美国十次综合导航| 蜜臀精品一区二区三区在线观看 | 粉嫩av亚洲一区二区图片| 美女视频网站黄色亚洲| 美女视频一区在线观看| 国产一区二区视频在线| 久久精品99国产精品| 国产一区在线看| 国产精品自拍毛片| 波多野结衣精品在线| 99视频一区二区| 一本色道久久综合狠狠躁的推荐| 一本大道久久a久久综合| 色天使色偷偷av一区二区| 欧美日韩国产一级片| 日韩视频一区二区三区| 26uuu成人网一区二区三区| 国产欧美日韩麻豆91| 一区免费观看视频| 亚洲精品菠萝久久久久久久| 亚洲chinese男男1069| 裸体歌舞表演一区二区| 国产成人自拍网| 欧美在线制服丝袜| 56国语精品自产拍在线观看| 亚洲精品在线观看视频| 国产精品情趣视频| 天涯成人国产亚洲精品一区av| 免费人成在线不卡| 成人app软件下载大全免费| 91成人在线观看喷潮| 日韩一卡二卡三卡四卡| 国产亚洲美州欧州综合国| 亚洲欧洲制服丝袜| 毛片基地黄久久久久久天堂| 国产成人免费网站| 欧美日韩一区二区在线观看| 精品久久久网站| 一区二区三区四区视频精品免费| 麻豆成人免费电影| 97国产一区二区| 日韩欧美一二三| 一区二区三区在线看| 精品亚洲porn| 色婷婷亚洲一区二区三区| 精品日韩一区二区三区免费视频| 亚洲人123区| 国产一区中文字幕| 91精品综合久久久久久| 中文无字幕一区二区三区 | 欧美一级久久久久久久大片| 中文字幕乱码一区二区免费| 香蕉影视欧美成人| 粉嫩高潮美女一区二区三区| 欧美一区永久视频免费观看| 亚洲女同一区二区| 国产精品一区二区久久精品爱涩| 欧美日韩成人在线| 日韩理论片中文av| 久久99国内精品| 777色狠狠一区二区三区| 国产精品二三区| 国产精品亚洲成人| 日韩欧美精品三级| 五月天亚洲婷婷| 91久久精品国产91性色tv| 久久久三级国产网站| 另类的小说在线视频另类成人小视频在线| 日本电影亚洲天堂一区| 欧美韩国日本不卡| 国产成人精品免费网站| 欧美一级生活片| 日本不卡视频一二三区| 欧美日韩国产系列| 亚洲成人一区二区| 欧美日韩在线免费视频| 一区二区三区电影在线播| 99久久99久久精品免费观看 | 日韩精品一区在线| 秋霞电影一区二区| 日韩一区二区在线看| 另类中文字幕网| 久久色视频免费观看| 国产精品资源在线| 中文字幕精品一区二区精品绿巨人 | 精品久久久久一区|