マネージ リソースが破棄される場合 true、破棄されない場合は false

namespace EmailGroupSend
{
    partial class EditTemplateForm
    {
        /// <summary>
        /// 必要なデザイナ変数です。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 使用中のリソースをすべてクリーンアップします。
        /// </summary>
        /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。www.dgcsfp.com  www.hfhtcszx.com 东莞合肥</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows フォーム デザイナで生成されたコード

        /// <summary>
        /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
        /// コード エディタで変更しないでください。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditTemplateForm));
            this.btn_Cancel = new System.Windows.Forms.Button();
            this.btn_OK = new System.Windows.Forms.Button();
            this.text_Content = new System.Windows.Forms.TextBox();
            this.text_Enclosed = new System.Windows.Forms.TextBox();
            this.text_Topic = new System.Windows.Forms.TextBox();
            this.lab_Topic = new System.Windows.Forms.Label();
            this.text_SenderName = new System.Windows.Forms.TextBox();
            this.lab_SenderName = new System.Windows.Forms.Label();
            this.text_Sender = new System.Windows.Forms.TextBox();
            this.lab_Sender = new System.Windows.Forms.Label();
            this.text_Receiver = new System.Windows.Forms.TextBox();
            this.linkLabel_Receiver = new System.Windows.Forms.LinkLabel();
            this.linkLabel_Enclosed = new System.Windows.Forms.LinkLabel();
            this.linkLabel_Delete = new System.Windows.Forms.LinkLabel();
            this.SuspendLayout();
            //
            // btn_Cancel
            //
            this.btn_Cancel.Location = new System.Drawing.Point(350, 505);
            this.btn_Cancel.Name = "btn_Cancel";
            this.btn_Cancel.Size = new System.Drawing.Size(75, 23);
            this.btn_Cancel.TabIndex = 25;
            this.btn_Cancel.Text = "キャンセル";
            this.btn_Cancel.UseVisualStyleBackColor = true;
            this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
            //
            // btn_OK
            //
            this.btn_OK.Location = new System.Drawing.Point(232, 505);
            this.btn_OK.Name = "btn_OK";
            this.btn_OK.Size = new System.Drawing.Size(75, 23);
            this.btn_OK.TabIndex = 24;
            this.btn_OK.Text = "確   定";
            this.btn_OK.UseVisualStyleBackColor = true;
            this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
            //
            // text_Content
            //
            this.text_Content.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.text_Content.ForeColor = System.Drawing.Color.Crimson;
            this.text_Content.Location = new System.Drawing.Point(36, 217);
            this.text_Content.Multiline = true;
            this.text_Content.Name = "text_Content";
            this.text_Content.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.text_Content.Size = new System.Drawing.Size(423, 268);
            this.text_Content.TabIndex = 23;
            //
            // text_Enclosed
            //
            this.text_Enclosed.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.text_Enclosed.Enabled = false;
            this.text_Enclosed.Location = new System.Drawing.Point(134, 177);
            this.text_Enclosed.Name = "text_Enclosed";
            this.text_Enclosed.Size = new System.Drawing.Size(291, 19);
            this.text_Enclosed.TabIndex = 21;
            //
            // text_Topic
            //
            this.text_Topic.Location = new System.Drawing.Point(134, 138);
            this.text_Topic.Name = "text_Topic";
            this.text_Topic.Size = new System.Drawing.Size(325, 19);
            this.text_Topic.TabIndex = 20;
            //
            // lab_Topic
            //
            this.lab_Topic.AutoSize = true;
            this.lab_Topic.Location = new System.Drawing.Point(58, 142);
            this.lab_Topic.Name = "lab_Topic";
            this.lab_Topic.Size = new System.Drawing.Size(47, 12);
            this.lab_Topic.TabIndex = 19;
            this.lab_Topic.Text = "件    名:";
            //
            // text_SenderName
            //
            this.text_SenderName.Location = new System.Drawing.Point(134, 100);
            this.text_SenderName.Name = "text_SenderName";
            this.text_SenderName.Size = new System.Drawing.Size(325, 19);
            this.text_SenderName.TabIndex = 18;
            //
            // lab_SenderName
            //
            this.lab_SenderName.AutoSize = true;
            this.lab_SenderName.Location = new System.Drawing.Point(34, 104);
            this.lab_SenderName.Name = "lab_SenderName";
            this.lab_SenderName.Size = new System.Drawing.Size(77, 12);
            this.lab_SenderName.TabIndex = 17;
            this.lab_SenderName.Text = "送信者の名前:";
            //
            // text_Sender
            //
            this.text_Sender.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.text_Sender.Location = new System.Drawing.Point(134, 61);
            this.text_Sender.Name = "text_Sender";
            this.text_Sender.ReadOnly = true;
            this.text_Sender.Size = new System.Drawing.Size(325, 19);
            this.text_Sender.TabIndex = 16;
            //
            // lab_Sender
            //
            this.lab_Sender.AutoSize = true;
            this.lab_Sender.Location = new System.Drawing.Point(50, 65);
            this.lab_Sender.Name = "lab_Sender";
            this.lab_Sender.Size = new System.Drawing.Size(59, 12);
            this.lab_Sender.TabIndex = 15;
            this.lab_Sender.Text = "送  信  者:";
            //
            // text_Receiver
            //
            this.text_Receiver.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.text_Receiver.Enabled = false;
            this.text_Receiver.Location = new System.Drawing.Point(134, 21);
            this.text_Receiver.Name = "text_Receiver";
            this.text_Receiver.Size = new System.Drawing.Size(325, 19);
            this.text_Receiver.TabIndex = 14;
            //
            // linkLabel_Receiver
            //
            this.linkLabel_Receiver.AutoSize = true;
            this.linkLabel_Receiver.Enabled = false;
            this.linkLabel_Receiver.Location = new System.Drawing.Point(52, 24);
            this.linkLabel_Receiver.Name = "linkLabel_Receiver";
            this.linkLabel_Receiver.Size = new System.Drawing.Size(59, 12);
            this.linkLabel_Receiver.TabIndex = 26;
            this.linkLabel_Receiver.TabStop = true;
            this.linkLabel_Receiver.Text = "受  信  者:";
            //
            // linkLabel_Enclosed
            //
            this.linkLabel_Enclosed.AutoSize = true;
            this.linkLabel_Enclosed.Enabled = false;
            this.linkLabel_Enclosed.Location = new System.Drawing.Point(58, 180);
            this.linkLabel_Enclosed.Name = "linkLabel_Enclosed";
            this.linkLabel_Enclosed.Size = new System.Drawing.Size(47, 12);
            this.linkLabel_Enclosed.TabIndex = 27;
            this.linkLabel_Enclosed.TabStop = true;
            this.linkLabel_Enclosed.Text = "添    付:";
            //
            // linkLabel_Delete
            //
            this.linkLabel_Delete.AutoSize = true;
            this.linkLabel_Delete.Enabled = false;
            this.linkLabel_Delete.Location = new System.Drawing.Point(430, 182);
            this.linkLabel_Delete.Name = "linkLabel_Delete";
            this.linkLabel_Delete.Size = new System.Drawing.Size(29, 12);
            this.linkLabel_Delete.TabIndex = 28;
            this.linkLabel_Delete.TabStop = true;
            this.linkLabel_Delete.Text = "削除";
            //
            // EditTemplateForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.ClientSize = new System.Drawing.Size(492, 546);
            this.Controls.Add(this.linkLabel_Delete);
            this.Controls.Add(this.linkLabel_Enclosed);
            this.Controls.Add(this.linkLabel_Receiver);
            this.Controls.Add(this.btn_Cancel);
            this.Controls.Add(this.btn_OK);
            this.Controls.Add(this.text_Content);
            this.Controls.Add(this.text_Enclosed);
            this.Controls.Add(this.text_Topic);
            this.Controls.Add(this.lab_Topic);
            this.Controls.Add(this.text_SenderName);
            this.Controls.Add(this.lab_SenderName);
            this.Controls.Add(this.text_Sender);
            this.Controls.Add(this.lab_Sender);
            this.Controls.Add(this.text_Receiver);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "EditTemplateForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "編集";
            this.Activated += new System.EventHandler(this.EditTemplateForm_Activated);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EditTemplateForm_FormClosing);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btn_Cancel;
        private System.Windows.Forms.Button btn_OK;
        private System.Windows.Forms.TextBox text_Content;
        private System.Windows.Forms.TextBox text_Enclosed;
        private System.Windows.Forms.TextBox text_Topic;
        private System.Windows.Forms.Label lab_Topic;
        private System.Windows.Forms.TextBox text_SenderName;
        private System.Windows.Forms.Label lab_SenderName;
        private System.Windows.Forms.TextBox text_Sender;
        private System.Windows.Forms.Label lab_Sender;
        private System.Windows.Forms.TextBox text_Receiver;
        private System.Windows.Forms.LinkLabel linkLabel_Receiver;
        private System.Windows.Forms.LinkLabel linkLabel_Enclosed;
        private System.Windows.Forms.LinkLabel linkLabel_Delete;
    }
}

posted on 2013-04-18 15:42  yueyun168  阅读(167)  评论(0编辑  收藏  举报