📄 formoperatorsettingsupdate.designer.cs
字号:
this.textBox2.Size = new System.Drawing.Size(125, 21);
this.textBox2.TabIndex = 1;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(102, 149);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(125, 21);
this.textBox3.TabIndex = 1;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(102, 255);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(125, 21);
this.textBox4.TabIndex = 1;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(102, 201);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(125, 21);
this.textBox5.TabIndex = 1;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(102, 297);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(60, 16);
this.checkBox1.TabIndex = 2;
this.checkBox1.Text = "收银员";
this.checkBox1.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.treeView1);
this.groupBox2.Location = new System.Drawing.Point(286, 6);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(302, 334);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "操作权限";
//
// treeView1
//
this.treeView1.CheckBoxes = true;
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView1.Font = new System.Drawing.Font("宋体", 9F);
this.treeView1.FullRowSelect = true;
this.treeView1.Location = new System.Drawing.Point(3, 17);
this.treeView1.Name = "treeView1";
treeNode1.Name = "节点5";
treeNode1.Text = "采购进货";
treeNode2.Name = "节点6";
treeNode2.Text = "采购退货";
treeNode3.Name = "节点8";
treeNode3.Text = "采购单据查询";
treeNode4.Name = "节点0";
treeNode4.Text = "采购管理";
treeNode5.Name = "节点9";
treeNode5.Text = "商品销售";
treeNode6.Name = "节点10";
treeNode6.Text = "顾客退货";
treeNode7.Name = "节点11";
treeNode7.Text = "销售单据查询";
treeNode8.Name = "节点1";
treeNode8.Text = "销售管理";
treeNode9.Name = "节点12";
treeNode9.Text = "库存查询";
treeNode10.Name = "节点13";
treeNode10.Text = "库存警报";
treeNode11.Name = "节点14";
treeNode11.Text = "商品管理";
treeNode12.Name = "节点2";
treeNode12.Text = "库存管理";
treeNode13.Name = "节点15";
treeNode13.Text = "商品采购统计";
treeNode14.Name = "节点16";
treeNode14.Text = "商品销售统计";
treeNode15.Name = "节点17";
treeNode15.Text = "商品销售排行";
treeNode16.Name = "节点18";
treeNode16.Text = "库存成本统计";
treeNode17.Name = "节点19";
treeNode17.Text = "销售营业分析";
treeNode18.Name = "节点3";
treeNode18.Text = "统计报表";
treeNode19.Name = "节点20";
treeNode19.Text = "数据维护";
treeNode20.Name = "节点21";
treeNode20.Text = "操作元设置";
treeNode21.Name = "节点22";
treeNode21.Text = "系统参数设置";
treeNode22.Name = "节点4";
treeNode22.Text = "系统设置";
this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode4,
treeNode8,
treeNode12,
treeNode18,
treeNode22});
this.treeView1.Size = new System.Drawing.Size(296, 314);
this.treeView1.TabIndex = 0;
//
// button1
//
this.button1.Location = new System.Drawing.Point(158, 349);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 2;
this.button1.Text = "保存";
this.button1.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(319, 349);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 2;
this.button2.Text = "退出";
this.button2.UseVisualStyleBackColor = true;
//
// FormOperatorSettingsUpdate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(595, 396);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormOperatorSettingsUpdate";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -