📄 frmsystemset.designer.cs
字号:
this.groupBox6.TabStop = false;
this.groupBox6.Text = "内容";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(190, 58);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 3;
this.label8.Text = "个积分";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(393, 23);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(11, 12);
this.label7.TabIndex = 3;
this.label7.Text = "%";
//
// txtCarRemark
//
this.txtCarRemark.Location = new System.Drawing.Point(82, 86);
this.txtCarRemark.Multiline = true;
this.txtCarRemark.Name = "txtCarRemark";
this.txtCarRemark.Size = new System.Drawing.Size(334, 51);
this.txtCarRemark.TabIndex = 2;
//
// txtCarRebate
//
this.txtCarRebate.Location = new System.Drawing.Point(289, 20);
this.txtCarRebate.Name = "txtCarRebate";
this.txtCarRebate.Size = new System.Drawing.Size(98, 21);
this.txtCarRebate.TabIndex = 2;
//
// txtCarAmass
//
this.txtCarAmass.Location = new System.Drawing.Point(82, 53);
this.txtCarAmass.Name = "txtCarAmass";
this.txtCarAmass.Size = new System.Drawing.Size(102, 21);
this.txtCarAmass.TabIndex = 2;
//
// txtCatName
//
this.txtCatName.Location = new System.Drawing.Point(82, 20);
this.txtCatName.Name = "txtCatName";
this.txtCatName.Size = new System.Drawing.Size(127, 21);
this.txtCatName.TabIndex = 2;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(11, 85);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(35, 12);
this.label6.TabIndex = 1;
this.label6.Text = "备注:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(219, 23);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 0;
this.label5.Text = "设定折扣:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(11, 58);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 12);
this.label4.TabIndex = 1;
this.label4.Text = "积分统计点:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(11, 23);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 0;
this.label3.Text = "类型名称:";
//
// btnCarExit
//
this.btnCarExit.Location = new System.Drawing.Point(487, 286);
this.btnCarExit.Name = "btnCarExit";
this.btnCarExit.Size = new System.Drawing.Size(62, 32);
this.btnCarExit.TabIndex = 1;
this.btnCarExit.Text = "退出(&X)";
this.btnCarExit.UseVisualStyleBackColor = true;
this.btnCarExit.Click += new System.EventHandler(this.btnCarExit_Click);
//
// btnCarDelete
//
this.btnCarDelete.Location = new System.Drawing.Point(487, 114);
this.btnCarDelete.Name = "btnCarDelete";
this.btnCarDelete.Size = new System.Drawing.Size(62, 32);
this.btnCarDelete.TabIndex = 1;
this.btnCarDelete.Text = "删除(&D)";
this.btnCarDelete.UseVisualStyleBackColor = true;
this.btnCarDelete.Click += new System.EventHandler(this.btnCarDelete_Click);
//
// btnCarModifi
//
this.btnCarModifi.Location = new System.Drawing.Point(487, 66);
this.btnCarModifi.Name = "btnCarModifi";
this.btnCarModifi.Size = new System.Drawing.Size(62, 32);
this.btnCarModifi.TabIndex = 1;
this.btnCarModifi.Text = "修改(&M)";
this.btnCarModifi.UseVisualStyleBackColor = true;
this.btnCarModifi.Click += new System.EventHandler(this.btnCarModifi_Click);
//
// btnCarAdd
//
this.btnCarAdd.Location = new System.Drawing.Point(487, 20);
this.btnCarAdd.Name = "btnCarAdd";
this.btnCarAdd.Size = new System.Drawing.Size(62, 32);
this.btnCarAdd.TabIndex = 1;
this.btnCarAdd.Text = "添加(&A)";
this.btnCarAdd.UseVisualStyleBackColor = true;
this.btnCarAdd.Click += new System.EventHandler(this.btnCarAdd_Click);
//
// groupBox5
//
this.groupBox5.Controls.Add(this.lsvCar);
this.groupBox5.Location = new System.Drawing.Point(24, 172);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(435, 162);
this.groupBox5.TabIndex = 0;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "会员卡信息";
//
// lsvCar
//
this.lsvCar.FullRowSelect = true;
this.lsvCar.GridLines = true;
this.lsvCar.Location = new System.Drawing.Point(13, 20);
this.lsvCar.Name = "lsvCar";
this.lsvCar.Size = new System.Drawing.Size(403, 126);
this.lsvCar.TabIndex = 0;
this.lsvCar.UseCompatibleStateImageBehavior = false;
this.lsvCar.View = System.Windows.Forms.View.Details;
this.lsvCar.SelectedIndexChanged += new System.EventHandler(this.lsvCar_SelectedIndexChanged);
//
// frmSystemSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(582, 387);
this.Controls.Add(this.tabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmSystemSet";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "系统设置";
this.Load += new System.EventHandler(this.frmSystemSet_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ListView lsvRoomType;
private System.Windows.Forms.ListView lsvAllRoom;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.Button btnModifi;
private System.Windows.Forms.Button btnAddRoom;
private System.Windows.Forms.Button btnModifiType;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cboChangeType;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.ListView lsvItemsType;
private System.Windows.Forms.ListView lsvItems;
private System.Windows.Forms.Button btnItemExit;
private System.Windows.Forms.Button btnModifiItemType;
private System.Windows.Forms.Button btnDeleteItemType;
private System.Windows.Forms.Button btnModifiItem;
private System.Windows.Forms.Button btnAddItemType;
private System.Windows.Forms.Button btnDeleteItem;
private System.Windows.Forms.Button btnAddItem;
private System.Windows.Forms.ComboBox cboItemType;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnCarExit;
private System.Windows.Forms.Button btnCarModifi;
private System.Windows.Forms.Button btnCarAdd;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.ListView lsvCar;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.TextBox txtCarRemark;
private System.Windows.Forms.TextBox txtCarRebate;
private System.Windows.Forms.TextBox txtCarAmass;
private System.Windows.Forms.TextBox txtCatName;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnCarDelete;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.TextBox txtTypeNum;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -