📄 frmsystemset.designer.cs
字号:
this.lsvAllRoom.GridLines = true;
this.lsvAllRoom.Location = new System.Drawing.Point(12, 20);
this.lsvAllRoom.Name = "lsvAllRoom";
this.lsvAllRoom.Size = new System.Drawing.Size(449, 134);
this.lsvAllRoom.TabIndex = 0;
this.lsvAllRoom.UseCompatibleStateImageBehavior = false;
this.lsvAllRoom.View = System.Windows.Forms.View.Details;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.cboItemType);
this.tabPage2.Controls.Add(this.label2);
this.tabPage2.Controls.Add(this.btnItemExit);
this.tabPage2.Controls.Add(this.btnModifiItemType);
this.tabPage2.Controls.Add(this.btnDeleteItemType);
this.tabPage2.Controls.Add(this.btnModifiItem);
this.tabPage2.Controls.Add(this.btnAddItemType);
this.tabPage2.Controls.Add(this.btnDeleteItem);
this.tabPage2.Controls.Add(this.btnAddItem);
this.tabPage2.Controls.Add(this.groupBox4);
this.tabPage2.Controls.Add(this.groupBox3);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(563, 354);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "商品设置";
this.tabPage2.UseVisualStyleBackColor = true;
//
// cboItemType
//
this.cboItemType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboItemType.FormattingEnabled = true;
this.cboItemType.Items.AddRange(new object[] {
"所有商品"});
this.cboItemType.Location = new System.Drawing.Point(213, 11);
this.cboItemType.Name = "cboItemType";
this.cboItemType.Size = new System.Drawing.Size(116, 20);
this.cboItemType.TabIndex = 3;
this.cboItemType.SelectedIndexChanged += new System.EventHandler(this.cboItemType_SelectedIndexChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(101, 14);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(95, 12);
this.label2.TabIndex = 2;
this.label2.Text = "按项目类型过虑:";
//
// btnItemExit
//
this.btnItemExit.Location = new System.Drawing.Point(484, 316);
this.btnItemExit.Name = "btnItemExit";
this.btnItemExit.Size = new System.Drawing.Size(65, 22);
this.btnItemExit.TabIndex = 1;
this.btnItemExit.Text = "退出(&X)";
this.btnItemExit.UseVisualStyleBackColor = true;
this.btnItemExit.Click += new System.EventHandler(this.btnItemExit_Click);
//
// btnModifiItemType
//
this.btnModifiItemType.Location = new System.Drawing.Point(484, 280);
this.btnModifiItemType.Name = "btnModifiItemType";
this.btnModifiItemType.Size = new System.Drawing.Size(65, 22);
this.btnModifiItemType.TabIndex = 1;
this.btnModifiItemType.Text = "修改(&O)";
this.btnModifiItemType.UseVisualStyleBackColor = true;
this.btnModifiItemType.Click += new System.EventHandler(this.btnModifiItemType_Click);
//
// btnDeleteItemType
//
this.btnDeleteItemType.Location = new System.Drawing.Point(484, 252);
this.btnDeleteItemType.Name = "btnDeleteItemType";
this.btnDeleteItemType.Size = new System.Drawing.Size(65, 22);
this.btnDeleteItemType.TabIndex = 1;
this.btnDeleteItemType.Text = "删除(&E)";
this.btnDeleteItemType.UseVisualStyleBackColor = true;
this.btnDeleteItemType.Click += new System.EventHandler(this.btnDeleteItemType_Click);
//
// btnModifiItem
//
this.btnModifiItem.Location = new System.Drawing.Point(484, 114);
this.btnModifiItem.Name = "btnModifiItem";
this.btnModifiItem.Size = new System.Drawing.Size(65, 22);
this.btnModifiItem.TabIndex = 1;
this.btnModifiItem.Text = "修改(&M)";
this.btnModifiItem.UseVisualStyleBackColor = true;
this.btnModifiItem.Click += new System.EventHandler(this.btnModifiItem_Click);
//
// btnAddItemType
//
this.btnAddItemType.Location = new System.Drawing.Point(484, 224);
this.btnAddItemType.Name = "btnAddItemType";
this.btnAddItemType.Size = new System.Drawing.Size(65, 22);
this.btnAddItemType.TabIndex = 1;
this.btnAddItemType.Text = "添加(&R)";
this.btnAddItemType.UseVisualStyleBackColor = true;
this.btnAddItemType.Click += new System.EventHandler(this.btnAddItemType_Click);
//
// btnDeleteItem
//
this.btnDeleteItem.Location = new System.Drawing.Point(484, 86);
this.btnDeleteItem.Name = "btnDeleteItem";
this.btnDeleteItem.Size = new System.Drawing.Size(65, 22);
this.btnDeleteItem.TabIndex = 1;
this.btnDeleteItem.Text = "删除(&D)";
this.btnDeleteItem.UseVisualStyleBackColor = true;
this.btnDeleteItem.Click += new System.EventHandler(this.btnDeleteItem_Click);
//
// btnAddItem
//
this.btnAddItem.Location = new System.Drawing.Point(484, 58);
this.btnAddItem.Name = "btnAddItem";
this.btnAddItem.Size = new System.Drawing.Size(65, 22);
this.btnAddItem.TabIndex = 1;
this.btnAddItem.Text = "添加(&A)";
this.btnAddItem.UseVisualStyleBackColor = true;
this.btnAddItem.Click += new System.EventHandler(this.btnAddItem_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.txtName);
this.groupBox4.Controls.Add(this.txtTypeNum);
this.groupBox4.Controls.Add(this.label9);
this.groupBox4.Controls.Add(this.label10);
this.groupBox4.Controls.Add(this.lsvItemsType);
this.groupBox4.Location = new System.Drawing.Point(17, 204);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(449, 144);
this.groupBox4.TabIndex = 0;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "商品类型";
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(317, 77);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(120, 21);
this.txtName.TabIndex = 5;
//
// txtTypeNum
//
this.txtTypeNum.Location = new System.Drawing.Point(317, 37);
this.txtTypeNum.Name = "txtTypeNum";
this.txtTypeNum.ReadOnly = true;
this.txtTypeNum.Size = new System.Drawing.Size(120, 21);
this.txtTypeNum.TabIndex = 6;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(251, 80);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(59, 12);
this.label9.TabIndex = 3;
this.label9.Text = "类型名称:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(252, 40);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(59, 12);
this.label10.TabIndex = 4;
this.label10.Text = "类型编号:";
//
// lsvItemsType
//
this.lsvItemsType.FullRowSelect = true;
this.lsvItemsType.GridLines = true;
this.lsvItemsType.Location = new System.Drawing.Point(13, 20);
this.lsvItemsType.Name = "lsvItemsType";
this.lsvItemsType.Size = new System.Drawing.Size(222, 114);
this.lsvItemsType.TabIndex = 0;
this.lsvItemsType.UseCompatibleStateImageBehavior = false;
this.lsvItemsType.View = System.Windows.Forms.View.Details;
this.lsvItemsType.SelectedIndexChanged += new System.EventHandler(this.lsvItemsType_SelectedIndexChanged);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.lsvItems);
this.groupBox3.Location = new System.Drawing.Point(17, 39);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(449, 159);
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "所有商品";
//
// lsvItems
//
this.lsvItems.FullRowSelect = true;
this.lsvItems.GridLines = true;
this.lsvItems.Location = new System.Drawing.Point(13, 19);
this.lsvItems.Name = "lsvItems";
this.lsvItems.Size = new System.Drawing.Size(424, 134);
this.lsvItems.TabIndex = 0;
this.lsvItems.UseCompatibleStateImageBehavior = false;
this.lsvItems.View = System.Windows.Forms.View.Details;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.groupBox6);
this.tabPage3.Controls.Add(this.btnCarExit);
this.tabPage3.Controls.Add(this.btnCarDelete);
this.tabPage3.Controls.Add(this.btnCarModifi);
this.tabPage3.Controls.Add(this.btnCarAdd);
this.tabPage3.Controls.Add(this.groupBox5);
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(563, 354);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "会员卡设置";
this.tabPage3.UseVisualStyleBackColor = true;
//
// groupBox6
//
this.groupBox6.Controls.Add(this.label8);
this.groupBox6.Controls.Add(this.label7);
this.groupBox6.Controls.Add(this.txtCarRemark);
this.groupBox6.Controls.Add(this.txtCarRebate);
this.groupBox6.Controls.Add(this.txtCarAmass);
this.groupBox6.Controls.Add(this.txtCatName);
this.groupBox6.Controls.Add(this.label6);
this.groupBox6.Controls.Add(this.label5);
this.groupBox6.Controls.Add(this.label4);
this.groupBox6.Controls.Add(this.label3);
this.groupBox6.Location = new System.Drawing.Point(24, 18);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(434, 144);
this.groupBox6.TabIndex = 2;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -