Changeset 339 for branches/eraser6/Eraser/LogForm.Designer.cs
- Timestamp:
- 4/1/2008 1:24:10 PM (5 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Eraser/LogForm.Designer.cs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/LogForm.Designer.cs
r243 r339 30 30 { 31 31 this.log = new System.Windows.Forms.ListView(); 32 this.clear = new System.Windows.Forms.Button();33 this.close = new System.Windows.Forms.Button();34 32 this.timestamp = new System.Windows.Forms.ColumnHeader(); 35 33 this.severity = new System.Windows.Forms.ColumnHeader(); 36 34 this.message = new System.Windows.Forms.ColumnHeader(); 35 this.clear = new System.Windows.Forms.Button(); 36 this.close = new System.Windows.Forms.Button(); 37 37 this.SuspendLayout(); 38 38 // … … 47 47 this.message}); 48 48 this.log.FullRowSelect = true; 49 this.log.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 49 50 this.log.Location = new System.Drawing.Point(12, 12); 50 51 this.log.MultiSelect = false; 51 52 this.log.Name = "log"; 52 this.log.ShowGroups = false;53 53 this.log.Size = new System.Drawing.Size(600, 391); 54 54 this.log.TabIndex = 0; 55 55 this.log.UseCompatibleStateImageBehavior = false; 56 56 this.log.View = System.Windows.Forms.View.Details; 57 // 58 // timestamp 59 // 60 this.timestamp.Text = "Timestamp"; 61 this.timestamp.Width = 140; 62 // 63 // severity 64 // 65 this.severity.Text = "Severity"; 66 // 67 // message 68 // 69 this.message.Text = "Message"; 70 this.message.Width = 375; 57 71 // 58 72 // clear … … 77 91 this.close.UseVisualStyleBackColor = true; 78 92 this.close.Click += new System.EventHandler(this.close_Click); 79 //80 // timestamp81 //82 this.timestamp.Text = "Timestamp";83 this.timestamp.Width = 140;84 //85 // severity86 //87 this.severity.Text = "Severity";88 //89 // message90 //91 this.message.Text = "Message";92 this.message.Width = 375;93 93 // 94 94 // LogForm
Note: See TracChangeset
for help on using the changeset viewer.
