亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
欧美成va人片在线观看| 日韩一区在线免费观看| 国产清纯白嫩初高生在线观看91 | 粉嫩久久99精品久久久久久夜| 成人免费高清在线| 欧美日韩综合不卡| 国产精品福利一区二区| 奇米888四色在线精品| 成人av电影免费在线播放| 91精品国产日韩91久久久久久| 亚洲日本丝袜连裤袜办公室| 激情综合色综合久久| 欧美日韩一区在线| 中文字幕一区二区三区不卡在线 | 国产精品盗摄一区二区三区| 日韩精品电影一区亚洲| 91浏览器打开| 国产精品嫩草久久久久| 国产一区二区免费在线| 91精品国产色综合久久不卡电影| 一区二区三区免费观看| 99久久伊人精品| 国产午夜精品久久久久久久| 久久国产视频网| 欧美日韩精品一区二区三区| 亚洲你懂的在线视频| 成人一道本在线| 国产欧美一区二区精品性| 另类的小说在线视频另类成人小视频在线| 欧美日韩激情一区二区| 亚洲一区二区三区爽爽爽爽爽| 99re这里只有精品6| 亚洲欧洲国产专区| 成人av免费在线| 国产精品久久久久久久久免费桃花 | 亚洲影视资源网| 97精品电影院| 亚洲日本在线a| 在线观看日韩电影| 一区二区三区四区在线免费观看 | 亚洲国产成人porn| 欧美天天综合网| 艳妇臀荡乳欲伦亚洲一区| 91网上在线视频| 亚洲精品免费视频| 欧美日韩一级片在线观看| 无吗不卡中文字幕| 色婷婷一区二区三区四区| 亚洲三级在线观看| 在线观看av一区| 日韩专区一卡二卡| 欧美xfplay| 国产成人精品一区二区三区网站观看 | 三级不卡在线观看| 91麻豆精品国产91久久久使用方法| 五月天亚洲婷婷| 精品福利一区二区三区免费视频| 国产精品自拍在线| 中文字幕亚洲不卡| 欧美午夜精品一区二区三区| 首页国产欧美日韩丝袜| 久久综合久久综合亚洲| 成人av网站免费| 亚洲国产精品一区二区www在线| 欧美高清视频在线高清观看mv色露露十八 | 蜜臀久久99精品久久久久久9| 精品卡一卡二卡三卡四在线| 成人网在线免费视频| 亚洲色图制服诱惑 | 成人黄色av网站在线| 亚洲午夜免费视频| 精品成人私密视频| 91福利在线观看| 狠狠色丁香婷婷综合久久片| 国产精品国产成人国产三级| 69精品人人人人| 国产一区二区剧情av在线| 亚洲免费色视频| 久久免费视频一区| 欧美怡红院视频| 国产成人免费网站| 亚洲va中文字幕| 国产欧美日韩不卡| 欧美日韩国产综合久久| 久久精品国内一区二区三区| 亚洲色欲色欲www| 精品日韩一区二区| 91污在线观看| 国产精品主播直播| 亚洲福利一区二区三区| 国产蜜臀97一区二区三区| 欧美肥妇毛茸茸| 97se亚洲国产综合在线| 久久99精品久久久久| 亚洲国产另类av| 亚洲欧美日韩国产手机在线 | 欧美影院一区二区| 波多野结衣中文字幕一区二区三区| 天天影视色香欲综合网老头| 亚洲欧洲精品一区二区三区不卡| 精品国产亚洲在线| 91精品国产免费| 在线精品国精品国产尤物884a| 国产精品69毛片高清亚洲| 视频一区国产视频| 亚洲图片欧美综合| 亚洲伦在线观看| 中文字幕一区二区三区不卡在线| 国产精品久久久久久妇女6080 | 石原莉奈一区二区三区在线观看| 中文字幕一区二区三区视频 | 国产在线看一区| 美女www一区二区| 日韩不卡手机在线v区| 一区二区三国产精华液| 1000精品久久久久久久久| 国产精品第五页| 亚洲人妖av一区二区| 国产精品国产精品国产专区不蜜| 日本一区免费视频| 国产精品免费人成网站| 欧美高清在线视频| 中文字幕成人在线观看| 久久精品这里都是精品| 日本一区二区三级电影在线观看 | 色婷婷综合视频在线观看| 99久久精品免费看| 91丨porny丨中文| 欧洲亚洲精品在线| 欧美日韩国产综合一区二区三区| 欧美老肥妇做.爰bbww视频| 欧美精品乱码久久久久久按摩| 欧美一区二区三区在线视频| 91精品国产91热久久久做人人 | 久久色在线观看| 国产欧美日韩亚州综合 | 国产欧美一区二区精品仙草咪| 欧美激情一区三区| 亚洲四区在线观看| 天堂蜜桃一区二区三区| 蜜臀av性久久久久蜜臀aⅴ | 日韩女优av电影在线观看| 精品久久久久久久一区二区蜜臀| 久久久久久久久久久久久女国产乱| 国产亚洲欧美日韩日本| 国产亚洲一区二区三区四区| 中文字幕一区二区视频| 亚洲午夜在线观看视频在线| 日本在线不卡一区| 国产成人午夜电影网| 色偷偷一区二区三区| 678五月天丁香亚洲综合网| 欧美zozo另类异族| 亚洲欧美在线aaa| 亚洲午夜激情网页| 国产福利一区二区三区| 欧美综合天天夜夜久久| 欧美大黄免费观看| 中文字幕人成不卡一区| 日韩影院精彩在线| 不卡视频一二三四| 91精品国产色综合久久| 成人欧美一区二区三区视频网页 | 欧美色中文字幕| ww久久中文字幕| 亚洲最新在线观看| 国产精品77777竹菊影视小说| 欧美亚一区二区| 国产女人18毛片水真多成人如厕 | 麻豆国产精品一区二区三区| 成人avav影音| 日韩欧美一区二区三区在线| 亚洲欧美一区二区三区久本道91| 蜜臀久久99精品久久久久久9| av中文字幕不卡| 欧美一区二区播放| 亚洲视频资源在线| 国产精品18久久久久久久久| 欧美剧在线免费观看网站| 欧美激情一区二区三区| 看电影不卡的网站| 欧美日韩国产一级片| 国产精品福利电影一区二区三区四区| 久久99精品久久只有精品| 欧美中文字幕亚洲一区二区va在线 | 国产精品天天看| 久久精品国产色蜜蜜麻豆| 在线精品视频免费观看| 国产精品久久久久久久午夜片| 国产一区在线精品| 欧美一区二区二区| 人人狠狠综合久久亚洲| 欧美系列日韩一区| 一区二区三区在线免费观看| 成人aaaa免费全部观看| 久久久91精品国产一区二区精品 | 国内欧美视频一区二区| 91精品国产一区二区三区蜜臀 | 另类综合日韩欧美亚洲| 欧美剧在线免费观看网站|