123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
-
- namespace PTMedicalInsurance.Business.Core.Forms.DischargeAudit
- {
- partial class FeeDetail
- {
- /// <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()
- {
- this.panel3 = new System.Windows.Forms.Panel();
- this.btUploadFee = new System.Windows.Forms.Button();
- this.btGetFee = new System.Windows.Forms.Button();
- this.dgvFeeDetail = new System.Windows.Forms.DataGridView();
- this.panel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvFeeDetail)).BeginInit();
- this.SuspendLayout();
- //
- // panel3
- //
- this.panel3.BackColor = System.Drawing.SystemColors.Window;
- this.panel3.Controls.Add(this.btUploadFee);
- this.panel3.Controls.Add(this.btGetFee);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel3.Location = new System.Drawing.Point(0, 408);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(1142, 62);
- this.panel3.TabIndex = 17;
- //
- // btUploadFee
- //
- this.btUploadFee.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btUploadFee.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btUploadFee.Location = new System.Drawing.Point(939, 11);
- this.btUploadFee.Name = "btUploadFee";
- this.btUploadFee.Size = new System.Drawing.Size(166, 39);
- this.btUploadFee.TabIndex = 5;
- this.btUploadFee.Text = "上传费用明细";
- this.btUploadFee.UseVisualStyleBackColor = true;
- this.btUploadFee.Click += new System.EventHandler(this.btUploadFee_Click);
- //
- // btGetFee
- //
- this.btGetFee.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btGetFee.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btGetFee.Location = new System.Drawing.Point(743, 11);
- this.btGetFee.Name = "btGetFee";
- this.btGetFee.Size = new System.Drawing.Size(166, 39);
- this.btGetFee.TabIndex = 3;
- this.btGetFee.Text = "查询费用明细";
- this.btGetFee.UseVisualStyleBackColor = true;
- this.btGetFee.Click += new System.EventHandler(this.btGetFee_Click);
- //
- // dgvFeeDetail
- //
- this.dgvFeeDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvFeeDetail.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvFeeDetail.Location = new System.Drawing.Point(0, 0);
- this.dgvFeeDetail.Name = "dgvFeeDetail";
- this.dgvFeeDetail.RowTemplate.Height = 23;
- this.dgvFeeDetail.Size = new System.Drawing.Size(1142, 408);
- this.dgvFeeDetail.TabIndex = 18;
- //
- // FeeDetail
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1142, 470);
- this.Controls.Add(this.dgvFeeDetail);
- this.Controls.Add(this.panel3);
- this.Name = "FeeDetail";
- this.Text = "FeeDetail";
- this.panel3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvFeeDetail)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Button btGetFee;
- private System.Windows.Forms.DataGridView dgvFeeDetail;
- private System.Windows.Forms.Button btUploadFee;
- }
- }
|