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

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

?? form4.designer.cs

?? a usefull system for sellers
?? CS
?? 第 1 頁 / 共 3 頁
字號:
?namespace WindowsApplication1
{
    partial class Menu
    {
        /// <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()
        {
            this.button1 = new System.Windows.Forms.Button();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.button2 = new System.Windows.Forms.Button();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.sellsInforToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.selectSellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.insertSellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.storageInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mangToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.maintenanceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.accountToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.userInforToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.changeUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button6 = new System.Windows.Forms.Button();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.dataGridView3 = new System.Windows.Forms.DataGridView();
            this.checkBox3 = new System.Windows.Forms.CheckBox();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.sb = new System.Windows.Forms.Button();
            this.sc = new System.Windows.Forms.ComboBox();
            this.sl = new System.Windows.Forms.Label();
            this.st = new System.Windows.Forms.TextBox();
            this.sc1 = new System.Windows.Forms.ComboBox();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.textBox9 = new System.Windows.Forms.TextBox();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label9 = new System.Windows.Forms.Label();
            this.textBox12 = new System.Windows.Forms.TextBox();
            this.button7 = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.button10 = new System.Windows.Forms.Button();
            this.textBox10 = new System.Windows.Forms.TextBox();
            this.dataGridView2 = new System.Windows.Forms.DataGridView();
            this.dataGridView4 = new System.Windows.Forms.DataGridView();
            this.label8 = new System.Windows.Forms.Label();
            this.textBox11 = new System.Windows.Forms.TextBox();
            this.panel3 = new System.Windows.Forms.Panel();
            this.textBox13 = new System.Windows.Forms.TextBox();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.button12 = new System.Windows.Forms.Button();
            this.button9 = new System.Windows.Forms.Button();
            this.dataGridView5 = new System.Windows.Forms.DataGridView();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.menuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).BeginInit();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView5)).BeginInit();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(513, 36);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 0;
            this.button1.Text = "vision";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(6, 37);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(501, 320);
            this.dataGridView1.TabIndex = 1;
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(513, 118);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 2;
            this.button2.Text = "update";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.sellsInforToolStripMenuItem,
            this.mangToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(598, 24);
            this.menuStrip1.TabIndex = 3;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // sellsInforToolStripMenuItem
            // 
            this.sellsInforToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.selectSellsToolStripMenuItem,
            this.insertSellsToolStripMenuItem,
            this.storageInfoToolStripMenuItem});
            this.sellsInforToolStripMenuItem.Name = "sellsInforToolStripMenuItem";
            this.sellsInforToolStripMenuItem.Size = new System.Drawing.Size(108, 20);
            this.sellsInforToolStripMenuItem.Text = "Sells Infor";
            this.sellsInforToolStripMenuItem.Click += new System.EventHandler(this.sellsInforToolStripMenuItem_Click);
            // 
            // selectSellsToolStripMenuItem
            // 
            this.selectSellsToolStripMenuItem.Name = "selectSellsToolStripMenuItem";
            this.selectSellsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.selectSellsToolStripMenuItem.Text = "Select sells";
            this.selectSellsToolStripMenuItem.Click += new System.EventHandler(this.selectSellsToolStripMenuItem_Click);
            // 
            // insertSellsToolStripMenuItem
            // 
            this.insertSellsToolStripMenuItem.Name = "insertSellsToolStripMenuItem";
            this.insertSellsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.insertSellsToolStripMenuItem.Text = "Insert sells";
            this.insertSellsToolStripMenuItem.Click += new System.EventHandler(this.insertSellsToolStripMenuItem_Click);
            // 
            // storageInfoToolStripMenuItem
            // 
            this.storageInfoToolStripMenuItem.Name = "storageInfoToolStripMenuItem";
            this.storageInfoToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.storageInfoToolStripMenuItem.Text = "Storage Infor";
            this.storageInfoToolStripMenuItem.Click += new System.EventHandler(this.storageInfoToolStripMenuItem_Click);
            // 
            // mangToolStripMenuItem
            // 
            this.mangToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.maintenanceToolStripMenuItem,
            this.accountToolStripMenuItem,
            this.userInforToolStripMenuItem,
            this.changeUserToolStripMenuItem,
            this.exitToolStripMenuItem});
            this.mangToolStripMenuItem.Name = "mangToolStripMenuItem";
            this.mangToolStripMenuItem.Size = new System.Drawing.Size(68, 20);
            this.mangToolStripMenuItem.Text = "System";
            this.mangToolStripMenuItem.Click += new System.EventHandler(this.mangToolStripMenuItem_Click);
            // 
            // maintenanceToolStripMenuItem
            // 
            this.maintenanceToolStripMenuItem.Name = "maintenanceToolStripMenuItem";
            this.maintenanceToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
            this.maintenanceToolStripMenuItem.Text = "DBSM";
            this.maintenanceToolStripMenuItem.Click += new System.EventHandler(this.maintenanceToolStripMenuItem_Click);
            // 
            // accountToolStripMenuItem
            // 
            this.accountToolStripMenuItem.Name = "accountToolStripMenuItem";
            this.accountToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
            this.accountToolStripMenuItem.Text = "Account";
            this.accountToolStripMenuItem.Click += new System.EventHandler(this.accountToolStripMenuItem_Click);
            // 
            // userInforToolStripMenuItem
            // 
            this.userInforToolStripMenuItem.Name = "userInforToolStripMenuItem";
            this.userInforToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
            this.userInforToolStripMenuItem.Text = "User Infor";
            this.userInforToolStripMenuItem.Click += new System.EventHandler(this.userInforToolStripMenuItem_Click);
            // 
            // changeUserToolStripMenuItem
            // 
            this.changeUserToolStripMenuItem.Name = "changeUserToolStripMenuItem";
            this.changeUserToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
            this.changeUserToolStripMenuItem.Text = "Change user";
            this.changeUserToolStripMenuItem.Click += new System.EventHandler(this.changeUserToolStripMenuItem_Click);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
            this.exitToolStripMenuItem.Text = "Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(513, 73);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 4;
            this.button3.Text = "vision";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Visible = false;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(513, 147);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 23);
            this.button4.TabIndex = 5;
            this.button4.Text = "update";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Visible = false;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(513, 167);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(75, 23);
            this.button5.TabIndex = 7;
            this.button5.Text = "drop col";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(513, 196);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(73, 21);
            this.textBox1.TabIndex = 8;
            // 
            // button6

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
thepron国产精品| 欧美v亚洲v综合ⅴ国产v| 国产综合色精品一区二区三区| 亚洲视频香蕉人妖| 国产精品免费丝袜| 欧美国产成人精品| 国产人成亚洲第一网站在线播放| 亚洲精品一区二区三区在线观看| 8x8x8国产精品| 欧美一二三四区在线| 日韩一区二区高清| 久久这里都是精品| 日本一区二区三区四区在线视频| 国产午夜亚洲精品理论片色戒| 久久久精品天堂| 欧美高清在线一区| 亚洲日本在线a| 亚洲成人免费影院| 久久97超碰色| 丁香婷婷综合五月| 91国产丝袜在线播放| 精品视频在线视频| 精品对白一区国产伦| 国产精品丝袜一区| 亚洲电影一级片| 麻豆国产精品777777在线| 国产剧情一区二区三区| 91网站最新地址| 欧美日韩综合在线免费观看| 欧美一区二区三区思思人| 亚洲精品一区二区三区99| 国产精品视频一二三区| 亚洲成av人片一区二区梦乃 | 国产在线一区观看| 成人性生交大片| 在线观看日韩电影| 久久久久国产精品厨房| 一区二区高清视频在线观看| 另类的小说在线视频另类成人小视频在线| 国产一区二区三区av电影| 色94色欧美sute亚洲线路一ni | 成人性生交大片免费看中文| 日本韩国欧美国产| www国产成人| 亚洲成年人网站在线观看| 国产精品99久久久| 欧美精品久久一区| 久久久精品影视| 日韩和的一区二区| 不卡视频一二三| 欧美va在线播放| 亚洲大型综合色站| 99久久99久久综合| 久久精品一区蜜桃臀影院| 丝袜美腿亚洲色图| 色丁香久综合在线久综合在线观看 | 亚洲午夜av在线| 国产精品88888| 欧美一区欧美二区| 夜夜精品浪潮av一区二区三区| 国产剧情一区二区| 精品成人私密视频| 日本午夜精品视频在线观看| 欧美网站大全在线观看| 中文字幕一区二区三区在线播放| 日韩综合一区二区| 欧美私人免费视频| 亚洲色图一区二区三区| 国产不卡视频在线播放| 欧美一区二区观看视频| 亚洲自拍偷拍网站| 91极品美女在线| 亚洲欧美综合网| 成人av免费观看| 久久久不卡影院| 国产一区二区调教| 国产亚洲精品bt天堂精选| 美国一区二区三区在线播放| 欧美一区二区福利在线| 欧美bbbbb| 日韩午夜精品视频| 男女男精品视频网| 欧美va亚洲va在线观看蝴蝶网| 日韩电影在线观看一区| 日韩视频永久免费| 韩国午夜理伦三级不卡影院| www亚洲一区| 国产成人一级电影| 欧美国产视频在线| 不卡视频免费播放| 日韩高清一区二区| 91精品国产入口| 老司机精品视频在线| 久久精品一区二区三区四区| 成人高清在线视频| 亚洲一区在线看| 欧美一区二区三区在线| 久久精品国产在热久久| 久久精品欧美一区二区三区不卡 | 久久99久国产精品黄毛片色诱| 91精品国产综合久久福利软件| 青青草国产精品97视觉盛宴| 精品播放一区二区| 波多野结衣中文字幕一区 | 777久久久精品| 久久国产精品第一页| 亚洲国产精华液网站w | 在线播放视频一区| 精品一区二区在线免费观看| 中文字幕免费不卡| 欧美在线你懂的| 久久99精品久久久久久| 精品国产免费人成在线观看| 波多野结衣一区二区三区| 国产精品久久久久久户外露出 | 日韩天堂在线观看| av男人天堂一区| 日韩精彩视频在线观看| 久久免费电影网| 在线亚洲+欧美+日本专区| 美国十次综合导航| 亚洲乱码国产乱码精品精98午夜 | 亚洲色图欧洲色图| 制服丝袜在线91| 国产91精品精华液一区二区三区| 亚洲精选视频免费看| 日韩一二三区视频| 欧美日韩在线播放| 99视频一区二区| 国产一区在线精品| 亚洲一区二区视频在线| 久久久久99精品一区| 欧美自拍丝袜亚洲| 国产东北露脸精品视频| 亚洲国产精品综合小说图片区| 国产午夜精品美女毛片视频| 欧美乱熟臀69xxxxxx| 成人av免费网站| 国产精品影视在线| 久久精品久久综合| 免费久久精品视频| 亚洲成人精品一区二区| 久久精品免视看| 精品少妇一区二区三区| 日韩视频免费观看高清完整版 | 日韩不卡在线观看日韩不卡视频| 国产精品美女久久久久aⅴ| 欧美一区二区三区在线| 日韩精品一区二区三区视频播放| 色婷婷综合激情| 成人动漫视频在线| 国产成人亚洲综合色影视| 美日韩黄色大片| 香蕉影视欧美成人| 中文字幕在线不卡| 国产精品嫩草久久久久| 国产日韩三级在线| 久久久99精品免费观看不卡| 欧美不卡视频一区| 亚洲精品在线电影| 久久久天堂av| 国产日韩欧美在线一区| 日本一区二区三区国色天香| 久久精品人人做| 中文字幕国产一区| 国产精品久久精品日日| 国产精品乱子久久久久| 日韩毛片一二三区| 亚洲在线免费播放| 午夜天堂影视香蕉久久| 亚洲一级二级三级在线免费观看| 亚洲综合999| 日韩中文字幕区一区有砖一区| 亚洲成a人v欧美综合天堂下载| 亚洲一区二区精品视频| 日韩精品一级中文字幕精品视频免费观看 | 日韩高清不卡一区| 久久se精品一区二区| 国产jizzjizz一区二区| 97se亚洲国产综合在线| 在线视频国内自拍亚洲视频| 欧美日韩久久久一区| 欧美一区二区三区在线电影| 日韩一区二区在线观看视频 | 久久精品欧美一区二区三区不卡| 欧美国产成人在线| 亚洲一区二区免费视频| 美女精品一区二区| 成人免费观看av| 欧美婷婷六月丁香综合色| 日韩精品自拍偷拍| 亚洲人精品一区| 久久www免费人成看片高清| 99久久综合国产精品| 7777女厕盗摄久久久| 国产精品你懂的在线欣赏| 日本一不卡视频| 9色porny自拍视频一区二区| 91精品国产日韩91久久久久久| 国产精品免费视频网站|