namespace PTMedicalInsurance.Forms { partial class CenterResult { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label4 = new System.Windows.Forms.Label(); this.txtOutput = new System.Windows.Forms.RichTextBox(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(9, 8); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(82, 15); this.label4.TabIndex = 19; this.label4.Text = "交易出参:"; // // txtOutput // this.txtOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtOutput.Location = new System.Drawing.Point(12, 25); this.txtOutput.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtOutput.Name = "txtOutput"; this.txtOutput.Size = new System.Drawing.Size(959, 263); this.txtOutput.TabIndex = 18; this.txtOutput.Text = ""; // // btnOK // this.btnOK.Location = new System.Drawing.Point(513, 325); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(121, 40); this.btnOK.TabIndex = 20; this.btnOK.Text = "确定(&O)"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(725, 325); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(121, 40); this.btnCancel.TabIndex = 20; this.btnCancel.Text = "取消(&C)"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // CenterResult // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(983, 410); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.label4); this.Controls.Add(this.txtOutput); this.Name = "CenterResult"; this.Text = "CenterResult"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label4; private System.Windows.Forms.RichTextBox txtOutput; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; } }