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

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

?? frmprinfo.designer.cs

?? 這是一個庫存管理系統
?? CS
字號:
?namespace SMS.BasicInfo
{
    partial class frmPrInfo
    {
        /// <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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPrInfo));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtPRemark = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtPFax = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtPPhone = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtPLeader = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtPName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnDel = new System.Windows.Forms.Button();
            this.btnEdit = new System.Windows.Forms.Button();
            this.btnAdd = new System.Windows.Forms.Button();
            this.dgvPInfo = new System.Windows.Forms.DataGridView();
            this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
            this.errorPrPhone = new System.Windows.Forms.ErrorProvider(this.components);
            this.errorPrFax = new System.Windows.Forms.ErrorProvider(this.components);
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorPrPhone)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorPrFax)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtPRemark);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtPFax);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.txtPPhone);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtPLeader);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtPName);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(426, 251);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "信息";
            // 
            // txtPRemark
            // 
            this.txtPRemark.Location = new System.Drawing.Point(99, 109);
            this.txtPRemark.Multiline = true;
            this.txtPRemark.Name = "txtPRemark";
            this.txtPRemark.Size = new System.Drawing.Size(274, 123);
            this.txtPRemark.TabIndex = 4;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(40, 112);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(29, 12);
            this.label5.TabIndex = 8;
            this.label5.Text = "備注";
            // 
            // txtPFax
            // 
            this.txtPFax.Location = new System.Drawing.Point(273, 71);
            this.txtPFax.Name = "txtPFax";
            this.txtPFax.Size = new System.Drawing.Size(100, 21);
            this.txtPFax.TabIndex = 3;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(226, 74);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 6;
            this.label4.Text = "傳 真";
            // 
            // txtPPhone
            // 
            this.txtPPhone.Location = new System.Drawing.Point(99, 71);
            this.txtPPhone.Name = "txtPPhone";
            this.txtPPhone.Size = new System.Drawing.Size(100, 21);
            this.txtPPhone.TabIndex = 2;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(35, 75);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "聯系電話";
            // 
            // txtPLeader
            // 
            this.txtPLeader.Location = new System.Drawing.Point(273, 35);
            this.txtPLeader.Name = "txtPLeader";
            this.txtPLeader.Size = new System.Drawing.Size(100, 21);
            this.txtPLeader.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(226, 38);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "聯系人";
            // 
            // txtPName
            // 
            this.txtPName.Location = new System.Drawing.Point(99, 35);
            this.txtPName.Name = "txtPName";
            this.txtPName.Size = new System.Drawing.Size(100, 21);
            this.txtPName.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(33, 38);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "供應商名稱";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnExit);
            this.groupBox2.Controls.Add(this.btnDel);
            this.groupBox2.Controls.Add(this.btnEdit);
            this.groupBox2.Controls.Add(this.btnAdd);
            this.groupBox2.Location = new System.Drawing.Point(444, 12);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(142, 251);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "操作";
            // 
            // btnExit
            // 
            this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
            this.btnExit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnExit.Location = new System.Drawing.Point(34, 167);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(75, 23);
            this.btnExit.TabIndex = 8;
            this.btnExit.Text = "退出";
            this.btnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // btnDel
            // 
            this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
            this.btnDel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnDel.Location = new System.Drawing.Point(34, 124);
            this.btnDel.Name = "btnDel";
            this.btnDel.Size = new System.Drawing.Size(75, 23);
            this.btnDel.TabIndex = 7;
            this.btnDel.Text = "刪除";
            this.btnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnDel.UseVisualStyleBackColor = true;
            this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
            // 
            // btnEdit
            // 
            this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
            this.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnEdit.Location = new System.Drawing.Point(34, 81);
            this.btnEdit.Name = "btnEdit";
            this.btnEdit.Size = new System.Drawing.Size(75, 23);
            this.btnEdit.TabIndex = 6;
            this.btnEdit.Text = "修改";
            this.btnEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnEdit.UseVisualStyleBackColor = true;
            this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
            // 
            // btnAdd
            // 
            this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
            this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnAdd.Location = new System.Drawing.Point(34, 38);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(75, 23);
            this.btnAdd.TabIndex = 5;
            this.btnAdd.Text = "添加";
            this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnAdd.UseVisualStyleBackColor = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // dgvPInfo
            // 
            this.dgvPInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvPInfo.Location = new System.Drawing.Point(15, 269);
            this.dgvPInfo.Name = "dgvPInfo";
            this.dgvPInfo.ReadOnly = true;
            this.dgvPInfo.RowTemplate.Height = 23;
            this.dgvPInfo.Size = new System.Drawing.Size(565, 135);
            this.dgvPInfo.TabIndex = 0;
            this.dgvPInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPInfo_CellClick);
            // 
            // hScrollBar1
            // 
            this.hScrollBar1.Location = new System.Drawing.Point(15, 387);
            this.hScrollBar1.Name = "hScrollBar1";
            this.hScrollBar1.Size = new System.Drawing.Size(565, 17);
            this.hScrollBar1.TabIndex = 1;
            // 
            // errorPrPhone
            // 
            this.errorPrPhone.ContainerControl = this;
            // 
            // errorPrFax
            // 
            this.errorPrFax.ContainerControl = this;
            // 
            // frmPrInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(592, 416);
            this.Controls.Add(this.hScrollBar1);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.dgvPInfo);
            this.Controls.Add(this.groupBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "frmPrInfo";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "供應商信息設置";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmPrInfo_FormClosed);
            this.Load += new System.EventHandler(this.frmPrInfo_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvPInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorPrPhone)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorPrFax)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.DataGridView dgvPInfo;
        private System.Windows.Forms.HScrollBar hScrollBar1;
        private System.Windows.Forms.TextBox txtPRemark;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtPFax;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtPPhone;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtPLeader;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtPName;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Button btnDel;
        private System.Windows.Forms.Button btnEdit;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.ErrorProvider errorPrPhone;
        private System.Windows.Forms.ErrorProvider errorPrFax;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩精品一区第一页| 美女任你摸久久| 高清不卡在线观看av| 日韩久久久精品| 国产伦精品一区二区三区免费迷 | 丝瓜av网站精品一区二区| 欧美美女一区二区| 国精品**一区二区三区在线蜜桃| 久久久久久久综合日本| 99re在线精品| 蜜桃一区二区三区在线观看| 国产视频不卡一区| 欧美手机在线视频| 国产一区二区在线视频| 亚洲国产日韩在线一区模特| 久久精品亚洲精品国产欧美kt∨| 不卡一区二区中文字幕| 一区二区三区**美女毛片| 欧美福利一区二区| 成人免费视频app| 视频一区视频二区在线观看| 精品国产露脸精彩对白| 99久久久国产精品免费蜜臀| 日韩电影网1区2区| 国产精品视频第一区| 欧美日韩精品福利| 国产成人亚洲综合a∨婷婷| 爽爽淫人综合网网站| 亚洲欧美一区二区在线观看| 精品国产一区二区三区忘忧草| av在线不卡免费看| 精品影院一区二区久久久| 亚洲中国最大av网站| 国产欧美日韩麻豆91| 日韩精品一区二区三区蜜臀| 欧美日韩一区二区电影| 97久久久精品综合88久久| 国产精品一区二区在线播放 | 在线观看国产精品网站| 国产成人av电影在线观看| 亚洲成av人片一区二区三区| 中文字幕中文在线不卡住| 日韩一区二区影院| 777欧美精品| 欧美日韩一区 二区 三区 久久精品| 成人综合日日夜夜| 激情综合色播激情啊| 日韩国产精品久久| 亚洲一级二级在线| 一区二区三区日本| 亚洲欧美怡红院| 亚洲色图自拍偷拍美腿丝袜制服诱惑麻豆 | 欧美电影一区二区三区| 91免费视频网| jvid福利写真一区二区三区| 国产丶欧美丶日本不卡视频| 国产一区二区成人久久免费影院| 奇米色777欧美一区二区| 三级欧美韩日大片在线看| 婷婷夜色潮精品综合在线| 日韩国产欧美在线播放| 日韩国产欧美视频| 男人的天堂亚洲一区| 日韩精品视频网| 美女任你摸久久| 国产一区二区福利视频| 成人夜色视频网站在线观看| 国产成人久久精品77777最新版本| 麻豆久久久久久久| 国产尤物一区二区在线| 国产精品一区二区你懂的| 国产成人综合在线播放| 色综合久久88色综合天天| 一本色道久久综合狠狠躁的推荐| 91在线一区二区三区| 色av成人天堂桃色av| 欧美精品日韩一区| www久久精品| 最近中文字幕一区二区三区| 亚洲国产综合91精品麻豆| 欧美aaaaaa午夜精品| 粉嫩av亚洲一区二区图片| 91丨porny丨首页| 欧美日韩国产经典色站一区二区三区| 日韩一区二区三区电影| 国产三区在线成人av| 亚洲成人免费看| 成人激情文学综合网| 欧美日韩一区二区三区视频| 久久综合色之久久综合| 亚洲视频香蕉人妖| 裸体健美xxxx欧美裸体表演| 成人精品视频一区| 欧美一区二区三区在线观看| 久久丝袜美腿综合| 亚洲一区在线观看免费| 粉嫩av亚洲一区二区图片| 6080国产精品一区二区| 亚洲欧洲国产专区| 久久福利视频一区二区| 欧洲精品视频在线观看| 久久精品一二三| 日日欢夜夜爽一区| 色av综合在线| 国产精品久久久久aaaa樱花| 老司机午夜精品| 欧美性猛交一区二区三区精品| 国产午夜精品一区二区三区视频 | 欧美一区二区三区精品| 亚洲精品久久久久久国产精华液| 久久精品国产99国产| 欧美性感一区二区三区| 国产精品国产三级国产普通话99| 精品一区二区三区免费播放| 欧美日韩色综合| 亚洲午夜影视影院在线观看| 国产成人精品免费看| 日韩三级高清在线| 免费成人结看片| 欧美日韩精品一区二区三区蜜桃| 亚洲欧洲av色图| www.综合网.com| 中文字幕日韩精品一区| 国产不卡在线一区| 久久精品亚洲精品国产欧美kt∨| 激情伊人五月天久久综合| 91精品免费在线| 日本成人中文字幕| 日韩一级完整毛片| 青青草伊人久久| 欧美一区二区精品在线| 视频一区视频二区在线观看| 欧美日本一区二区三区四区| 亚洲成人免费电影| 91精品久久久久久久99蜜桃| 免费av成人在线| 久久久久久久综合色一本| 国产91精品久久久久久久网曝门 | 91极品视觉盛宴| 一区二区三区.www| 欧美精品v国产精品v日韩精品| 日韩一区精品视频| 精品国产乱码久久久久久夜甘婷婷 | 国产盗摄视频一区二区三区| 国产精品不卡视频| 日本韩国欧美三级| 三级成人在线视频| 精品福利av导航| 成人中文字幕合集| 一区二区在线免费| 日韩一区二区不卡| 粉嫩av一区二区三区粉嫩| 亚洲欧美日韩一区| 日韩一卡二卡三卡国产欧美| 国产宾馆实践打屁股91| 亚洲久本草在线中文字幕| 欧美午夜电影在线播放| 久色婷婷小香蕉久久| 国产精品久久毛片a| 欧美美女一区二区| 国产成人福利片| 亚洲一本大道在线| 欧美精品一区二区三区蜜臀 | 91原创在线视频| 三级欧美在线一区| 国产精品久久久久一区二区三区 | 日韩欧美激情在线| 99精品视频在线播放观看| 日韩电影在线观看一区| 中文字幕av一区 二区| 欧美精品色一区二区三区| 成人午夜看片网址| 蜜桃视频在线观看一区| 综合色中文字幕| 亚洲激情在线播放| 2023国产精品自拍| 欧美人妇做爰xxxⅹ性高电影| 国产精品亚洲一区二区三区在线 | 精品欧美黑人一区二区三区| av亚洲精华国产精华精华| 久久精品噜噜噜成人88aⅴ| 亚洲欧美国产高清| 国产亚洲欧美激情| 日韩一区二区免费高清| 欧美日韩一区高清| 97精品国产露脸对白| 国产毛片一区二区| 麻豆91精品91久久久的内涵| 亚洲精品免费看| 自拍视频在线观看一区二区| 国产日韩在线不卡| 亚洲精品一线二线三线| 884aa四虎影成人精品一区| 91免费看`日韩一区二区| 国产成人亚洲综合a∨婷婷| 免费不卡在线观看| 水蜜桃久久夜色精品一区的特点| 亚洲激情男女视频| 亚洲欧美日韩在线播放| 中文字幕中文字幕中文字幕亚洲无线|