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

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

?? frmbglook.designer.cs

?? 這是一個庫存管理系統
?? CS
字號:
?namespace SMS.LookandSum
{
    partial class frmBGLook
    {
        /// <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(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 = "查詢關鍵字";
            // 
            // 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(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 = "請選擇查詢條件";
            // 
            // 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;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩制服丝袜av| 亚洲成国产人片在线观看| 欧美一区二区私人影院日本| 日本黄色一区二区| 91精品福利视频| 91免费观看在线| 色999日韩国产欧美一区二区| 成人黄色软件下载| 色综合色综合色综合色综合色综合| 成人国产精品免费观看视频| 99国产精品久| 精品视频在线免费观看| 欧美一区二区三区日韩视频| 亚洲精品一区二区三区香蕉| 日本一区二区免费在线| 亚洲欧洲国产日本综合| 亚洲最大的成人av| 久久成人免费电影| 丁香一区二区三区| 色综合久久99| 日韩一区二区高清| 国产精品三级视频| 视频在线观看一区| 成人黄动漫网站免费app| 97精品国产97久久久久久久久久久久| 色综合中文字幕国产| 欧美最猛黑人xxxxx猛交| 日韩欧美国产三级| 亚洲欧美日韩国产一区二区三区| 午夜成人在线视频| 东方aⅴ免费观看久久av| 欧美日韩在线三区| 日韩丝袜美女视频| 色婷婷久久久久swag精品| 欧美另类久久久品| 久久美女高清视频| 亚洲国产一二三| 狠狠色丁香婷婷综合久久片| 色综合久久久久久久久| 日韩精品一区二区三区三区免费 | 国产一区二区三区在线观看免费| 黑人巨大精品欧美一区| 欧洲av一区二区嗯嗯嗯啊| 久久久久久久性| 亚洲mv大片欧洲mv大片精品| 风间由美一区二区三区在线观看 | 在线精品视频免费观看| 欧美大片免费久久精品三p| 1区2区3区欧美| 国产福利一区二区三区视频| 91精品国产免费| 亚洲免费av高清| 国产成人午夜高潮毛片| 日韩精品在线一区二区| 亚洲国产欧美在线| av中文字幕不卡| 久久天天做天天爱综合色| 奇米色一区二区| 欧美日韩综合在线| 亚洲美女屁股眼交3| av不卡在线观看| 2欧美一区二区三区在线观看视频 337p粉嫩大胆噜噜噜噜噜91av | 色菇凉天天综合网| 国产精品欧美一级免费| 国产一区二区三区免费播放| 日韩欧美一区二区在线视频| 亚洲综合偷拍欧美一区色| 色综合一区二区| 中文字幕一区二区三区精华液| 国产69精品久久久久毛片| 国产亚洲一区二区三区四区| 国产一区福利在线| 久久综合成人精品亚洲另类欧美| 日韩av一区二区三区四区| 欧美一区中文字幕| 美女视频一区二区| 亚洲精品在线三区| 国产成人99久久亚洲综合精品| 2020国产成人综合网| 国产精品资源网| 中文av一区二区| 99久久久精品免费观看国产蜜| 成人免费在线视频观看| 91丨porny丨蝌蚪视频| 亚洲精品乱码久久久久久| 91国在线观看| 亚洲成人免费视| 日韩欧美一级二级三级| 国产精品69毛片高清亚洲| 国产网红主播福利一区二区| 成人av资源下载| 亚洲精品欧美二区三区中文字幕| 欧美中文字幕亚洲一区二区va在线| 亚洲国产精品久久一线不卡| 欧美精品 国产精品| 精品伊人久久久久7777人| 国产精品成人网| 欧美日韩三级在线| 国产麻豆精品theporn| 国产精品乱人伦中文| 欧洲精品在线观看| 精品亚洲成a人在线观看| 国产精品久久久久久久久图文区 | 国产乱色国产精品免费视频| 中文一区二区在线观看| 欧洲av一区二区嗯嗯嗯啊| 极品少妇一区二区三区精品视频| 国产精品乱人伦| 欧美电影在哪看比较好| 国产成人精品免费一区二区| 一级中文字幕一区二区| 日韩欧美一级二级| 一本久久a久久精品亚洲| 精品亚洲国产成人av制服丝袜 | 日韩一级成人av| 99久久精品国产精品久久| 全国精品久久少妇| 亚洲精品成人在线| 国产亚洲成av人在线观看导航| 色狠狠色噜噜噜综合网| 国产不卡一区视频| 热久久一区二区| 亚洲一线二线三线久久久| 亚洲国产精品t66y| 日韩精品一区二区三区三区免费| 91麻豆免费在线观看| 国产一本一道久久香蕉| 免费成人在线网站| 亚洲成人777| 亚洲综合图片区| 亚洲欧美日韩国产中文在线| 国产偷国产偷精品高清尤物| 精品卡一卡二卡三卡四在线| 欧美日韩高清一区二区不卡 | 亚洲第一久久影院| 亚洲私人影院在线观看| 中文字幕欧美三区| 久久综合色8888| 欧美电影免费观看高清完整版在 | 欧美国产日韩精品免费观看| 日韩一区二区三区视频在线观看| 91片在线免费观看| av网站免费线看精品| 不卡视频一二三四| 国产成人在线网站| 国产91对白在线观看九色| 国产精品影视在线| 国产精品影视网| 国产激情一区二区三区| 国产精品一区二区在线看| 国产寡妇亲子伦一区二区| 国产精品69久久久久水密桃| 国产精一品亚洲二区在线视频| 国产在线精品免费av| 国产一区二区三区不卡在线观看| 久久aⅴ国产欧美74aaa| 国产自产2019最新不卡| 国产乱码精品一品二品| 成人午夜视频网站| 不卡一卡二卡三乱码免费网站| 成人aa视频在线观看| 91久久奴性调教| 欧美酷刑日本凌虐凌虐| 欧美一级二级三级蜜桃| 精品美女在线观看| 国产精品美女久久久久av爽李琼| 国产精品入口麻豆九色| 一区二区三区欧美亚洲| 日韩精品乱码av一区二区| 美女免费视频一区二区| 国产精品1区2区3区在线观看| av一本久道久久综合久久鬼色| 一本一道久久a久久精品| 欧美日韩国产一级| 久久久久久99精品| 亚洲乱码国产乱码精品精小说| 亚洲成人先锋电影| 国产一区欧美一区| 在线视频一区二区三| 日韩欧美国产电影| 亚洲色图制服诱惑| 免费亚洲电影在线| 成人黄色一级视频| 欧美一区二区三区视频在线 | 国产一二精品视频| 91福利视频在线| 26uuu成人网一区二区三区| |精品福利一区二区三区| 午夜欧美在线一二页| 国产aⅴ综合色| 欧美美女一区二区在线观看| 国产视频不卡一区| 香蕉成人啪国产精品视频综合网 | 亚洲大片精品永久免费| 精品一区二区三区日韩| 色天天综合久久久久综合片| www日韩大片| 日韩在线观看一区二区| aaa国产一区| 久久精品一区蜜桃臀影院|