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

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

?? 整單退貨.designer.cs

?? 用C#實(shí)現(xiàn)超市的管理
?? CS
?? 第 1 頁(yè) / 共 2 頁(yè)
字號(hào):
?namespace Myproject
{
    partial class 整單退貨
    {
        /// <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(整單退貨));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button2 = new System.Windows.Forms.Button();
            this.txt1 = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
            this.label2 = new System.Windows.Forms.Label();
            this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
            this.label1 = new System.Windows.Forms.Label();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.button3 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.button9 = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.button2);
            this.groupBox1.Controls.Add(this.txt1);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.dateTimePicker2);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.dateTimePicker1);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(-2, 38);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(676, 52);
            this.groupBox1.TabIndex = 40;
            this.groupBox1.TabStop = false;
            // 
            // button2
            // 
            this.button2.BackgroundImage = global::Myproject.Properties.Resources.AquaBubble_200161;
            this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.button2.Location = new System.Drawing.Point(625, 20);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(51, 26);
            this.button2.TabIndex = 38;
            this.button2.Text = "查詢";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // txt1
            // 
            this.txt1.Location = new System.Drawing.Point(481, 22);
            this.txt1.Name = "txt1";
            this.txt1.Size = new System.Drawing.Size(138, 21);
            this.txt1.TabIndex = 5;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(338, 25);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(137, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "按供貨商或單據(jù)號(hào)查詢:";
            // 
            // dateTimePicker2
            // 
            this.dateTimePicker2.Location = new System.Drawing.Point(214, 21);
            this.dateTimePicker2.Name = "dateTimePicker2";
            this.dateTimePicker2.Size = new System.Drawing.Size(107, 21);
            this.dateTimePicker2.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.ForeColor = System.Drawing.Color.Red;
            this.label2.Location = new System.Drawing.Point(191, 25);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(17, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "至";
            // 
            // dateTimePicker1
            // 
            this.dateTimePicker1.Location = new System.Drawing.Point(78, 20);
            this.dateTimePicker1.Name = "dateTimePicker1";
            this.dateTimePicker1.Size = new System.Drawing.Size(107, 21);
            this.dateTimePicker1.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(17, 25);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "查詢?nèi)掌冢?quot;;
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4,
            this.Column5,
            this.Column6,
            this.Column7,
            this.Column8,
            this.Column9,
            this.Column10,
            this.Column11,
            this.Column12,
            this.Column13,
            this.Column14,
            this.Column15,
            this.Column16,
            this.Column17,
            this.Column18});
            this.dataGridView1.GridColor = System.Drawing.Color.Lime;
            this.dataGridView1.Location = new System.Drawing.Point(-2, 97);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(676, 246);
            this.dataGridView1.TabIndex = 41;
            // 
            // Column1
            // 
            this.Column1.DataPropertyName = "id";
            this.Column1.HeaderText = "id ";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            // 
            // Column2
            // 
            this.Column2.DataPropertyName = "單號(hào)";
            this.Column2.HeaderText = "單號(hào)";
            this.Column2.Name = "Column2";
            this.Column2.ReadOnly = true;
            // 
            // Column3
            // 
            this.Column3.DataPropertyName = "供貨商";
            this.Column3.HeaderText = "供貨商";
            this.Column3.Name = "Column3";
            this.Column3.ReadOnly = true;
            // 
            // Column4
            // 

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
丁香网亚洲国际| 欧美日韩夫妻久久| 欧美日韩黄色影视| 精品国产一区二区三区av性色| 中文字幕制服丝袜成人av | 欧美在线一区二区| 久久老女人爱爱| 石原莉奈在线亚洲二区| 成人av在线影院| 久久你懂得1024| 日韩电影一区二区三区| 欧美午夜影院一区| 国产女人18毛片水真多成人如厕| 日韩影视精彩在线| 欧美图片一区二区三区| 国产精品嫩草影院av蜜臀| 久久成人免费电影| 日韩一区二区在线观看| 亚洲国产日韩a在线播放性色| fc2成人免费人成在线观看播放| 精品国产免费人成电影在线观看四季| 亚洲网友自拍偷拍| 色婷婷综合久久久中文字幕| 国产精品麻豆网站| 成人在线综合网| 国产欧美在线观看一区| 国产乱子轮精品视频| 日韩一二三四区| 美女看a上一区| 91麻豆精品国产91久久久资源速度 | 欧美综合一区二区| 伊人婷婷欧美激情| 欧美午夜理伦三级在线观看| 亚洲精品日韩一| 一本到不卡免费一区二区| 亚洲乱码国产乱码精品精小说| 97久久精品人人做人人爽50路| 国产精品理论在线观看| 91天堂素人约啪| 一区二区在线观看视频在线观看| 99免费精品视频| 亚洲在线视频一区| 欧美老女人在线| 免费美女久久99| 精品久久久久一区二区国产| 国产精品1区2区3区| 国产精品国产自产拍高清av| 色综合天天狠狠| 亚洲成a人片综合在线| 欧美一区在线视频| 韩国一区二区三区| 国产精品理论在线观看| 在线精品视频小说1| 日本v片在线高清不卡在线观看| 欧美成人猛片aaaaaaa| 国产91精品欧美| 亚洲最新在线观看| 日韩三级中文字幕| www.在线欧美| 午夜av电影一区| 欧美精品一区二区三区蜜桃视频| 成人午夜又粗又硬又大| 亚洲午夜电影网| 精品国产sm最大网站| 99久久国产综合精品色伊 | 91高清视频免费看| 欧美aa在线视频| 国产精品第四页| 日韩一区二区电影| 色婷婷综合久色| 国产在线精品免费| 亚洲成人资源网| 国产精品女上位| 欧美精品一区二区久久久| 91激情五月电影| 国产999精品久久| 日本美女一区二区三区| 亚洲欧美视频在线观看| 精品88久久久久88久久久| 色婷婷av一区二区三区大白胸| 极品美女销魂一区二区三区 | 亚洲天堂久久久久久久| 欧美一级日韩不卡播放免费| 99久久伊人网影院| 国产综合久久久久久久久久久久 | 国产又黄又大久久| 亚洲成人一区二区在线观看| 中文字幕中文字幕一区| 精品国产sm最大网站免费看| 欧美精品色综合| 色婷婷久久久综合中文字幕 | 亚洲三级小视频| 久久青草国产手机看片福利盒子| 欧美另类高清zo欧美| 色狠狠一区二区| heyzo一本久久综合| 国产精品18久久久久久久久 | 午夜欧美一区二区三区在线播放| 国产精品伦理一区二区| 精品成人一区二区三区| 91精品免费观看| 欧美精品 日韩| 欧美视频精品在线| 91激情在线视频| 日本二三区不卡| 91黄色免费观看| 欧美亚洲国产怡红院影院| 99久久国产综合精品色伊 | 国产精品久久久99| 欧美极品美女视频| 国产日韩欧美a| 国产日韩av一区二区| 国产偷国产偷亚洲高清人白洁| 欧美xxxxxxxxx| 2欧美一区二区三区在线观看视频| 日韩一区二区三| 精品国产乱码久久久久久1区2区 | 精品视频一区三区九区| 欧美熟乱第一页| 欧美美女网站色| 91精品国产综合久久久蜜臀粉嫩| 91精品国产综合久久精品图片| 91麻豆精品久久久久蜜臀| 欧美一区二区播放| 亚洲精品在线观看网站| 久久先锋影音av鲁色资源网| 国产网站一区二区三区| 中文字幕欧美国产| 伊人色综合久久天天人手人婷| 亚洲午夜免费电影| 蜜臀99久久精品久久久久久软件| 久久国产精品99久久人人澡| 国产剧情在线观看一区二区| 成人福利视频网站| 日本精品一级二级| 日韩视频免费观看高清完整版在线观看| 日韩一区二区三区电影在线观看 | 91免费在线播放| 欧美日本韩国一区二区三区视频| 日韩午夜三级在线| 中文字幕免费不卡在线| 亚洲黄色av一区| 美国av一区二区| 91在线观看成人| 欧美一区二区三区婷婷月色| 久久精品日产第一区二区三区高清版| 国产精品久久看| 午夜国产精品一区| 国产乱码一区二区三区| 在线观看亚洲精品| 久久久影院官网| 亚洲一二三四在线观看| 国产乱子轮精品视频| 欧美午夜精品一区二区三区| 精品国产成人在线影院 | 欧美一区二区精美| 国产精品久久久久久久裸模| 日日夜夜精品视频免费| 成人深夜在线观看| 日韩视频一区二区在线观看| 日韩理论片网站| 久久99国产精品久久99| 在线观看一区日韩| 国产精品久久久久影院老司| 免费成人在线视频观看| 91丨porny丨国产入口| 精品福利av导航| 亚洲福利国产精品| 99久久99久久免费精品蜜臀| 日韩欧美卡一卡二| 亚洲成人第一页| 91最新地址在线播放| 久久精品一区二区三区不卡| 免费精品视频在线| 欧美综合天天夜夜久久| 欧美激情一区二区三区蜜桃视频| 六月丁香综合在线视频| 精品婷婷伊人一区三区三| 亚洲欧美日韩国产成人精品影院| 久久91精品国产91久久小草| 欧美挠脚心视频网站| 一区二区三区中文字幕电影| 成人h精品动漫一区二区三区| 欧美精品一区二区三区高清aⅴ| 亚洲成人免费在线| 欧美怡红院视频| 亚洲蜜臀av乱码久久精品| 成人黄色小视频| 国产精品久久久久一区| 国产露脸91国语对白| 久久亚洲一级片| 国产麻豆精品95视频| 久久久久国产精品免费免费搜索| 麻豆成人免费电影| 欧美成人r级一区二区三区| 蜜桃久久久久久| 日韩一级黄色片| 国产在线国偷精品产拍免费yy| 欧美成人vr18sexvr| 激情都市一区二区|