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

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

?? frmismanage.designer.cs

?? 工業庫存管理系統
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace SMS.GoodsManage
{
    partial class frmISManage
    {
        /// <summary>
        /// 必需的設計器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

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

        #region Windows 窗體設計器生成的代碼

        /// <summary>
        /// 設計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內容。
        /// </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 = "供應商名稱";
            // 
            // 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 = "貨物編號";
            // 
            // 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);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
69堂国产成人免费视频| 欧洲精品在线观看| 日本丶国产丶欧美色综合| 欧美日韩1234| 国产精品精品国产色婷婷| 日本亚洲三级在线| 一本大道久久精品懂色aⅴ| 26uuu亚洲综合色| 日韩精品三区四区| 色噜噜偷拍精品综合在线| 久久久久一区二区三区四区| 天天综合日日夜夜精品| 色悠久久久久综合欧美99| 久久午夜老司机| 伦理电影国产精品| 欧美日韩国产小视频| 一级日本不卡的影视| youjizz久久| 国产精品灌醉下药二区| 国内偷窥港台综合视频在线播放| 在线播放亚洲一区| 91豆麻精品91久久久久久| 久久综合色综合88| 青青草国产精品亚洲专区无| 在线观看国产精品网站| 亚洲精品国产视频| 96av麻豆蜜桃一区二区| 国产精品天天摸av网| 国产麻豆9l精品三级站| 日韩精品在线一区二区| 香港成人在线视频| 成人的网站免费观看| 国产精品色噜噜| 成人做爰69片免费看网站| 久久伊人蜜桃av一区二区| 狠狠狠色丁香婷婷综合久久五月| 日韩一区二区在线观看视频| 青草av.久久免费一区| 91精品国产欧美一区二区| 婷婷综合另类小说色区| 日韩三级伦理片妻子的秘密按摩| 美女www一区二区| 日韩女优制服丝袜电影| 国产综合成人久久大片91| 国产三级精品视频| av在线不卡观看免费观看| 中文字幕一区二区三| 91亚洲精品久久久蜜桃| 亚洲综合精品自拍| 欧美一区二区三区思思人| 精品粉嫩超白一线天av| 国产91在线看| 一区二区三区不卡在线观看| 欧美日韩一区二区不卡| 国模一区二区三区白浆| 中文字幕在线播放不卡一区| 色狠狠一区二区| 美女视频网站久久| 国产精品乱码一区二区三区软件 | 亚洲色图欧洲色图婷婷| 91精品1区2区| 久久丁香综合五月国产三级网站| 日韩色视频在线观看| 中文字幕永久在线不卡| 6080亚洲精品一区二区| 国产乱码精品一区二区三区忘忧草 | 国产在线不卡一区| 懂色av一区二区夜夜嗨| 亚洲欧洲日本在线| 4438x亚洲最大成人网| 国产毛片精品视频| 亚洲制服丝袜av| 日韩精品专区在线影院重磅| 成人91在线观看| 日本怡春院一区二区| 国产精品久久久99| 欧美成人乱码一区二区三区| 成人h动漫精品| 免费在线观看精品| 亚洲日本免费电影| 国产一区二区不卡| 青娱乐精品视频在线| 久久99精品国产91久久来源| 久久精品人人做| 欧美性大战久久久久久久| 极品美女销魂一区二区三区| 一区二区三区影院| 久久久无码精品亚洲日韩按摩| 91国在线观看| 岛国av在线一区| 91视视频在线观看入口直接观看www | 亚洲人吸女人奶水| 亚洲激情av在线| 国产亚洲污的网站| 日韩免费视频一区| 5月丁香婷婷综合| 色综合婷婷久久| 成人精品国产免费网站| 91在线观看地址| 视频一区中文字幕| 一区二区三区四区激情| 中文字幕中文字幕一区二区| 精品国产网站在线观看| 欧美一级日韩免费不卡| 欧美日韩免费观看一区三区| 色一区在线观看| av一二三不卡影片| 成人免费看的视频| 高清免费成人av| 国产精品一区二区不卡| 国产麻豆9l精品三级站| 久久久久久久久久久久久女国产乱| 欧美一级一区二区| 51久久夜色精品国产麻豆| 欧美日韩你懂得| 欧美日韩在线三区| 欧美日韩日本视频| 欧美一卡二卡三卡| 欧美大片免费久久精品三p | 波多野结衣亚洲一区| 免费av网站大全久久| 麻豆精品在线看| 久国产精品韩国三级视频| 国产亚洲制服色| 不卡在线观看av| 国产女人aaa级久久久级| 日韩精品一区二区三区三区免费| 欧美一区二区三区婷婷月色| 欧美疯狂性受xxxxx喷水图片| 欧美色视频一区| 欧美日韩亚洲另类| 欧美一区二区三区四区五区| 日韩美女一区二区三区四区| 国产视频一区二区在线| 国产日产亚洲精品系列| 日韩理论片一区二区| 一级中文字幕一区二区| 男人的天堂久久精品| 国产一区三区三区| 成人av在线一区二区| 91蜜桃网址入口| 91麻豆精品国产91久久久| 久久蜜桃av一区精品变态类天堂 | 青草av.久久免费一区| 国内成人精品2018免费看| 成人h动漫精品一区二区| 欧美三区在线视频| 26uuuu精品一区二区| 最新中文字幕一区二区三区 | 国产麻豆视频一区二区| 99久久免费国产| 337p亚洲精品色噜噜| xvideos.蜜桃一区二区| 玉米视频成人免费看| 久久91精品久久久久久秒播| 亚洲欧洲中文日韩久久av乱码| 日韩精品色哟哟| 91免费在线播放| 日韩欧美在线网站| 亚洲日本在线天堂| 麻豆91在线播放| 在线观看区一区二| 国产亚洲女人久久久久毛片| 亚洲第四色夜色| av一区二区三区四区| 欧美电影免费观看高清完整版| 一区视频在线播放| 国产女同性恋一区二区| 亚洲v日本v欧美v久久精品| 国产成人在线观看免费网站| 欧美精品久久99| 亚洲视频网在线直播| 国产精品影视网| 538在线一区二区精品国产| 亚洲欧美经典视频| 国产成人综合亚洲网站| 欧美性淫爽ww久久久久无| 欧美疯狂做受xxxx富婆| 亚洲精品久久久久久国产精华液| 国产一区91精品张津瑜| 8x福利精品第一导航| 亚洲精品欧美在线| 成人黄动漫网站免费app| 久久免费的精品国产v∧| 老司机午夜精品| 91精品国产综合久久香蕉的特点| 樱花影视一区二区| 波多野结衣的一区二区三区| 国产无人区一区二区三区| 久久精品av麻豆的观看方式| 7777精品久久久大香线蕉| 亚洲成人综合在线| 欧美偷拍一区二区| 一区二区三区在线不卡| 日本韩国欧美国产| 国产精品成人在线观看| 成人免费黄色大片| 国产精品白丝在线| 91免费在线播放| 亚洲午夜影视影院在线观看|