亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
亚洲成va人在线观看| 九九九精品视频| 精品处破学生在线二十三| 懂色av一区二区夜夜嗨| 亚洲午夜在线电影| 久久男人中文字幕资源站| 色婷婷国产精品| 国产乱人伦精品一区二区在线观看| 亚洲欧美在线高清| 欧美一级在线免费| 色噜噜久久综合| 国产成人av一区| 日韩和欧美一区二区三区| 中文字幕亚洲在| 精品久久人人做人人爰| 欧美在线观看视频在线| 岛国一区二区在线观看| 麻豆成人在线观看| 亚洲电影欧美电影有声小说| 国产精品久久久久久久久图文区| 日韩欧美亚洲一区二区| 欧美日韩国产影片| 色综合久久99| 成人动漫视频在线| 国产福利一区二区| 久久精品国产亚洲5555| 天堂蜜桃一区二区三区| 亚洲综合在线观看视频| 中文字幕亚洲视频| 国产欧美一区二区精品性色超碰| 日韩午夜中文字幕| 欧美日韩精品专区| 欧美亚洲丝袜传媒另类| 色综合久久天天综合网| 不卡在线视频中文字幕| 国产69精品久久777的优势| 精品系列免费在线观看| 美女一区二区三区| 日韩高清不卡在线| 天堂va蜜桃一区二区三区漫画版| 一区二区欧美国产| 一区二区三区高清| 一区二区三区免费网站| 亚洲精品成人a在线观看| 亚洲美女屁股眼交3| 国产精品久久久久aaaa樱花| 国产精品你懂的| 中文字幕av一区二区三区高| 国产欧美一区二区精品性色| 国产人成亚洲第一网站在线播放| 久久久蜜桃精品| 欧美国产日韩亚洲一区| 国产精品久久免费看| 日韩一区欧美小说| 一区二区三区成人| 一区二区三区在线观看欧美| 亚洲精品国产视频| 亚洲在线中文字幕| 日韩高清在线不卡| 国内外成人在线| 国产成人精品免费| 91香蕉视频黄| 欧美日韩亚洲另类| 日韩午夜av电影| 国产亚洲欧美一区在线观看| 国产精品美女一区二区在线观看| 免费在线成人网| 国产精品亚洲一区二区三区在线| 成人午夜视频在线观看| 91精品91久久久中77777| 欧美日韩精品免费观看视频| 日韩限制级电影在线观看| 国产婷婷一区二区| 亚洲婷婷在线视频| 午夜成人免费视频| 国产资源在线一区| 99热99精品| 欧美日韩成人激情| 国产日韩欧美激情| 亚洲一区二区三区小说| 久久激五月天综合精品| 波多野结衣精品在线| 欧美日韩在线一区二区| 久久影院视频免费| 亚洲视频香蕉人妖| 免费观看久久久4p| 99这里只有精品| 日韩一区二区视频在线观看| 国产目拍亚洲精品99久久精品| 伊人性伊人情综合网| 久久电影国产免费久久电影| 成人永久aaa| 欧美精品三级日韩久久| 国产拍欧美日韩视频二区| 一区二区理论电影在线观看| 精品一区二区三区免费观看| 国产精品久久久久7777按摩| 午夜在线成人av| 成人福利视频网站| 制服视频三区第一页精品| 精品国产免费一区二区三区四区 | 日本sm残虐另类| 成人av中文字幕| 8v天堂国产在线一区二区| 国产精品乱人伦| 麻豆国产欧美日韩综合精品二区 | 色久优优欧美色久优优| 欧美本精品男人aⅴ天堂| 一区二区在线观看不卡| 国产99久久久国产精品免费看 | 国产精品麻豆99久久久久久| 日本女人一区二区三区| 99国产精品久久久久久久久久| 精品久久人人做人人爱| 午夜精品福利在线| 91在线视频在线| 国产亚洲欧美在线| 久久精品国产色蜜蜜麻豆| 欧美日韩一级二级| 亚洲免费电影在线| 成人av在线网| 日本一区二区视频在线观看| 久久成人精品无人区| 在线综合+亚洲+欧美中文字幕| 亚洲精品高清在线| 91性感美女视频| 中文字幕五月欧美| 成人爱爱电影网址| 国产欧美日韩卡一| 国产伦精品一区二区三区在线观看 | 麻豆精品视频在线观看| 欧美日韩免费观看一区二区三区| 中文字幕一区二区三区不卡| 成人一区二区三区中文字幕| 久久九九久精品国产免费直播| 九色综合国产一区二区三区| 日韩精品一区二区三区在线播放| 日本强好片久久久久久aaa| 91福利社在线观看| 怡红院av一区二区三区| 色呦呦网站一区| 亚洲精品国产品国语在线app| 91小视频在线观看| 伊人婷婷欧美激情| 欧美日韩综合在线| 午夜欧美一区二区三区在线播放| 欧美无人高清视频在线观看| 亚洲成精国产精品女| 666欧美在线视频| 日本欧美在线观看| 精品久久99ma| 国产传媒欧美日韩成人| 国产精品系列在线| 色综合久久88色综合天天免费| 亚洲精选视频在线| 欧美日韩精品综合在线| 美腿丝袜亚洲综合| 久久蜜桃av一区二区天堂| 丰满亚洲少妇av| 亚洲美女免费视频| 欧美日韩国产中文| 黄网站免费久久| 国产精品污网站| 91论坛在线播放| 亚洲国产cao| 日韩精品一区二| 成人黄色在线网站| 亚洲狠狠爱一区二区三区| 91精品国产91久久综合桃花| 国产老肥熟一区二区三区| 国产精品久久一级| 欧美日韩亚洲不卡| 黑人巨大精品欧美黑白配亚洲| 国产日韩影视精品| 色婷婷综合中文久久一本| 天堂av在线一区| 国产欧美一区二区精品仙草咪| 色综合欧美在线视频区| 日本va欧美va瓶| 国产精品久久久久久久久图文区 | 午夜电影网亚洲视频| 欧美精品一区二区三| 91在线你懂得| 免费成人你懂的| 亚洲色图.com| 日韩美女视频一区二区在线观看| 成人免费高清在线| 日韩在线a电影| 中文字幕一区二区三区四区| 91麻豆精品国产91久久久使用方法 | 精品福利视频一区二区三区| 99国产精品国产精品久久| 免费在线观看视频一区| 自拍视频在线观看一区二区| 日韩免费视频线观看| 色综合久久99| 国产精品亚洲视频| 日本欧美大码aⅴ在线播放| 日韩久久一区二区| 久久这里只有精品6|