体检系统架构
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

585 lines
34 KiB

namespace PEIS.View.Enrollment
{
partial class CheckCostForm
{
/// <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 Windows Form 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckCostForm));
this.panel1 = new System.Windows.Forms.Panel();
this.label5 = new System.Windows.Forms.Label();
this.LblFeeCn = new System.Windows.Forms.Label();
this.BtnCancel = new System.Windows.Forms.Button();
this.BtnOK = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.NudDiscount = new System.Windows.Forms.NumericUpDown();
this.TxtFee = new System.Windows.Forms.TextBox();
this.LblFee = 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.splitter1 = new System.Windows.Forms.Splitter();
this.LblTitle = new System.Windows.Forms.Label();
this.DgcFeeItem = new DevExpress.XtraGrid.GridControl();
this.DgvFeeItem = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemMemoEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
this.gridColumn110 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn111 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn112 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn115 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn113 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn114 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NudDiscount)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DgcFeeItem)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DgvFeeItem)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.LblFeeCn);
this.panel1.Controls.Add(this.BtnCancel);
this.panel1.Controls.Add(this.BtnOK);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.NudDiscount);
this.panel1.Controls.Add(this.TxtFee);
this.panel1.Controls.Add(this.LblFee);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
this.panel1.Location = new System.Drawing.Point(838, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(395, 726);
this.panel1.TabIndex = 0;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(332, 135);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(47, 39);
this.label5.TabIndex = 38;
this.label5.Text = "折";
//
// LblFeeCn
//
this.LblFeeCn.AutoSize = true;
this.LblFeeCn.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.LblFeeCn.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LblFeeCn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(117)))), ((int)(((byte)(230)))));
this.LblFeeCn.Location = new System.Drawing.Point(30, 312);
this.LblFeeCn.Name = "LblFeeCn";
this.LblFeeCn.Size = new System.Drawing.Size(79, 41);
this.LblFeeCn.TabIndex = 37;
this.LblFeeCn.Text = "中文";
//
// BtnCancel
//
this.BtnCancel.BackColor = System.Drawing.Color.Transparent;
this.BtnCancel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.BtnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnCancel.Font = new System.Drawing.Font("微软雅黑", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnCancel.Image = ((System.Drawing.Image)(resources.GetObject("BtnCancel.Image")));
this.BtnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.BtnCancel.Location = new System.Drawing.Point(226, 384);
this.BtnCancel.Margin = new System.Windows.Forms.Padding(4);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Size = new System.Drawing.Size(127, 70);
this.BtnCancel.TabIndex = 36;
this.BtnCancel.Text = "取消";
this.BtnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.BtnCancel.UseVisualStyleBackColor = false;
//
// BtnOK
//
this.BtnOK.BackColor = System.Drawing.Color.Transparent;
this.BtnOK.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.BtnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnOK.Font = new System.Drawing.Font("微软雅黑", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnOK.Image = ((System.Drawing.Image)(resources.GetObject("BtnOK.Image")));
this.BtnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.BtnOK.Location = new System.Drawing.Point(30, 384);
this.BtnOK.Margin = new System.Windows.Forms.Padding(4);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Size = new System.Drawing.Size(127, 70);
this.BtnOK.TabIndex = 35;
this.BtnOK.Text = "确认";
this.BtnOK.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.BtnOK.UseVisualStyleBackColor = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(332, 231);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(47, 39);
this.label4.TabIndex = 6;
this.label4.Text = "元";
//
// NudDiscount
//
this.NudDiscount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.NudDiscount.DecimalPlaces = 3;
this.NudDiscount.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.NudDiscount.Increment = new decimal(new int[] {
1,
0,
0,
131072});
this.NudDiscount.Location = new System.Drawing.Point(117, 133);
this.NudDiscount.Maximum = new decimal(new int[] {
10,
0,
0,
0});
this.NudDiscount.Name = "NudDiscount";
this.NudDiscount.Size = new System.Drawing.Size(197, 47);
this.NudDiscount.TabIndex = 5;
this.NudDiscount.Value = new decimal(new int[] {
1,
0,
0,
65536});
//
// TxtFee
//
this.TxtFee.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TxtFee.Location = new System.Drawing.Point(117, 228);
this.TxtFee.Name = "TxtFee";
this.TxtFee.Size = new System.Drawing.Size(197, 47);
this.TxtFee.TabIndex = 4;
//
// LblFee
//
this.LblFee.AutoSize = true;
this.LblFee.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LblFee.Location = new System.Drawing.Point(113, 45);
this.LblFee.Name = "LblFee";
this.LblFee.Size = new System.Drawing.Size(67, 39);
this.LblFee.TabIndex = 3;
this.LblFee.Text = "Fee";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(23, 231);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(107, 39);
this.label3.TabIndex = 2;
this.label3.Text = "实收:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(23, 133);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(107, 39);
this.label2.TabIndex = 1;
this.label2.Text = "折扣:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(23, 45);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(107, 39);
this.label1.TabIndex = 0;
this.label1.Text = "原价:";
//
// splitter1
//
this.splitter1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(160)))), ((int)(((byte)(200)))));
this.splitter1.Dock = System.Windows.Forms.DockStyle.Right;
this.splitter1.Location = new System.Drawing.Point(832, 0);
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(6, 726);
this.splitter1.TabIndex = 1;
this.splitter1.TabStop = false;
//
// LblTitle
//
this.LblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(117)))), ((int)(((byte)(230)))));
this.LblTitle.Dock = System.Windows.Forms.DockStyle.Top;
this.LblTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LblTitle.ForeColor = System.Drawing.Color.White;
this.LblTitle.Location = new System.Drawing.Point(0, 0);
this.LblTitle.Name = "LblTitle";
this.LblTitle.Size = new System.Drawing.Size(832, 45);
this.LblTitle.TabIndex = 2;
this.LblTitle.Text = "统一支付";
this.LblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// DgcFeeItem
//
this.DgcFeeItem.Dock = System.Windows.Forms.DockStyle.Fill;
this.DgcFeeItem.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4);
this.DgcFeeItem.Location = new System.Drawing.Point(0, 45);
this.DgcFeeItem.MainView = this.DgvFeeItem;
this.DgcFeeItem.Margin = new System.Windows.Forms.Padding(4);
this.DgcFeeItem.Name = "DgcFeeItem";
this.DgcFeeItem.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemMemoEdit2});
this.DgcFeeItem.Size = new System.Drawing.Size(832, 681);
this.DgcFeeItem.TabIndex = 152;
this.DgcFeeItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.DgvFeeItem});
//
// DgvFeeItem
//
this.DgvFeeItem.Appearance.FooterPanel.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.DgvFeeItem.Appearance.FooterPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(48)))), ((int)(((byte)(240)))));
this.DgvFeeItem.Appearance.FooterPanel.Options.UseFont = true;
this.DgvFeeItem.Appearance.FooterPanel.Options.UseForeColor = true;
this.DgvFeeItem.Appearance.GroupRow.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.DgvFeeItem.Appearance.GroupRow.Options.UseFont = true;
this.DgvFeeItem.Appearance.Row.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.DgvFeeItem.Appearance.Row.Options.UseFont = true;
this.DgvFeeItem.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn3,
this.gridColumn110,
this.gridColumn111,
this.gridColumn112,
this.gridColumn115,
this.gridColumn1,
this.gridColumn113,
this.gridColumn2,
this.gridColumn4,
this.gridColumn114,
this.gridColumn5});
this.DgvFeeItem.FixedLineWidth = 1;
this.DgvFeeItem.GridControl = this.DgcFeeItem;
this.DgvFeeItem.IndicatorWidth = 30;
this.DgvFeeItem.Name = "DgvFeeItem";
this.DgvFeeItem.OptionsView.AllowCellMerge = true;
this.DgvFeeItem.OptionsView.ColumnAutoWidth = false;
this.DgvFeeItem.OptionsView.ShowFooter = true;
this.DgvFeeItem.OptionsView.ShowGroupPanel = false;
this.DgvFeeItem.OptionsView.ShowIndicator = false;
this.DgvFeeItem.RowHeight = 30;
//
// gridColumn3
//
this.gridColumn3.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gridColumn3.AppearanceCell.Options.UseFont = true;
this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn3.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.gridColumn3.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn3.Caption = "套餐";
this.gridColumn3.ColumnEdit = this.repositoryItemMemoEdit2;
this.gridColumn3.FieldName = "PackName";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.OptionsColumn.AllowEdit = false;
this.gridColumn3.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn3.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
this.gridColumn3.OptionsColumn.AllowMove = false;
this.gridColumn3.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn3.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn3.OptionsColumn.ReadOnly = true;
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 0;
this.gridColumn3.Width = 100;
//
// repositoryItemMemoEdit2
//
this.repositoryItemMemoEdit2.Appearance.Options.UseTextOptions = true;
this.repositoryItemMemoEdit2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.repositoryItemMemoEdit2.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.repositoryItemMemoEdit2.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
//
// gridColumn110
//
this.gridColumn110.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gridColumn110.AppearanceCell.Options.UseFont = true;
this.gridColumn110.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn110.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn110.Caption = "项目类别";
this.gridColumn110.FieldName = "ItemClass";
this.gridColumn110.Name = "gridColumn110";
this.gridColumn110.OptionsColumn.AllowEdit = false;
this.gridColumn110.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn110.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
this.gridColumn110.OptionsColumn.AllowMove = false;
this.gridColumn110.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn110.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn110.OptionsColumn.ReadOnly = true;
this.gridColumn110.OptionsFilter.AllowFilter = false;
this.gridColumn110.Visible = true;
this.gridColumn110.VisibleIndex = 1;
this.gridColumn110.Width = 70;
//
// gridColumn111
//
this.gridColumn111.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gridColumn111.AppearanceCell.Options.UseFont = true;
this.gridColumn111.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn111.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn111.Caption = "费用代码";
this.gridColumn111.FieldName = "FeeItemCode";
this.gridColumn111.Name = "gridColumn111";
this.gridColumn111.OptionsColumn.AllowEdit = false;
this.gridColumn111.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn111.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn111.OptionsColumn.AllowMove = false;
this.gridColumn111.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn111.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn111.OptionsColumn.ReadOnly = true;
this.gridColumn111.OptionsFilter.AllowFilter = false;
this.gridColumn111.Visible = true;
this.gridColumn111.VisibleIndex = 2;
this.gridColumn111.Width = 70;
//
// gridColumn112
//
this.gridColumn112.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gridColumn112.AppearanceCell.Options.UseFont = true;
this.gridColumn112.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn112.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn112.Caption = "项目名称";
this.gridColumn112.FieldName = "FeeItemName";
this.gridColumn112.Name = "gridColumn112";
this.gridColumn112.OptionsColumn.AllowEdit = false;
this.gridColumn112.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn112.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn112.OptionsColumn.AllowMove = false;
this.gridColumn112.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn112.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn112.OptionsColumn.ReadOnly = true;
this.gridColumn112.OptionsFilter.AllowFilter = false;
this.gridColumn112.Visible = true;
this.gridColumn112.VisibleIndex = 3;
this.gridColumn112.Width = 200;
//
// gridColumn115
//
this.gridColumn115.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gridColumn115.AppearanceCell.Options.UseFont = true;
this.gridColumn115.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn115.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn115.Caption = "执行科室";
this.gridColumn115.FieldName = "DeptName";
this.gridColumn115.Name = "gridColumn115";
this.gridColumn115.OptionsColumn.AllowEdit = false;
this.gridColumn115.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn115.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
this.gridColumn115.OptionsColumn.AllowMove = false;
this.gridColumn115.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn115.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn115.OptionsColumn.ReadOnly = true;
this.gridColumn115.OptionsFilter.AllowFilter = false;
this.gridColumn115.Visible = true;
this.gridColumn115.VisibleIndex = 4;
this.gridColumn115.Width = 83;
//
// gridColumn1
//
this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gridColumn1.AppearanceCell.Options.UseFont = true;
this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn1.Caption = "单位";
this.gridColumn1.FieldName = "Unit";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.OptionsColumn.AllowEdit = false;
this.gridColumn1.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn1.OptionsColumn.AllowMove = false;
this.gridColumn1.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn1.OptionsColumn.ReadOnly = true;
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 5;
this.gridColumn1.Width = 50;
//
// gridColumn113
//
this.gridColumn113.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gridColumn113.AppearanceCell.Options.UseFont = true;
this.gridColumn113.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn113.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn113.Caption = "收费价格";
this.gridColumn113.DisplayFormat.FormatString = "c";
this.gridColumn113.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.gridColumn113.FieldName = "Price";
this.gridColumn113.GroupFormat.FormatString = "c";
this.gridColumn113.GroupFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.gridColumn113.Name = "gridColumn113";
this.gridColumn113.OptionsColumn.AllowEdit = false;
this.gridColumn113.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn113.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn113.OptionsColumn.AllowMove = false;
this.gridColumn113.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn113.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn113.OptionsColumn.ReadOnly = true;
this.gridColumn113.OptionsFilter.AllowFilter = false;
this.gridColumn113.Visible = true;
this.gridColumn113.VisibleIndex = 6;
this.gridColumn113.Width = 82;
//
// gridColumn2
//
this.gridColumn2.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.gridColumn2.AppearanceCell.Options.UseFont = true;
this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn2.Caption = "数量";
this.gridColumn2.FieldName = "Quantity";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.OptionsColumn.AllowEdit = false;
this.gridColumn2.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn2.OptionsColumn.AllowMove = false;
this.gridColumn2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn2.OptionsColumn.ReadOnly = true;
this.gridColumn2.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Average, "Quantity", "合计:")});
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 7;
this.gridColumn2.Width = 71;
//
// gridColumn4
//
this.gridColumn4.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.gridColumn4.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(48)))), ((int)(((byte)(240)))));
this.gridColumn4.AppearanceCell.Options.UseFont = true;
this.gridColumn4.AppearanceCell.Options.UseForeColor = true;
this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn4.Caption = "金额";
this.gridColumn4.FieldName = "Fee";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.OptionsColumn.AllowEdit = false;
this.gridColumn4.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn4.OptionsColumn.AllowMove = false;
this.gridColumn4.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn4.OptionsColumn.ReadOnly = true;
this.gridColumn4.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Fee", "¥{0:0.##}")});
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 8;
this.gridColumn4.Width = 100;
//
// gridColumn114
//
this.gridColumn114.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn114.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn114.Caption = "核算价格";
this.gridColumn114.FieldName = "SettlePrice";
this.gridColumn114.Name = "gridColumn114";
this.gridColumn114.OptionsColumn.AllowEdit = false;
this.gridColumn114.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn114.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn114.OptionsColumn.AllowMove = false;
this.gridColumn114.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn114.OptionsColumn.ReadOnly = true;
this.gridColumn114.OptionsFilter.AllowFilter = false;
this.gridColumn114.Visible = true;
this.gridColumn114.VisibleIndex = 9;
this.gridColumn114.Width = 82;
//
// gridColumn5
//
this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn5.Caption = "核算金额";
this.gridColumn5.FieldName = "SettleFee";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.OptionsColumn.AllowEdit = false;
this.gridColumn5.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn5.OptionsColumn.AllowMove = false;
this.gridColumn5.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.gridColumn5.OptionsColumn.ReadOnly = true;
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 10;
//
// CheckCostForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1233, 726);
this.Controls.Add(this.DgcFeeItem);
this.Controls.Add(this.LblTitle);
this.Controls.Add(this.splitter1);
this.Controls.Add(this.panel1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "CheckCostForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "缴费订单";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NudDiscount)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DgcFeeItem)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DgvFeeItem)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Splitter splitter1;
private System.Windows.Forms.Label LblTitle;
private DevExpress.XtraGrid.GridControl DgcFeeItem;
private DevExpress.XtraGrid.Views.Grid.GridView DgvFeeItem;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn110;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn111;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn112;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn115;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn113;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn114;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit repositoryItemMemoEdit2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox TxtFee;
private System.Windows.Forms.Label LblFee;
private System.Windows.Forms.NumericUpDown NudDiscount;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button BtnOK;
private System.Windows.Forms.Button BtnCancel;
private System.Windows.Forms.Label LblFeeCn;
private System.Windows.Forms.Label label5;
}
}