📄 facilityspanel.designer.cs
字号:
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "设施名称:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(24, 142);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 6;
this.label7.Text = "设施金额:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(24, 100);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 4;
this.label5.Text = "交付日期:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(217, 98);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 3;
this.label4.Text = "负责人:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(217, 55);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 2;
this.label3.Text = "电话:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(24, 58);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1;
this.label2.Text = "承建商:";
//
// panel2
//
this.panel2.Controls.Add(this.tb_usetime);
this.panel2.Controls.Add(this.tb_usestate);
this.panel2.Controls.Add(this.tb_useM);
this.panel2.Controls.Add(this.tb_useNofP);
this.panel2.Controls.Add(this.tb_user);
this.panel2.Controls.Add(this.label12);
this.panel2.Controls.Add(this.label11);
this.panel2.Controls.Add(this.label10);
this.panel2.Controls.Add(this.label9);
this.panel2.Controls.Add(this.label8);
this.panel2.Location = new System.Drawing.Point(411, 13);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(194, 239);
this.panel2.TabIndex = 2;
//
// tb_usetime
//
this.tb_usetime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.tb_usetime.Location = new System.Drawing.Point(98, 138);
this.tb_usetime.Name = "tb_usetime";
this.tb_usetime.Size = new System.Drawing.Size(84, 21);
this.tb_usetime.TabIndex = 23;
//
// tb_usestate
//
this.tb_usestate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tb_usestate.FormattingEnabled = true;
this.tb_usestate.Items.AddRange(new object[] {
"免费",
"付费"});
this.tb_usestate.Location = new System.Drawing.Point(98, 180);
this.tb_usestate.Name = "tb_usestate";
this.tb_usestate.Size = new System.Drawing.Size(84, 20);
this.tb_usestate.TabIndex = 22;
//
// tb_useM
//
this.tb_useM.Location = new System.Drawing.Point(98, 96);
this.tb_useM.Name = "tb_useM";
this.tb_useM.Size = new System.Drawing.Size(84, 21);
this.tb_useM.TabIndex = 18;
//
// tb_useNofP
//
this.tb_useNofP.Location = new System.Drawing.Point(98, 52);
this.tb_useNofP.Name = "tb_useNofP";
this.tb_useNofP.Size = new System.Drawing.Size(84, 21);
this.tb_useNofP.TabIndex = 16;
//
// tb_user
//
this.tb_user.Location = new System.Drawing.Point(98, 11);
this.tb_user.Name = "tb_user";
this.tb_user.Size = new System.Drawing.Size(83, 21);
this.tb_user.TabIndex = 14;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(17, 99);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(65, 12);
this.label12.TabIndex = 11;
this.label12.Text = "使用金额:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(17, 182);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(65, 12);
this.label11.TabIndex = 10;
this.label11.Text = "使用状态:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(17, 55);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 9;
this.label10.Text = "使用次数:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(17, 141);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 8;
this.label9.Text = "使用时间:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(17, 14);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 7;
this.label8.Text = "使用人员:";
//
// UserControl1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.AliceBlue;
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.dataGridView1);
this.Name = "UserControl1";
this.Size = new System.Drawing.Size(608, 458);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox tb_sheshiName;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button btFind_sheshi;
private System.Windows.Forms.Button btDel_sheshi;
private System.Windows.Forms.Button btXiug_sheshi;
private System.Windows.Forms.Button btAdd_sheshi;
private System.Windows.Forms.TextBox tb_sheshiM;
private System.Windows.Forms.TextBox tb_fuzhe;
private System.Windows.Forms.TextBox tb_tel;
private System.Windows.Forms.TextBox tb_chengjian;
private System.Windows.Forms.TextBox tb_useM;
private System.Windows.Forms.TextBox tb_useNofP;
private System.Windows.Forms.TextBox tb_user;
private System.Windows.Forms.ComboBox tb_usestate;
private System.Windows.Forms.TextBox tb_SSnum;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.DateTimePicker tb_jiaofutime;
private System.Windows.Forms.DateTimePicker tb_usetime;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -