📄 systemset_form.designer.cs
字号:
//
// columnHeader21
//
this.columnHeader21.Text = "项目编号";
this.columnHeader21.Width = 74;
//
// columnHeader22
//
this.columnHeader22.Text = "名称";
this.columnHeader22.Width = 89;
//
// columnHeader23
//
this.columnHeader23.Text = "单价";
this.columnHeader23.Width = 46;
//
// columnHeader24
//
this.columnHeader24.Text = "成本";
this.columnHeader24.Width = 43;
//
// columnHeader25
//
this.columnHeader25.Text = "项目类别";
this.columnHeader25.Width = 83;
//
// columnHeader26
//
this.columnHeader26.Text = "单位";
this.columnHeader26.Width = 49;
//
// columnHeader27
//
this.columnHeader27.Text = "报警库荐";
this.columnHeader27.Width = 74;
//
// listView2
//
this.listView2.BackColor = System.Drawing.Color.WhiteSmoke;
this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader19,
this.columnHeader20});
this.listView2.FullRowSelect = true;
this.listView2.GridLines = true;
this.listView2.Location = new System.Drawing.Point(6, 17);
this.listView2.Name = "listView2";
this.listView2.Size = new System.Drawing.Size(462, 118);
this.listView2.TabIndex = 12;
this.listView2.UseCompatibleStateImageBehavior = false;
this.listView2.View = System.Windows.Forms.View.Details;
//
// columnHeader19
//
this.columnHeader19.Text = "类别编号";
this.columnHeader19.Width = 226;
//
// columnHeader20
//
this.columnHeader20.Text = "商品类别";
this.columnHeader20.Width = 232;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.label3);
this.tabPage3.Controls.Add(this.cboWaiterlevel);
this.tabPage3.Controls.Add(this.btnWaiterTc);
this.tabPage3.Controls.Add(this.btnWaiterDelete);
this.tabPage3.Controls.Add(this.btnWaiterUpdate);
this.tabPage3.Controls.Add(this.btnWaiterInsert);
this.tabPage3.Controls.Add(this.btnDjDelete);
this.tabPage3.Controls.Add(this.btnDjUpdate);
this.tabPage3.Controls.Add(this.btnDjinsert);
this.tabPage3.Controls.Add(this.listviewWaiter);
this.tabPage3.Controls.Add(this.lsvWaiterLevel);
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(663, 408);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "服务生设置";
this.tabPage3.UseVisualStyleBackColor = true;
this.tabPage3.Enter += new System.EventHandler(this.tabPage3_Enter);
//
// label3
//
this.label3.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(7, 142);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(132, 23);
this.label3.TabIndex = 35;
this.label3.Text = "按服务生等级过滤:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// cboWaiterlevel
//
this.cboWaiterlevel.FormattingEnabled = true;
this.cboWaiterlevel.Location = new System.Drawing.Point(145, 145);
this.cboWaiterlevel.Name = "cboWaiterlevel";
this.cboWaiterlevel.Size = new System.Drawing.Size(121, 20);
this.cboWaiterlevel.TabIndex = 34;
this.cboWaiterlevel.SelectedIndexChanged += new System.EventHandler(this.cboWaiterlevel_SelectedIndexChanged);
//
// btnWaiterTc
//
this.btnWaiterTc.Location = new System.Drawing.Point(515, 362);
this.btnWaiterTc.Name = "btnWaiterTc";
this.btnWaiterTc.Size = new System.Drawing.Size(106, 23);
this.btnWaiterTc.TabIndex = 33;
this.btnWaiterTc.Text = "服务生提成";
this.btnWaiterTc.UseVisualStyleBackColor = true;
//
// btnWaiterDelete
//
this.btnWaiterDelete.Location = new System.Drawing.Point(515, 333);
this.btnWaiterDelete.Name = "btnWaiterDelete";
this.btnWaiterDelete.Size = new System.Drawing.Size(106, 23);
this.btnWaiterDelete.TabIndex = 32;
this.btnWaiterDelete.Text = "删除服务生";
this.btnWaiterDelete.UseVisualStyleBackColor = true;
this.btnWaiterDelete.Click += new System.EventHandler(this.btnWaiterDelete_Click);
//
// btnWaiterUpdate
//
this.btnWaiterUpdate.Location = new System.Drawing.Point(515, 304);
this.btnWaiterUpdate.Name = "btnWaiterUpdate";
this.btnWaiterUpdate.Size = new System.Drawing.Size(106, 23);
this.btnWaiterUpdate.TabIndex = 31;
this.btnWaiterUpdate.Text = "修改服务生";
this.btnWaiterUpdate.UseVisualStyleBackColor = true;
this.btnWaiterUpdate.Click += new System.EventHandler(this.btnWaiterUpdate_Click);
//
// btnWaiterInsert
//
this.btnWaiterInsert.Location = new System.Drawing.Point(515, 275);
this.btnWaiterInsert.Name = "btnWaiterInsert";
this.btnWaiterInsert.Size = new System.Drawing.Size(106, 23);
this.btnWaiterInsert.TabIndex = 30;
this.btnWaiterInsert.Text = "添加服务生";
this.btnWaiterInsert.UseVisualStyleBackColor = true;
this.btnWaiterInsert.Click += new System.EventHandler(this.btnWaiterInsert_Click);
//
// btnDjDelete
//
this.btnDjDelete.Location = new System.Drawing.Point(515, 110);
this.btnDjDelete.Name = "btnDjDelete";
this.btnDjDelete.Size = new System.Drawing.Size(106, 23);
this.btnDjDelete.TabIndex = 29;
this.btnDjDelete.Text = "删除服务等级";
this.btnDjDelete.UseVisualStyleBackColor = true;
this.btnDjDelete.Click += new System.EventHandler(this.btnDjDelete_Click);
//
// btnDjUpdate
//
this.btnDjUpdate.Location = new System.Drawing.Point(515, 79);
this.btnDjUpdate.Name = "btnDjUpdate";
this.btnDjUpdate.Size = new System.Drawing.Size(106, 23);
this.btnDjUpdate.TabIndex = 28;
this.btnDjUpdate.Text = "修改服务等级";
this.btnDjUpdate.UseVisualStyleBackColor = true;
this.btnDjUpdate.Click += new System.EventHandler(this.btnDjUpdate_Click);
//
// btnDjinsert
//
this.btnDjinsert.Location = new System.Drawing.Point(515, 48);
this.btnDjinsert.Name = "btnDjinsert";
this.btnDjinsert.Size = new System.Drawing.Size(106, 23);
this.btnDjinsert.TabIndex = 27;
this.btnDjinsert.Text = "添加服务等级";
this.btnDjinsert.UseVisualStyleBackColor = true;
this.btnDjinsert.Click += new System.EventHandler(this.btnDjinsert_Click);
//
// listviewWaiter
//
this.listviewWaiter.BackColor = System.Drawing.Color.WhiteSmoke;
this.listviewWaiter.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.c1,
this.columnHeader13,
this.columnHeader41,
this.columnHeader14,
this.columnHeader15,
this.columnHeader16,
this.columnHeader17,
this.columnHeader18});
this.listviewWaiter.FullRowSelect = true;
this.listviewWaiter.GridLines = true;
this.listviewWaiter.Location = new System.Drawing.Point(6, 175);
this.listviewWaiter.Name = "listviewWaiter";
this.listviewWaiter.Size = new System.Drawing.Size(462, 230);
this.listviewWaiter.TabIndex = 25;
this.listviewWaiter.UseCompatibleStateImageBehavior = false;
this.listviewWaiter.View = System.Windows.Forms.View.Details;
//
// c1
//
this.c1.Text = "编号";
this.c1.Width = 44;
//
// columnHeader13
//
this.columnHeader13.Text = "姓名";
this.columnHeader13.Width = 54;
//
// columnHeader41
//
this.columnHeader41.Text = "简拼";
this.columnHeader41.Width = 45;
//
// columnHeader14
//
this.columnHeader14.Text = "性别";
this.columnHeader14.Width = 48;
//
// columnHeader15
//
this.columnHeader15.Text = "等级";
this.columnHeader15.Width = 73;
//
// columnHeader16
//
this.columnHeader16.Text = "联系方式";
this.columnHeader16.Width = 87;
//
// columnHeader17
//
this.columnHeader17.Text = "身份证号码";
this.columnHeader17.Width = 78;
//
// columnHeader18
//
this.columnHeader18.Text = "发薪日期";
this.columnHeader18.Width = 74;
//
// lsvWaiterLevel
//
this.lsvWaiterLevel.BackColor = System.Drawing.Color.WhiteSmoke;
this.lsvWaiterLevel.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader10,
this.columnHeader11});
this.lsvWaiterLevel.FullRowSelect = true;
this.lsvWaiterLevel.GridLines = true;
this.lsvWaiterLevel.Location = new System.Drawing.Point(6, 17);
this.lsvWaiterLevel.Name = "lsvWaiterLevel";
this.lsvWaiterLevel.Size = new System.Drawing.Size(462, 118);
this.lsvWaiterLevel.TabIndex = 24;
this.lsvWaiterLevel.UseCompatibleStateImageBehavior = false;
this.lsvWaiterLevel.View = System.Windows.Forms.View.Details;
//
// columnHeader10
//
this.columnHeader10.Text = "等级编号";
this.columnHeader10.Width = 218;
//
// columnHeader11
//
this.columnHeader11.Text = "服务生等级";
this.columnHeader11.Width = 236;
//
// tabPage4
//
this.tabPage4.Controls.Add(this.btnClose);
this.tabPage4.Controls.Add(this.listView7);
this.tabPage4.Controls.Add(this.btnDeleteHyDj);
this.tabPage4.Controls.Add(this.panel1);
this.tabPage4.Controls.Add(this.btnUpdateHyDj);
this.tabPage4.Controls.Add(this.btnInsertHyDj);
this.tabPage4.Location = new System.Drawing.Point(4, 21);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(663, 408);
this.tabPage4.TabIndex = 3;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -