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

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

?? frmoslook.designer.cs

?? 這是一個庫存管理系統
?? CS
字號:
?namespace SMS.LookandSum
{
    partial class frmOSLook
    {
        /// <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(frmOSLook));
            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.dgvOSInfo = 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.dgvOSInfo)).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;
            // 
            // dgvOSInfo
            // 
            this.dgvOSInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvOSInfo.Location = new System.Drawing.Point(9, 98);
            this.dgvOSInfo.Name = "dgvOSInfo";
            this.dgvOSInfo.ReadOnly = true;
            this.dgvOSInfo.RowTemplate.Height = 23;
            this.dgvOSInfo.Size = new System.Drawing.Size(412, 225);
            this.dgvOSInfo.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(49, 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(37, 28);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "請選擇查詢條件";
            // 
            // frmOSLook
            // 
            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.dgvOSInfo);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "frmOSLook";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "出庫查詢";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmOSLook_FormClosed);
            this.Load += new System.EventHandler(this.frmOSLook_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgvOSInfo)).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 dgvOSInfo;
        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一区二区三区免费野_久草精品视频
日韩电影在线观看一区| 亚洲女与黑人做爰| 91精品福利在线一区二区三区| 成人福利视频在线| 99久久99久久精品免费看蜜桃| 丁香天五香天堂综合| 成人黄色网址在线观看| 国产91精品露脸国语对白| 成人免费视频网站在线观看| 不卡一二三区首页| 欧美日韩综合在线| 91精品久久久久久久99蜜桃| 制服丝袜av成人在线看| 日韩欧美在线1卡| 久久麻豆一区二区| 亚洲欧美中日韩| 亚洲h在线观看| 日本午夜精品一区二区三区电影| 久久精品72免费观看| 国产精品一级在线| 在线观看精品一区| 精品理论电影在线| 国产精品乱人伦| 天天做天天摸天天爽国产一区 | 成人在线一区二区三区| av中文字幕不卡| 在线观看网站黄不卡| 日韩天堂在线观看| 欧美国产亚洲另类动漫| 一区二区三区在线视频免费观看| 亚洲成人免费电影| 国产福利一区在线观看| 在线观看不卡一区| 日韩欧美国产wwwww| 17c精品麻豆一区二区免费| 日韩精品电影在线| 99精品视频一区| 欧美电影免费观看高清完整版在线| 国产精品狼人久久影院观看方式| 日韩精品午夜视频| 色综合久久六月婷婷中文字幕| 88在线观看91蜜桃国自产| 国产精品毛片a∨一区二区三区| 日韩中文字幕区一区有砖一区 | 91福利在线看| 精品国产91亚洲一区二区三区婷婷| 国产精品久久久久一区二区三区 | 国产精品无人区| 天天色综合成人网| 99国产精品久久久久久久久久久| 日韩一区二区电影在线| 亚洲一区二区三区四区在线| 国产iv一区二区三区| 日韩精品一区二区三区三区免费| 亚洲一区二区三区四区的 | 欧美午夜不卡视频| 国产精品萝li| 国产精品一级黄| 久久综合久久综合久久综合| 亚洲成a人v欧美综合天堂| 91麻豆高清视频| 久久久一区二区三区捆绑**| 日本在线不卡视频| 欧美三级在线播放| 一区二区三区高清不卡| 91色.com| 亚洲最大色网站| 91麻豆视频网站| 中文字幕日韩精品一区| 在线视频欧美精品| 中文字幕在线不卡一区二区三区| 国产精品性做久久久久久| 亚洲精品一区二区三区99| 免费在线成人网| 91精品国产福利| 日韩av在线发布| 欧美剧情电影在线观看完整版免费励志电影| 亚洲欧洲三级电影| 91麻豆成人久久精品二区三区| 亚洲欧洲另类国产综合| jiyouzz国产精品久久| 中文字幕一区二区三区精华液 | 亚洲在线视频一区| 欧美性猛交xxxxxxxx| 亚洲成人自拍偷拍| 欧美成人a视频| 国产一区二区三区蝌蚪| 中文字幕免费观看一区| yourporn久久国产精品| 一区二区三区国产精品| 欧美性videosxxxxx| 美女国产一区二区| 欧美电视剧在线观看完整版| 国产一区视频网站| 中文字幕在线不卡一区| 欧美日韩国产大片| 国内精品国产成人| √…a在线天堂一区| 欧美日韩五月天| 精品一区二区三区视频| 国产精品三级电影| 日本道免费精品一区二区三区| 青青草91视频| 国产精品每日更新在线播放网址 | 亚洲国产sm捆绑调教视频 | 国产精品99久久久久久久女警| 中文字幕欧美三区| 欧美日韩一二区| 激情文学综合丁香| 亚洲高清免费在线| 国产欧美精品一区二区三区四区| 97国产精品videossex| 美美哒免费高清在线观看视频一区二区| 久久久不卡网国产精品一区| 日本精品裸体写真集在线观看| 美女免费视频一区二区| 亚洲六月丁香色婷婷综合久久 | 精品国产乱码久久久久久夜甘婷婷| 国产a精品视频| 奇米色777欧美一区二区| 亚洲日本免费电影| 久久色在线观看| 欧美精选一区二区| 91原创在线视频| 国产一区二区三区美女| 日韩国产一二三区| 最近日韩中文字幕| 国产丝袜美腿一区二区三区| 欧美亚洲高清一区二区三区不卡| 国产成人午夜精品5599| 久久精品国产精品亚洲精品| 亚洲一本大道在线| 亚洲丝袜制服诱惑| 久久精品亚洲麻豆av一区二区 | 国产日产欧美一区二区三区| 欧美精品自拍偷拍| 欧美系列在线观看| 91视视频在线观看入口直接观看www | 午夜欧美电影在线观看| 亚洲精品亚洲人成人网| 国产精品欧美久久久久一区二区| 日韩视频中午一区| 日韩西西人体444www| 欧美日本一区二区| 欧美揉bbbbb揉bbbbb| 91激情五月电影| 91黄视频在线观看| 色欧美日韩亚洲| 色综合天天综合| 99久久国产综合精品麻豆| 成人av电影在线网| www.一区二区| 91在线视频官网| 色哟哟国产精品| 在线一区二区三区四区五区 | 亚洲日本在线视频观看| 国产精品天美传媒| 国产精品久久精品日日| 国产精品九色蝌蚪自拍| 亚洲人成小说网站色在线| 亚洲精品videosex极品| 亚洲在线免费播放| 亚洲成人av福利| 男男视频亚洲欧美| 国产一区二区女| aaa亚洲精品| 欧美视频一区在线观看| 欧美一区二区精品久久911| 精品久久久三级丝袜| 国产欧美一区二区三区在线看蜜臀| 国产精品午夜春色av| 亚洲丝袜制服诱惑| 日韩激情一区二区| 日本午夜一区二区| 成人av资源站| 欧美美女网站色| 久久综合网色—综合色88| 亚洲天堂免费看| 免费精品视频在线| 成人高清免费在线播放| 欧美女孩性生活视频| 久久综合色一综合色88| 中文字幕一区二区三区四区不卡 | 精品国产一区二区三区不卡| 久久久不卡网国产精品二区| 亚洲三级理论片| 精品一区二区三区蜜桃| 91社区在线播放| 久久亚区不卡日本| 一片黄亚洲嫩模| 国产乱人伦精品一区二区在线观看| 成人福利电影精品一区二区在线观看| 在线观看一区不卡| 久久久久99精品一区| 亚洲在线一区二区三区| 成人毛片在线观看| 欧美一级精品大片| 亚洲欧美日韩小说| 国产乱子伦一区二区三区国色天香| 色婷婷综合久久|