📄 jl_oil_ticket.designer.cs
字号:
this.label70.Text = "元";
//
// label69
//
this.label69.AutoSize = true;
this.label69.Location = new System.Drawing.Point(11, 153);
this.label69.Name = "label69";
this.label69.Size = new System.Drawing.Size(53, 12);
this.label69.TabIndex = 22;
this.label69.Text = "车票金额";
//
// label68
//
this.label68.AutoSize = true;
this.label68.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label68.Location = new System.Drawing.Point(180, 257);
this.label68.Name = "label68";
this.label68.Size = new System.Drawing.Size(21, 14);
this.label68.TabIndex = 21;
this.label68.Text = "元";
//
// label67
//
this.label67.AutoSize = true;
this.label67.Location = new System.Drawing.Point(11, 257);
this.label67.Name = "label67";
this.label67.Size = new System.Drawing.Size(53, 12);
this.label67.TabIndex = 19;
this.label67.Text = "油耗金额";
//
// label66
//
this.label66.AutoSize = true;
this.label66.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label66.Location = new System.Drawing.Point(180, 209);
this.label66.Name = "label66";
this.label66.Size = new System.Drawing.Size(21, 14);
this.label66.TabIndex = 18;
this.label66.Text = "元";
//
// label63
//
this.label63.AutoSize = true;
this.label63.Location = new System.Drawing.Point(11, 205);
this.label63.Name = "label63";
this.label63.Size = new System.Drawing.Size(53, 12);
this.label63.TabIndex = 2;
this.label63.Text = "每升油价";
//
// label56
//
this.label56.AutoSize = true;
this.label56.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label56.Location = new System.Drawing.Point(180, 236);
this.label56.Name = "label56";
this.label56.Size = new System.Drawing.Size(21, 14);
this.label56.TabIndex = 15;
this.label56.Text = "升";
//
// label58
//
this.label58.AutoSize = true;
this.label58.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label58.Location = new System.Drawing.Point(180, 130);
this.label58.Name = "label58";
this.label58.Size = new System.Drawing.Size(21, 14);
this.label58.TabIndex = 13;
this.label58.Text = "个";
//
// label59
//
this.label59.AutoSize = true;
this.label59.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label59.Location = new System.Drawing.Point(180, 103);
this.label59.Name = "label59";
this.label59.Size = new System.Drawing.Size(21, 14);
this.label59.TabIndex = 11;
this.label59.Text = "元";
//
// btnOiAdd
//
this.btnOiAdd.Location = new System.Drawing.Point(13, 307);
this.btnOiAdd.Name = "btnOiAdd";
this.btnOiAdd.Size = new System.Drawing.Size(55, 23);
this.btnOiAdd.TabIndex = 5;
this.btnOiAdd.Text = "增加";
this.btnOiAdd.UseVisualStyleBackColor = true;
this.btnOiAdd.Click += new System.EventHandler(this.btnOiAdd_Click);
//
// btnOilDelete
//
this.btnOilDelete.Location = new System.Drawing.Point(151, 307);
this.btnOilDelete.Name = "btnOilDelete";
this.btnOilDelete.Size = new System.Drawing.Size(50, 23);
this.btnOilDelete.TabIndex = 4;
this.btnOilDelete.Text = "删除";
this.btnOilDelete.UseVisualStyleBackColor = true;
this.btnOilDelete.Click += new System.EventHandler(this.btnOilDelete_Click);
//
// label61
//
this.label61.AutoSize = true;
this.label61.Location = new System.Drawing.Point(11, 231);
this.label61.Name = "label61";
this.label61.Size = new System.Drawing.Size(47, 12);
this.label61.TabIndex = 4;
this.label61.Text = "油 耗";
//
// btnOilUpdate
//
this.btnOilUpdate.Location = new System.Drawing.Point(90, 307);
this.btnOilUpdate.Name = "btnOilUpdate";
this.btnOilUpdate.Size = new System.Drawing.Size(51, 23);
this.btnOilUpdate.TabIndex = 3;
this.btnOilUpdate.Text = "修改";
this.btnOilUpdate.UseVisualStyleBackColor = true;
this.btnOilUpdate.Click += new System.EventHandler(this.btnOilUpdate_Click);
//
// label62
//
this.label62.AutoSize = true;
this.label62.Location = new System.Drawing.Point(11, 127);
this.label62.Name = "label62";
this.label62.Size = new System.Drawing.Size(53, 12);
this.label62.TabIndex = 3;
this.label62.Text = "车票数量";
//
// label64
//
this.label64.AutoSize = true;
this.label64.Location = new System.Drawing.Point(11, 101);
this.label64.Name = "label64";
this.label64.Size = new System.Drawing.Size(53, 12);
this.label64.TabIndex = 1;
this.label64.Text = "车票单价";
//
// label65
//
this.label65.AutoSize = true;
this.label65.Location = new System.Drawing.Point(11, 75);
this.label65.Name = "label65";
this.label65.Size = new System.Drawing.Size(53, 12);
this.label65.TabIndex = 0;
this.label65.Text = "姓 名";
//
// text_Name
//
this.text_Name.Location = new System.Drawing.Point(90, 72);
this.text_Name.Name = "text_Name";
this.text_Name.Size = new System.Drawing.Size(111, 21);
this.text_Name.TabIndex = 0;
//
// groupBox26
//
this.groupBox26.Controls.Add(this.GridViewOil);
this.groupBox26.Location = new System.Drawing.Point(3, 3);
this.groupBox26.Name = "groupBox26";
this.groupBox26.Size = new System.Drawing.Size(471, 336);
this.groupBox26.TabIndex = 0;
this.groupBox26.TabStop = false;
this.groupBox26.Text = "票款和油耗信息";
//
// GridViewOil
//
this.GridViewOil.AllowUserToAddRows = false;
this.GridViewOil.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewOil.Location = new System.Drawing.Point(35, 33);
this.GridViewOil.Name = "GridViewOil";
this.GridViewOil.RowTemplate.Height = 23;
this.GridViewOil.Size = new System.Drawing.Size(404, 272);
this.GridViewOil.TabIndex = 0;
this.GridViewOil.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridViewOil_CellClick);
//
// tabControl8
//
this.tabControl8.Controls.Add(this.tabPage25);
this.tabControl8.Controls.Add(this.tabPage26);
this.tabControl8.Controls.Add(this.tabPage1);
this.tabControl8.Controls.Add(this.tabPage2);
this.tabControl8.Location = new System.Drawing.Point(12, 12);
this.tabControl8.Name = "tabControl8";
this.tabControl8.SelectedIndex = 0;
this.tabControl8.Size = new System.Drawing.Size(760, 413);
this.tabControl8.TabIndex = 1;
//
// JL_Oil_Ticket
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(778, 409);
this.Controls.Add(this.label19);
this.Controls.Add(this.tabControl8);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "JL_Oil_Ticket";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "JL_Oil_Ticket";
this.Load += new System.EventHandler(this.JL_Oil_Ticket_Load);
this.tabPage2.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage26.ResumeLayout(false);
this.splitContainer15.Panel1.ResumeLayout(false);
this.splitContainer15.Panel2.ResumeLayout(false);
this.splitContainer15.ResumeLayout(false);
this.groupBox27.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewCheckOil)).EndInit();
this.groupBox28.ResumeLayout(false);
this.groupBox28.PerformLayout();
this.tabPage25.ResumeLayout(false);
this.splitContainer14.Panel1.ResumeLayout(false);
this.splitContainer14.Panel2.ResumeLayout(false);
this.splitContainer14.ResumeLayout(false);
this.groupBox25.ResumeLayout(false);
this.groupBox25.PerformLayout();
this.groupBox26.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewOil)).EndInit();
this.tabControl8.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label19;
private CrystalReport1 CrystalReport11;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage1;
private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1;
private System.Windows.Forms.TabPage tabPage26;
private System.Windows.Forms.SplitContainer splitContainer15;
private System.Windows.Forms.GroupBox groupBox27;
private System.Windows.Forms.DataGridView GridViewCheckOil;
private System.Windows.Forms.GroupBox groupBox28;
private System.Windows.Forms.MaskedTextBox text_Checknumber;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.MaskedTextBox textAverOil;
private System.Windows.Forms.MaskedTextBox textAverTicket;
private System.Windows.Forms.DateTimePicker dateTimeOilCheck;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.DateTimePicker dateTimeCarCheck;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.MaskedTextBox text_CheckCarNumber;
private System.Windows.Forms.Label label76;
private System.Windows.Forms.Label label75;
private System.Windows.Forms.Label label71;
private System.Windows.Forms.Label label74;
private System.Windows.Forms.Label label72;
private System.Windows.Forms.MaskedTextBox text_CheckCarName;
private System.Windows.Forms.Button btnCheck;
private System.Windows.Forms.Button btnClear;
private System.Windows.Forms.TabPage tabPage25;
private System.Windows.Forms.SplitContainer splitContainer14;
private System.Windows.Forms.GroupBox groupBox25;
private System.Windows.Forms.MaskedTextBox text_PersonNumber;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.DateTimePicker dateTimeOilAdd;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DateTimePicker dateTimeCarAdd;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.MaskedTextBox text_CarNumber;
private System.Windows.Forms.MaskedTextBox text_OilMoney;
private System.Windows.Forms.MaskedTextBox text_OilCount;
private System.Windows.Forms.MaskedTextBox text_OilAver;
private System.Windows.Forms.MaskedTextBox text_CarMoney;
private System.Windows.Forms.MaskedTextBox text_CarCount;
private System.Windows.Forms.MaskedTextBox text_CarAver;
private System.Windows.Forms.Label label70;
private System.Windows.Forms.Label label69;
private System.Windows.Forms.Label label68;
private System.Windows.Forms.Label label67;
private System.Windows.Forms.Label label66;
private System.Windows.Forms.Label label63;
private System.Windows.Forms.Label label56;
private System.Windows.Forms.Label label58;
private System.Windows.Forms.Label label59;
private System.Windows.Forms.Button btnOiAdd;
private System.Windows.Forms.Button btnOilDelete;
private System.Windows.Forms.Label label61;
private System.Windows.Forms.Button btnOilUpdate;
private System.Windows.Forms.Label label62;
private System.Windows.Forms.Label label64;
private System.Windows.Forms.Label label65;
private System.Windows.Forms.MaskedTextBox text_Name;
private System.Windows.Forms.GroupBox groupBox26;
private System.Windows.Forms.DataGridView GridViewOil;
private System.Windows.Forms.TabControl tabControl8;
private CrystalReport2 CrystalReport21;
private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer2;
private CrystalReport4 CrystalReport41;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -