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

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

?? frmislook.designer.cs

?? 這是一個庫存管理系統
?? CS
字號:
?namespace SMS.LookandSum
{
    partial class frmISLook
    {
        /// <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(frmISLook));
            this.btnLook = new System.Windows.Forms.Button();
            this.txtLKWord = new System.Windows.Forms.TextBox();
            this.btnExit = new System.Windows.Forms.Button();
            this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
            this.dgvISInfo = new System.Windows.Forms.DataGridView();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.cboxLCondition = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dgvISInfo)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnLook
            // 
            this.btnLook.Location = new System.Drawing.Point(16, 20);
            this.btnLook.Name = "btnLook";
            this.btnLook.Size = new System.Drawing.Size(47, 23);
            this.btnLook.TabIndex = 2;
            this.btnLook.Text = "查詢";
            this.btnLook.UseVisualStyleBackColor = true;
            this.btnLook.Click += new System.EventHandler(this.btnLook_Click);
            // 
            // txtLKWord
            // 
            this.txtLKWord.Location = new System.Drawing.Point(142, 54);
            this.txtLKWord.Name = "txtLKWord";
            this.txtLKWord.Size = new System.Drawing.Size(147, 21);
            this.txtLKWord.TabIndex = 1;
            // 
            // btnExit
            // 
            this.btnExit.Location = new System.Drawing.Point(16, 49);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(47, 23);
            this.btnExit.TabIndex = 3;
            this.btnExit.Text = "退出";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // hScrollBar1
            // 
            this.hScrollBar1.Location = new System.Drawing.Point(9, 306);
            this.hScrollBar1.Name = "hScrollBar1";
            this.hScrollBar1.Size = new System.Drawing.Size(412, 17);
            this.hScrollBar1.TabIndex = 7;
            // 
            // dgvISInfo
            // 
            this.dgvISInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvISInfo.Location = new System.Drawing.Point(9, 98);
            this.dgvISInfo.Name = "dgvISInfo";
            this.dgvISInfo.ReadOnly = true;
            this.dgvISInfo.RowTemplate.Height = 23;
            this.dgvISInfo.Size = new System.Drawing.Size(412, 225);
            this.dgvISInfo.TabIndex = 6;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnExit);
            this.groupBox2.Controls.Add(this.btnLook);
            this.groupBox2.Location = new System.Drawing.Point(345, 7);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(80, 85);
            this.groupBox2.TabIndex = 5;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "操作";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtLKWord);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.cboxLCondition);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(8, 7);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(330, 85);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "查詢條件";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(53, 57);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "查詢關鍵字";
            // 
            // cboxLCondition
            // 
            this.cboxLCondition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboxLCondition.FormattingEnabled = true;
            this.cboxLCondition.Items.AddRange(new object[] {
            "入庫編號",
            "貨物編號",
            "貨物名稱",
            "倉庫名稱",
            "入庫日期"});
            this.cboxLCondition.Location = new System.Drawing.Point(142, 25);
            this.cboxLCondition.Name = "cboxLCondition";
            this.cboxLCondition.Size = new System.Drawing.Size(147, 20);
            this.cboxLCondition.TabIndex = 0;
            this.cboxLCondition.SelectedIndexChanged += new System.EventHandler(this.cboxLCondition_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(41, 28);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "請選擇查詢條件";
            // 
            // frmISLook
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(432, 331);
            this.Controls.Add(this.hScrollBar1);
            this.Controls.Add(this.dgvISInfo);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "frmISLook";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "入庫查詢";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmISLook_FormClosed);
            this.Load += new System.EventHandler(this.frmISLook_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgvISInfo)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnLook;
        private System.Windows.Forms.TextBox txtLKWord;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.HScrollBar hScrollBar1;
        private System.Windows.Forms.DataGridView dgvISInfo;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox cboxLCondition;
        private System.Windows.Forms.Label label1;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
中文字幕一区免费在线观看| 在线一区二区视频| 日本网站在线观看一区二区三区| 亚洲欧美综合另类在线卡通| 国产精品素人视频| 中文字幕乱码一区二区免费| 国产区在线观看成人精品| 久久久久久久久99精品| 国产喷白浆一区二区三区| 久久精品日产第一区二区三区高清版 | 在线免费观看日韩欧美| 91高清视频在线| 欧美日韩国产综合草草| 69p69国产精品| 精品国产污污免费网站入口| 国产清纯白嫩初高生在线观看91 | 国产麻豆成人精品| 国产不卡一区视频| 99久久婷婷国产| 欧美人xxxx| 国产午夜精品一区二区三区嫩草| 中文字幕+乱码+中文字幕一区| 亚洲婷婷在线视频| 丝袜诱惑制服诱惑色一区在线观看| 日本va欧美va精品发布| 国产成人精品三级| 欧美三级中文字幕在线观看| 欧美一区二区三区四区视频| 久久精品网站免费观看| 一区二区视频在线| 精品一区二区三区久久久| 成人高清视频免费观看| 欧美三片在线视频观看| 久久久精品免费网站| 亚洲激情自拍偷拍| 国产一区二区三区久久悠悠色av| 99久久综合色| 日韩限制级电影在线观看| 中文字幕免费在线观看视频一区| 亚洲.国产.中文慕字在线| 国产一二三精品| 欧美另类videos死尸| 国产精品理论在线观看| 日本aⅴ亚洲精品中文乱码| 97久久超碰国产精品电影| 日韩午夜电影av| 亚洲欧美另类综合偷拍| 九色综合国产一区二区三区| 在线观看国产日韩| 国产欧美日本一区二区三区| 热久久国产精品| 欧洲国内综合视频| 亚洲欧美在线视频| 国产盗摄精品一区二区三区在线| 欧美日韩国产在线观看| 亚洲欧美成人一区二区三区| 国产精品影视在线观看| 91精品国产日韩91久久久久久| 国产精品国产a级| 人人狠狠综合久久亚洲| 欧美性极品少妇| 亚洲免费观看高清| www.66久久| 久久综合狠狠综合久久激情 | 另类小说色综合网站| 欧美日韩中文字幕一区二区| 亚洲视频一二三区| 国产99久久久国产精品潘金网站| 精品欧美黑人一区二区三区| 偷拍一区二区三区四区| 欧美日韩二区三区| 亚洲成人精品影院| 欧美日韩国产小视频在线观看| 亚洲男人的天堂在线观看| aaa亚洲精品| 中文字幕一区二区三区色视频| 粉嫩av亚洲一区二区图片| 欧美国产日韩在线观看| 成人sese在线| 成人欧美一区二区三区黑人麻豆 | 亚洲国产精品一区二区久久恐怖片 | 国产精品美日韩| 成人高清免费观看| 亚洲人成影院在线观看| 色诱视频网站一区| 亚洲成人自拍一区| 这里只有精品视频在线观看| 麻豆精品精品国产自在97香蕉| 欧美成人a∨高清免费观看| 国产一区二区三区黄视频 | 老司机午夜精品99久久| 久久久五月婷婷| 成人免费视频国产在线观看| 亚洲欧美日韩电影| 日韩一区二区视频在线观看| 精品中文字幕一区二区小辣椒| 国产性天天综合网| 91久久人澡人人添人人爽欧美 | 91精品国产黑色紧身裤美女| 老司机精品视频导航| 国产蜜臀97一区二区三区 | 在线电影院国产精品| 久久精品国产一区二区三区免费看| 久久老女人爱爱| 色视频成人在线观看免| 一区二区三区久久| 欧美一区二区三区公司| 成人小视频在线观看| 亚洲专区一二三| 欧美精品一区二区久久婷婷| 一本一本久久a久久精品综合麻豆| 偷拍日韩校园综合在线| 久久精品水蜜桃av综合天堂| 欧美午夜理伦三级在线观看| 国产一区在线看| 天天综合天天做天天综合| 久久久99精品久久| 在线不卡免费欧美| 成人免费观看男女羞羞视频| 丝袜美腿亚洲一区| 中文字幕亚洲一区二区av在线| 欧美一级欧美三级在线观看| 成人爱爱电影网址| 精品一区二区免费视频| 亚洲国产视频网站| 亚洲国产成人在线| 欧美tickling挠脚心丨vk| 一本久久精品一区二区| 国产凹凸在线观看一区二区| 水野朝阳av一区二区三区| 亚洲人成影院在线观看| 国产日本欧美一区二区| 精品99一区二区| 欧美日韩精品是欧美日韩精品| 成人精品鲁一区一区二区| 精品一区二区三区免费毛片爱 | 日韩视频一区在线观看| 欧美日精品一区视频| 9久草视频在线视频精品| 国产乱子轮精品视频| 青青草国产精品97视觉盛宴| 亚洲午夜免费视频| 一区二区三区高清| 成人免费在线视频| 国产精品久久久久久久久搜平片 | 国产日韩影视精品| 精品电影一区二区| 精品国产乱子伦一区| 欧美一级xxx| 精品久久久久久最新网址| 欧美一卡2卡3卡4卡| 日韩欧美一区二区视频| 欧美一区二区播放| 欧美一区二区免费视频| 日韩一区二区在线观看| 欧美日韩大陆一区二区| 精品视频免费看| 欧美日韩一级大片网址| 欧美日韩黄视频| 欧美一区二区啪啪| 精品日韩在线一区| 精品久久一区二区| 精品国产一区二区三区忘忧草| 久久亚区不卡日本| 亚洲国产精品成人综合| 国产精品伦一区二区三级视频| 国产精品久久久久久久久动漫 | 亚洲欧美色综合| 亚洲第四色夜色| 亚洲mv大片欧洲mv大片精品| 天堂va蜜桃一区二区三区漫画版| 日本欧美一区二区三区乱码| 狠狠色狠狠色综合系列| 风间由美一区二区三区在线观看| 不卡视频在线看| 精品视频在线视频| 精品久久久久久亚洲综合网 | 欧美三级中文字幕| 欧美一区二区三区免费大片| 国产亚洲成av人在线观看导航| 国产精品初高中害羞小美女文| 亚洲一级片在线观看| 琪琪久久久久日韩精品| 成人激情免费网站| 欧美精品在线视频| 国产亚洲一区二区三区在线观看| 亚洲欧美另类小说视频| 蜜桃传媒麻豆第一区在线观看| 不卡影院免费观看| 欧美一区二区播放| 亚洲色图视频网| 久久精品国产**网站演员| 91在线一区二区三区| 欧美成人在线直播| 一区二区三区日韩| 国产麻豆成人精品| 欧美一级生活片| 亚洲综合精品自拍| 成人看片黄a免费看在线| 91国偷自产一区二区使用方法|