您好,欢迎光临本网站![请登录][注册会员]  
文件名称: namespace MSExcel
  所属分类: 其它
  开发工具:
  文件大小: 357kb
  下载次数: 0
  上传时间: 2010-05-05
  提 供 者: kingz******
 详细说明: 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.bu ttonSave = 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 } } ...展开收缩
(系统自动生成,下载前可以参看下载内容)

下载文件列表

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 相关搜索: namespace MSExcel
 输入关键字,在本站1000多万海量源码库中尽情搜索: