- Timestamp:
- 4/28/2010 9:25:36 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.BlackBox/BlackBoxMainForm.Designer.cs
r1973 r1988 50 50 private void InitializeComponent() 51 51 { 52 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BlackBoxMainForm)); 53 this.MainLbl = new System.Windows.Forms.Label(); 54 this.SubmitBtn = new System.Windows.Forms.Button(); 55 this.PostponeBtn = new System.Windows.Forms.Button(); 56 this.BlackBoxPic = new System.Windows.Forms.PictureBox(); 57 this.ReportsLv = new System.Windows.Forms.ListView(); 58 this.ReportsLvTimestampColumn = new System.Windows.Forms.ColumnHeader(); 59 this.ReportsLvErrorColumn = new System.Windows.Forms.ColumnHeader(); 60 ((System.ComponentModel.ISupportInitialize)(this.BlackBoxPic)).BeginInit(); 61 this.SuspendLayout(); 62 // 63 // MainLbl 64 // 65 this.MainLbl.AccessibleDescription = null; 66 this.MainLbl.AccessibleName = null; 67 resources.ApplyResources(this.MainLbl, "MainLbl"); 68 this.MainLbl.Font = null; 69 this.MainLbl.Name = "MainLbl"; 70 // 71 // SubmitBtn 72 // 73 this.SubmitBtn.AccessibleDescription = null; 74 this.SubmitBtn.AccessibleName = null; 75 resources.ApplyResources(this.SubmitBtn, "SubmitBtn"); 76 this.SubmitBtn.BackgroundImage = null; 77 this.SubmitBtn.Font = null; 78 this.SubmitBtn.Name = "SubmitBtn"; 79 this.SubmitBtn.UseVisualStyleBackColor = true; 80 this.SubmitBtn.Click += new System.EventHandler(this.SubmitBtn_Click); 81 // 82 // PostponeBtn 83 // 84 this.PostponeBtn.AccessibleDescription = null; 85 this.PostponeBtn.AccessibleName = null; 86 resources.ApplyResources(this.PostponeBtn, "PostponeBtn"); 87 this.PostponeBtn.BackgroundImage = null; 88 this.PostponeBtn.Font = null; 89 this.PostponeBtn.Name = "PostponeBtn"; 90 this.PostponeBtn.UseVisualStyleBackColor = true; 91 this.PostponeBtn.Click += new System.EventHandler(this.PostponeBtn_Click); 92 // 93 // BlackBoxPic 94 // 95 this.BlackBoxPic.AccessibleDescription = null; 96 this.BlackBoxPic.AccessibleName = null; 97 resources.ApplyResources(this.BlackBoxPic, "BlackBoxPic"); 98 this.BlackBoxPic.BackgroundImage = null; 99 this.BlackBoxPic.Font = null; 100 this.BlackBoxPic.Image = global::Eraser.BlackBox.Properties.Resources.BlackBox; 101 this.BlackBoxPic.ImageLocation = null; 102 this.BlackBoxPic.Name = "BlackBoxPic"; 103 this.BlackBoxPic.TabStop = false; 104 // 105 // ReportsLv 106 // 107 this.ReportsLv.AccessibleDescription = null; 108 this.ReportsLv.AccessibleName = null; 109 resources.ApplyResources(this.ReportsLv, "ReportsLv"); 110 this.ReportsLv.BackgroundImage = null; 111 this.ReportsLv.CheckBoxes = true; 112 this.ReportsLv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 52 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BlackBoxMainForm)); 53 this.MainLbl = new System.Windows.Forms.Label(); 54 this.SubmitBtn = new System.Windows.Forms.Button(); 55 this.PostponeBtn = new System.Windows.Forms.Button(); 56 this.BlackBoxPic = new System.Windows.Forms.PictureBox(); 57 this.ReportsLv = new System.Windows.Forms.ListView(); 58 this.ReportsLvTimestampColumn = new System.Windows.Forms.ColumnHeader(); 59 this.ReportsLvErrorColumn = new System.Windows.Forms.ColumnHeader(); 60 ((System.ComponentModel.ISupportInitialize)(this.BlackBoxPic)).BeginInit(); 61 this.SuspendLayout(); 62 // 63 // MainLbl 64 // 65 resources.ApplyResources(this.MainLbl, "MainLbl"); 66 this.MainLbl.Name = "MainLbl"; 67 // 68 // SubmitBtn 69 // 70 resources.ApplyResources(this.SubmitBtn, "SubmitBtn"); 71 this.SubmitBtn.Name = "SubmitBtn"; 72 this.SubmitBtn.UseVisualStyleBackColor = true; 73 this.SubmitBtn.Click += new System.EventHandler(this.SubmitBtn_Click); 74 // 75 // PostponeBtn 76 // 77 resources.ApplyResources(this.PostponeBtn, "PostponeBtn"); 78 this.PostponeBtn.Name = "PostponeBtn"; 79 this.PostponeBtn.UseVisualStyleBackColor = true; 80 this.PostponeBtn.Click += new System.EventHandler(this.PostponeBtn_Click); 81 // 82 // BlackBoxPic 83 // 84 this.BlackBoxPic.Image = global::Eraser.BlackBox.Properties.Resources.BlackBox; 85 resources.ApplyResources(this.BlackBoxPic, "BlackBoxPic"); 86 this.BlackBoxPic.Name = "BlackBoxPic"; 87 this.BlackBoxPic.TabStop = false; 88 // 89 // ReportsLv 90 // 91 resources.ApplyResources(this.ReportsLv, "ReportsLv"); 92 this.ReportsLv.CheckBoxes = true; 93 this.ReportsLv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 113 94 this.ReportsLvTimestampColumn, 114 95 this.ReportsLvErrorColumn}); 115 this.ReportsLv.Font = null; 116 this.ReportsLv.FullRowSelect = true; 117 this.ReportsLv.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 118 this.ReportsLv.Name = "ReportsLv"; 119 this.ReportsLv.UseCompatibleStateImageBehavior = false; 120 this.ReportsLv.View = System.Windows.Forms.View.Details; 121 this.ReportsLv.ItemActivate += new System.EventHandler(this.ReportsLv_ItemActivate); 122 // 123 // ReportsLvTimestampColumn 124 // 125 resources.ApplyResources(this.ReportsLvTimestampColumn, "ReportsLvTimestampColumn"); 126 // 127 // ReportsLvErrorColumn 128 // 129 resources.ApplyResources(this.ReportsLvErrorColumn, "ReportsLvErrorColumn"); 130 // 131 // BlackBoxMainForm 132 // 133 this.AccessibleDescription = null; 134 this.AccessibleName = null; 135 resources.ApplyResources(this, "$this"); 136 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; 137 this.BackgroundImage = null; 138 this.Controls.Add(this.ReportsLv); 139 this.Controls.Add(this.BlackBoxPic); 140 this.Controls.Add(this.PostponeBtn); 141 this.Controls.Add(this.SubmitBtn); 142 this.Controls.Add(this.MainLbl); 143 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 144 this.MaximizeBox = false; 145 this.MinimizeBox = false; 146 this.Name = "BlackBoxMainForm"; 147 this.ShowInTaskbar = false; 148 this.TopMost = true; 149 ((System.ComponentModel.ISupportInitialize)(this.BlackBoxPic)).EndInit(); 150 this.ResumeLayout(false); 96 this.ReportsLv.FullRowSelect = true; 97 this.ReportsLv.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 98 this.ReportsLv.Name = "ReportsLv"; 99 this.ReportsLv.UseCompatibleStateImageBehavior = false; 100 this.ReportsLv.View = System.Windows.Forms.View.Details; 101 this.ReportsLv.ItemActivate += new System.EventHandler(this.ReportsLv_ItemActivate); 102 // 103 // ReportsLvTimestampColumn 104 // 105 resources.ApplyResources(this.ReportsLvTimestampColumn, "ReportsLvTimestampColumn"); 106 // 107 // ReportsLvErrorColumn 108 // 109 resources.ApplyResources(this.ReportsLvErrorColumn, "ReportsLvErrorColumn"); 110 // 111 // BlackBoxMainForm 112 // 113 resources.ApplyResources(this, "$this"); 114 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; 115 this.Controls.Add(this.ReportsLv); 116 this.Controls.Add(this.BlackBoxPic); 117 this.Controls.Add(this.PostponeBtn); 118 this.Controls.Add(this.SubmitBtn); 119 this.Controls.Add(this.MainLbl); 120 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 121 this.MaximizeBox = false; 122 this.MinimizeBox = false; 123 this.Name = "BlackBoxMainForm"; 124 this.ShowInTaskbar = false; 125 this.TopMost = true; 126 ((System.ComponentModel.ISupportInitialize)(this.BlackBoxPic)).EndInit(); 127 this.ResumeLayout(false); 151 128 152 129 }
Note: See TracChangeset
for help on using the changeset viewer.
