namespace MSExcel

时间:2013-05-25 10:52:35
【文件属性】:
文件名称:namespace MSExcel
文件大小:357KB
文件格式:RAR
更新时间:2013-05-25 10:52:35
namespace MSExcel namespace MSExcel { partial class FormExcel { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 private void InitializeComponent() { this.buttonOpen = new System.Windows.Forms.Button(); this.buttonSave = new System.Windows.Forms.Button(); this.groupOpen = new System.Windows.Forms.GroupBox(); this.maskedTextVOpen = new System.Windows.Forms.MaskedTextBox(); this.label1 = new System.Windows.Forms.Label(); this.maskedTextOpen = new System.Windows.Forms.MaskedTextBox(); this.labelOpen = new System.Windows.Forms.Label(); this.groupUpdate = new System.Windows.Forms.GroupBox(); this.maskedTextVUpdate = new System.Windows.Forms.MaskedTextBox(); this.label2 = new System.Windows.Forms.Label(); this.maskedTextUpdate = new System.Windows.Forms.MaskedTextBox(); this.labelUpdate = new System.Windows.Forms.Label(); this.groupOpen.SuspendLayout(); this.groupUpdate.SuspendLayout(); this.SuspendLayout(); // // buttonOpen // this.buttonOpen.Location = new System.Drawing.Point(44, 200); this.buttonOpen.Name = "buttonOpen"; this.buttonOpen.Size = new System.Drawing.Size(75, 23); this.buttonOpen.TabIndex = 10; this.buttonOpen.Text = "打开(&O)"; this.buttonOpen.UseVisualStyleBackColor = true; this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click); // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(173, 200); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(75, 23); this.buttonSave.TabIndex = 11; this.buttonSave.Text = "保存(&S)"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // groupOpen // this.groupOpen.Controls.Add(this.maskedTextVOpen); this.groupOpen.Controls.Add(this.label1); this.groupOpen.Controls.Add(this.maskedTextOpen); this.groupOpen.Controls.Add(this.labelOpen); this.groupOpen.Location = new System.Drawing.Point(8, 8); this.groupOpen.Name = "groupOpen"; this.groupOpen.Size = new System.Drawing.Size(277, 80); this.groupOpen.TabIndex = 0; this.groupOpen.TabStop = false; this.groupOpen.Text = "打开权限密码"; // // maskedTextVOpen // this.maskedTextVOpen.Location = new System.Drawing.Point(80, 50); this.maskedTextVOpen.Mask = "CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC"; this.maskedTextVOpen.Name = "maskedTextVOpen"; this.maskedTextVOpen.Size = new System.Drawing.Size(186, 21); this.maskedTextVOpen.TabIndex = 4; this.maskedTextVOpen.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 55); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 3; this.label1.Text = "确认密码:"; // // maskedTextOpen // this.maskedTextOpen.Location = new System.Drawing.Point(80, 20); this.maskedTextOpen.Mask = "CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC"; this.maskedTextOpen.Name = "maskedTextOpen"; this.maskedTextOpen.Size = new System.Drawing.Size(186, 21); this.maskedTextOpen.TabIndex = 2; this.maskedTextOpen.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // labelOpen // this.labelOpen.AutoSize = true; this.labelOpen.Location = new System.Drawing.Point(10, 24); this.labelOpen.Name = "labelOpen"; this.labelOpen.Size = new System.Drawing.Size(65, 12); this.labelOpen.TabIndex = 1; this.labelOpen.Text = "创建密码:"; // // groupUpdate // this.groupUpdate.Controls.Add(this.maskedTextVUpdate); this.groupUpdate.Controls.Add(this.label2); this.groupUpdate.Controls.Add(this.maskedTextUpdate); this.groupUpdate.Controls.Add(this.labelUpdate); this.groupUpdate.Location = new System.Drawing.Point(8, 100); this.groupUpdate.Name = "groupUpdate"; this.groupUpdate.Size = new System.Drawing.Size(277, 80); this.groupUpdate.TabIndex = 5; this.groupUpdate.TabStop = false; this.groupUpdate.Text = "修改权限密码"; // // maskedTextVUpdate // this.maskedTextVUpdate.Location = new System.Drawing.Point(80, 50); this.maskedTextVUpdate.Mask = "CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC"; this.maskedTextVUpdate.Name = "maskedTextVUpdate"; this.maskedTextVUpdate.Size = new System.Drawing.Size(186, 21); this.maskedTextVUpdate.TabIndex = 9; this.maskedTextVUpdate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(10, 55); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 8; this.label2.Text = "确认密码:"; // // maskedTextUpdate // this.maskedTextUpdate.Location = new System.Drawing.Point(80, 20); this.maskedTextUpdate.Mask = "CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC"; this.maskedTextUpdate.Name = "maskedTextUpdate"; this.maskedTextUpdate.Size = new System.Drawing.Size(186, 21); this.maskedTextUpdate.TabIndex = 7; this.maskedTextUpdate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // labelUpdate // this.labelUpdate.AutoSize = true; this.labelUpdate.Location = new System.Drawing.Point(10, 24); this.labelUpdate.Name = "labelUpdate"; this.labelUpdate.Size = new System.Drawing.Size(65, 12); this.labelUpdate.TabIndex = 6; this.labelUpdate.Text = "创建密码:"; // // FormExcel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(293, 246); this.Controls.Add(this.groupUpdate); this.Controls.Add(this.groupOpen); this.Controls.Add(this.buttonSave); this.Controls.Add(this.buttonOpen); this.Name = "FormExcel"; this.groupOpen.ResumeLayout(false); this.groupOpen.PerformLayout(); this.groupUpdate.ResumeLayout(false); this.groupUpdate.PerformLayout(); this.ResumeLayout(false); } #endregion #region private System.Windows.Forms.Button buttonOpen; private System.Windows.Forms.Button buttonSave; private System.Windows.Forms.GroupBox groupOpen; private System.Windows.Forms.GroupBox groupUpdate; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label labelOpen; private System.Windows.Forms.Label labelUpdate; private System.Windows.Forms.MaskedTextBox maskedTextOpen; private System.Windows.Forms.MaskedTextBox maskedTextUpdate; private System.Windows.Forms.MaskedTextBox maskedTextVOpen; private System.Windows.Forms.MaskedTextBox maskedTextVUpdate; #endregion } }
【文件预览】:
MSExcel
----CodeMSExcel.rar(179KB)
----bin()
--------Debug()
----FormExcel.resx(6KB)
----MSExcel.csproj(3KB)
----FormExcel.cs(3KB)
----Properties()
--------AssemblyInfo.cs(567B)
----Program.cs(344B)
----App.ico(4KB)
----FormExcel.Designer.cs(9KB)

网友评论