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

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

?? frmosmanage.designer.cs

?? 工業庫存管理系統
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace SMS.GoodsManage
{
    partial class frmOSManage
    {
        /// <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(frmOSManage));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtOSGNum = new System.Windows.Forms.TextBox();
            this.cboxGUnit = new System.Windows.Forms.ComboBox();
            this.txtOSPeople = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.txtOSUnit = new System.Windows.Forms.TextBox();
            this.cboxGSpec = 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.cboxGName = new System.Windows.Forms.ComboBox();
            this.cboxSName = new System.Windows.Forms.ComboBox();
            this.txtOSRemark = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.txtGOPrice = new System.Windows.Forms.TextBox();
            this.labGPrice = 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.label5 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnDel = new System.Windows.Forms.Button();
            this.btnAdd = new System.Windows.Forms.Button();
            this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
            this.dgvOSManage = new System.Windows.Forms.DataGridView();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvOSManage)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtOSGNum);
            this.groupBox1.Controls.Add(this.cboxGUnit);
            this.groupBox1.Controls.Add(this.txtOSPeople);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.txtOSUnit);
            this.groupBox1.Controls.Add(this.cboxGSpec);
            this.groupBox1.Controls.Add(this.txtHPeople);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.cboxGName);
            this.groupBox1.Controls.Add(this.cboxSName);
            this.groupBox1.Controls.Add(this.txtOSRemark);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.txtGOPrice);
            this.groupBox1.Controls.Add(this.labGPrice);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.txtGSPrice);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            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 = 18;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "信息";
            // 
            // txtOSGNum
            // 
            this.txtOSGNum.Location = new System.Drawing.Point(95, 81);
            this.txtOSGNum.Name = "txtOSGNum";
            this.txtOSGNum.Size = new System.Drawing.Size(100, 21);
            this.txtOSGNum.TabIndex = 4;
            this.txtOSGNum.TextChanged += new System.EventHandler(this.txtOSGNum_TextChanged);
            // 
            // cboxGUnit
            // 
            this.cboxGUnit.FormattingEnabled = true;
            this.cboxGUnit.Items.AddRange(new object[] {
            "個",
            "件",
            "瓶",
            "斤",
            "兩",
            "公斤",
            "千克",
            "噸",
            "米",
            "臺",
            "部",
            "輛"});
            this.cboxGUnit.Location = new System.Drawing.Point(286, 52);
            this.cboxGUnit.MaxDropDownItems = 100;
            this.cboxGUnit.Name = "cboxGUnit";
            this.cboxGUnit.Size = new System.Drawing.Size(100, 20);
            this.cboxGUnit.TabIndex = 3;
            // 
            // txtOSPeople
            // 
            this.txtOSPeople.Location = new System.Drawing.Point(286, 110);
            this.txtOSPeople.Name = "txtOSPeople";
            this.txtOSPeople.Size = new System.Drawing.Size(100, 21);
            this.txtOSPeople.TabIndex = 5;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(223, 113);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 27;
            this.label3.Text = "提貨人";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(25, 142);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 26;
            this.label4.Text = "提貨單位";
            // 
            // txtOSUnit
            // 
            this.txtOSUnit.Location = new System.Drawing.Point(95, 141);
            this.txtOSUnit.Name = "txtOSUnit";
            this.txtOSUnit.Size = new System.Drawing.Size(100, 21);
            this.txtOSUnit.TabIndex = 6;
            // 
            // cboxGSpec
            // 
            this.cboxGSpec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboxGSpec.FormattingEnabled = true;
            this.cboxGSpec.Location = new System.Drawing.Point(95, 54);
            this.cboxGSpec.Name = "cboxGSpec";
            this.cboxGSpec.Size = new System.Drawing.Size(100, 20);
            this.cboxGSpec.TabIndex = 2;
            // 
            // txtHPeople
            // 
            this.txtHPeople.Location = new System.Drawing.Point(286, 139);
            this.txtHPeople.Name = "txtHPeople";
            this.txtHPeople.Size = new System.Drawing.Size(100, 21);
            this.txtHPeople.TabIndex = 7;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(223, 142);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(41, 12);
            this.label9.TabIndex = 21;
            this.label9.Text = "經手人";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(19, 113);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 12);
            this.label10.TabIndex = 20;
            this.label10.Text = "出貨總金額";
            // 
            // cboxGName
            // 
            this.cboxGName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboxGName.FormattingEnabled = true;
            this.cboxGName.Location = new System.Drawing.Point(286, 23);
            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, 23);
            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);
            // 
            // txtOSRemark

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品国产伦一区二区三区观看体验| 88在线观看91蜜桃国自产| 久久天天做天天爱综合色| 韩日精品视频一区| 国产精品久久午夜| 在线观看亚洲精品视频| 亚洲va欧美va国产va天堂影院| 日韩你懂的在线观看| 成人性色生活片| 亚洲v日本v欧美v久久精品| 日韩一区二区三| 色天使色偷偷av一区二区| 免费高清不卡av| 亚洲亚洲人成综合网络| 国产欧美日韩亚州综合| 宅男噜噜噜66一区二区66| 日本道免费精品一区二区三区| 国产一区二区不卡| 久久成人久久鬼色| 亚洲成a天堂v人片| 夜夜精品浪潮av一区二区三区| 亚洲国产精品t66y| 国产日韩v精品一区二区| 久久嫩草精品久久久精品| 91精品国产福利| 欧美福利一区二区| 欧美日韩一区小说| 欧美日韩mp4| 日韩免费在线观看| 久久综合久久99| 国产视频一区二区在线| 久久久久久麻豆| 亚洲三级久久久| 亚洲午夜精品网| 青青草国产成人av片免费| 日韩av在线播放中文字幕| 麻豆一区二区99久久久久| 精品中文字幕一区二区小辣椒| 精久久久久久久久久久| 久久精品72免费观看| 精品一区二区国语对白| 日本不卡一区二区三区| 蜜桃视频一区二区三区| 青草av.久久免费一区| 国产精品一区久久久久| 在线观看免费亚洲| 91精品久久久久久久久99蜜臂| 欧美日韩综合在线免费观看| 欧美高清视频一二三区| 国产欧美一区二区精品久导航 | 亚洲综合色网站| 午夜久久福利影院| 成人手机在线视频| 欧美日产国产精品| 久久久久久免费| 天天射综合影视| 99国产精品国产精品毛片| 欧美妇女性影城| 成人欧美一区二区三区白人| 亚洲成av人片一区二区梦乃| 97精品国产97久久久久久久久久久久| 欧美日韩色综合| 亚洲视频一区二区在线| 国产麻豆视频精品| 久久―日本道色综合久久| 洋洋av久久久久久久一区| 国产成人精品aa毛片| 日韩小视频在线观看专区| 亚洲国产精品久久人人爱蜜臀 | 国产老妇另类xxxxx| 欧美男同性恋视频网站| 一级精品视频在线观看宜春院| 国产老女人精品毛片久久| 精品乱人伦小说| 国产一本一道久久香蕉| 久久精品视频免费| 国产一区视频在线看| 久久精品视频免费观看| 99精品国产99久久久久久白柏| 国产欧美一区二区精品性色| 成人精品视频一区二区三区 | 国产精品网站在线观看| 在线观看av不卡| 午夜电影一区二区| 国产偷国产偷亚洲高清人白洁| 不卡一区在线观看| 五月激情六月综合| 久久久久久久网| 欧美怡红院视频| 久久av资源网| 1000部国产精品成人观看| 欧美伊人久久大香线蕉综合69| 美女视频第一区二区三区免费观看网站| 欧美三日本三级三级在线播放| 亚洲成人免费视| 亚洲欧美中日韩| 欧美成人一区二区三区在线观看| 成人精品视频网站| 九一久久久久久| 日韩精品一卡二卡三卡四卡无卡| 久久一夜天堂av一区二区三区| 日本韩国精品一区二区在线观看| 久久疯狂做爰流白浆xx| 国产精品福利影院| 欧美电视剧在线观看完整版| 色婷婷精品久久二区二区蜜臂av| 经典三级视频一区| 精品影院一区二区久久久| 五月婷婷激情综合网| 中文字幕制服丝袜一区二区三区| 日韩精品一区二区三区在线观看| 一本大道综合伊人精品热热| 国产精品123| 国产91丝袜在线播放0| 国内精品免费**视频| 国产一区二区三区观看| 韩国毛片一区二区三区| 国产福利一区在线| 国产一区二区三区四区五区入口| 美女在线视频一区| 国产九色sp调教91| 国产一区亚洲一区| 成人免费高清视频在线观看| 色综合欧美在线| 色国产精品一区在线观看| 一本大道久久精品懂色aⅴ| 一本久久a久久精品亚洲| 日本高清视频一区二区| 欧美二区三区91| 久久久亚洲精品一区二区三区| 久久久久久久综合色一本| 亚洲美女偷拍久久| 日韩精品午夜视频| 懂色av一区二区三区免费观看| 一本大道av一区二区在线播放| 制服丝袜亚洲精品中文字幕| 亚洲精品在线免费播放| 亚洲三级在线免费观看| 国内精品伊人久久久久av一坑| 欧美性极品少妇| 国产精品久久久久久妇女6080| 亚洲蜜臀av乱码久久精品蜜桃| 一区二区三区日韩| 成人精品国产一区二区4080| 欧美一区二区网站| 亚洲国产aⅴ天堂久久| 91在线视频免费91| 精品奇米国产一区二区三区| 亚洲影视在线播放| 成人精品gif动图一区| 欧美激情一区在线观看| 国产传媒欧美日韩成人| 日韩亚洲欧美高清| 精品亚洲国产成人av制服丝袜| 欧美在线999| 婷婷综合另类小说色区| 欧美日韩一区二区三区四区| 亚洲一区二区三区美女| 色综合夜色一区| 亚洲午夜在线电影| 91精品福利在线| 性欧美大战久久久久久久久| 在线不卡免费欧美| 久久99久久精品欧美| 久久嫩草精品久久久精品一| 日本中文字幕不卡| 欧美精品一区二区不卡| 国产福利精品导航| 亚洲丶国产丶欧美一区二区三区| 欧美日韩美少妇| 久久国产精品色| 国产精品国产三级国产普通话99| 成人av免费在线观看| 夜夜嗨av一区二区三区四季av| 色综合久久中文字幕| 美女视频黄免费的久久| 中文字幕亚洲综合久久菠萝蜜| 日本黄色一区二区| 国产在线播放一区二区三区| 亚洲黄色小视频| 精品美女一区二区| 成人av在线播放网址| 麻豆高清免费国产一区| 亚洲国产一区二区三区| 久久久久青草大香线综合精品| 欧美色爱综合网| 99久久综合99久久综合网站| 久久 天天综合| 奇米888四色在线精品| 亚洲欧洲国产日韩| 精品国产髙清在线看国产毛片| 在线视频你懂得一区二区三区| 国产一区二区三区电影在线观看 | 午夜亚洲国产au精品一区二区| 国产拍欧美日韩视频二区| 欧美大胆一级视频| 欧美成人精品福利| 亚洲精品一区二区三区在线观看| 日韩精品一区二区三区在线 | 色999日韩国产欧美一区二区|