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

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

?? ininfoform.designer.cs

?? 主要實現倉庫的入庫與出庫的基本功能
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace Elysian
{
    partial class inInfoForm
    {
        /// <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(inInfoForm));
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.crystalReportViewer2 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.INCrystalReport1 = new Elysian.INCrystalReport();
            this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.textBox13 = new System.Windows.Forms.TextBox();
            this.textBox12 = new System.Windows.Forms.TextBox();
            this.textBox11 = new System.Windows.Forms.TextBox();
            this.label14 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.button4 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.textBox10 = new System.Windows.Forms.TextBox();
            this.textBox9 = new System.Windows.Forms.TextBox();
            this.textBox8 = new System.Windows.Forms.TextBox();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(-5, 42);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(730, 416);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.crystalReportViewer2);
            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(722, 391);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "入庫商品信息報表";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // crystalReportViewer2
            // 
            this.crystalReportViewer2.ActiveViewIndex = 0;
            this.crystalReportViewer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.crystalReportViewer2.DisplayGroupTree = false;
            this.crystalReportViewer2.DisplayStatusBar = false;
            this.crystalReportViewer2.DisplayToolbar = false;
            this.crystalReportViewer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.crystalReportViewer2.Location = new System.Drawing.Point(3, 3);
            this.crystalReportViewer2.Name = "crystalReportViewer2";
            this.crystalReportViewer2.ReportSource = this.INCrystalReport1;
            this.crystalReportViewer2.Size = new System.Drawing.Size(716, 385);
            this.crystalReportViewer2.TabIndex = 1;
            // 
            // crystalReportViewer1
            // 
            this.crystalReportViewer1.ActiveViewIndex = -1;
            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.SelectionFormula = "";
            this.crystalReportViewer1.Size = new System.Drawing.Size(716, 385);
            this.crystalReportViewer1.TabIndex = 0;
            this.crystalReportViewer1.ViewTimeSelectionFormula = "";
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.textBox13);
            this.tabPage3.Controls.Add(this.textBox12);
            this.tabPage3.Controls.Add(this.textBox11);
            this.tabPage3.Controls.Add(this.label14);
            this.tabPage3.Controls.Add(this.label13);
            this.tabPage3.Controls.Add(this.label12);
            this.tabPage3.Controls.Add(this.button4);
            this.tabPage3.Controls.Add(this.button3);
            this.tabPage3.Controls.Add(this.textBox10);
            this.tabPage3.Controls.Add(this.textBox9);
            this.tabPage3.Controls.Add(this.textBox8);
            this.tabPage3.Controls.Add(this.textBox7);
            this.tabPage3.Controls.Add(this.textBox6);
            this.tabPage3.Controls.Add(this.textBox5);
            this.tabPage3.Controls.Add(this.textBox4);
            this.tabPage3.Controls.Add(this.textBox3);
            this.tabPage3.Controls.Add(this.label11);
            this.tabPage3.Controls.Add(this.label10);
            this.tabPage3.Controls.Add(this.label9);
            this.tabPage3.Controls.Add(this.label8);
            this.tabPage3.Controls.Add(this.label7);
            this.tabPage3.Controls.Add(this.label6);
            this.tabPage3.Controls.Add(this.label5);
            this.tabPage3.Controls.Add(this.label4);
            this.tabPage3.Location = new System.Drawing.Point(4, 21);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(722, 391);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "商品入庫";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // textBox13
            // 
            this.textBox13.Location = new System.Drawing.Point(175, 279);
            this.textBox13.Multiline = true;
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new System.Drawing.Size(439, 50);
            this.textBox13.TabIndex = 23;
            // 
            // textBox12
            // 
            this.textBox12.Location = new System.Drawing.Point(484, 234);
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new System.Drawing.Size(130, 21);
            this.textBox12.TabIndex = 22;
            // 
            // textBox11
            // 
            this.textBox11.Location = new System.Drawing.Point(484, 180);
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new System.Drawing.Size(130, 21);
            this.textBox11.TabIndex = 21;
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(373, 133);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(53, 12);
            this.label14.TabIndex = 20;
            this.label14.Text = "商品數量";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(373, 80);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(41, 12);
            this.label13.TabIndex = 19;
            this.label13.Text = "保質期";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(373, 32);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(53, 12);
            this.label12.TabIndex = 18;
            this.label12.Text = "生產日期";
            // 
            // button4
            // 
            this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button4.Location = new System.Drawing.Point(539, 346);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 23);
            this.button4.TabIndex = 17;
            this.button4.Text = "上一步";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button3
            // 
            this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button3.Location = new System.Drawing.Point(175, 346);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 16;
            this.button3.Text = "商品入庫";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // textBox10
            // 
            this.textBox10.Location = new System.Drawing.Point(484, 130);
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new System.Drawing.Size(130, 21);
            this.textBox10.TabIndex = 15;
            // 
            // textBox9
            // 
            this.textBox9.Location = new System.Drawing.Point(484, 77);
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new System.Drawing.Size(130, 21);
            this.textBox9.TabIndex = 14;
            // 
            // textBox8
            // 
            this.textBox8.Location = new System.Drawing.Point(484, 29);
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new System.Drawing.Size(130, 21);
            this.textBox8.TabIndex = 13;
            // 
            // textBox7
            // 
            this.textBox7.Location = new System.Drawing.Point(175, 231);
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new System.Drawing.Size(130, 21);
            this.textBox7.TabIndex = 12;
            // 
            // textBox6
            // 
            this.textBox6.Location = new System.Drawing.Point(175, 180);
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new System.Drawing.Size(130, 21);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色美美综合视频| 日本成人在线电影网| 欧美变态tickling挠脚心| 欧美性色综合网| 欧美在线影院一区二区| 欧美性videosxxxxx| 日韩一级高清毛片| 91麻豆精品国产91久久久久久| 欧美三级韩国三级日本一级| 欧美午夜精品一区二区蜜桃| 在线观看一区二区精品视频| 欧美视频中文字幕| 欧美裸体一区二区三区| 91精品婷婷国产综合久久性色| 欧美高清性hdvideosex| 欧美一区二区三区思思人| 欧美一区二区三区四区在线观看| 日韩精品在线一区| 欧美国产一区二区| 夜夜亚洲天天久久| 日韩激情视频网站| 风间由美性色一区二区三区| 成人av在线网站| 欧美日韩三级一区| 国产午夜亚洲精品午夜鲁丝片| 亚洲视频1区2区| 午夜国产不卡在线观看视频| 国内精品自线一区二区三区视频| 成人动漫一区二区三区| 欧美日韩在线播放三区| 一区二区在线观看视频在线观看| 欧美电影免费观看高清完整版在线观看| 欧美精品一区二区三区视频| 国产精品污网站| 午夜伦欧美伦电影理论片| 国产在线精品一区在线观看麻豆| 成人av午夜影院| 欧美三区在线观看| 国产欧美精品在线观看| 欧美夫妻性生活| 久久精品亚洲国产奇米99| 亚洲丝袜制服诱惑| 久久不见久久见中文字幕免费| 成人深夜视频在线观看| 在线播放欧美女士性生活| 欧美国产亚洲另类动漫| 全部av―极品视觉盛宴亚洲| 91亚洲永久精品| 久久午夜羞羞影院免费观看| 亚洲综合一区二区精品导航| 国产精品香蕉一区二区三区| 91麻豆精品国产综合久久久久久| 综合婷婷亚洲小说| 国产一区二区三区观看| 欧美一区二区三区在线电影| 亚洲一区二区三区在线看| 成人黄色小视频| 欧美精品一区二区三区蜜桃 | 成人免费毛片高清视频| 日韩一卡二卡三卡国产欧美| 一区二区三区在线视频观看58| 国产91精品免费| 亚洲精品一区二区精华| 日本不卡在线视频| 欧美日精品一区视频| 国产精品久久久久四虎| 国产不卡高清在线观看视频| 精品国产成人在线影院| 蜜桃av一区二区三区| 欧美日韩大陆一区二区| 亚洲老司机在线| 91视频一区二区三区| 日韩美女视频19| 91欧美一区二区| 亚洲另类一区二区| 色偷偷久久一区二区三区| 亚洲精品视频在线| 欧美色图第一页| 午夜婷婷国产麻豆精品| 欧美一区二区三区视频免费播放| 五月婷婷另类国产| 日韩欧美一区二区久久婷婷| 五月综合激情日本mⅴ| 日韩欧美你懂的| 九九九久久久精品| 国产亚洲欧美激情| 成人高清免费观看| 亚洲欧美自拍偷拍| 欧美亚洲一区二区三区四区| 亚洲h精品动漫在线观看| 91精品国产综合久久久久| 亚洲激情中文1区| 欧美日韩和欧美的一区二区| 视频一区国产视频| 久久精品在线观看| 91美女视频网站| 日韩综合小视频| 国产欧美一区二区在线观看| 99久久久久久| 三级在线观看一区二区| 精品成a人在线观看| 成人97人人超碰人人99| 亚洲国产一区二区三区| 欧美精品一区二区三区在线 | 激情综合色播激情啊| 久久久精品天堂| 91成人免费电影| 国产一区二区按摩在线观看| 亚洲乱码国产乱码精品精小说 | 国产高清视频一区| 亚洲精品久久嫩草网站秘色| 欧美r级电影在线观看| 成人av资源在线| 日韩高清在线不卡| 国产精品久久久久久久久免费桃花 | 国模无码大尺度一区二区三区| 国产精品国产三级国产普通话99| 欧美日韩国产精选| av网站一区二区三区| 日韩高清不卡在线| 亚洲丝袜自拍清纯另类| 久久久久久久精| 91精品一区二区三区久久久久久| www.亚洲人| 久久99久久久欧美国产| 亚洲国产精品视频| 国产精品久久久久久久久免费樱桃| 欧美一区二区在线免费观看| 99在线精品一区二区三区| 蜜桃av一区二区| 午夜视频一区二区三区| 玉足女爽爽91| 国产精品网站在线播放| wwwwww.欧美系列| 在线不卡中文字幕| 在线观看免费视频综合| 播五月开心婷婷综合| 激情五月播播久久久精品| 天天操天天干天天综合网| 亚洲人一二三区| 国产精品激情偷乱一区二区∴| 久久综合久久综合久久| 日韩女同互慰一区二区| 欧美日韩久久一区| 欧美在线观看一二区| 精品日产卡一卡二卡麻豆| 久久亚洲一级片| 欧美日韩亚洲综合在线| 91老师片黄在线观看| 成人av在线资源| 91亚洲精品一区二区乱码| 国产一区二区三区免费观看| 国内精品在线播放| 精品一区二区三区日韩| 久久69国产一区二区蜜臀| 狠狠色丁香久久婷婷综| 国产剧情一区在线| 国产高清亚洲一区| 国产精品一区二区你懂的| 国产呦精品一区二区三区网站| 美国精品在线观看| 国产精品一区二区三区网站| 国产电影一区在线| jizzjizzjizz欧美| 91精品福利视频| 欧美日韩三级一区二区| 日韩一区二区三区电影在线观看| 日韩精品在线网站| 国产视频一区二区在线观看| 国产精品久久久久四虎| 成人高清视频在线| 国产精品麻豆久久久| 国产精品视频观看| 亚洲免费色视频| 亚洲精选在线视频| 免费人成在线不卡| 成人h精品动漫一区二区三区| 粉嫩av一区二区三区粉嫩| 99re热视频精品| 欧美日韩视频专区在线播放| 精品对白一区国产伦| 国产精品国产自产拍在线| 亚洲第一搞黄网站| 国产一区二区精品在线观看| 91丨九色porny丨蝌蚪| 91麻豆精品国产91| 久久精品一区八戒影视| 亚洲一区二区精品久久av| 精品在线免费观看| 成人免费高清视频在线观看| 欧美精品在线一区二区三区| 久久久精品国产免费观看同学| 亚洲精品成人天堂一二三| 免播放器亚洲一区| www.日韩在线| 欧美一级电影网站| 亚洲已满18点击进入久久| 国产精品一品二品| 在线不卡中文字幕| 亚洲黄色在线视频|