📄 houseservicepanel.designer.cs
字号:
namespace FuWuControlLibrary1
{
partial class HouseServicePanel
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.tbFWname = new System.Windows.Forms.TextBox();
this.tbFWcount = new System.Windows.Forms.TextBox();
this.tbFWnum = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btFWpri = new System.Windows.Forms.Button();
this.btFWsel = new System.Windows.Forms.Button();
this.btFWdel = new System.Windows.Forms.Button();
this.btFWalter = new System.Windows.Forms.Button();
this.btFWadd = new System.Windows.Forms.Button();
this.cbFWkind = new System.Windows.Forms.ComboBox();
this.tbFWexp = new System.Windows.Forms.TextBox();
this.tbFWshoutr = new System.Windows.Forms.TextBox();
this.tbFWweitr = new System.Windows.Forms.TextBox();
this.pFW2 = new System.Windows.Forms.Panel();
this.tbFWweit = new System.Windows.Forms.TextBox();
this.tbFWyuqi = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.tbFWneirong = new System.Windows.Forms.TextBox();
this.pFW1 = new System.Windows.Forms.Panel();
this.dgvFW = new System.Windows.Forms.DataGridView();
this.pFW2.SuspendLayout();
this.pFW1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvFW)).BeginInit();
this.SuspendLayout();
//
// tbFWname
//
this.tbFWname.Location = new System.Drawing.Point(406, 41);
this.tbFWname.Name = "tbFWname";
this.tbFWname.Size = new System.Drawing.Size(161, 21);
this.tbFWname.TabIndex = 70;
this.tbFWname.TextChanged += new System.EventHandler(this.tbFWname_TextChanged);
//
// tbFWcount
//
this.tbFWcount.Location = new System.Drawing.Point(135, 135);
this.tbFWcount.Name = "tbFWcount";
this.tbFWcount.Size = new System.Drawing.Size(161, 21);
this.tbFWcount.TabIndex = 69;
this.tbFWcount.TextChanged += new System.EventHandler(this.tbFWcount_TextChanged);
//
// tbFWnum
//
this.tbFWnum.Location = new System.Drawing.Point(135, 41);
this.tbFWnum.Name = "tbFWnum";
this.tbFWnum.Size = new System.Drawing.Size(161, 21);
this.tbFWnum.TabIndex = 67;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(325, 139);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 66;
this.label6.Text = "委托时间:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(325, 76);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 65;
this.label5.Text = "内 容:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(40, 135);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 64;
this.label10.Text = "数 量:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(40, 73);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 63;
this.label3.Text = "服务类别:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(325, 44);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 62;
this.label2.Text = "服务名称:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(40, 44);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 61;
this.label1.Text = "服务编号:";
//
// btFWpri
//
this.btFWpri.Location = new System.Drawing.Point(465, 210);
this.btFWpri.Name = "btFWpri";
this.btFWpri.Size = new System.Drawing.Size(75, 23);
this.btFWpri.TabIndex = 60;
this.btFWpri.Text = "打印";
this.btFWpri.UseVisualStyleBackColor = true;
//
// btFWsel
//
this.btFWsel.Location = new System.Drawing.Point(273, 210);
this.btFWsel.Name = "btFWsel";
this.btFWsel.Size = new System.Drawing.Size(75, 23);
this.btFWsel.TabIndex = 59;
this.btFWsel.Text = "查询";
this.btFWsel.UseVisualStyleBackColor = true;
this.btFWsel.Click += new System.EventHandler(this.btFWsel_Click);
//
// btFWdel
//
this.btFWdel.Location = new System.Drawing.Point(367, 210);
this.btFWdel.Name = "btFWdel";
this.btFWdel.Size = new System.Drawing.Size(75, 23);
this.btFWdel.TabIndex = 58;
this.btFWdel.Text = "删除";
this.btFWdel.UseVisualStyleBackColor = true;
this.btFWdel.Click += new System.EventHandler(this.btFWdel_Click);
//
// btFWalter
//
this.btFWalter.Location = new System.Drawing.Point(177, 210);
this.btFWalter.Name = "btFWalter";
this.btFWalter.Size = new System.Drawing.Size(75, 23);
this.btFWalter.TabIndex = 57;
this.btFWalter.Text = "修改";
this.btFWalter.UseVisualStyleBackColor = true;
this.btFWalter.Click += new System.EventHandler(this.btFWalter_Click);
//
// btFWadd
//
this.btFWadd.Location = new System.Drawing.Point(83, 210);
this.btFWadd.Name = "btFWadd";
this.btFWadd.Size = new System.Drawing.Size(75, 23);
this.btFWadd.TabIndex = 56;
this.btFWadd.Text = "添加";
this.btFWadd.UseVisualStyleBackColor = true;
this.btFWadd.Click += new System.EventHandler(this.btFWadd_Click);
//
// cbFWkind
//
this.cbFWkind.FormattingEnabled = true;
this.cbFWkind.Items.AddRange(new object[] {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -