⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 editorder.cs

📁 企业管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
			this.payMeans = new System.Windows.Forms.ComboBox();
			this.rgMeans = new System.Windows.Forms.ComboBox();
			this.rgPlace = new System.Windows.Forms.ComboBox();
			this.memo = new System.Windows.Forms.TextBox();
			this.txExes = new System.Windows.Forms.TextBox();
			this.label18 = new System.Windows.Forms.Label();
			this.label17 = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.label15 = new System.Windows.Forms.Label();
			this.label14 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.button3 = new System.Windows.Forms.Button();
			this.modInfo = new System.Windows.Forms.Label();
			this.addInfo = new System.Windows.Forms.Label();
			this.button2 = new System.Windows.Forms.Button();
			this.button1 = new System.Windows.Forms.Button();
			this.list = new System.Windows.Forms.DataGrid();
			this.contextMenu1 = new System.Windows.Forms.ContextMenu();
			this.menuItem2 = new System.Windows.Forms.MenuItem();
			this.menuItem3 = new System.Windows.Forms.MenuItem();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.menuItem4 = new System.Windows.Forms.MenuItem();
			this.panel1 = new System.Windows.Forms.Panel();
			this.thisExecuteEr = new System.Windows.Forms.ComboBox();
			this.writeDate = new System.Windows.Forms.DateTimePicker();
			this.allExes = new System.Windows.Forms.TextBox();
			this.buyContactEr = new System.Windows.Forms.TextBox();
			this.buyEr = new System.Windows.Forms.ComboBox();
			this.label12 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.packSign = new System.Windows.Forms.TextBox();
			this.pageSign = new System.Windows.Forms.TextBox();
			this.sign = new System.Windows.Forms.TextBox();
			this.label9 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.timer1 = new System.Windows.Forms.Timer(this.components);
			this.panel2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.list)).BeginInit();
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// button4
			// 
			this.button4.Location = new System.Drawing.Point(457, 488);
			this.button4.Name = "button4";
			this.button4.Size = new System.Drawing.Size(48, 23);
			this.button4.TabIndex = 17;
			this.button4.Text = "打 印";
			this.button4.Click += new System.EventHandler(this.button4_Click);
			// 
			// panel2
			// 
			this.panel2.BackColor = System.Drawing.Color.Gainsboro;
			this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panel2.Controls.Add(this.fc2);
			this.panel2.Controls.Add(this.label19);
			this.panel2.Controls.Add(this.payStat);
			this.panel2.Controls.Add(this.button5);
			this.panel2.Controls.Add(this.jht);
			this.panel2.Controls.Add(this.yhzf);
			this.panel2.Controls.Add(this.hphm);
			this.panel2.Controls.Add(this.fplx);
			this.panel2.Controls.Add(this.label2);
			this.panel2.Controls.Add(this.label1);
			this.panel2.Controls.Add(this.rgDate);
			this.panel2.Controls.Add(this.payMeans);
			this.panel2.Controls.Add(this.rgMeans);
			this.panel2.Controls.Add(this.rgPlace);
			this.panel2.Controls.Add(this.memo);
			this.panel2.Controls.Add(this.txExes);
			this.panel2.Controls.Add(this.label18);
			this.panel2.Controls.Add(this.label17);
			this.panel2.Controls.Add(this.label16);
			this.panel2.Controls.Add(this.label15);
			this.panel2.Controls.Add(this.label14);
			this.panel2.Controls.Add(this.label13);
			this.panel2.Location = new System.Drawing.Point(9, 344);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(544, 136);
			this.panel2.TabIndex = 16;
			// 
			// fc2
			// 
			this.fc2.Location = new System.Drawing.Point(472, 32);
			this.fc2.Name = "fc2";
			this.fc2.Size = new System.Drawing.Size(48, 21);
			this.fc2.TabIndex = 31;
			this.fc2.Text = "";
			// 
			// label19
			// 
			this.label19.Location = new System.Drawing.Point(456, 40);
			this.label19.Name = "label19";
			this.label19.Size = new System.Drawing.Size(100, 16);
			this.label19.TabIndex = 30;
			this.label19.Text = "共         件";
			// 
			// payStat
			// 
			this.payStat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.payStat.Items.AddRange(new object[] {
														 "已收",
														 "部分已收",
														 "未收"});
			this.payStat.Location = new System.Drawing.Point(424, 8);
			this.payStat.Name = "payStat";
			this.payStat.Size = new System.Drawing.Size(112, 20);
			this.payStat.TabIndex = 29;
			// 
			// button5
			// 
			this.button5.BackColor = System.Drawing.Color.Gainsboro;
			this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.button5.Location = new System.Drawing.Point(224, 56);
			this.button5.Name = "button5";
			this.button5.Size = new System.Drawing.Size(80, 23);
			this.button5.TabIndex = 28;
			this.button5.Text = "<<<";
			this.button5.Click += new System.EventHandler(this.button5_Click);
			// 
			// jht
			// 
			this.jht.Location = new System.Drawing.Point(72, 57);
			this.jht.Name = "jht";
			this.jht.Size = new System.Drawing.Size(152, 20);
			this.jht.TabIndex = 11;
			this.jht.SelectedIndexChanged += new System.EventHandler(this.jht_SelectedIndexChanged);
			// 
			// yhzf
			// 
			this.yhzf.Location = new System.Drawing.Point(368, 32);
			this.yhzf.Name = "yhzf";
			this.yhzf.Size = new System.Drawing.Size(80, 20);
			this.yhzf.TabIndex = 16;
			// 
			// hphm
			// 
			this.hphm.Location = new System.Drawing.Point(72, 104);
			this.hphm.Name = "hphm";
			this.hphm.Size = new System.Drawing.Size(152, 21);
			this.hphm.TabIndex = 13;
			this.hphm.Text = "";
			// 
			// fplx
			// 
			this.fplx.Location = new System.Drawing.Point(72, 80);
			this.fplx.Name = "fplx";
			this.fplx.Size = new System.Drawing.Size(152, 20);
			this.fplx.TabIndex = 12;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8, 112);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(72, 16);
			this.label2.TabIndex = 23;
			this.label2.Text = "发票号码:";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 88);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(72, 16);
			this.label1.TabIndex = 22;
			this.label1.Text = "发票类型:";
			// 
			// rgDate
			// 
			this.rgDate.Location = new System.Drawing.Point(304, 56);
			this.rgDate.Name = "rgDate";
			this.rgDate.Size = new System.Drawing.Size(232, 21);
			this.rgDate.TabIndex = 17;
			// 
			// payMeans
			// 
			this.payMeans.Location = new System.Drawing.Point(304, 8);
			this.payMeans.Name = "payMeans";
			this.payMeans.Size = new System.Drawing.Size(120, 20);
			this.payMeans.TabIndex = 14;
			// 
			// rgMeans
			// 
			this.rgMeans.Location = new System.Drawing.Point(72, 33);
			this.rgMeans.Name = "rgMeans";
			this.rgMeans.Size = new System.Drawing.Size(152, 20);
			this.rgMeans.TabIndex = 10;
			// 
			// rgPlace
			// 
			this.rgPlace.Location = new System.Drawing.Point(72, 8);
			this.rgPlace.Name = "rgPlace";
			this.rgPlace.Size = new System.Drawing.Size(152, 20);
			this.rgPlace.TabIndex = 9;
			// 
			// memo
			// 
			this.memo.Location = new System.Drawing.Point(304, 88);
			this.memo.Multiline = true;
			this.memo.Name = "memo";
			this.memo.Size = new System.Drawing.Size(232, 32);
			this.memo.TabIndex = 18;
			this.memo.Text = "";
			// 
			// txExes
			// 
			this.txExes.Location = new System.Drawing.Point(304, 32);
			this.txExes.Name = "txExes";
			this.txExes.Size = new System.Drawing.Size(64, 21);
			this.txExes.TabIndex = 15;
			this.txExes.Text = "";
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(240, 88);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(72, 16);
			this.label18.TabIndex = 8;
			this.label18.Text = "备    注:";
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(240, 40);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(72, 16);
			this.label17.TabIndex = 7;
			this.label17.Text = "运    费:";
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(240, 16);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(72, 16);
			this.label16.TabIndex = 6;
			this.label16.Text = "付款方法:";
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(8, 64);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(72, 16);
			this.label15.TabIndex = 5;
			this.label15.Text = "交货日期:";
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(8, 40);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(72, 16);
			this.label14.TabIndex = 4;
			this.label14.Text = "交货方法:";
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(8, 16);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(72, 16);
			this.label13.TabIndex = 3;
			this.label13.Text = "交货地址:";
			// 
			// button3
			// 
			this.button3.Location = new System.Drawing.Point(409, 488);
			this.button3.Name = "button3";
			this.button3.Size = new System.Drawing.Size(48, 23);
			this.button3.TabIndex = 15;
			this.button3.Text = "删 除";
			this.button3.Click += new System.EventHandler(this.button3_Click);
			// 
			// modInfo
			// 
			this.modInfo.Location = new System.Drawing.Point(169, 496);
			this.modInfo.Name = "modInfo";
			this.modInfo.Size = new System.Drawing.Size(168, 16);
			this.modInfo.TabIndex = 14;
			this.modInfo.Text = "最后修改:";
			// 
			// addInfo
			// 
			this.addInfo.Location = new System.Drawing.Point(9, 496);
			this.addInfo.Name = "addInfo";
			this.addInfo.Size = new System.Drawing.Size(144, 16);
			this.addInfo.TabIndex = 13;
			this.addInfo.Text = "录入:";
			// 
			// button2
			// 
			this.button2.Location = new System.Drawing.Point(361, 488);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(48, 23);
			this.button2.TabIndex = 12;
			this.button2.Text = "保 存";
			this.button2.Click += new System.EventHandler(this.button2_Click);
			// 
			// button1
			// 
			this.button1.Location = new System.Drawing.Point(505, 488);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(48, 23);
			this.button1.TabIndex = 11;
			this.button1.Text = "取 消";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// list
			// 
			this.list.CaptionVisible = false;
			this.list.ContextMenu = this.contextMenu1;
			this.list.DataMember = "";
			this.list.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.list.Location = new System.Drawing.Point(9, 176);
			this.list.Name = "list";
			this.list.ParentRowsVisible = false;
			this.list.Size = new System.Drawing.Size(544, 160);
			this.list.TabIndex = 10;
			this.list.KeyUp += new System.Windows.Forms.KeyEventHandler(this.list_KeyUp);
			this.list.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.list_KeyPress);
			// 
			// contextMenu1
			// 
			this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																						 this.menuItem2,
																						 this.menuItem3,
																						 this.menuItem1,
																						 this.menuItem4});
			// 
			// menuItem2
			// 
			this.menuItem2.Index = 0;
			this.menuItem2.Text = "删除本条";
			this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
			// 
			// menuItem3
			// 
			this.menuItem3.Index = 1;
			this.menuItem3.Text = "删除全部";
			this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click);
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 2;
			this.menuItem1.Text = "-";
			// 
			// menuItem4
			// 
			this.menuItem4.Index = 3;
			this.menuItem4.Text = "新窗口选择(&N)";
			this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click);
			// 
			// panel1
			// 
			this.panel1.BackColor = System.Drawing.Color.Gainsboro;
			this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panel1.Controls.Add(this.thisExecuteEr);
			this.panel1.Controls.Add(this.writeDate);
			this.panel1.Controls.Add(this.allExes);
			this.panel1.Controls.Add(this.buyContactEr);
			this.panel1.Controls.Add(this.buyEr);
			this.panel1.Controls.Add(this.label12);
			this.panel1.Controls.Add(this.label11);
			this.panel1.Controls.Add(this.label10);
			this.panel1.Controls.Add(this.packSign);
			this.panel1.Controls.Add(this.pageSign);
			this.panel1.Controls.Add(this.sign);
			this.panel1.Controls.Add(this.label9);
			this.panel1.Controls.Add(this.label8);
			this.panel1.Controls.Add(this.label7);
			this.panel1.Controls.Add(this.label6);
			this.panel1.Controls.Add(this.label5);
			this.panel1.Controls.Add(this.label4);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -