namespace CreateDBClass
|
{
|
partial class Form1
|
{
|
/// <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.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.SuspendLayout();
|
//
|
// lb_status
|
//
|
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:";
|
//
|
// txt_status
|
//
|
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";
|
//
|
// lb_lastUpdatedBy
|
//
|
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.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.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;
|
|
|
|
}
|
}
|