亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
免费成人小视频| 久久一区二区三区国产精品| 亚洲成人黄色小说| 91精品国产综合久久福利| 日韩伦理免费电影| 三级一区在线视频先锋| 久久av资源网| 91视频一区二区| 国产欧美日韩精品在线| 国产精品免费免费| 欧美日韩国产欧美日美国产精品| 亚洲精品你懂的| 91精品国产一区二区| 婷婷综合久久一区二区三区| 在线观看日韩精品| 伊人婷婷欧美激情| 欧美日韩久久不卡| 国产呦萝稀缺另类资源| 亚洲已满18点击进入久久| 欧美日韩成人一区| 六月丁香综合在线视频| 精品成人在线观看| 91免费看`日韩一区二区| 日本不卡123| 亚洲免费高清视频在线| 国内精品伊人久久久久av一坑 | 久久精品男人的天堂| 99久久久久久| 亚洲欧洲一区二区三区| 国产成人免费视频网站| 开心九九激情九九欧美日韩精美视频电影 | 自拍偷拍亚洲欧美日韩| 国产99一区视频免费| 中文字幕亚洲成人| 日韩精品一区在线观看| 精品国产人成亚洲区| 91精品在线免费| 精品三级av在线| 91精品在线麻豆| 久久视频一区二区| 国产日韩影视精品| 亚洲精品国产视频| 日韩精品亚洲一区| 精品写真视频在线观看| 国产精品一区免费在线观看| 日韩精品亚洲专区| 久久99在线观看| 国产精品911| 国产精品资源站在线| av电影一区二区| 欧美一区二区播放| 欧美不卡一区二区三区四区| 亚洲美女精品一区| 一区二区免费看| 国产精一品亚洲二区在线视频| 国产乱码精品一区二区三区忘忧草 | 天堂一区二区在线| 激情文学综合插| 91在线无精精品入口| 在线观看国产日韩| 91精品国产综合久久福利软件| 欧美性感一区二区三区| 国产亚洲欧美在线| 一区二区免费在线| 国模冰冰炮一区二区| 色噜噜狠狠色综合中国| 精品日韩欧美在线| 欧美aⅴ一区二区三区视频| 九色综合国产一区二区三区| 国产激情视频一区二区三区欧美| 欧美精品国产精品| 国产清纯美女被跳蛋高潮一区二区久久w | 亚洲成人免费视频| 99精品偷自拍| 久久日韩精品一区二区五区| 亚欧色一区w666天堂| 成人午夜精品一区二区三区| 久久久久久久网| 日本vs亚洲vs韩国一区三区二区 | 国产精品影视在线观看| 日韩色在线观看| 毛片av一区二区| 色欲综合视频天天天| 国产精品免费久久久久| 国产一区二区美女诱惑| 一本一道久久a久久精品 | 91麻豆精品秘密| 国产亚洲综合色| 韩国欧美国产1区| 欧美成人在线直播| 国内成+人亚洲+欧美+综合在线| 欧美大片在线观看一区二区| 亚洲观看高清完整版在线观看| 国产成人福利片| wwwwww.欧美系列| 精品一区二区国语对白| 久久久久久免费网| 亚洲成人综合网站| 日韩午夜在线播放| 国产精品一区二区在线观看网站| 欧美精品一区二区久久婷婷 | 亚洲色图一区二区三区| 国内精品视频666| 成人免费在线播放视频| 在线免费不卡视频| 精品一二三四区| 欧美成人艳星乳罩| 国产精品一区二区黑丝| 亚洲人午夜精品天堂一二香蕉| 91影院在线免费观看| 蜜桃视频在线一区| 精品国产电影一区二区| 色综合久久久久综合体桃花网| 国产精品乱码妇女bbbb| 91在线视频免费91| 欧美aaaaaa午夜精品| 亚洲欧洲成人自拍| 久久综合色之久久综合| 91在线国产观看| 亚洲一区二区三区中文字幕| 久久久久久久久久久电影| 97久久久精品综合88久久| 亚洲最大的成人av| 91精品国产综合久久蜜臀 | 国产精品国产三级国产普通话蜜臀 | 国产视频亚洲色图| 在线观看www91| 国产精品一区在线| 亚洲国产综合色| 亚洲久本草在线中文字幕| 久久久精品国产免费观看同学| 欧美体内she精高潮| jlzzjlzz亚洲日本少妇| 国内精品视频一区二区三区八戒| 偷拍日韩校园综合在线| 精品国产乱码久久久久久蜜臀| 成人亚洲一区二区一| 免费在线观看成人| 亚洲蜜臀av乱码久久精品| 日韩色视频在线观看| 色综合久久综合网97色综合| 国产ts人妖一区二区| 亚洲电影中文字幕在线观看| 亚洲夂夂婷婷色拍ww47| 国产精品二三区| 国产精品久久久久久久久果冻传媒| 日韩欧美第一区| 精品99一区二区三区| 精品动漫一区二区三区在线观看 | 91美女在线看| 久久99精品久久久久| 久久99久久99小草精品免视看| 欧美激情综合在线| 亚洲人xxxx| 一区二区三区在线视频免费| 国产精品天美传媒| 亚洲日本在线看| 亚洲国产中文字幕在线视频综合 | 成人免费视频免费观看| 91免费观看在线| 国产凹凸在线观看一区二区| 国产精品自在欧美一区| 99在线精品视频| 欧美在线观看禁18| 不卡视频一二三| 91免费观看在线| 日韩三级视频在线看| 日韩亚洲欧美一区二区三区| 日韩午夜小视频| 国产精品久久久久久久久晋中 | 国产在线精品一区二区夜色| 波多野洁衣一区| 91在线观看成人| 3751色影院一区二区三区| 欧美国产乱子伦 | 一区二区三区**美女毛片| 丝袜国产日韩另类美女| 免费av成人在线| 波多野结衣中文字幕一区| 欧美精品欧美精品系列| 国产欧美中文在线| 丝袜美腿成人在线| 色综合激情久久| 日韩女优制服丝袜电影| 中文字幕欧美一区| 亚洲一卡二卡三卡四卡| 五月天一区二区三区| 成人看片黄a免费看在线| 99视频在线精品| 精品国产伦一区二区三区观看方式| 久久精品水蜜桃av综合天堂| 一区二区三区四区在线免费观看| 婷婷激情综合网| 972aa.com艺术欧美| 国产午夜久久久久| 亚洲色图色小说| 麻豆精品新av中文字幕| 欧美日韩国产另类不卡| 一区二区三区视频在线看| voyeur盗摄精品|