|
- namespace GCMM
- {
- partial class CustomMessageBox
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomMessageBox));
- this.content = new System.Windows.Forms.Label();
- this.yesbtn = new System.Windows.Forms.Button();
- this.nobtn = new System.Windows.Forms.Button();
- this.applyToAll = new System.Windows.Forms.CheckBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // content
- //
- this.content.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.content.Location = new System.Drawing.Point(12, 13);
- this.content.Name = "content";
- this.content.Size = new System.Drawing.Size(367, 55);
- this.content.TabIndex = 0;
- this.content.Text = "Text";
- //
- // yesbtn
- //
- this.yesbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.yesbtn.Location = new System.Drawing.Point(216, 106);
- this.yesbtn.Name = "yesbtn";
- this.yesbtn.Size = new System.Drawing.Size(75, 23);
- this.yesbtn.TabIndex = 1;
- this.yesbtn.Text = "Yes";
- this.yesbtn.UseVisualStyleBackColor = true;
- //
- // nobtn
- //
- this.nobtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.nobtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.nobtn.Location = new System.Drawing.Point(297, 106);
- this.nobtn.Name = "nobtn";
- this.nobtn.Size = new System.Drawing.Size(75, 23);
- this.nobtn.TabIndex = 2;
- this.nobtn.Text = "No";
- this.nobtn.UseVisualStyleBackColor = true;
- //
- // applyToAll
- //
- this.applyToAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.applyToAll.AutoSize = true;
- this.applyToAll.Location = new System.Drawing.Point(12, 83);
- this.applyToAll.Name = "applyToAll";
- this.applyToAll.Size = new System.Drawing.Size(77, 17);
- this.applyToAll.TabIndex = 4;
- this.applyToAll.Text = "Apply to all";
- this.applyToAll.UseVisualStyleBackColor = true;
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.SystemColors.ControlLightLight;
- this.panel1.Controls.Add(this.content);
- this.panel1.Location = new System.Drawing.Point(1, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(382, 80);
- this.panel1.TabIndex = 5;
- //
- // CustomMessageBox
- //
- this.AcceptButton = this.yesbtn;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ClientSize = new System.Drawing.Size(384, 141);
- this.ControlBox = false;
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.applyToAll);
- this.Controls.Add(this.nobtn);
- this.Controls.Add(this.yesbtn);
- this.ForeColor = System.Drawing.SystemColors.ControlText;
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "CustomMessageBox";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.panel1.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Label content;
- private System.Windows.Forms.Button yesbtn;
- private System.Windows.Forms.Button nobtn;
- private System.Windows.Forms.CheckBox applyToAll;
- private System.Windows.Forms.Panel panel1;
- }
- }
|