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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? frmislook.designer.cs

?? 庫存管理系統(tǒng)
?? CS
字號:
?namespace SMS.LookandSum
{
    partial class frmISLook
    {
        /// <summary>
        /// 必需的設(shè)計器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設(shè)計器生成的代碼

        /// <summary>
        /// 設(shè)計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </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 = "查詢關(guān)鍵字";
            // 
            // 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;
    }
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日本va欧美va精品发布| 精品第一国产综合精品aⅴ| 亚洲欧美影音先锋| 成人晚上爱看视频| 国产精品毛片久久久久久久| 91麻豆国产福利精品| 亚洲午夜在线视频| 日韩欧美高清dvd碟片| 国产不卡视频在线观看| 中文av一区二区| 欧美色涩在线第一页| 日韩精品亚洲专区| 久久久久国色av免费看影院| 99re视频精品| 日韩中文字幕一区二区三区| 精品成人一区二区三区| 成人精品免费视频| 亚洲成人动漫精品| 久久久久久免费毛片精品| 91麻豆精品视频| 蜜臀av性久久久久蜜臀av麻豆| 久久亚洲影视婷婷| 99热99精品| 喷白浆一区二区| 中文字幕中文字幕一区二区| 欧美视频一区二| 精久久久久久久久久久| 中文字幕免费一区| 欧美一区二区三区在线观看视频 | 91碰在线视频| 日欧美一区二区| 中文字幕亚洲电影| 欧美一级片在线| 97精品超碰一区二区三区| 日韩在线卡一卡二| 中文字幕在线免费不卡| 欧美一级高清大全免费观看| 成人sese在线| 久久国产麻豆精品| 亚洲成人精品影院| 中文字幕不卡在线观看| 日韩视频在线你懂得| 99精品在线观看视频| 国产在线国偷精品产拍免费yy | 欧美一卡二卡三卡| 99久久国产综合精品色伊| 久久草av在线| 亚洲一区二区三区中文字幕| 欧美激情一区二区三区蜜桃视频| 制服丝袜亚洲色图| 色婷婷久久99综合精品jk白丝| 国产资源在线一区| 麻豆国产精品官网| 视频一区在线播放| 亚洲午夜一区二区三区| 中文字幕日韩一区| 国产日本欧洲亚洲| 久久免费视频色| 精品久久久三级丝袜| 91精品欧美一区二区三区综合在 | 亚洲电影第三页| 亚洲精品大片www| 亚洲日穴在线视频| 中文字幕在线视频一区| 国产婷婷一区二区| 国产日韩欧美不卡| 久久久综合网站| 久久天堂av综合合色蜜桃网 | 国产欧美一区二区精品久导航| 欧美一区二区三区小说| 9191国产精品| 欧美精品tushy高清| 欧美日韩在线观看一区二区| 91在线丨porny丨国产| 97久久超碰国产精品| av亚洲产国偷v产偷v自拍| 成人免费视频caoporn| 国产成人精品1024| 成人美女在线观看| 一本色道久久综合亚洲精品按摩| 色综合久久中文字幕综合网| 91色在线porny| 日本丰满少妇一区二区三区| 色94色欧美sute亚洲13| 欧美亚洲动漫精品| 欧美精品久久一区二区三区| 欧美日韩美少妇| 欧美一区二区国产| 久久婷婷久久一区二区三区| 欧美激情一区二区三区不卡| 亚洲欧洲成人自拍| 亚洲自拍偷拍九九九| 亚洲成av人片在www色猫咪| 日产国产欧美视频一区精品| 免费久久99精品国产| 国产美女在线观看一区| 91尤物视频在线观看| 欧美日韩高清不卡| 精品日韩一区二区| 国产精品日日摸夜夜摸av| 亚洲精品v日韩精品| 日韩av一区二区在线影视| 激情亚洲综合在线| 一本在线高清不卡dvd| 制服.丝袜.亚洲.中文.综合| 久久久噜噜噜久久中文字幕色伊伊 | 欧美日本免费一区二区三区| 日韩欧美国产1| 国产精品国产三级国产三级人妇| 玉足女爽爽91| 国产美女精品在线| 色狠狠综合天天综合综合| 日韩欧美黄色影院| 亚洲国产精华液网站w| 偷拍与自拍一区| 国产成人亚洲精品青草天美| 一本色道久久综合精品竹菊| 日韩欧美一二区| 亚洲私人黄色宅男| 久久国产夜色精品鲁鲁99| 色哟哟国产精品免费观看| 欧美tickling网站挠脚心| 国产精品久久久久aaaa樱花| 午夜国产精品一区| 成人18精品视频| 精品国产亚洲在线| 亚洲精品成人在线| 丁香网亚洲国际| 日韩一区二区高清| 亚洲一区二区成人在线观看| 国产黑丝在线一区二区三区| 欧美色中文字幕| 专区另类欧美日韩| 国产精品一卡二卡在线观看| 欧美亚洲动漫精品| 亚洲色图第一区| 国产精品一区一区三区| 欧美日韩激情一区二区三区| 中文字幕av资源一区| 国精产品一区一区三区mba桃花 | 国产精品亲子伦对白| 极品销魂美女一区二区三区| 欧美视频在线一区| 亚洲特黄一级片| 暴力调教一区二区三区| 精品国产髙清在线看国产毛片| 亚洲高清三级视频| 欧美在线免费视屏| 亚洲精品视频自拍| 91视频在线观看免费| 中文字幕不卡三区| 国产99久久久国产精品| 久久综合色婷婷| 六月婷婷色综合| 日韩欧美一区二区三区在线| 日av在线不卡| 7777女厕盗摄久久久| 三级久久三级久久| 欧美精品xxxxbbbb| 日本欧美在线观看| 欧美高清性hdvideosex| 亚洲不卡在线观看| 欧美精品色综合| 蜜臀99久久精品久久久久久软件| 欧美精品久久久久久久多人混战| 午夜亚洲国产au精品一区二区| 欧美午夜精品久久久久久孕妇| 一个色在线综合| 欧美日韩中文字幕一区| 视频一区国产视频| 日韩欧美的一区| 国产在线精品一区二区三区不卡 | 色国产综合视频| 亚洲高清视频中文字幕| 91精品国产综合久久久久久久 | 91精品国产综合久久久久久| 天天操天天综合网| 欧美成人免费网站| 国产一区 二区| 中文字幕日韩欧美一区二区三区| 91尤物视频在线观看| 亚洲二区在线观看| 欧美一级午夜免费电影| 韩国理伦片一区二区三区在线播放 | a级高清视频欧美日韩| 国产精品久久久久久久岛一牛影视| 成人精品一区二区三区中文字幕| 国产精品美女一区二区在线观看| 99精品久久免费看蜜臀剧情介绍| 一区二区高清在线| 精品免费一区二区三区| 成人激情开心网| 午夜不卡在线视频| 久久久激情视频| 欧美性色欧美a在线播放| 日本不卡123| 中文字幕国产精品一区二区| 欧美亚日韩国产aⅴ精品中极品| 青青草国产精品97视觉盛宴| 国产精品久久免费看|