📄 form_base_ptype.designer.cs
字号:
this.PTypeComment.Location = new System.Drawing.Point(90, 153);
this.PTypeComment.Multiline = true;
this.PTypeComment.Name = "PTypeComment";
this.PTypeComment.Size = new System.Drawing.Size(545, 69);
this.PTypeComment.TabIndex = 1;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.Location = new System.Drawing.Point(217, 133);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(29, 12);
this.label13.TabIndex = 2;
this.label13.Text = "(元)";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.Location = new System.Drawing.Point(217, 106);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(29, 12);
this.label15.TabIndex = 2;
this.label15.Text = "(元)";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label16.Location = new System.Drawing.Point(217, 79);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(29, 12);
this.label16.TabIndex = 2;
this.label16.Text = "(元)";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label17.Location = new System.Drawing.Point(210, 51);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(29, 12);
this.label17.TabIndex = 2;
this.label17.Text = "(元)";
//
// Cancel
//
this.Cancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Cancel.Location = new System.Drawing.Point(405, 238);
this.Cancel.Name = "Cancel";
this.Cancel.Size = new System.Drawing.Size(83, 21);
this.Cancel.TabIndex = 26;
this.Cancel.Text = "取消(&C)";
this.Cancel.UseVisualStyleBackColor = true;
//
// Save
//
this.Save.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Save.Location = new System.Drawing.Point(255, 238);
this.Save.Name = "Save";
this.Save.Size = new System.Drawing.Size(85, 22);
this.Save.TabIndex = 25;
this.Save.Text = "保存(&S)";
this.Save.UseVisualStyleBackColor = true;
//
// PType
//
this.PType.AutoGenerateColumns = false;
this.PType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.PType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ID,
this.userCodeDataGridViewTextBoxColumn,
this.fullNameDataGridViewTextBoxColumn,
this.standardDataGridViewTextBoxColumn,
this.typeDataGridViewTextBoxColumn,
this.areaDataGridViewTextBoxColumn,
this.unit1DataGridViewTextBoxColumn,
this.unit2DataGridViewTextBoxColumn,
this.prePrice1DataGridViewTextBoxColumn,
this.prePrice2DataGridViewTextBoxColumn,
this.prePrice3DataGridViewTextBoxColumn,
this.commentDataGridViewTextBoxColumn,
this.recPriceDataGridViewTextBoxColumn});
this.PType.DataSource = this.PTypeSource;
this.PType.Location = new System.Drawing.Point(52, 276);
this.PType.Name = "PType";
this.PType.RowTemplate.Height = 23;
this.PType.Size = new System.Drawing.Size(712, 196);
this.PType.TabIndex = 27;
//
// ID
//
this.ID.DataPropertyName = "ID";
this.ID.HeaderText = "序号";
this.ID.Name = "ID";
this.ID.ReadOnly = true;
//
// userCodeDataGridViewTextBoxColumn
//
this.userCodeDataGridViewTextBoxColumn.DataPropertyName = "UserCode";
this.userCodeDataGridViewTextBoxColumn.HeaderText = "代码";
this.userCodeDataGridViewTextBoxColumn.Name = "userCodeDataGridViewTextBoxColumn";
//
// fullNameDataGridViewTextBoxColumn
//
this.fullNameDataGridViewTextBoxColumn.DataPropertyName = "FullName";
this.fullNameDataGridViewTextBoxColumn.HeaderText = "名称";
this.fullNameDataGridViewTextBoxColumn.Name = "fullNameDataGridViewTextBoxColumn";
//
// standardDataGridViewTextBoxColumn
//
this.standardDataGridViewTextBoxColumn.DataPropertyName = "Standard";
this.standardDataGridViewTextBoxColumn.HeaderText = "规格";
this.standardDataGridViewTextBoxColumn.Name = "standardDataGridViewTextBoxColumn";
//
// typeDataGridViewTextBoxColumn
//
this.typeDataGridViewTextBoxColumn.DataPropertyName = "Type";
this.typeDataGridViewTextBoxColumn.HeaderText = "型号";
this.typeDataGridViewTextBoxColumn.Name = "typeDataGridViewTextBoxColumn";
//
// areaDataGridViewTextBoxColumn
//
this.areaDataGridViewTextBoxColumn.DataPropertyName = "Area";
this.areaDataGridViewTextBoxColumn.HeaderText = "产地";
this.areaDataGridViewTextBoxColumn.Name = "areaDataGridViewTextBoxColumn";
//
// unit1DataGridViewTextBoxColumn
//
this.unit1DataGridViewTextBoxColumn.DataPropertyName = "Unit1";
this.unit1DataGridViewTextBoxColumn.HeaderText = "单位1";
this.unit1DataGridViewTextBoxColumn.Name = "unit1DataGridViewTextBoxColumn";
//
// unit2DataGridViewTextBoxColumn
//
this.unit2DataGridViewTextBoxColumn.DataPropertyName = "Unit2";
this.unit2DataGridViewTextBoxColumn.HeaderText = "单位2";
this.unit2DataGridViewTextBoxColumn.Name = "unit2DataGridViewTextBoxColumn";
//
// prePrice1DataGridViewTextBoxColumn
//
this.prePrice1DataGridViewTextBoxColumn.DataPropertyName = "PrePrice1";
this.prePrice1DataGridViewTextBoxColumn.HeaderText = "销售价";
this.prePrice1DataGridViewTextBoxColumn.Name = "prePrice1DataGridViewTextBoxColumn";
//
// prePrice2DataGridViewTextBoxColumn
//
this.prePrice2DataGridViewTextBoxColumn.DataPropertyName = "PrePrice2";
this.prePrice2DataGridViewTextBoxColumn.HeaderText = "保险价";
this.prePrice2DataGridViewTextBoxColumn.Name = "prePrice2DataGridViewTextBoxColumn";
//
// prePrice3DataGridViewTextBoxColumn
//
this.prePrice3DataGridViewTextBoxColumn.DataPropertyName = "PrePrice3";
this.prePrice3DataGridViewTextBoxColumn.HeaderText = "索赔价";
this.prePrice3DataGridViewTextBoxColumn.Name = "prePrice3DataGridViewTextBoxColumn";
//
// commentDataGridViewTextBoxColumn
//
this.commentDataGridViewTextBoxColumn.DataPropertyName = "Comment";
this.commentDataGridViewTextBoxColumn.HeaderText = "备注";
this.commentDataGridViewTextBoxColumn.Name = "commentDataGridViewTextBoxColumn";
//
// recPriceDataGridViewTextBoxColumn
//
this.recPriceDataGridViewTextBoxColumn.DataPropertyName = "RecPrice";
this.recPriceDataGridViewTextBoxColumn.HeaderText = "进价";
this.recPriceDataGridViewTextBoxColumn.Name = "recPriceDataGridViewTextBoxColumn";
//
// PTypeSource
//
this.PTypeSource.DataMember = "PType";
this.PTypeSource.DataSource = this.dataSet_PType;
//
// dataSet_PType
//
this.dataSet_PType.DataSetName = "DataSet_Tables";
this.dataSet_PType.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// pTypeTableAdapter
//
this.pTypeTableAdapter.ClearBeforeFill = true;
//
// Form_Base_PType
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(792, 493);
this.Controls.Add(this.PType);
this.Controls.Add(this.Cancel);
this.Controls.Add(this.Save);
this.Controls.Add(this.label17);
this.Controls.Add(this.label16);
this.Controls.Add(this.label15);
this.Controls.Add(this.label13);
this.Controls.Add(this.PTypeComment);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label14);
this.Controls.Add(this.PTypeFacPrice);
this.Controls.Add(this.PTypeSafePrice);
this.Controls.Add(this.label11);
this.Controls.Add(this.PTypeSaleprice);
this.Controls.Add(this.label8);
this.Controls.Add(this.label10);
this.Controls.Add(this.PTypeUnit2);
this.Controls.Add(this.label7);
this.Controls.Add(this.PTypeUnit1);
this.Controls.Add(this.label6);
this.Controls.Add(this.PTypeArea);
this.Controls.Add(this.label5);
this.Controls.Add(this.PTypeType);
this.Controls.Add(this.label9);
this.Controls.Add(this.label4);
this.Controls.Add(this.PTypeStandard);
this.Controls.Add(this.label3);
this.Controls.Add(this.PTypeName);
this.Controls.Add(this.label2);
this.Controls.Add(this.PTypeCode);
this.Controls.Add(this.label1);
this.Name = "Form_Base_PType";
this.Text = "商品档案";
this.Load += new System.EventHandler(this.Form_Base_PType_Load);
((System.ComponentModel.ISupportInitialize)(this.PType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PTypeSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet_PType)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox PTypeCode;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox PTypeName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox PTypeStandard;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox PTypeType;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox PTypeArea;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox PTypeUnit1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox PTypeUnit2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox PTypeSaleprice;
private System.Windows.Forms.TextBox PTypeSafePrice;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox PTypeFacPrice;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox PTypeComment;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Button Cancel;
private System.Windows.Forms.Button Save;
private System.Windows.Forms.DataGridView PType;
private System.Windows.Forms.BindingSource PTypeSource;
private DataSet_Tables dataSet_PType;
private RepairCRM.DataSet_TablesTableAdapters.PTypeTableAdapter pTypeTableAdapter;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn userCodeDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn fullNameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn standardDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn typeDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn areaDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn unit1DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn unit2DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn prePrice1DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn prePrice2DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn prePrice3DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn commentDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn recPriceDataGridViewTextBoxColumn;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -