Moved the text formatting class to the data table parsing class. Slightly organized the code in the NewModifyRecord form.
This commit is contained in:
+3
-3
@@ -203,7 +203,7 @@
|
||||
this.createNewRecordEditMainMenu.Name = "createNewRecordEditMainMenu";
|
||||
this.createNewRecordEditMainMenu.Size = new System.Drawing.Size(283, 34);
|
||||
this.createNewRecordEditMainMenu.Text = "&Create New Record";
|
||||
this.createNewRecordEditMainMenu.Click += new System.EventHandler(this.createNewRecordEditMainMenu_Click);
|
||||
this.createNewRecordEditMainMenu.Click += new System.EventHandler(this.CreateNewRecordEditMainMenuOnClick);
|
||||
//
|
||||
// helpMainMenu
|
||||
//
|
||||
@@ -972,7 +972,7 @@
|
||||
this.addRecordButton.TabIndex = 26;
|
||||
this.addRecordButton.Text = "Update Record";
|
||||
this.addRecordButton.UseVisualStyleBackColor = true;
|
||||
this.addRecordButton.Click += new System.EventHandler(this.addRecordButton_Click);
|
||||
this.addRecordButton.Click += new System.EventHandler(this.SaveRecordOnAddRecordButtonClick);
|
||||
//
|
||||
// NewModifyRecord
|
||||
//
|
||||
@@ -985,7 +985,7 @@
|
||||
this.Name = "NewModifyRecord";
|
||||
this.Text = "Modify Record";
|
||||
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NewModifyRecord_FormClosing);
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CheckFormStateOnClosing);
|
||||
this.mainLayoutPanel.ResumeLayout(false);
|
||||
this.mainLayoutPanel.PerformLayout();
|
||||
this.mainMenuStrip.ResumeLayout(false);
|
||||
|
||||
Reference in New Issue
Block a user