From 307246e76a7b858c73976f179afafb6598dd7b4d Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期五, 13 九月 2024 12:00:26 +0800 Subject: [PATCH] 基础资料 --- DevApp/Gs.DevApp/TestForm/TEST.Designer.cs | 261 ++++++---------------------------------------------- 1 files changed, 30 insertions(+), 231 deletions(-) diff --git a/DevApp/Gs.DevApp/TestForm/TEST.Designer.cs b/DevApp/Gs.DevApp/TestForm/TEST.Designer.cs index 3816d52..257026c 100644 --- a/DevApp/Gs.DevApp/TestForm/TEST.Designer.cs +++ b/DevApp/Gs.DevApp/TestForm/TEST.Designer.cs @@ -1,6 +1,7 @@ -namespace CreateDBClass +锘� +namespace Gs.DevApp.TestForm { - partial class Form1 + partial class test { /// <summary> /// Required designer variable. @@ -28,248 +29,46 @@ /// </summary> private void InitializeComponent() { - this.lb_status = new DevExpress.XtraEditors.LabelControl(); - this.txt_status = new DevExpress.XtraEditors.TextEdit(); - this.lb_lastUpdatedBy = new DevExpress.XtraEditors.LabelControl(); - this.txt_lastUpdatedBy = new DevExpress.XtraEditors.TextEdit(); - this.lb_lastUpdateDate = new DevExpress.XtraEditors.LabelControl(); - this.txt_lastUpdateDate = new DevExpress.XtraEditors.TextEdit(); - this.lb_createBy = new DevExpress.XtraEditors.LabelControl(); - this.txt_createBy = new DevExpress.XtraEditors.TextEdit(); - this.lb_createDate = new DevExpress.XtraEditors.LabelControl(); - this.txt_createDate = new DevExpress.XtraEditors.TextEdit(); - this.lb_rolRemark = new DevExpress.XtraEditors.LabelControl(); - this.txt_rolRemark = new DevExpress.XtraEditors.TextEdit(); - this.lb_roleName = new DevExpress.XtraEditors.LabelControl(); - this.txt_roleName = new DevExpress.XtraEditors.TextEdit(); - this.lb_guid = new DevExpress.XtraEditors.LabelControl(); - this.txt_guid = new DevExpress.XtraEditors.TextEdit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdatedBy.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateDate.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_createBy.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_createDate.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_rolRemark.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_roleName.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).BeginInit(); + this.button1 = new System.Windows.Forms.Button(); + this.button2 = new System.Windows.Forms.Button(); this.SuspendLayout(); // - // lb_status + // button1 // - this.lb_status.Location = new System.Drawing.Point(1027, 65); - this.lb_status.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.lb_status.Name = "lb_status"; - this.lb_status.Size = new System.Drawing.Size(55, 18); - this.lb_status.TabIndex = 226; - this.lb_status.Tag = "status"; - this.lb_status.Text = "status锛�"; + this.button1.Location = new System.Drawing.Point(75, 42); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(194, 41); + this.button1.TabIndex = 0; + this.button1.Text = "鎵撳嵃璁捐"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); // - // txt_status + // button2 // - this.txt_status.Location = new System.Drawing.Point(1107, 65); - this.txt_status.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.txt_status.Name = "txt_status"; - this.txt_status.Size = new System.Drawing.Size(300, 24); - this.txt_status.TabIndex = 226; - this.txt_status.Tag = "status"; + this.button2.Location = new System.Drawing.Point(75, 123); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(194, 41); + this.button2.TabIndex = 1; + this.button2.Text = "鎵撳嵃棰勮"; + this.button2.UseVisualStyleBackColor = true; + this.button2.Click += new System.EventHandler(this.button2_Click); // - // lb_lastUpdatedBy + // test // - this.lb_lastUpdatedBy.Location = new System.Drawing.Point(693, 65); - this.lb_lastUpdatedBy.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.lb_lastUpdatedBy.Name = "lb_lastUpdatedBy"; - this.lb_lastUpdatedBy.Size = new System.Drawing.Size(109, 18); - this.lb_lastUpdatedBy.TabIndex = 222; - this.lb_lastUpdatedBy.Tag = "lastUpdatedBy"; - this.lb_lastUpdatedBy.Text = "lastUpdatedBy锛�"; - // - // txt_lastUpdatedBy - // - this.txt_lastUpdatedBy.Location = new System.Drawing.Point(773, 65); - this.txt_lastUpdatedBy.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.txt_lastUpdatedBy.Name = "txt_lastUpdatedBy"; - this.txt_lastUpdatedBy.Size = new System.Drawing.Size(300, 24); - this.txt_lastUpdatedBy.TabIndex = 222; - this.txt_lastUpdatedBy.Tag = "lastUpdatedBy"; - // - // lb_lastUpdateDate - // - this.lb_lastUpdateDate.Location = new System.Drawing.Point(360, 65); - this.lb_lastUpdateDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.lb_lastUpdateDate.Name = "lb_lastUpdateDate"; - this.lb_lastUpdateDate.Size = new System.Drawing.Size(115, 18); - this.lb_lastUpdateDate.TabIndex = 219; - this.lb_lastUpdateDate.Tag = "lastUpdateDate"; - this.lb_lastUpdateDate.Text = "lastUpdateDate锛�"; - // - // txt_lastUpdateDate - // - this.txt_lastUpdateDate.Location = new System.Drawing.Point(440, 65); - this.txt_lastUpdateDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.txt_lastUpdateDate.Name = "txt_lastUpdateDate"; - this.txt_lastUpdateDate.Size = new System.Drawing.Size(300, 24); - this.txt_lastUpdateDate.TabIndex = 219; - this.txt_lastUpdateDate.Tag = "lastUpdateDate"; - // - // lb_createBy - // - this.lb_createBy.Location = new System.Drawing.Point(27, 65); - this.lb_createBy.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.lb_createBy.Name = "lb_createBy"; - this.lb_createBy.Size = new System.Drawing.Size(73, 18); - this.lb_createBy.TabIndex = 217; - this.lb_createBy.Tag = "createBy"; - this.lb_createBy.Text = "createBy锛�"; - // - // txt_createBy - // - this.txt_createBy.Location = new System.Drawing.Point(107, 65); - this.txt_createBy.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.txt_createBy.Name = "txt_createBy"; - this.txt_createBy.Size = new System.Drawing.Size(300, 24); - this.txt_createBy.TabIndex = 217; - this.txt_createBy.Tag = "createBy"; - // - // lb_createDate - // - this.lb_createDate.Location = new System.Drawing.Point(1027, 25); - this.lb_createDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.lb_createDate.Name = "lb_createDate"; - this.lb_createDate.Size = new System.Drawing.Size(87, 18); - this.lb_createDate.TabIndex = 216; - this.lb_createDate.Tag = "createDate"; - this.lb_createDate.Text = "createDate锛�"; - // - // txt_createDate - // - this.txt_createDate.Location = new System.Drawing.Point(1107, 25); - this.txt_createDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.txt_createDate.Name = "txt_createDate"; - this.txt_createDate.Size = new System.Drawing.Size(300, 24); - this.txt_createDate.TabIndex = 216; - this.txt_createDate.Tag = "createDate"; - // - // lb_rolRemark - // - this.lb_rolRemark.Location = new System.Drawing.Point(693, 25); - this.lb_rolRemark.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.lb_rolRemark.Name = "lb_rolRemark"; - this.lb_rolRemark.Size = new System.Drawing.Size(80, 18); - this.lb_rolRemark.TabIndex = 213; - this.lb_rolRemark.Tag = "rolRemark"; - this.lb_rolRemark.Text = "rolRemark锛�"; - // - // txt_rolRemark - // - this.txt_rolRemark.Location = new System.Drawing.Point(773, 25); - this.txt_rolRemark.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.txt_rolRemark.Name = "txt_rolRemark"; - this.txt_rolRemark.Size = new System.Drawing.Size(300, 24); - this.txt_rolRemark.TabIndex = 213; - this.txt_rolRemark.Tag = "rolRemark"; - // - // lb_roleName - // - this.lb_roleName.Location = new System.Drawing.Point(360, 25); - this.lb_roleName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.lb_roleName.Name = "lb_roleName"; - this.lb_roleName.Size = new System.Drawing.Size(77, 18); - this.lb_roleName.TabIndex = 211; - this.lb_roleName.Tag = "roleName"; - this.lb_roleName.Text = "roleName锛�"; - // - // txt_roleName - // - this.txt_roleName.Location = new System.Drawing.Point(440, 25); - this.txt_roleName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.txt_roleName.Name = "txt_roleName"; - this.txt_roleName.Size = new System.Drawing.Size(300, 24); - this.txt_roleName.TabIndex = 211; - this.txt_roleName.Tag = "roleName"; - // - // lb_guid - // - this.lb_guid.Location = new System.Drawing.Point(27, 25); - this.lb_guid.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.lb_guid.Name = "lb_guid"; - this.lb_guid.Size = new System.Drawing.Size(41, 18); - this.lb_guid.TabIndex = 210; - this.lb_guid.Tag = "guid"; - this.lb_guid.Text = "guid锛�"; - // - // txt_guid - // - this.txt_guid.Location = new System.Drawing.Point(107, 25); - this.txt_guid.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.txt_guid.Name = "txt_guid"; - this.txt_guid.Size = new System.Drawing.Size(300, 24); - this.txt_guid.TabIndex = 210; - this.txt_guid.Tag = "guid"; - // - // Form1 - // - this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1189, 328); - this.Controls.Add(this.lb_status); - this.Controls.Add(this.txt_status); - this.Controls.Add(this.lb_lastUpdatedBy); - this.Controls.Add(this.txt_lastUpdatedBy); - this.Controls.Add(this.lb_lastUpdateDate); - this.Controls.Add(this.txt_lastUpdateDate); - this.Controls.Add(this.lb_createBy); - this.Controls.Add(this.txt_createBy); - this.Controls.Add(this.lb_createDate); - this.Controls.Add(this.txt_createDate); - this.Controls.Add(this.lb_rolRemark); - this.Controls.Add(this.txt_rolRemark); - this.Controls.Add(this.lb_roleName); - this.Controls.Add(this.txt_roleName); - this.Controls.Add(this.lb_guid); - this.Controls.Add(this.txt_guid); - this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.Name = "Form1"; - this.Text = "Form1"; - ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdatedBy.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateDate.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_createBy.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_createDate.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_rolRemark.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_roleName.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).EndInit(); + this.ClientSize = new System.Drawing.Size(627, 260); + this.Controls.Add(this.button2); + this.Controls.Add(this.button1); + this.Name = "test"; + this.Text = "test"; this.ResumeLayout(false); - this.PerformLayout(); } #endregion - //BQCreateConrolObejct -private DevExpress.XtraEditors.LabelControl lb_status; -private DevExpress.XtraEditors.TextEdit txt_status; -private DevExpress.XtraEditors.LabelControl lb_lastUpdatedBy; -private DevExpress.XtraEditors.TextEdit txt_lastUpdatedBy; - -private DevExpress.XtraEditors.LabelControl lb_lastUpdateDate; -private DevExpress.XtraEditors.TextEdit txt_lastUpdateDate; - -private DevExpress.XtraEditors.LabelControl lb_createBy; -private DevExpress.XtraEditors.TextEdit txt_createBy; - -private DevExpress.XtraEditors.LabelControl lb_createDate; -private DevExpress.XtraEditors.TextEdit txt_createDate; - -private DevExpress.XtraEditors.LabelControl lb_rolRemark; -private DevExpress.XtraEditors.TextEdit txt_rolRemark; - -private DevExpress.XtraEditors.LabelControl lb_roleName; -private DevExpress.XtraEditors.TextEdit txt_roleName; - -private DevExpress.XtraEditors.LabelControl lb_guid; -private DevExpress.XtraEditors.TextEdit txt_guid; - - - + private System.Windows.Forms.Button button1; + private System.Windows.Forms.Button button2; } } \ No newline at end of file -- Gitblit v1.9.3