| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- namespace Core.StlMes.Client.Mcp.Mch.MchResult
- {
- partial class FrmApprovalData
- {
- /// <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.txtNote = new System.Windows.Forms.TextBox();
- this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
- this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
- this.SuspendLayout();
- //
- // txtNote
- //
- this.txtNote.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtNote.Location = new System.Drawing.Point(48, 24);
- this.txtNote.Multiline = true;
- this.txtNote.Name = "txtNote";
- this.txtNote.Size = new System.Drawing.Size(366, 175);
- this.txtNote.TabIndex = 897;
- //
- // ultraButton1
- //
- this.ultraButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.ultraButton1.Location = new System.Drawing.Point(186, 206);
- this.ultraButton1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraButton1.Name = "ultraButton1";
- this.ultraButton1.Size = new System.Drawing.Size(100, 29);
- this.ultraButton1.TabIndex = 894;
- this.ultraButton1.Text = "确认";
- this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
- //
- // ultraButton2
- //
- this.ultraButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.ultraButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.ultraButton2.Location = new System.Drawing.Point(314, 206);
- this.ultraButton2.Margin = new System.Windows.Forms.Padding(4);
- this.ultraButton2.Name = "ultraButton2";
- this.ultraButton2.Size = new System.Drawing.Size(100, 29);
- this.ultraButton2.TabIndex = 895;
- this.ultraButton2.Text = "取消";
- //
- // FrmApprovalData
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(476, 248);
- this.Controls.Add(this.txtNote);
- this.Controls.Add(this.ultraButton1);
- this.Controls.Add(this.ultraButton2);
- this.Name = "FrmApprovalData";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "反馈确认";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox txtNote;
- private Infragistics.Win.Misc.UltraButton ultraButton1;
- private Infragistics.Win.Misc.UltraButton ultraButton2;
- }
- }
|