|
- namespace ClickForensics.Quartz.Manager
- {
- partial class ErrorDialog
- {
- /// <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.btnOk = new System.Windows.Forms.Button();
- this.lblMessage = new System.Windows.Forms.Label();
- this.txtLongMessage = new System.Windows.Forms.TextBox();
- this.SuspendLayout();
- //
- // btnOk
- //
- this.btnOk.Location = new System.Drawing.Point(168, 184);
- this.btnOk.Name = "btnOk";
- this.btnOk.Size = new System.Drawing.Size(75, 23);
- this.btnOk.TabIndex = 0;
- this.btnOk.Text = "OK";
- this.btnOk.UseVisualStyleBackColor = true;
- this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
- //
- // lblMessage
- //
- this.lblMessage.AutoSize = true;
- this.lblMessage.Location = new System.Drawing.Point(41, 44);
- this.lblMessage.Name = "lblMessage";
- this.lblMessage.Size = new System.Drawing.Size(29, 13);
- this.lblMessage.TabIndex = 1;
- this.lblMessage.Text = "Error";
- //
- // txtLongMessage
- //
- this.txtLongMessage.Location = new System.Drawing.Point(44, 72);
- this.txtLongMessage.Multiline = true;
- this.txtLongMessage.Name = "txtLongMessage";
- this.txtLongMessage.Size = new System.Drawing.Size(335, 96);
- this.txtLongMessage.TabIndex = 2;
- //
- // ErrorDialog
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(437, 266);
- this.Controls.Add(this.txtLongMessage);
- this.Controls.Add(this.lblMessage);
- this.Controls.Add(this.btnOk);
- this.Name = "ErrorDialog";
- this.Text = "ErrorDialog";
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Button btnOk;
- private System.Windows.Forms.Label lblMessage;
- private System.Windows.Forms.TextBox txtLongMessage;
- }
- }
|