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

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

?? frmrglook.designer.cs

?? 這是一個(gè)庫(kù)存管理系統(tǒng)
?? CS
字號(hào):
?namespace SMS.LookandSum
{
    partial class frmRGLook
    {
        /// <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(frmRGLook));
            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.dgvRGInfo = 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.dgvRGInfo)).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;
            // 
            // dgvRGInfo
            // 
            this.dgvRGInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvRGInfo.Location = new System.Drawing.Point(9, 98);
            this.dgvRGInfo.Name = "dgvRGInfo";
            this.dgvRGInfo.ReadOnly = true;
            this.dgvRGInfo.RowTemplate.Height = 23;
            this.dgvRGInfo.Size = new System.Drawing.Size(412, 225);
            this.dgvRGInfo.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[] {
            "還貨編號(hào)",
            "借貨編號(hào)",
            "倉(cāng)庫(kù)名稱",
            "貨物名稱",
            "還貨日期"});
            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 = "請(qǐng)選擇查詢條件";
            // 
            // frmRGLook
            // 
            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.dgvRGInfo);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "frmRGLook";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "貨物歸還查詢";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmRGLook_FormClosed);
            this.Load += new System.EventHandler(this.frmRGLook_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgvRGInfo)).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 dgvRGInfo;
        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;
    }
}

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩久久一区二区| 91精品蜜臀在线一区尤物| 欧美国产综合色视频| 成人做爰69片免费看网站| 国产欧美日韩综合| 91视频精品在这里| 亚洲五月六月丁香激情| 欧美久久久影院| 另类中文字幕网| 久久久久久亚洲综合影院红桃| 国产成人一区二区精品非洲| 国产精品全国免费观看高清 | 亚洲人妖av一区二区| 99久久国产免费看| 亚洲免费资源在线播放| 欧美日韩在线一区二区| 久久国产福利国产秒拍| 欧美国产精品一区二区三区| 色综合视频在线观看| 亚洲6080在线| 精品成人免费观看| 成人av免费观看| 一级精品视频在线观看宜春院| 欧美日韩在线播放| 精品一区二区三区视频在线观看| 久久精品人人做人人综合| 成人在线视频一区| 亚洲福利国产精品| 久久网这里都是精品| 91伊人久久大香线蕉| 五月天丁香久久| 久久精品人人做人人爽人人| 在线亚洲+欧美+日本专区| 蜜臀久久久99精品久久久久久| 国产亚洲一区二区三区四区| 欧美在线三级电影| 国内精品伊人久久久久av影院 | 一区二区三区精品在线观看| 欧美一级在线视频| 99久久免费视频.com| 免费欧美高清视频| 亚洲三级在线看| 欧美成人三级电影在线| 在线观看日韩精品| 成人午夜精品一区二区三区| 午夜国产不卡在线观看视频| 中文字幕第一区第二区| 日韩一区二区免费在线观看| 色天天综合色天天久久| 国产九九视频一区二区三区| 婷婷成人激情在线网| 1区2区3区国产精品| 久久综合精品国产一区二区三区| 欧美亚洲免费在线一区| 成人黄页在线观看| 国产在线播放一区三区四| 亚洲午夜一区二区| 综合在线观看色| 国产喷白浆一区二区三区| 欧美一区二区三区思思人| 日本韩国一区二区三区视频| 国产成人在线免费观看| 人人精品人人爱| 亚洲第一会所有码转帖| 一区二区三区视频在线看| 国产欧美精品一区aⅴ影院| 精品蜜桃在线看| 91精品国产综合久久久久| 欧美日韩亚洲另类| 日本黄色一区二区| 色综合久久久久| 成人国产精品视频| 丁香另类激情小说| 丰满少妇在线播放bd日韩电影| 精品一区二区三区久久久| 蜜桃精品视频在线| 裸体在线国模精品偷拍| 美女网站在线免费欧美精品| 日韩精品亚洲一区二区三区免费| 午夜精品免费在线观看| 亚洲国产aⅴ天堂久久| 亚洲成av人影院| 亚洲成人免费视| 视频一区视频二区在线观看| 日韩av中文字幕一区二区三区| 亚洲成av人片在线| 午夜精品视频一区| 蜜臀av一区二区三区| 精品影视av免费| 国产真实乱子伦精品视频| 国产不卡视频在线播放| va亚洲va日韩不卡在线观看| 色综合天天综合网天天狠天天| 91麻豆精品秘密| 欧洲在线/亚洲| 91精品国产综合久久福利| 日韩欧美卡一卡二| 亚洲国产精品ⅴa在线观看| 亚洲视频一区在线| 一区二区三区日韩欧美| 偷窥少妇高潮呻吟av久久免费| 美女尤物国产一区| 国产高清成人在线| 91蜜桃视频在线| 欧美人妖巨大在线| 欧美大片一区二区| 国产精品久久国产精麻豆99网站| 尤物视频一区二区| 日韩激情一区二区| 国产精品66部| 欧美在线影院一区二区| 精品免费一区二区三区| 日韩一区欧美一区| 日韩精品国产欧美| 成人午夜激情视频| 中文字幕日韩精品一区| 午夜精品在线视频一区| 国产精品自拍在线| 欧美网站一区二区| 国产欧美日韩另类一区| 亚洲国产视频在线| 国产成人免费在线视频| 欧美三级中文字| 久久久久久久综合色一本| 亚洲一区在线视频| 国产乱码精品1区2区3区| 在线免费观看一区| 欧美精品一区二区精品网| 一区2区3区在线看| 国产裸体歌舞团一区二区| 欧美性色黄大片| 国产亚洲成年网址在线观看| 亚洲高清一区二区三区| 国内精品在线播放| 欧美少妇一区二区| 国产精品视频看| 蜜桃一区二区三区在线观看| 99vv1com这只有精品| 日韩精品影音先锋| 亚洲影视在线播放| 成人网男人的天堂| 26uuu亚洲综合色| 亚洲国产毛片aaaaa无费看| 成人一区二区三区| 精品久久久久一区| 偷窥少妇高潮呻吟av久久免费| a在线播放不卡| 久久综合中文字幕| 麻豆精品精品国产自在97香蕉| 在线亚洲精品福利网址导航| 国产精品人人做人人爽人人添| 久久99国产精品免费| 欧美人妇做爰xxxⅹ性高电影| 1000部国产精品成人观看| 国产乱码精品一区二区三| 精品久久久久久久久久久院品网| 午夜精品福利一区二区蜜股av| 色婷婷激情久久| 亚洲欧美日韩在线播放| 成人免费电影视频| 国产嫩草影院久久久久| 国产精品2024| 国产性色一区二区| 国产精品18久久久久久久久| 精品国产凹凸成av人网站| 日本不卡不码高清免费观看| 欧美片网站yy| 午夜私人影院久久久久| 欧美日韩免费观看一区三区| 一区二区三区日韩精品| 色女孩综合影院| 亚洲青青青在线视频| 日本大香伊一区二区三区| 一区二区三区在线免费| 色爱区综合激月婷婷| 亚洲伊人伊色伊影伊综合网| 欧美日韩久久久一区| 日韩国产欧美在线视频| 精品少妇一区二区三区免费观看 | 91丨九色丨黑人外教| 亚洲人精品午夜| 91国偷自产一区二区使用方法| 亚洲精品免费播放| 欧美日韩免费不卡视频一区二区三区| 亚洲电影一区二区| 欧美一区二区日韩| 国产精品一区2区| 国产精品久久久久天堂| 欧美性感一类影片在线播放| 婷婷综合五月天| 精品国产91洋老外米糕| 国产成人av电影| 亚洲综合男人的天堂| 日韩视频一区在线观看| 国产精品白丝jk黑袜喷水| 亚洲欧美国产77777| 777精品伊人久久久久大香线蕉| 精品一区二区日韩| 亚洲日本电影在线| 91精品国产91久久综合桃花 |