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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? frmismanage.designer.cs

?? 這是一個(gè)庫存管理系統(tǒng)
?? CS
?? 第 1 頁 / 共 2 頁
字號(hào):
?namespace SMS.GoodsManage
{
    partial class frmISManage
    {
        /// <summary>
        /// 必需的設(shè)計(jì)器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設(shè)計(jì)器生成的代碼

        /// <summary>
        /// 設(shè)計(jì)器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmISManage));
            this.btnDel = new System.Windows.Forms.Button();
            this.btnAdd = new System.Windows.Forms.Button();
            this.btnExit = new System.Windows.Forms.Button();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.txtISGName = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.cboxPName = new System.Windows.Forms.ComboBox();
            this.txtISGID = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.txtISGNum = new System.Windows.Forms.TextBox();
            this.cboxSName = new System.Windows.Forms.ComboBox();
            this.txtISRemark = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.txtGIPrice = new System.Windows.Forms.TextBox();
            this.labGPrice = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cboxGUnit = new System.Windows.Forms.ComboBox();
            this.txtHPeople = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.txtGSPrice = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtGSpec = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
            this.dgvISManage = new System.Windows.Forms.DataGridView();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvISManage)).BeginInit();
            this.SuspendLayout();
            // 
            // btnDel
            // 
            this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
            this.btnDel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnDel.Location = new System.Drawing.Point(34, 80);
            this.btnDel.Name = "btnDel";
            this.btnDel.Size = new System.Drawing.Size(75, 23);
            this.btnDel.TabIndex = 11;
            this.btnDel.Text = "刪除";
            this.btnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnDel.UseVisualStyleBackColor = true;
            this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
            // 
            // btnAdd
            // 
            this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
            this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnAdd.Location = new System.Drawing.Point(34, 43);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(75, 23);
            this.btnAdd.TabIndex = 10;
            this.btnAdd.Text = "入庫";
            this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnAdd.UseVisualStyleBackColor = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // btnExit
            // 
            this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
            this.btnExit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnExit.Location = new System.Drawing.Point(34, 117);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(75, 23);
            this.btnExit.TabIndex = 12;
            this.btnExit.Text = "退出";
            this.btnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(212, 54);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 6;
            this.label4.Text = "供應(yīng)商名稱";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(25, 54);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "倉庫名稱";
            // 
            // txtISGName
            // 
            this.txtISGName.Location = new System.Drawing.Point(286, 23);
            this.txtISGName.Name = "txtISGName";
            this.txtISGName.Size = new System.Drawing.Size(100, 21);
            this.txtISGName.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(218, 26);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "貨物名稱";
            // 
            // cboxPName
            // 
            this.cboxPName.FormattingEnabled = true;
            this.cboxPName.Location = new System.Drawing.Point(286, 51);
            this.cboxPName.Name = "cboxPName";
            this.cboxPName.Size = new System.Drawing.Size(100, 20);
            this.cboxPName.TabIndex = 3;
            // 
            // txtISGID
            // 
            this.txtISGID.Location = new System.Drawing.Point(95, 23);
            this.txtISGID.Name = "txtISGID";
            this.txtISGID.Size = new System.Drawing.Size(100, 21);
            this.txtISGID.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(31, 26);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "貨物編號(hào)";
            // 
            // txtISGNum
            // 
            this.txtISGNum.Location = new System.Drawing.Point(95, 107);
            this.txtISGNum.Name = "txtISGNum";
            this.txtISGNum.Size = new System.Drawing.Size(100, 21);
            this.txtISGNum.TabIndex = 6;
            // 
            // cboxSName
            // 
            this.cboxSName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboxSName.FormattingEnabled = true;
            this.cboxSName.Location = new System.Drawing.Point(95, 51);
            this.cboxSName.MaxDropDownItems = 10;
            this.cboxSName.Name = "cboxSName";
            this.cboxSName.Size = new System.Drawing.Size(100, 20);
            this.cboxSName.TabIndex = 2;
            // 
            // txtISRemark
            // 
            this.txtISRemark.Location = new System.Drawing.Point(95, 163);
            this.txtISRemark.Multiline = true;
            this.txtISRemark.Name = "txtISRemark";
            this.txtISRemark.Size = new System.Drawing.Size(291, 68);
            this.txtISRemark.TabIndex = 9;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(43, 166);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(29, 12);
            this.label8.TabIndex = 16;
            this.label8.Text = "備注";
            // 
            // txtGIPrice
            // 
            this.txtGIPrice.Location = new System.Drawing.Point(286, 107);
            this.txtGIPrice.Name = "txtGIPrice";
            this.txtGIPrice.Size = new System.Drawing.Size(100, 21);
            this.txtGIPrice.TabIndex = 7;
            this.txtGIPrice.TextChanged += new System.EventHandler(this.txtGIPrice_TextChanged);
            // 
            // labGPrice
            // 
            this.labGPrice.AutoSize = true;
            this.labGPrice.Location = new System.Drawing.Point(218, 110);
            this.labGPrice.Name = "labGPrice";
            this.labGPrice.Size = new System.Drawing.Size(53, 12);

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲综合一二三区| 久久99国产精品成人| 精品国产不卡一区二区三区| 91一区一区三区| 婷婷一区二区三区| 亚洲欧美激情插 | 极品少妇一区二区| 亚洲激情欧美激情| 中文字幕不卡的av| 欧美精品一区二区三区蜜桃| 欧美最猛性xxxxx直播| 丁香啪啪综合成人亚洲小说| 青青草原综合久久大伊人精品| 亚洲欧美成人一区二区三区| 国产亚洲va综合人人澡精品| 日韩久久免费av| 91精品国产综合久久久蜜臀粉嫩 | 久久综合久久久久88| 欧美色图第一页| 91美女在线观看| 91玉足脚交白嫩脚丫在线播放| 国产成人在线网站| 久久99九九99精品| 奇米精品一区二区三区在线观看| 亚洲国产精品欧美一二99| 日韩理论片网站| 国产精品亲子伦对白| 久久久久高清精品| 久久久蜜桃精品| 久久亚洲私人国产精品va媚药| 欧美一级精品在线| 欧美一级在线视频| 欧美tickle裸体挠脚心vk| 欧美一区二区三区婷婷月色| 7777精品伊人久久久大香线蕉| 欧美无人高清视频在线观看| 色欧美日韩亚洲| 欧美三级韩国三级日本三斤| 欧美性做爰猛烈叫床潮| 欧美性受xxxx黑人xyx| 91国在线观看| 欧美另类z0zxhd电影| 在线电影一区二区三区| 7777精品伊人久久久大香线蕉的 | 久久久不卡网国产精品二区| 精品动漫一区二区三区在线观看| 精品福利av导航| 久久亚洲一区二区三区四区| 中文字幕免费一区| 亚洲乱码中文字幕综合| 亚洲激情中文1区| 亚洲午夜精品一区二区三区他趣| 肉肉av福利一精品导航| 久久国内精品视频| 丰满少妇在线播放bd日韩电影| 成人激情文学综合网| 91丝袜呻吟高潮美腿白嫩在线观看| 97se狠狠狠综合亚洲狠狠| 91麻豆国产香蕉久久精品| 欧美视频自拍偷拍| 日韩欧美第一区| 亚洲国产成人午夜在线一区| 一区二区视频免费在线观看| 午夜成人免费电影| 国产一区二区91| 99精品1区2区| 欧美精品免费视频| 久久久久久日产精品| 亚洲日本韩国一区| 日韩电影在线观看电影| 国产原创一区二区三区| 色综合久久综合网97色综合| 欧美乱妇20p| 国产欧美日韩精品一区| 一区二区三区免费网站| 蜜桃视频免费观看一区| hitomi一区二区三区精品| 欧美日韩亚洲综合在线 欧美亚洲特黄一级 | 在线不卡免费欧美| 久久久久久久久伊人| 亚洲欧美日韩国产成人精品影院| 天堂久久一区二区三区| 床上的激情91.| 欧美电影一区二区三区| 国产精品久久久久永久免费观看| 亚洲一卡二卡三卡四卡五卡| 精品一区二区三区免费毛片爱 | 免费观看日韩电影| 99精品久久久久久| 欧美r级电影在线观看| 亚洲精品国产成人久久av盗摄 | 中文字幕免费不卡| 日韩激情视频在线观看| 99久久精品免费精品国产| 91精品国产91久久久久久最新毛片 | 制服丝袜国产精品| 综合亚洲深深色噜噜狠狠网站| 琪琪一区二区三区| 91亚洲男人天堂| 国产亚洲精品久| 日韩电影网1区2区| 欧美亚洲国产bt| 国产精品夫妻自拍| 国产在线播放一区三区四| 欧美日韩aaaaa| 亚洲日本韩国一区| 成人午夜视频福利| 亚洲精品一区二区三区四区高清 | 福利视频网站一区二区三区| 欧美精品久久久久久久多人混战| 国产精品电影院| 国产精品小仙女| 日韩精品一区二区三区在线播放| 亚洲三级在线免费| 成人综合婷婷国产精品久久 | 国产一本一道久久香蕉| 欧美精品久久99久久在免费线| 一区二区在线免费| 色综合亚洲欧洲| 中文字幕一区在线| jlzzjlzz欧美大全| 国产精品色婷婷| 国产白丝网站精品污在线入口| 日韩精品一区在线| 久久国产精品99久久久久久老狼 | 欧美精品tushy高清| 亚洲一区影音先锋| 91黄视频在线观看| 亚洲综合激情另类小说区| 色噜噜久久综合| 亚洲精品免费电影| 色婷婷综合久久久久中文| 中文字幕一区二区三区精华液| 成人免费毛片嘿嘿连载视频| 国产清纯美女被跳蛋高潮一区二区久久w| 老司机午夜精品99久久| 日韩精品一区二区三区swag| 麻豆精品蜜桃视频网站| 欧美videossexotv100| 精品一区二区三区不卡| 久久无码av三级| 国产乱子伦视频一区二区三区 | 精品福利二区三区| 国产精品综合视频| 欧美国产乱子伦 | 色88888久久久久久影院野外| 亚洲色图一区二区三区| 在线观看日韩电影| 亚洲成人1区2区| 日韩三级精品电影久久久| 久久精品国产77777蜜臀| 2欧美一区二区三区在线观看视频| 久久99国产精品久久99| 国产欧美视频一区二区| jlzzjlzz亚洲日本少妇| 亚洲国产视频a| 日韩欧美在线综合网| 国内精品嫩模私拍在线| 亚洲国产高清aⅴ视频| 99r精品视频| 无码av中文一区二区三区桃花岛| 欧美一区二区在线看| 国产九色sp调教91| 亚洲卡通动漫在线| 日韩一级视频免费观看在线| 国产精品一级黄| 亚洲嫩草精品久久| 日韩美女一区二区三区四区| 福利一区二区在线| 午夜精品久久久久久久蜜桃app| 日韩欧美视频一区| www.亚洲人| 天天亚洲美女在线视频| 国产视频在线观看一区二区三区| 91黄色免费观看| 狠狠狠色丁香婷婷综合激情 | 欧美在线高清视频| 久久成人免费网站| 亚洲靠逼com| 久久久精品tv| 欧美人牲a欧美精品| 成人黄色综合网站| 蜜臀av一区二区在线观看| 国产精品五月天| 3atv一区二区三区| 91麻豆自制传媒国产之光| 久久99热这里只有精品| 依依成人综合视频| 久久精品水蜜桃av综合天堂| 欧美日韩国产一区二区三区地区| 国产乱人伦偷精品视频不卡| 亚洲国产综合91精品麻豆| 久久精子c满五个校花| 欧美日韩不卡视频| 91亚洲精华国产精华精华液| 久久激五月天综合精品| 亚洲国产欧美在线| 国产精品成人网| 久久精品一区蜜桃臀影院| 欧美一区午夜精品|