FormAttributes.Designer.cs

 namespace DIYWordpad
{
    partial class FormAttributes
    {
        private System.ComponentModel.IContainer components = null;

        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code
        private void InitializeComponent()
        {
            this.labelSize = new System.Windows.Forms.Label();
            this.labelPath = new System.Windows.Forms.Label();
            this.labelAccess = new System.Windows.Forms.Label();
            this.labelWrite = new System.Windows.Forms.Label();
            this.labelCreate = new System.Windows.Forms.Label();
            this.btnFind = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnOK = new System.Windows.Forms.Button();
            this.labelAttributes = new System.Windows.Forms.Label();
            this.cbHidden = new System.Windows.Forms.CheckBox();
            this.cbReadOnly = new System.Windows.Forms.CheckBox();
            this.labelName = new System.Windows.Forms.Label();
            this.SuspendLayout();
            //
            // labelSize
            //
            this.labelSize.AutoEllipsis = true;
            this.labelSize.Location = new System.Drawing.Point(20, 86);
            this.labelSize.Name = "labelSize";
            this.labelSize.Size = new System.Drawing.Size(290, 12);
            this.labelSize.TabIndex = 42;
            this.labelSize.Text = "Size";
            this.labelSize.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // labelPath
            //
            this.labelPath.AutoEllipsis = true;
            this.labelPath.Location = new System.Drawing.Point(20, 64);
            this.labelPath.Name = "labelPath";
            this.labelPath.Size = new System.Drawing.Size(290, 12);
            this.labelPath.TabIndex = 41;
            this.labelPath.Text = "Path";
            this.labelPath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // labelAccess
            //
            this.labelAccess.AutoEllipsis = true;
            this.labelAccess.Location = new System.Drawing.Point(20, 166);
            this.labelAccess.Name = "labelAccess";
            this.labelAccess.Size = new System.Drawing.Size(290, 12);
            this.labelAccess.TabIndex = 40;
            this.labelAccess.Text = "Access";
            this.labelAccess.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // labelWrite
            //
            this.labelWrite.AutoEllipsis = true;
            this.labelWrite.Location = new System.Drawing.Point(20, 142);
            this.labelWrite.Name = "labelWrite";
            this.labelWrite.Size = new System.Drawing.Size(290, 12);
            this.labelWrite.TabIndex = 39;
            this.labelWrite.Text = "Write";
            this.labelWrite.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // labelCreate
            //
            this.labelCreate.AutoEllipsis = true;
            this.labelCreate.Location = new System.Drawing.Point(20, 118);
            this.labelCreate.Name = "labelCreate";
            this.labelCreate.Size = new System.Drawing.Size(290, 12);
            this.labelCreate.TabIndex = 38;
            this.labelCreate.Text = "Create";
            this.labelCreate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // btnFind
            //
            this.btnFind.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnFind.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnFind.Location = new System.Drawing.Point(20, 206);
            this.btnFind.Name = "btnFind";
            this.btnFind.Size = new System.Drawing.Size(80, 21);
            this.btnFind.TabIndex = 29;
            this.btnFind.Text = "查找目标(&F)";
            this.btnFind.UseVisualStyleBackColor = true;
            this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
            //
            // btnCancel
            //
            this.btnCancel.BackColor = System.Drawing.Color.Transparent;
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnCancel.Location = new System.Drawing.Point(200, 248);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 21);
            this.btnCancel.TabIndex = 33;
            this.btnCancel.Text = "取消(&C)";
            this.btnCancel.UseVisualStyleBackColor = false;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            //
            // btnOK
            //
            this.btnOK.BackColor = System.Drawing.Color.Transparent;
            this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnOK.Location = new System.Drawing.Point(100, 248);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(75, 21);
            this.btnOK.TabIndex = 32;
            this.btnOK.Text = "确定(&O)";
            this.btnOK.UseVisualStyleBackColor = false;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            //
            // labelAttributes
            //
            this.labelAttributes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelAttributes.Location = new System.Drawing.Point(118, 212);
            this.labelAttributes.Name = "labelAttributes";
            this.labelAttributes.Size = new System.Drawing.Size(35, 12);
            this.labelAttributes.TabIndex = 34;
            this.labelAttributes.Text = "属性:";
            this.labelAttributes.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // cbHidden
            //
            this.cbHidden.BackColor = System.Drawing.Color.Transparent;
            this.cbHidden.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.cbHidden.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbHidden.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cbHidden.Location = new System.Drawing.Point(234, 210);
            this.cbHidden.Name = "cbHidden";
            this.cbHidden.Size = new System.Drawing.Size(64, 16);
            this.cbHidden.TabIndex = 31;
            this.cbHidden.Text = "隐藏(&H)";
            this.cbHidden.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.cbHidden.UseVisualStyleBackColor = false;
            //
            // cbReadOnly
            //
            this.cbReadOnly.BackColor = System.Drawing.Color.Transparent;
            this.cbReadOnly.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.cbReadOnly.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbReadOnly.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cbReadOnly.Location = new System.Drawing.Point(156, 210);
            this.cbReadOnly.Name = "cbReadOnly";
            this.cbReadOnly.Size = new System.Drawing.Size(64, 16);
            this.cbReadOnly.TabIndex = 30;
            this.cbReadOnly.Text = "只读(&R)";
            this.cbReadOnly.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.cbReadOnly.UseVisualStyleBackColor = false;
            //
            // labelName
            //
            this.labelName.AutoEllipsis = true;
            this.labelName.Location = new System.Drawing.Point(80, 28);
            this.labelName.Name = "labelName";
            this.labelName.Size = new System.Drawing.Size(230, 12);
            this.labelName.TabIndex = 43;
            this.labelName.Text = "Name";
            this.labelName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // FormAttributes
            //
            this.AcceptButton = this.btnOK;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Window;
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(318, 292);
            this.Controls.Add(this.labelName);
            this.Controls.Add(this.labelSize);
            this.Controls.Add(this.labelPath);
            this.Controls.Add(this.labelAccess);
            this.Controls.Add(this.labelWrite);
            this.Controls.Add(this.labelCreate);
            this.Controls.Add(this.btnFind);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.labelAttributes);
            this.Controls.Add(this.cbHidden);
            this.Controls.Add(this.cbReadOnly);
            this.Name = "FormAttributes";
            this.ResumeLayout(false);
        }
        #endregion

        #region
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnFind;
        private System.Windows.Forms.Button btnOK;
        private System.Windows.Forms.CheckBox cbHidden;
        private System.Windows.Forms.CheckBox cbReadOnly;
        private System.Windows.Forms.Label labelAccess;
        private System.Windows.Forms.Label labelAttributes;
        private System.Windows.Forms.Label labelCreate;
        private System.Windows.Forms.Label labelName;
        private System.Windows.Forms.Label labelPath;
        private System.Windows.Forms.Label labelSize;
        private System.Windows.Forms.Label labelWrite;
        #endregion
    }
}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值