| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- namespace Core.StlMes.Client.Mcp.Control
- {
- partial class FrmPopupWindow
- {
- /// <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()
- {
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
- this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
- this.ultraButton3 = new Infragistics.Win.Misc.UltraButton();
- this.SuspendLayout();
- //
- // ultraLabel1
- //
- appearance1.TextHAlignAsString = "Center";
- appearance1.TextVAlignAsString = "Middle";
- this.ultraLabel1.Appearance = appearance1;
- this.ultraLabel1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraLabel1.Location = new System.Drawing.Point(18, 18);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(280, 23);
- this.ultraLabel1.TabIndex = 0;
- this.ultraLabel1.Text = "停机记录新增该行记录之前还是之后?";
- //
- // ultraButton1
- //
- this.ultraButton1.Location = new System.Drawing.Point(12, 47);
- this.ultraButton1.Name = "ultraButton1";
- this.ultraButton1.Size = new System.Drawing.Size(82, 26);
- this.ultraButton1.TabIndex = 1;
- this.ultraButton1.Text = "之前";
- this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
- //
- // ultraButton2
- //
- this.ultraButton2.Location = new System.Drawing.Point(118, 47);
- this.ultraButton2.Name = "ultraButton2";
- this.ultraButton2.Size = new System.Drawing.Size(82, 26);
- this.ultraButton2.TabIndex = 2;
- this.ultraButton2.Text = "之后";
- this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
- //
- // ultraButton3
- //
- this.ultraButton3.Location = new System.Drawing.Point(224, 47);
- this.ultraButton3.Name = "ultraButton3";
- this.ultraButton3.Size = new System.Drawing.Size(82, 26);
- this.ultraButton3.TabIndex = 3;
- this.ultraButton3.Text = "取消";
- this.ultraButton3.Click += new System.EventHandler(this.ultraButton3_Click);
- //
- // FrmPopupWindow
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(315, 75);
- this.Controls.Add(this.ultraButton3);
- this.Controls.Add(this.ultraButton2);
- this.Controls.Add(this.ultraButton1);
- this.Controls.Add(this.ultraLabel1);
- this.MaximizeBox = false;
- this.Name = "FrmPopupWindow";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "提示";
- this.TopMost = true;
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.Misc.UltraButton ultraButton1;
- private Infragistics.Win.Misc.UltraButton ultraButton2;
- private Infragistics.Win.Misc.UltraButton ultraButton3;
- }
- }
|