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

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

?? frmiosmsum.designer.cs

?? 工業庫存管理系統
?? CS
字號:
?namespace SMS.LookandSum
{
    partial class frmIOSMSum
    {
        /// <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(frmIOSMSum));
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.cboxMonth = new System.Windows.Forms.ComboBox();
            this.cboxSType = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.cboxYear = new System.Windows.Forms.ComboBox();
            this.cboxStore = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.btnSum = new System.Windows.Forms.Button();
            this.btnExit = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.picbox = new System.Windows.Forms.PictureBox();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picbox)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.cboxMonth);
            this.groupBox2.Controls.Add(this.cboxSType);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.cboxYear);
            this.groupBox2.Controls.Add(this.cboxStore);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.btnSum);
            this.groupBox2.Controls.Add(this.btnExit);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Location = new System.Drawing.Point(281, 1);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(140, 399);
            this.groupBox2.TabIndex = 6;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "統計操作";
            // 
            // cboxMonth
            // 
            this.cboxMonth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboxMonth.FormattingEnabled = true;
            this.cboxMonth.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12"});
            this.cboxMonth.Location = new System.Drawing.Point(18, 207);
            this.cboxMonth.Name = "cboxMonth";
            this.cboxMonth.Size = new System.Drawing.Size(110, 20);
            this.cboxMonth.TabIndex = 3;
            // 
            // cboxSType
            // 
            this.cboxSType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboxSType.FormattingEnabled = true;
            this.cboxSType.Items.AddRange(new object[] {
            "入庫貨物統計",
            "出庫貨物統計"});
            this.cboxSType.Location = new System.Drawing.Point(18, 49);
            this.cboxSType.Name = "cboxSType";
            this.cboxSType.Size = new System.Drawing.Size(110, 20);
            this.cboxSType.TabIndex = 0;
            this.cboxSType.SelectedIndexChanged += new System.EventHandler(this.cboxSType_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(18, 192);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 11;
            this.label1.Text = "月份:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(18, 33);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 6;
            this.label3.Text = "統計類型:";
            // 
            // cboxYear
            // 
            this.cboxYear.FormattingEnabled = true;
            this.cboxYear.Items.AddRange(new object[] {
            "2000",
            "2001",
            "2002",
            "2003",
            "2004",
            "2005",
            "2006",
            "2007",
            "2008",
            "2009",
            "2010"});
            this.cboxYear.Location = new System.Drawing.Point(18, 152);
            this.cboxYear.Name = "cboxYear";
            this.cboxYear.Size = new System.Drawing.Size(110, 20);
            this.cboxYear.TabIndex = 2;
            // 
            // cboxStore
            // 
            this.cboxStore.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboxStore.FormattingEnabled = true;
            this.cboxStore.Location = new System.Drawing.Point(18, 100);
            this.cboxStore.Name = "cboxStore";
            this.cboxStore.Size = new System.Drawing.Size(110, 20);
            this.cboxStore.TabIndex = 1;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(18, 137);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 9;
            this.label4.Text = "年份:";
            // 
            // btnSum
            // 
            this.btnSum.Image = ((System.Drawing.Image)(resources.GetObject("btnSum.Image")));
            this.btnSum.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnSum.Location = new System.Drawing.Point(31, 249);
            this.btnSum.Name = "btnSum";
            this.btnSum.Size = new System.Drawing.Size(79, 25);
            this.btnSum.TabIndex = 4;
            this.btnSum.Text = "統計";
            this.btnSum.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnSum.UseVisualStyleBackColor = true;
            this.btnSum.Click += new System.EventHandler(this.btnSum_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(31, 290);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(79, 25);
            this.btnExit.TabIndex = 5;
            this.btnExit.Text = "退出";
            this.btnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(18, 84);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 4;
            this.label2.Text = "倉庫設置:";
            // 
            // picbox
            // 
            this.picbox.Location = new System.Drawing.Point(2, 10);
            this.picbox.Name = "picbox";
            this.picbox.Size = new System.Drawing.Size(275, 382);
            this.picbox.TabIndex = 7;
            this.picbox.TabStop = false;
            // 
            // frmIOSMSum
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(428, 402);
            this.Controls.Add(this.picbox);
            this.Controls.Add(this.groupBox2);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "frmIOSMSum";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "出入庫貨物月統計";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmIOSMSum_FormClosed);
            this.Load += new System.EventHandler(this.frmIOSMSum_Load);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picbox)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.ComboBox cboxSType;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.ComboBox cboxStore;
        private System.Windows.Forms.Button btnSum;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox cboxMonth;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox cboxYear;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.PictureBox picbox;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日本aⅴ免费视频一区二区三区| 欧美亚洲动漫精品| 色乱码一区二区三区88| 日韩午夜在线观看| 日韩美女久久久| 国产精品一区三区| 91麻豆精品国产自产在线| 中文字幕一区不卡| 激情丁香综合五月| 69成人精品免费视频| 国产精品久久久久aaaa| ...xxx性欧美| 精品一区二区三区久久| 欧美人狂配大交3d怪物一区| 自拍偷拍亚洲欧美日韩| 成人三级伦理片| 国产午夜精品福利| 国产精品888| 欧美成人aa大片| 日韩在线一区二区三区| 欧美在线|欧美| 中文字幕一区二| 国产精品一区免费视频| 欧美一区二区三区日韩| 日韩一区二区免费高清| 国产精品热久久久久夜色精品三区 | 亚洲综合色在线| 91免费看视频| 国产精品久久久99| 成人一区二区在线观看| 久久久久国产精品免费免费搜索| 日本三级亚洲精品| 日韩欧美中文字幕制服| 蜜臀久久99精品久久久久宅男| 欧美日韩精品一区二区三区蜜桃 | 日韩午夜激情免费电影| 丝袜亚洲另类欧美综合| 制服视频三区第一页精品| 天堂久久久久va久久久久| 欧美裸体bbwbbwbbw| 日韩电影在线一区二区| 日韩午夜三级在线| 国产在线播精品第三| 国产日韩亚洲欧美综合| 成人少妇影院yyyy| 亚洲人成网站色在线观看| 欧美视频一区二区三区四区| 日韩不卡一区二区| 国产日韩欧美高清| 91免费在线播放| 日本不卡一二三| 欧美精品一区二区精品网| 春色校园综合激情亚洲| 亚洲日本在线a| 日韩一区二区三区视频在线观看 | 色婷婷久久久亚洲一区二区三区 | 一区二区激情视频| 欧美一区二区日韩一区二区| 国产成人av电影在线播放| 亚洲精品国产成人久久av盗摄| 91.com在线观看| 丁香天五香天堂综合| 日韩一区二区视频在线观看| 成人视屏免费看| 日韩在线观看一区二区| 欧美激情一区三区| 欧美日韩精品福利| 国产成人亚洲综合a∨婷婷| 一区二区久久久久久| 久久伊99综合婷婷久久伊| 色狠狠综合天天综合综合| 久久99精品久久久久| 亚洲黄色av一区| 国产亚洲一区字幕| 777久久久精品| 99久久精品久久久久久清纯| 蜜臀精品久久久久久蜜臀| 国产精品久久久久久亚洲毛片| 欧美一区二区网站| 色哟哟精品一区| 国产成人免费av在线| 亚洲成av人片在线| 一区在线观看免费| 久久精品一区四区| 91精品国模一区二区三区| 一本到三区不卡视频| 国产传媒日韩欧美成人| 日本欧美在线观看| 亚洲国产精品久久艾草纯爱| 国产精品美女一区二区| 精品国产乱码久久久久久影片| 在线欧美一区二区| 91色porny在线视频| 国产91对白在线观看九色| 美女精品自拍一二三四| 亚洲午夜三级在线| 一区二区国产视频| 亚洲色图自拍偷拍美腿丝袜制服诱惑麻豆| 精品久久久久av影院| 欧美日韩大陆在线| 欧美午夜精品一区二区蜜桃 | 国产精品入口麻豆九色| 久久精品一区二区| 欧美精品一区二| 欧美大胆一级视频| 欧美一区二区啪啪| 7777精品伊人久久久大香线蕉最新版| 99久久99久久精品免费看蜜桃| 国产精品538一区二区在线| 蜜臂av日日欢夜夜爽一区| 亚洲高清在线精品| 午夜国产精品一区| 午夜精彩视频在线观看不卡| 午夜激情久久久| 爽爽淫人综合网网站 | 亚洲最新视频在线观看| 亚洲激情男女视频| 亚洲午夜久久久久久久久电影院| 亚洲久草在线视频| 亚洲高清不卡在线观看| 亚洲成人第一页| 免费人成精品欧美精品| 伦理电影国产精品| 国产一区在线视频| 成人精品一区二区三区四区| 成人黄色软件下载| 97精品电影院| 欧美色爱综合网| 欧美一卡在线观看| 久久夜色精品国产噜噜av| 国产人伦精品一区二区| 亚洲欧美日韩系列| 视频一区视频二区在线观看| 捆绑调教一区二区三区| 国产精品伊人色| 91亚洲精品久久久蜜桃| 9191精品国产综合久久久久久 | 福利一区二区在线观看| 91麻豆精品在线观看| 欧美精品 日韩| 久久精品夜夜夜夜久久| 亚洲一区在线电影| 韩国欧美一区二区| 91首页免费视频| 日韩欧美国产精品一区| 国产精品久久久久久久久免费樱桃| 一个色妞综合视频在线观看| 韩国精品主播一区二区在线观看 | 一区二区三区在线免费视频| 日本在线不卡一区| 懂色av一区二区在线播放| 欧美羞羞免费网站| 国产午夜精品久久久久久免费视| 日韩美女视频19| 精品影院一区二区久久久| 91色在线porny| 精品国产乱码久久久久久久 | 欧美电视剧免费全集观看| 欧美蜜桃一区二区三区| 久久综合999| 亚洲影院久久精品| 国产精品69毛片高清亚洲| 欧美日韩三级在线| 国产精品美女久久久久aⅴ国产馆 国产精品美女久久久久av爽李琼 国产精品美女久久久久高潮 | 欧美一级生活片| 国产精品乱人伦| 亚洲第一精品在线| 国产精品66部| 欧美日本一区二区三区四区| 久久嫩草精品久久久精品| 1024成人网色www| 久久99久久久久| 欧美亚洲一区二区在线| 久久久久久久免费视频了| 一区二区三区国产精华| 毛片av一区二区| 91网上在线视频| 日韩欧美激情一区| 中文字幕国产一区| 日本中文一区二区三区| 欧美日韩中文字幕精品| 欧美三级日韩在线| 欧美一区二区三区视频免费播放| 老司机午夜精品| 成人免费看视频| 香蕉久久夜色精品国产使用方法| 波多野结衣在线aⅴ中文字幕不卡| 97久久久精品综合88久久| 日本不卡视频在线| 91福利社在线观看| 亚洲成av人**亚洲成av**| 欧美日韩亚洲不卡| 日本美女视频一区二区| 久久精品久久精品| 欧美亚洲丝袜传媒另类| 中文字幕一区二区在线播放| 国产在线不卡一区| 欧美一级二级三级乱码| 香蕉成人啪国产精品视频综合网| 成人h动漫精品一区二|