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

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

?? depotform.designer.cs

?? 主要實現倉庫的入庫與出庫的基本功能
?? CS
字號:
?namespace Elysian
{
    partial class depotForm
    {
        /// <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()
        {
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.depotCrystalReport1 = new Elysian.depotCrystalReport();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(0, 45);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(724, 411);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.crystalReportViewer1);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(716, 386);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "庫存信息報表";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // crystalReportViewer1
            // 
            this.crystalReportViewer1.ActiveViewIndex = 0;
            this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.crystalReportViewer1.DisplayGroupTree = false;
            this.crystalReportViewer1.DisplayStatusBar = false;
            this.crystalReportViewer1.DisplayToolbar = false;
            this.crystalReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.crystalReportViewer1.Location = new System.Drawing.Point(3, 3);
            this.crystalReportViewer1.Name = "crystalReportViewer1";
            this.crystalReportViewer1.ReportSource = this.depotCrystalReport1;
            this.crystalReportViewer1.Size = new System.Drawing.Size(710, 380);
            this.crystalReportViewer1.TabIndex = 0;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.textBox2);
            this.tabPage2.Controls.Add(this.textBox1);
            this.tabPage2.Controls.Add(this.button2);
            this.tabPage2.Controls.Add(this.button1);
            this.tabPage2.Controls.Add(this.label2);
            this.tabPage2.Controls.Add(this.label1);
            this.tabPage2.Controls.Add(this.dataGridView1);
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(716, 386);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "庫存信息查詢";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(369, 262);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(136, 21);
            this.textBox2.TabIndex = 6;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(369, 202);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(136, 21);
            this.textBox1.TabIndex = 5;
            // 
            // button2
            // 
            this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button2.Location = new System.Drawing.Point(497, 343);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 4;
            this.button2.Text = "上一步";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button1.ForeColor = System.Drawing.Color.Black;
            this.button1.Location = new System.Drawing.Point(164, 343);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 3;
            this.button1.Text = "查詢報表";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label2.Location = new System.Drawing.Point(150, 265);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(105, 14);
            this.label2.TabIndex = 2;
            this.label2.Text = "按商品名稱查詢";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label1.Location = new System.Drawing.Point(150, 205);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(105, 14);
            this.label1.TabIndex = 1;
            this.label1.Text = "按商品編號查詢";
            // 
            // dataGridView1
            // 
            this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Window;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(4, 4);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(706, 178);
            this.dataGridView1.TabIndex = 0;
            // 
            // depotForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(719, 456);
            this.Controls.Add(this.tabControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Name = "depotForm";
            this.Text = "庫存信息";
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1;
        private depotCrystalReport depotCrystalReport1;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DataGridView dataGridView1;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
在线视频欧美精品| 91国产精品成人| 免费av成人在线| 香蕉影视欧美成人| 亚洲成人免费视| 视频一区视频二区中文| 亚洲一二三级电影| 日韩国产欧美在线播放| 蜜臀va亚洲va欧美va天堂| 裸体一区二区三区| 国产最新精品精品你懂的| 国产高清无密码一区二区三区| 成人精品免费网站| 日本福利一区二区| 777xxx欧美| 精品国产自在久精品国产| 精品国内片67194| 国产精品久久久久久亚洲毛片| 1区2区3区精品视频| 亚洲国产综合色| 蜜臀精品久久久久久蜜臀| 国产精品18久久久久| av网站免费线看精品| 欧美性色欧美a在线播放| 91精品国产综合久久福利| 久久久亚洲综合| 一区二区三区在线影院| 免费观看成人av| av影院午夜一区| 欧美日韩国产免费一区二区| 亚洲精品在线网站| 一区二区三区中文在线| 激情成人综合网| 91香蕉视频在线| 日韩精品自拍偷拍| 亚洲色图制服丝袜| 狠狠狠色丁香婷婷综合激情| 色综合色狠狠综合色| 精品日韩一区二区三区 | 亚洲mv在线观看| 国产乱子伦视频一区二区三区| 色婷婷综合在线| 久久久五月婷婷| 日本大胆欧美人术艺术动态| a在线播放不卡| www国产成人免费观看视频 深夜成人网| 亚洲婷婷国产精品电影人久久| 久久精品国产亚洲aⅴ| 色欲综合视频天天天| 国产亲近乱来精品视频| 日韩va亚洲va欧美va久久| 91性感美女视频| 国产欧美日韩视频在线观看| 免费成人结看片| 欧美色图在线观看| 一区二区三国产精华液| 成人av在线资源网| 久久久午夜精品理论片中文字幕| 日韩精品电影一区亚洲| 欧洲国产伦久久久久久久| 最新日韩在线视频| 国产91精品免费| 国产亚洲精品福利| 国产一区二区三区四区五区入口 | 91在线一区二区三区| 久久久国产一区二区三区四区小说| 日韩精品高清不卡| 在线播放日韩导航| 天天亚洲美女在线视频| 欧美三级欧美一级| 午夜精品久久久久久久久久久| 在线一区二区观看| 亚洲乱码国产乱码精品精的特点| 99麻豆久久久国产精品免费优播| 国产偷国产偷精品高清尤物| 国产精品88888| 国产日韩影视精品| 高清beeg欧美| 亚洲欧美在线视频观看| 播五月开心婷婷综合| 国产精品久久精品日日| 91丨九色丨蝌蚪富婆spa| 综合久久综合久久| 欧美三级韩国三级日本三斤| 三级一区在线视频先锋| 欧美一区二区在线播放| 国内精品久久久久影院薰衣草| 久久久久久久综合狠狠综合| 国产成人在线免费观看| 亚洲天堂精品在线观看| 欧洲精品在线观看| 久久精品国产久精国产爱| 久久婷婷综合激情| 99精品桃花视频在线观看| 亚洲国产你懂的| 久久久午夜精品| 色美美综合视频| 三级精品在线观看| 国产欧美一区二区三区在线看蜜臀| 91丨九色丨国产丨porny| 亚洲国产wwwccc36天堂| 久久久久国产精品免费免费搜索| voyeur盗摄精品| 日日骚欧美日韩| 国产婷婷色一区二区三区四区 | 欧美欧美午夜aⅴ在线观看| 欧美a一区二区| 中文字幕制服丝袜一区二区三区| 色婷婷一区二区三区四区| 免费一区二区视频| 中文av字幕一区| 欧美日韩的一区二区| 国产一区二区福利| 亚洲午夜一区二区| 国产欧美日韩在线视频| 欧美人妇做爰xxxⅹ性高电影 | 亚洲伦理在线免费看| 精品盗摄一区二区三区| 日本精品视频一区二区| 国产在线视视频有精品| 亚洲最新视频在线观看| 久久免费偷拍视频| 欧美美女直播网站| 91伊人久久大香线蕉| 国产美女在线观看一区| 五月天精品一区二区三区| 日韩理论电影院| 国产午夜精品一区二区 | 国产一区二三区| 亚洲成人自拍网| 亚洲欧美韩国综合色| 精品国产乱码久久久久久闺蜜| 欧洲一区在线观看| 97se亚洲国产综合在线| 国产精品18久久久久久久久久久久| 首页亚洲欧美制服丝腿| 亚洲精品大片www| 亚洲日本在线视频观看| 欧美经典一区二区| 26uuu色噜噜精品一区| 欧美一卡二卡在线| 欧美肥胖老妇做爰| 精品污污网站免费看| 欧美在线一区二区| 欧美亚洲图片小说| 色94色欧美sute亚洲线路二| 成人涩涩免费视频| 国产成人久久精品77777最新版本 国产成人鲁色资源国产91色综 | 有码一区二区三区| 亚洲日本欧美天堂| 亚洲欧美日韩一区| 亚洲精品高清在线观看| 亚洲愉拍自拍另类高清精品| 伊人色综合久久天天| 亚洲激情第一区| 亚洲在线观看免费| 日韩成人午夜电影| 另类综合日韩欧美亚洲| 国产一区二区免费在线| 丰满放荡岳乱妇91ww| 成人av免费在线播放| 91视频免费播放| 欧美在线不卡视频| 777色狠狠一区二区三区| 欧美岛国在线观看| 国产农村妇女精品| 亚洲男人都懂的| 午夜精品视频一区| 精品一区二区三区av| 粉嫩av一区二区三区| kk眼镜猥琐国模调教系列一区二区| 日本丰满少妇一区二区三区| 欧美色倩网站大全免费| 欧美精品一区二区三区在线 | 肉肉av福利一精品导航| 久久电影网站中文字幕| 风间由美一区二区av101| 欧美优质美女网站| 欧美电视剧免费观看| 国产精品成人免费| 丝瓜av网站精品一区二区 | 不卡的av中国片| 欧美性大战久久久久久久 | 亚洲欧洲99久久| 丝袜诱惑制服诱惑色一区在线观看 | 美女视频第一区二区三区免费观看网站| 理论片日本一区| 91色视频在线| 精品噜噜噜噜久久久久久久久试看 | 日韩欧美一二三四区| 1000精品久久久久久久久| 日韩一区精品字幕| 春色校园综合激情亚洲| 欧美色图在线观看| 亚洲国产高清在线观看视频| 午夜精品久久久久久久蜜桃app| 国产99久久久久| 欧美一卡2卡三卡4卡5免费| 亚洲人成亚洲人成在线观看图片| 久久99国产精品久久99|