Advertisement
Guest User

MessageForm (Designer Code)

a guest
Jul 2nd, 2011
7,501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 6.18 KB | None | 0 0
  1. partial class MessageForm
  2. {
  3.     /// <summary>
  4.     /// Required designer variable.
  5.     /// </summary>
  6.     private System.ComponentModel.IContainer components = null;
  7.  
  8.     /// <summary>
  9.     /// Clean up any resources being used.
  10.     /// </summary>
  11.     /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  12.     protected override void Dispose(bool disposing)
  13.     {
  14.         if (disposing && (components != null))
  15.         {
  16.             components.Dispose();
  17.         }
  18.         base.Dispose(disposing);
  19.     }
  20.  
  21.     #region Windows Form Designer generated code
  22.  
  23.     /// <summary>
  24.     /// Required method for Designer support - do not modify
  25.     /// the contents of this method with the code editor.
  26.     /// </summary>
  27.     private void InitializeComponent()
  28.     {
  29.         this.picImage = new System.Windows.Forms.PictureBox();
  30.         this.lblText = new System.Windows.Forms.Label();
  31.         this.btnYes = new Dark.WinForms.Controls.dButton();
  32.         this.btnNo = new Dark.WinForms.Controls.dButton();
  33.         this.btnCancel = new Dark.WinForms.Controls.dButton();
  34.         this.btnOK = new Dark.WinForms.Controls.dButton();
  35.         ((System.ComponentModel.ISupportInitialize)(this.picImage)).BeginInit();
  36.         this.SuspendLayout();
  37.         //
  38.         // picImage
  39.         //
  40.         this.picImage.ErrorImage = null;
  41.         this.picImage.InitialImage = null;
  42.         this.picImage.Location = new System.Drawing.Point(15, 15);
  43.         this.picImage.Name = "picImage";
  44.         this.picImage.Size = new System.Drawing.Size(64, 64);
  45.         this.picImage.TabIndex = 0;
  46.         this.picImage.TabStop = false;
  47.         //
  48.         // lblText
  49.         //
  50.         this.lblText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  51.                     | System.Windows.Forms.AnchorStyles.Left)
  52.                     | System.Windows.Forms.AnchorStyles.Right)));
  53.         this.lblText.AutoSize = true;
  54.         this.lblText.Location = new System.Drawing.Point(85, 15);
  55.         this.lblText.MaximumSize = new System.Drawing.Size(294, 0);
  56.         this.lblText.Name = "lblText";
  57.         this.lblText.Size = new System.Drawing.Size(28, 13);
  58.         this.lblText.TabIndex = 0;
  59.         this.lblText.Text = "Text";
  60.         //
  61.         // btnYes
  62.         //
  63.         this.btnYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  64.         this.btnYes.FocusDuesEnabled = false;
  65.         this.btnYes.Location = new System.Drawing.Point(139, 88);
  66.         this.btnYes.Name = "btnYes";
  67.         this.btnYes.Size = new System.Drawing.Size(75, 23);
  68.         this.btnYes.TabIndex = 2;
  69.         this.btnYes.Text = "Yes";
  70.         this.btnYes.Tooltip = "";
  71.         this.btnYes.UseVisualStyleBackColor = true;
  72.         this.btnYes.Click += new System.EventHandler(this.btnYes_Click);
  73.         //
  74.         // btnNo
  75.         //
  76.         this.btnNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  77.         this.btnNo.FocusDuesEnabled = false;
  78.         this.btnNo.Location = new System.Drawing.Point(220, 88);
  79.         this.btnNo.Name = "btnNo";
  80.         this.btnNo.Size = new System.Drawing.Size(75, 23);
  81.         this.btnNo.TabIndex = 3;
  82.         this.btnNo.Text = "No";
  83.         this.btnNo.Tooltip = "";
  84.         this.btnNo.UseVisualStyleBackColor = true;
  85.         this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
  86.         //
  87.         // btnCancel
  88.         //
  89.         this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  90.         this.btnCancel.FocusDuesEnabled = false;
  91.         this.btnCancel.Location = new System.Drawing.Point(301, 88);
  92.         this.btnCancel.Name = "btnCancel";
  93.         this.btnCancel.Size = new System.Drawing.Size(75, 23);
  94.         this.btnCancel.TabIndex = 1;
  95.         this.btnCancel.Text = "Cancel";
  96.         this.btnCancel.Tooltip = "";
  97.         this.btnCancel.UseVisualStyleBackColor = true;
  98.         this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  99.         //
  100.         // btnOK
  101.         //
  102.         this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  103.         this.btnOK.FocusDuesEnabled = false;
  104.         this.btnOK.Location = new System.Drawing.Point(220, 88);
  105.         this.btnOK.Name = "btnOK";
  106.         this.btnOK.Size = new System.Drawing.Size(75, 23);
  107.         this.btnOK.TabIndex = 4;
  108.         this.btnOK.Text = "OK";
  109.         this.btnOK.Tooltip = "";
  110.         this.btnOK.UseVisualStyleBackColor = true;
  111.         this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  112.         //
  113.         // MessageForm
  114.         //
  115.         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  116.         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  117.         this.ClientSize = new System.Drawing.Size(394, 129);
  118.         this.Controls.Add(this.btnYes);
  119.         this.Controls.Add(this.btnNo);
  120.         this.Controls.Add(this.btnCancel);
  121.         this.Controls.Add(this.picImage);
  122.         this.Controls.Add(this.lblText);
  123.         this.Controls.Add(this.btnOK);
  124.         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  125.         this.MaximizeBox = false;
  126.         this.MinimizeBox = false;
  127.         this.Name = "MessageForm";
  128.         this.Padding = new System.Windows.Forms.Padding(15);
  129.         this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  130.         this.Text = "Title";
  131.         ((System.ComponentModel.ISupportInitialize)(this.picImage)).EndInit();
  132.         this.ResumeLayout(false);
  133.         this.PerformLayout();
  134.  
  135.     }
  136.  
  137.     #endregion
  138.  
  139.     internal Dark.WinForms.Controls.dButton btnCancel;
  140.     internal Dark.WinForms.Controls.dButton btnNo;
  141.     internal Dark.WinForms.Controls.dButton btnYes;
  142.     internal Dark.WinForms.Controls.dButton btnOK;
  143.     internal System.Windows.Forms.PictureBox picImage;
  144.     internal System.Windows.Forms.Label lblText;
  145. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement