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

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

?? customerregoods.designer.cs

?? 教材管理系統全使用于簡單的課程設計方便各位朋友
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace GoodsReportManage.Sell
{
    partial class CustomerReGoods
    {
        /// <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(CustomerReGoods));
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.dgvReGoodsInfo = new System.Windows.Forms.DataGridView();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cbxCustomerName = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtSpec = new System.Windows.Forms.TextBox();
            this.btnFind = new System.Windows.Forms.Button();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.txtHasPay = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.txtNeedPay = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.txtNum = new System.Windows.Forms.TextBox();
            this.txtGoodsName = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.labReGoodsID = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.txtResult = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtReGoodsPrice = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.cbxUnit = new System.Windows.Forms.ComboBox();
            this.dtBirthday = new System.Windows.Forms.DateTimePicker();
            this.labDay = new System.Windows.Forms.Label();
            this.toolSave = new System.Windows.Forms.ToolStripButton();
            this.toolCancel = new System.Windows.Forms.ToolStripButton();
            this.toolAmend = new System.Windows.Forms.ToolStripButton();
            this.toolAdd = new System.Windows.Forms.ToolStripButton();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolDelete = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolExit = new System.Windows.Forms.ToolStripButton();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvReGoodsInfo)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.dgvReGoodsInfo);
            this.groupBox2.Location = new System.Drawing.Point(15, 164);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(656, 224);
            this.groupBox2.TabIndex = 22;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "退貨信息顯示";
            // 
            // dgvReGoodsInfo
            // 
            this.dgvReGoodsInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvReGoodsInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvReGoodsInfo.Location = new System.Drawing.Point(3, 17);
            this.dgvReGoodsInfo.Name = "dgvReGoodsInfo";
            this.dgvReGoodsInfo.ReadOnly = true;
            this.dgvReGoodsInfo.RowTemplate.Height = 20;
            this.dgvReGoodsInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvReGoodsInfo.Size = new System.Drawing.Size(650, 204);
            this.dgvReGoodsInfo.TabIndex = 0;
            this.dgvReGoodsInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvReGoodsInfo_CellClick);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.cbxCustomerName);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtSpec);
            this.groupBox1.Controls.Add(this.btnFind);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.txtHasPay);
            this.groupBox1.Controls.Add(this.label12);
            this.groupBox1.Controls.Add(this.txtNeedPay);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.txtNum);
            this.groupBox1.Controls.Add(this.txtGoodsName);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.labReGoodsID);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.txtResult);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.txtReGoodsPrice);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.cbxUnit);
            this.groupBox1.Controls.Add(this.dtBirthday);
            this.groupBox1.Controls.Add(this.labDay);
            this.groupBox1.Enabled = false;
            this.groupBox1.Location = new System.Drawing.Point(16, 36);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(655, 120);
            this.groupBox1.TabIndex = 21;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "退貨記錄項";
            // 
            // cbxCustomerName
            // 
            this.cbxCustomerName.FormattingEnabled = true;
            this.cbxCustomerName.IntegralHeight = false;
            this.cbxCustomerName.Location = new System.Drawing.Point(548, 22);
            this.cbxCustomerName.Name = "cbxCustomerName";
            this.cbxCustomerName.Size = new System.Drawing.Size(86, 20);
            this.cbxCustomerName.TabIndex = 34;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(483, 26);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(59, 12);
            this.label5.TabIndex = 33;
            this.label5.Text = "客戶姓名:";
            // 
            // txtSpec
            // 
            this.txtSpec.Location = new System.Drawing.Point(422, 56);
            this.txtSpec.Name = "txtSpec";
            this.txtSpec.ReadOnly = true;
            this.txtSpec.Size = new System.Drawing.Size(55, 21);
            this.txtSpec.TabIndex = 30;
            // 
            // btnFind
            // 
            this.btnFind.Image = ((System.Drawing.Image)(resources.GetObject("btnFind.Image")));
            this.btnFind.Location = new System.Drawing.Point(443, 21);
            this.btnFind.Name = "btnFind";
            this.btnFind.Size = new System.Drawing.Size(34, 23);
            this.btnFind.TabIndex = 29;
            this.btnFind.UseVisualStyleBackColor = true;
            this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(303, 94);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(17, 12);
            this.label10.TabIndex = 28;
            this.label10.Text = "元";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(140, 94);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(17, 12);
            this.label11.TabIndex = 27;
            this.label11.Text = "元";
            // 
            // txtHasPay
            // 
            this.txtHasPay.Location = new System.Drawing.Point(231, 90);
            this.txtHasPay.Name = "txtHasPay";
            this.txtHasPay.Size = new System.Drawing.Size(70, 21);
            this.txtHasPay.TabIndex = 26;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(167, 94);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(59, 12);
            this.label12.TabIndex = 25;
            this.label12.Text = "實付金額:";
            // 
            // txtNeedPay
            // 
            this.txtNeedPay.Location = new System.Drawing.Point(81, 90);
            this.txtNeedPay.Name = "txtNeedPay";
            this.txtNeedPay.ReadOnly = true;
            this.txtNeedPay.Size = new System.Drawing.Size(59, 21);
            this.txtNeedPay.TabIndex = 24;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(16, 94);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(59, 12);
            this.label13.TabIndex = 23;
            this.label13.Text = "應付金額:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(617, 60);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(17, 12);
            this.label1.TabIndex = 21;
            this.label1.Text = "元";
            // 
            // txtNum
            // 
            this.txtNum.Location = new System.Drawing.Point(261, 56);
            this.txtNum.Name = "txtNum";
            this.txtNum.Size = new System.Drawing.Size(48, 21);
            this.txtNum.TabIndex = 20;
            this.txtNum.TextChanged += new System.EventHandler(this.txtNum_TextChanged);
            // 
            // txtGoodsName
            // 
            this.txtGoodsName.Location = new System.Drawing.Point(261, 22);
            this.txtGoodsName.Name = "txtGoodsName";
            this.txtGoodsName.ReadOnly = true;
            this.txtGoodsName.Size = new System.Drawing.Size(176, 21);
            this.txtGoodsName.TabIndex = 19;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(201, 26);
            this.label8.Name = "label8";

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲国产成人91porn| 成人激情综合网站| 国产99精品视频| 在线视频中文字幕一区二区| 欧美一区二区三区的| 国产精品久久久久国产精品日日| 日韩国产高清在线| 99国产精品视频免费观看| 欧美一区二区网站| 一区二区三区色| 国产乱人伦精品一区二区在线观看| 色综合久久久久网| 国产嫩草影院久久久久| 美女爽到高潮91| 欧美三级蜜桃2在线观看| 国产精品福利一区| 国产一区二区精品在线观看| 欧美精品视频www在线观看| 首页综合国产亚洲丝袜| 972aa.com艺术欧美| 国产视频一区二区在线观看| 日本视频免费一区| 欧美三级欧美一级| 亚洲午夜在线电影| 91麻豆免费看片| 国产精品美女久久久久久久久久久| 久久国产乱子精品免费女| 欧美日韩国产综合视频在线观看| 亚洲视频一二三| 99在线精品观看| 国产精品久线观看视频| 成人午夜碰碰视频| 国产日韩av一区二区| 国产成人精品1024| 国产农村妇女毛片精品久久麻豆| 国产精品一二三| 国产日韩视频一区二区三区| 国产麻豆成人精品| 中文一区一区三区高中清不卡| 国产成人精品三级麻豆| 国产精品久久久久久久浪潮网站| 成人免费视频app| 亚洲欧美在线aaa| 91同城在线观看| 亚洲第一av色| 日韩一级高清毛片| 国产精品一二三四五| 国产精品亲子乱子伦xxxx裸| 99re热这里只有精品免费视频| 亚洲裸体在线观看| 色噜噜久久综合| 午夜影院在线观看欧美| 日韩视频一区二区在线观看| 国产综合色在线视频区| 国产精品三级电影| 91成人免费网站| 日产精品久久久久久久性色| 2021久久国产精品不只是精品| 国产福利91精品一区| 亚洲日本青草视频在线怡红院 | 亚洲精品写真福利| 欧美亚日韩国产aⅴ精品中极品| 日韩精品电影在线观看| 精品国产乱码久久久久久久久| 成人午夜激情影院| 亚洲成人一区在线| 亚洲精品一区二区精华| 波多野结衣亚洲一区| 亚洲成人免费影院| 久久先锋影音av鲁色资源| 91亚洲资源网| 麻豆视频观看网址久久| 亚洲天天做日日做天天谢日日欢 | 国产福利不卡视频| 亚洲狠狠爱一区二区三区| 精品av综合导航| a亚洲天堂av| 日本成人超碰在线观看| 国产精品乱人伦| 91精品国产综合久久福利软件 | 日韩 欧美一区二区三区| 国产日韩欧美在线一区| 欧美日韩卡一卡二| 99视频精品免费视频| 美女mm1313爽爽久久久蜜臀| 亚洲丝袜制服诱惑| 精品免费视频一区二区| 欧洲一区在线电影| 成人av网站在线| 麻豆精品国产传媒mv男同| 亚洲精品久久久久久国产精华液| 26uuu国产电影一区二区| 欧美日韩国产精品自在自线| 成人ar影院免费观看视频| 久久国产精品无码网站| 亚洲国产日产av| 中文字幕一区在线观看| 久久免费的精品国产v∧| 337p亚洲精品色噜噜| 91久久精品一区二区三| 成人av在线播放网址| 国产精品1区2区3区| 麻豆免费精品视频| 美女尤物国产一区| 日韩专区中文字幕一区二区| 亚洲综合区在线| 日韩一区在线播放| 国产精品进线69影院| 欧美经典一区二区| 国产欧美日产一区| 国产日本一区二区| 国产欧美精品一区二区色综合朱莉 | 欧美午夜电影一区| 成人av动漫在线| 国产成人综合视频| 成人一区二区三区在线观看| 韩国午夜理伦三级不卡影院| 久久精品99国产精品日本| 久久国产婷婷国产香蕉| 久久99精品国产.久久久久久| 日韩成人午夜电影| 青草av.久久免费一区| 琪琪久久久久日韩精品| 免费成人美女在线观看.| 免费观看在线综合| 韩国三级在线一区| 国产精品亚洲专一区二区三区| 欧美顶级少妇做爰| 91精品国产综合久久久久久久久久 | 久久亚洲综合av| 国产亚洲欧洲997久久综合 | 欧美精品tushy高清| 欧美一区二区私人影院日本| 日韩一级片网站| 精品国产91洋老外米糕| 久久久久亚洲蜜桃| 亚洲视频中文字幕| 亚洲国产日韩a在线播放| 日韩成人一级大片| 国产精品中文欧美| 色综合久久综合中文综合网| 欧美午夜片在线观看| 日韩一区二区免费在线电影| 久久午夜羞羞影院免费观看| 国产精品久久福利| 亚洲va欧美va国产va天堂影院| 蜜臀av性久久久久蜜臀aⅴ流畅 | 国产大陆a不卡| 色综合久久综合网97色综合| 欧美一区中文字幕| 中文一区一区三区高中清不卡| 亚洲激情五月婷婷| 久久精品理论片| jlzzjlzz欧美大全| 欧美一级高清片| 日本一区二区免费在线| 午夜婷婷国产麻豆精品| 国产麻豆精品视频| 欧美午夜精品久久久久久孕妇| 欧美videossexotv100| 亚洲人成网站影音先锋播放| 日本中文字幕一区二区视频| 成人福利视频网站| 日韩你懂的电影在线观看| 国产精品久久久久久久久免费丝袜| 五月天亚洲婷婷| 丰满放荡岳乱妇91ww| 91麻豆精品国产91久久久资源速度| 国产欧美日韩精品一区| 日本免费新一区视频| 99久久伊人精品| 久久综合久久鬼色| 五月婷婷综合在线| 不卡av在线免费观看| 日韩欧美成人一区| 亚洲无人区一区| 99久久久久久99| 久久午夜国产精品| 久久精品国产久精国产| 欧美日韩一本到| 亚洲精品中文字幕乱码三区| 国产精一区二区三区| 日韩精品在线看片z| 亚洲国产你懂的| 色av成人天堂桃色av| 国产精品久久久久精k8| 国产精品资源在线看| 日韩精品一区二区三区中文精品| 亚洲国产中文字幕在线视频综合| zzijzzij亚洲日本少妇熟睡| 久久综合久久久久88| 久久99国产乱子伦精品免费| 欧美人与z0zoxxxx视频| 亚洲一区二区三区四区在线观看 | 久久中文字幕电影| 欧美aⅴ一区二区三区视频| 欧美色国产精品| 亚洲一级电影视频| 欧美日韩精品一区二区天天拍小说 | 91免费国产视频网站|