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

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

?? frmbglook.designer.cs

?? 工業(yè)庫(kù)存管理系統(tǒng)
?? CS
字號(hào):
?namespace SMS.LookandSum
{
    partial class frmBGLook
    {
        /// <summary>
        /// 必需的設(shè)計(jì)器變量。
        /// </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è)計(jì)器生成的代碼

        /// <summary>
        /// 設(shè)計(jì)器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBGLook));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtLKWord = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.cboxLCondition = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnLook = new System.Windows.Forms.Button();
            this.dgvBGInfo = new System.Windows.Forms.DataGridView();
            this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvBGInfo)).BeginInit();
            this.SuspendLayout();
            // 
            // 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, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(330, 85);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "查詢條件";
            // 
            // txtLKWord
            // 
            this.txtLKWord.Location = new System.Drawing.Point(139, 54);
            this.txtLKWord.Name = "txtLKWord";
            this.txtLKWord.Size = new System.Drawing.Size(147, 21);
            this.txtLKWord.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(47, 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[] {
            "借貨編號(hào)",
            "倉(cāng)庫(kù)名稱",
            "貨物名稱",
            "借貨日期"});
            this.cboxLCondition.Location = new System.Drawing.Point(139, 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(35, 28);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "請(qǐng)選擇查詢條件";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnExit);
            this.groupBox2.Controls.Add(this.btnLook);
            this.groupBox2.Location = new System.Drawing.Point(345, 6);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(80, 85);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "操作";
            // 
            // 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);
            // 
            // 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);
            // 
            // dgvBGInfo
            // 
            this.dgvBGInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvBGInfo.Location = new System.Drawing.Point(9, 97);
            this.dgvBGInfo.Name = "dgvBGInfo";
            this.dgvBGInfo.ReadOnly = true;
            this.dgvBGInfo.RowTemplate.Height = 23;
            this.dgvBGInfo.Size = new System.Drawing.Size(412, 225);
            this.dgvBGInfo.TabIndex = 2;
            // 
            // hScrollBar1
            // 
            this.hScrollBar1.Location = new System.Drawing.Point(9, 305);
            this.hScrollBar1.Name = "hScrollBar1";
            this.hScrollBar1.Size = new System.Drawing.Size(412, 17);
            this.hScrollBar1.TabIndex = 3;
            // 
            // frmBGLook
            // 
            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.dgvBGInfo);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "frmBGLook";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "貨物借出查詢";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmBGLook_FormClosed);
            this.Load += new System.EventHandler(this.frmBGLook_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvBGInfo)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

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

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人黄色av网站在线| 26uuu久久天堂性欧美| 国产精品99久久久久久久女警 | 国产精品热久久久久夜色精品三区 | 日韩av网站免费在线| 夜夜嗨av一区二区三区四季av | 99热这里都是精品| 成人av网站大全| 成人午夜视频网站| 国产丝袜欧美中文另类| 精品国产一区二区三区不卡| 欧美精品在线视频| 欧美一区二区在线看| 日本在线播放一区二区三区| 蜜臀精品一区二区三区在线观看| 美腿丝袜亚洲综合| 国产成人一区二区精品非洲| 不卡视频在线看| 色婷婷综合久色| 在线91免费看| 国产日产亚洲精品系列| 亚洲美女电影在线| 水野朝阳av一区二区三区| 日韩国产欧美在线视频| 国产成人精品免费视频网站| 91在线一区二区三区| 777色狠狠一区二区三区| 久久午夜免费电影| 亚洲最快最全在线视频| 欧美va天堂va视频va在线| 中文字幕不卡在线观看| 亚洲一区二区三区视频在线| 另类小说综合欧美亚洲| 99国产精品国产精品久久| 日韩欧美一区二区三区在线| 国产精品色哟哟网站| 日本不卡一区二区三区高清视频| 国产精品资源在线观看| 欧美日韩亚州综合| 国产欧美精品在线观看| 欧美在线制服丝袜| 免费观看久久久4p| 国产丶欧美丶日本不卡视频| 欧美图区在线视频| 国产精品三级久久久久三级| 日本最新不卡在线| 在线精品视频小说1| 国产视频一区在线观看 | 国产视频不卡一区| 日韩精品电影在线观看| 亚洲欧美欧美一区二区三区| 国产.精品.日韩.另类.中文.在线.播放| 欧美性生活大片视频| 1000精品久久久久久久久| 激情都市一区二区| 91精品欧美综合在线观看最新| 91色在线porny| 欧美国产97人人爽人人喊| 免费久久99精品国产| 欧美日韩色一区| 一区二区三区在线视频免费| 欧美熟乱第一页| 成人av中文字幕| 久久综合狠狠综合| 麻豆成人久久精品二区三区红| 色婷婷av久久久久久久| 18欧美亚洲精品| 99精品视频在线免费观看| 国产精品色婷婷| 国产成人在线看| 国产日韩欧美制服另类| 国产成人精品aa毛片| 欧美精品一区二区三区一线天视频 | 国产一区免费电影| 欧美成人艳星乳罩| 国产在线看一区| 国产无人区一区二区三区| 国产精品中文字幕一区二区三区| 欧美成人一区二区三区在线观看| 日韩高清中文字幕一区| 欧美一激情一区二区三区| 精品久久久久久最新网址| 韩国av一区二区三区四区| 久久久美女毛片| www.色精品| 91黄色在线观看| 天堂蜜桃91精品| 2020国产成人综合网| 国产一区欧美日韩| 日韩美女啊v在线免费观看| 欧美在线观看一二区| 亚洲123区在线观看| 欧美大肚乱孕交hd孕妇| 国产精品资源站在线| 亚洲伦理在线精品| 9191久久久久久久久久久| 成人性生交大合| 亚洲成人激情自拍| 老司机午夜精品| 国产精品久久综合| 欧美精品乱人伦久久久久久| 免费高清成人在线| 国产精品人人做人人爽人人添| 欧亚一区二区三区| 国产精品自拍一区| 亚洲国产成人av网| 国产日韩欧美激情| 欧美日本一区二区三区四区| 久久69国产一区二区蜜臀| 最新日韩av在线| 欧美成人免费网站| 一本久道久久综合中文字幕| 美国毛片一区二区三区| 综合电影一区二区三区| 欧美一区二区啪啪| 一本色道久久加勒比精品 | 久久久综合视频| 色偷偷久久人人79超碰人人澡| 老鸭窝一区二区久久精品| **性色生活片久久毛片| 日韩欧美国产一二三区| 日本国产一区二区| 成人网在线播放| 久久精品国产精品亚洲精品| 一级日本不卡的影视| 久久免费美女视频| 欧美性xxxxx极品少妇| 成人午夜伦理影院| 蜜桃精品视频在线观看| 亚洲午夜国产一区99re久久| 国产精品久久久久久久午夜片| 在线播放中文一区| 欧美在线免费观看亚洲| 高清久久久久久| 久久99精品国产麻豆婷婷洗澡| 午夜精品久久久久影视| 亚洲特级片在线| 国产精品久久99| 国产精品女主播av| 国产午夜精品久久久久久久| 免费不卡在线视频| 亚洲成av人片在www色猫咪| 亚洲免费视频中文字幕| 亚洲视频一区在线观看| 中文字幕一区二区三区四区不卡 | 亚洲午夜精品网| 亚洲精品视频在线观看网站| 国产精品日产欧美久久久久| 国产亚洲一本大道中文在线| 久久这里只有精品视频网| 久久久久国产免费免费| 久久一日本道色综合| 久久久久久久久久久久久夜| 国产一区二区三区观看| 国产一本一道久久香蕉| 国产精一品亚洲二区在线视频| 美女国产一区二区| 国产综合成人久久大片91| 国产麻豆精品95视频| 国产aⅴ精品一区二区三区色成熟| 国产精品99久久久久久久vr| 丰满亚洲少妇av| 国产乱码精品一品二品| 国产成人自拍在线| 97精品久久久久中文字幕| 一区二区三区在线观看国产| 亚洲一区二区三区三| 日韩精品成人一区二区三区| 麻豆精品视频在线| 成人视屏免费看| 欧美在线free| 欧美成人午夜电影| 国产精品国产三级国产普通话99| 国产精品久久午夜夜伦鲁鲁| 伊人婷婷欧美激情| 久久精品国产精品亚洲精品| 国产成人av一区二区三区在线 | 欧美中文字幕一区二区三区亚洲| 欧美男男青年gay1069videost| 精品国产伦一区二区三区免费| 国产三级一区二区三区| 一区二区三区在线视频免费观看| 午夜亚洲国产au精品一区二区| 久久成人综合网| 色中色一区二区| 精品国产精品网麻豆系列| 最近中文字幕一区二区三区| 日本美女一区二区| av午夜精品一区二区三区| 欧美一区二区网站| 亚洲日本va午夜在线影院| 蜜臂av日日欢夜夜爽一区| 99re成人在线| www日韩大片| 亚洲国产精品一区二区www在线| 国产一二三精品| 日韩欧美国产一区二区在线播放| 亚洲美女视频在线| 国产精品系列在线观看| 欧美一级久久久久久久大片|