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

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

?? frmiosysum.designer.cs

?? 工業庫存管理系統
?? CS
字號:
?namespace SMS.LookandSum
{
    partial class frmIOSYSum
    {
        /// <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(frmIOSYSum));
            this.label2 = new System.Windows.Forms.Label();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnSum = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.cboxStore = new System.Windows.Forms.ComboBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.cboxYear = new System.Windows.Forms.ComboBox();
            this.cboxSType = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.picbox = new System.Windows.Forms.PictureBox();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picbox)).BeginInit();
            this.SuspendLayout();
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(18, 133);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 4;
            this.label2.Text = "倉庫設置:";
            // 
            // 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, 231);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(76, 25);
            this.btnExit.TabIndex = 4;
            this.btnExit.Text = "退出";
            this.btnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // 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(34, 194);
            this.btnSum.Name = "btnSum";
            this.btnSum.Size = new System.Drawing.Size(76, 25);
            this.btnSum.TabIndex = 3;
            this.btnSum.Text = "統計";
            this.btnSum.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnSum.UseVisualStyleBackColor = true;
            this.btnSum.Click += new System.EventHandler(this.btnSum_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(18, 80);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "統計年份:";
            // 
            // cboxStore
            // 
            this.cboxStore.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboxStore.FormattingEnabled = true;
            this.cboxStore.Location = new System.Drawing.Point(18, 148);
            this.cboxStore.Name = "cboxStore";
            this.cboxStore.Size = new System.Drawing.Size(110, 20);
            this.cboxStore.TabIndex = 2;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.cboxYear);
            this.groupBox2.Controls.Add(this.cboxSType);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.cboxStore);
            this.groupBox2.Controls.Add(this.btnSum);
            this.groupBox2.Controls.Add(this.btnExit);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Location = new System.Drawing.Point(285, 1);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(140, 399);
            this.groupBox2.TabIndex = 5;
            this.groupBox2.TabStop = false;
            this.groupBox2.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, 96);
            this.cboxYear.Name = "cboxYear";
            this.cboxYear.Size = new System.Drawing.Size(110, 20);
            this.cboxYear.TabIndex = 7;
            // 
            // 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);
            // 
            // 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 = "統計類型:";
            // 
            // picbox
            // 
            this.picbox.Location = new System.Drawing.Point(5, 10);
            this.picbox.Name = "picbox";
            this.picbox.Size = new System.Drawing.Size(275, 382);
            this.picbox.TabIndex = 8;
            this.picbox.TabStop = false;
            // 
            // frmIOSYSum
            // 
            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 = "frmIOSYSum";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "出入庫貨物年統計";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmIOSDSum_FormClosed);
            this.Load += new System.EventHandler(this.frmIOSDSum_Load);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picbox)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

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


    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久亚区不卡日本| 精品久久久网站| 日韩av在线发布| 国产欧美视频一区二区三区| 成人av高清在线| 亚洲图片欧美一区| 精品少妇一区二区三区| 91色在线porny| 亚洲品质自拍视频| 久久影音资源网| 欧美日韩国产另类不卡| 成人视屏免费看| 久久99久久精品| 午夜私人影院久久久久| 国产精品免费人成网站| 日韩精品一区二区三区中文不卡| 91在线无精精品入口| 国产在线不卡一区| 日本vs亚洲vs韩国一区三区| 亚洲精品老司机| 国产欧美日韩视频在线观看| 欧美成人video| 日本国产一区二区| 国产成人免费视| 免费看精品久久片| 亚洲成人www| 国产精品麻豆久久久| 26uuu亚洲综合色| 欧美精品久久天天躁| 91丝袜呻吟高潮美腿白嫩在线观看| 亚洲va在线va天堂| 亚洲欧美日韩国产手机在线| 久久久久99精品一区| 日韩一区二区三区在线| 91成人国产精品| 成a人片亚洲日本久久| 青青草国产成人99久久| 亚洲免费看黄网站| 国产精品丝袜一区| 久久久噜噜噜久噜久久综合| 欧美一级欧美三级在线观看| 欧美最猛黑人xxxxx猛交| 91视频com| 色综合一区二区三区| 成人久久视频在线观看| 国产成人亚洲综合a∨婷婷| 久久99国产精品久久99果冻传媒| 亚洲成人手机在线| 午夜精品爽啪视频| 香蕉加勒比综合久久| 一区二区三区四区av| 亚洲视频在线一区观看| 亚洲色图欧洲色图婷婷| 亚洲伦理在线精品| 亚洲天堂成人网| 亚洲永久免费av| 亚洲一区二区成人在线观看| 一区二区日韩电影| 一区二区三区蜜桃网| 亚洲天堂精品在线观看| 日本一区二区三区dvd视频在线| 欧美一区二区人人喊爽| 欧美zozo另类异族| 久久蜜桃一区二区| 欧美高清一级片在线观看| 国产精品久久毛片a| 亚洲人成影院在线观看| 亚洲激情成人在线| 日韩精品一二三四| 麻豆91免费观看| 国产老女人精品毛片久久| 国产精品白丝jk黑袜喷水| 波波电影院一区二区三区| 97se狠狠狠综合亚洲狠狠| 91久久线看在观草草青青| 欧美午夜不卡视频| 91精品国产色综合久久不卡蜜臀| 日韩欧美高清dvd碟片| 久久久久久久久久美女| 久久精品亚洲乱码伦伦中文| 亚洲欧洲精品天堂一级| 亚洲综合一区二区| 亚洲第一搞黄网站| 国产麻豆一精品一av一免费| 91免费版在线看| 91精品久久久久久久99蜜桃 | 久久不见久久见免费视频7 | 久久av资源站| 国产v日产∨综合v精品视频| 欧美探花视频资源| 26uuu精品一区二区在线观看| 玉米视频成人免费看| 日本不卡一区二区三区| 成人性视频免费网站| 欧美三级中文字幕在线观看| 在线综合亚洲欧美在线视频| 国产日韩欧美麻豆| 亚洲免费观看在线观看| 国产乱对白刺激视频不卡| 欧美中文字幕一区二区三区| 欧美激情一区二区三区全黄| 性做久久久久久| 91麻豆精品在线观看| 欧美日本在线看| 亚洲视频一二区| 久久成人免费网| 国产成人av电影在线| 99国产精品国产精品毛片| 欧美日韩一区二区在线视频| 91久久线看在观草草青青| 欧美大片在线观看一区| 椎名由奈av一区二区三区| 爽爽淫人综合网网站| 不卡欧美aaaaa| 欧美一区二区不卡视频| 中文字幕亚洲一区二区va在线| 午夜精品一区二区三区电影天堂| 色综合色狠狠综合色| 亚洲国产精品激情在线观看| 亚洲女女做受ⅹxx高潮| 成人免费视频caoporn| 色一情一伦一子一伦一区| 国产欧美在线观看一区| 久久国产精品99精品国产| 不卡一区在线观看| 国产精品伦一区| 国产成人综合视频| 中文字幕av一区二区三区高| 久久精品99国产国产精| 日韩三级高清在线| 日韩高清中文字幕一区| 欧美日韩一区国产| 亚洲成人免费电影| 亚洲欧洲无码一区二区三区| 国产在线观看免费一区| 亚洲欧美日韩久久精品| 国产午夜精品一区二区三区四区| 韩国视频一区二区| 日韩区在线观看| 91网站最新地址| 国产精品国产自产拍高清av| 国产成人综合亚洲网站| 国精产品一区一区三区mba桃花 | 精品国产乱码久久久久久免费| 99综合电影在线视频| 91精品国产综合久久久久| 亚洲欧洲av一区二区三区久久| 日韩电影在线免费观看| 久久久久久久久久电影| 成人aa视频在线观看| 一区二区三区精品在线| 91成人在线精品| 综合久久久久久| 欧美中文字幕不卡| 亚洲精品v日韩精品| 69p69国产精品| 国产精品羞羞答答xxdd| 精品国产一区二区精华 | 日韩码欧中文字| 欧美日韩一区在线观看| 国产精品18久久久久久久久久久久| 亚洲国产aⅴ成人精品无吗| xnxx国产精品| 99久久精品国产麻豆演员表| 日韩av成人高清| 中文字幕亚洲在| 国产日韩精品一区| 欧美一区二区网站| 91黄色激情网站| 99久久婷婷国产| 伦理电影国产精品| 亚洲成人av一区| 一区免费观看视频| 亚洲人妖av一区二区| 7777精品伊人久久久大香线蕉的 | 日本成人在线看| 午夜精品久久久久久久久久| 亚洲欧美偷拍三级| 日韩午夜激情免费电影| 国产福利一区二区| 久久精品久久精品| 麻豆精品视频在线| 91污在线观看| 夜夜嗨av一区二区三区网页| 成人久久久精品乱码一区二区三区 | 欧美色涩在线第一页| 三级影片在线观看欧美日韩一区二区| 制服丝袜日韩国产| 久久夜色精品国产噜噜av| 成人午夜激情在线| 婷婷一区二区三区| 亚洲精品一二三区| 日韩欧美精品三级| 99精品视频在线免费观看| 久久精品国产在热久久| 亚洲一区二区三区中文字幕| 中文字幕欧美国产| 日韩一区二区视频| 精品视频在线视频| 91丝袜国产在线播放|