📄 form_repair_show.designer.cs
字号:
namespace RepairCRM
{
partial class Form_repair_show
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.lastmodifytime = new System.Windows.Forms.Panel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.cancal = new System.Windows.Forms.Button();
this.findsome = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.selectdatavalue = new System.Windows.Forms.MonthCalendar();
this.selectdata = new System.Windows.Forms.Button();
this.salerdate = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.servcefind = new System.Windows.Forms.Button();
this.servcevalue = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.wtvalue = new System.Windows.Forms.TextBox();
this.name = new System.Windows.Forms.Label();
this.cartype = new System.Windows.Forms.Label();
this.phone = new System.Windows.Forms.Label();
this.person = new System.Windows.Forms.Label();
this.company = new System.Windows.Forms.Label();
this.position = new System.Windows.Forms.Label();
this.costmorvlaue = new System.Windows.Forms.TextBox();
this.inputtimevalue = new System.Windows.Forms.TextBox();
this.carcjidvalue = new System.Windows.Forms.TextBox();
this.catidvalue = new System.Windows.Forms.TextBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lastmodifytime.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.salerdate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// lastmodifytime
//
this.lastmodifytime.Controls.Add(this.groupBox2);
this.lastmodifytime.Controls.Add(this.groupBox1);
this.lastmodifytime.Controls.Add(this.dataGridView1);
this.lastmodifytime.Location = new System.Drawing.Point(0, 4);
this.lastmodifytime.Name = "lastmodifytime";
this.lastmodifytime.Size = new System.Drawing.Size(792, 472);
this.lastmodifytime.TabIndex = 5;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cancal);
this.groupBox2.Controls.Add(this.findsome);
this.groupBox2.Location = new System.Drawing.Point(316, 195);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(200, 46);
this.groupBox2.TabIndex = 73;
this.groupBox2.TabStop = false;
//
// cancal
//
this.cancal.Location = new System.Drawing.Point(105, 15);
this.cancal.Name = "cancal";
this.cancal.Size = new System.Drawing.Size(75, 23);
this.cancal.TabIndex = 9;
this.cancal.Text = "退出";
this.cancal.UseVisualStyleBackColor = true;
this.cancal.Click += new System.EventHandler(this.cancal_Click);
//
// findsome
//
this.findsome.Location = new System.Drawing.Point(24, 15);
this.findsome.Name = "findsome";
this.findsome.Size = new System.Drawing.Size(75, 23);
this.findsome.TabIndex = 8;
this.findsome.Text = "查询";
this.findsome.UseVisualStyleBackColor = true;
this.findsome.Click += new System.EventHandler(this.findsome_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.selectdatavalue);
this.groupBox1.Controls.Add(this.selectdata);
this.groupBox1.Controls.Add(this.salerdate);
this.groupBox1.Controls.Add(this.servcefind);
this.groupBox1.Controls.Add(this.servcevalue);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.wtvalue);
this.groupBox1.Controls.Add(this.name);
this.groupBox1.Controls.Add(this.cartype);
this.groupBox1.Controls.Add(this.phone);
this.groupBox1.Controls.Add(this.person);
this.groupBox1.Controls.Add(this.company);
this.groupBox1.Controls.Add(this.position);
this.groupBox1.Controls.Add(this.costmorvlaue);
this.groupBox1.Controls.Add(this.inputtimevalue);
this.groupBox1.Controls.Add(this.carcjidvalue);
this.groupBox1.Controls.Add(this.catidvalue);
this.groupBox1.Location = new System.Drawing.Point(81, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(634, 187);
this.groupBox1.TabIndex = 72;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "维修日报";
//
// selectdatavalue
//
this.selectdatavalue.Location = new System.Drawing.Point(246, 31);
this.selectdatavalue.Name = "selectdatavalue";
this.selectdatavalue.TabIndex = 91;
this.selectdatavalue.Visible = false;
this.selectdatavalue.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue_DateSelected_1);
//
// selectdata
//
this.selectdata.Location = new System.Drawing.Point(215, 134);
this.selectdata.Name = "selectdata";
this.selectdata.Size = new System.Drawing.Size(30, 20);
this.selectdata.TabIndex = 90;
this.selectdata.Text = "....";
this.selectdata.UseVisualStyleBackColor = true;
this.selectdata.Click += new System.EventHandler(this.selectdata_Click);
//
// salerdate
//
this.salerdate.AllowUserToAddRows = false;
this.salerdate.AllowUserToDeleteRows = false;
this.salerdate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.salerdate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5});
this.salerdate.Location = new System.Drawing.Point(462, 51);
this.salerdate.Name = "salerdate";
this.salerdate.ReadOnly = true;
this.salerdate.RowTemplate.Height = 23;
this.salerdate.Size = new System.Drawing.Size(162, 124);
this.salerdate.TabIndex = 82;
this.salerdate.Visible = false;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.HeaderText = "序号";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
this.dataGridViewTextBoxColumn4.Width = 60;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.HeaderText = "名称";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
this.dataGridViewTextBoxColumn5.Width = 60;
//
// servcefind
//
this.servcefind.Location = new System.Drawing.Point(567, 31);
this.servcefind.Name = "servcefind";
this.servcefind.Size = new System.Drawing.Size(30, 20);
this.servcefind.TabIndex = 81;
this.servcefind.Text = "....";
this.servcefind.UseVisualStyleBackColor = true;
this.servcefind.Click += new System.EventHandler(this.servcefind_Click);
//
// servcevalue
//
this.servcevalue.Location = new System.Drawing.Point(462, 31);
this.servcevalue.Name = "servcevalue";
this.servcevalue.Size = new System.Drawing.Size(100, 21);
this.servcevalue.TabIndex = 7;
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(189, 69);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(113, 12);
this.label1.TabIndex = 66;
this.label1.Text = "查空客户请用\"Null\"";
//
// wtvalue
//
this.wtvalue.Location = new System.Drawing.Point(110, 30);
this.wtvalue.Name = "wtvalue";
this.wtvalue.Size = new System.Drawing.Size(89, 21);
this.wtvalue.TabIndex = 1;
//
// name
//
this.name.AutoSize = true;
this.name.Location = new System.Drawing.Point(39, 34);
this.name.Name = "name";
this.name.Size = new System.Drawing.Size(65, 12);
this.name.TabIndex = 42;
this.name.Text = "委托书号:";
//
// cartype
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -