2 Star 0 Fork 1

codeman35/CodeTemplate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FormValidate.Designer.cs 4.18 KB
一键复制 编辑 原始数据 按行查看 历史
codeman35 提交于 2016-01-05 07:07 +08:00 . no commit message
namespace AtfutureCodeMachine
{
partial class FormValidate
{
/// <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()
{
this.clb_yz = new System.Windows.Forms.CheckedListBox();
this.btnSelect = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// clb_yz
//
this.clb_yz.CheckOnClick = true;
this.clb_yz.FormattingEnabled = true;
this.clb_yz.Items.AddRange(new object[] {
"Require",
"Email",
"Phone",
"Mobile",
"Url",
"IdCard",
"Currency",
"Number",
"Zip",
"QQ",
"Integer",
"Double",
"English",
"Chinese",
"Username",
"UnSafe",
"PingUser",
"IsSafe",
"SafeString",
"Filter",
"NoAccept",
"IntegerLimit",
"Limit",
"LimitB",
"Date",
"DateRange",
"DateRangeCompare",
"Repeat",
"Range",
"Compare",
"Custom",
"Group"});
this.clb_yz.Location = new System.Drawing.Point(1, 1);
this.clb_yz.Name = "clb_yz";
this.clb_yz.Size = new System.Drawing.Size(149, 196);
this.clb_yz.TabIndex = 0;
this.clb_yz.ThreeDCheckBoxes = true;
//
// btnSelect
//
this.btnSelect.Location = new System.Drawing.Point(1, 200);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(149, 23);
this.btnSelect.TabIndex = 1;
this.btnSelect.Text = "确定选择(&E)";
this.btnSelect.UseVisualStyleBackColor = true;
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(1, 222);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(149, 23);
this.button1.TabIndex = 2;
this.button1.Text = "扩展信息>>>";
this.button1.UseVisualStyleBackColor = true;
//
// FormValidate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(150, 248);
this.ControlBox = false;
this.Controls.Add(this.button1);
this.Controls.Add(this.btnSelect);
this.Controls.Add(this.clb_yz);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "FormValidate";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.CheckedListBox clb_yz;
private System.Windows.Forms.Button btnSelect;
private System.Windows.Forms.Button button1;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/lxwcode/CodeTemplate.git
git@gitee.com:lxwcode/CodeTemplate.git
lxwcode
CodeTemplate
CodeTemplate
master

搜索帮助