| 1 | namespace IndianHealthService.BMXNet.Tools.SchemaBuilder | 
|---|
| 2 | { | 
|---|
| 3 | partial class SchemaBuilderWindow | 
|---|
| 4 | { | 
|---|
| 5 | /// <summary> | 
|---|
| 6 | /// Required designer variable. | 
|---|
| 7 | /// </summary> | 
|---|
| 8 | private System.ComponentModel.IContainer components = null; | 
|---|
| 9 |  | 
|---|
| 10 | /// <summary> | 
|---|
| 11 | /// Clean up any resources being used. | 
|---|
| 12 | /// </summary> | 
|---|
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | 
|---|
| 14 |  | 
|---|
| 15 |  | 
|---|
| 16 | #region Windows Form Designer generated code | 
|---|
| 17 |  | 
|---|
| 18 | /// <summary> | 
|---|
| 19 | /// Required method for Designer support - do not modify | 
|---|
| 20 | /// the contents of this method with the code editor. | 
|---|
| 21 | /// </summary> | 
|---|
| 22 | private void InitializeComponent() | 
|---|
| 23 | { | 
|---|
| 24 | this.components = new System.ComponentModel.Container(); | 
|---|
| 25 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SchemaBuilderWindow)); | 
|---|
| 26 | this.mnuMain = new System.Windows.Forms.MainMenu(this.components); | 
|---|
| 27 | this.menuItem1 = new System.Windows.Forms.MenuItem(); | 
|---|
| 28 | this.changeRpmsLogin = new System.Windows.Forms.MenuItem(); | 
|---|
| 29 | this.menuItem4 = new System.Windows.Forms.MenuItem(); | 
|---|
| 30 | this.mnuFileOpenSchema = new System.Windows.Forms.MenuItem(); | 
|---|
| 31 | this.mnuFileNewSchema = new System.Windows.Forms.MenuItem(); | 
|---|
| 32 | this.mnuFileSave = new System.Windows.Forms.MenuItem(); | 
|---|
| 33 | this.mnuFileSaveAs = new System.Windows.Forms.MenuItem(); | 
|---|
| 34 | this.menuItem9 = new System.Windows.Forms.MenuItem(); | 
|---|
| 35 | this.mnuFileExit = new System.Windows.Forms.MenuItem(); | 
|---|
| 36 | this.menuItem12 = new System.Windows.Forms.MenuItem(); | 
|---|
| 37 | this.mnuViewFiles = new System.Windows.Forms.MenuItem(); | 
|---|
| 38 | this.mnuViewStatusBar = new System.Windows.Forms.MenuItem(); | 
|---|
| 39 | this.menuItem11 = new System.Windows.Forms.MenuItem(); | 
|---|
| 40 | this.mnuHelpAbout = new System.Windows.Forms.MenuItem(); | 
|---|
| 41 | this.pnlField = new System.Windows.Forms.Panel(); | 
|---|
| 42 | this.grdFieldList = new System.Windows.Forms.DataGrid(); | 
|---|
| 43 | this.tvFile = new System.Windows.Forms.TreeView(); | 
|---|
| 44 | this.mnuTreeNode = new System.Windows.Forms.ContextMenu(); | 
|---|
| 45 | this.mnuSetSchemaFile = new System.Windows.Forms.MenuItem(); | 
|---|
| 46 | this.spltFileField = new System.Windows.Forms.Splitter(); | 
|---|
| 47 | this.pnlFile = new System.Windows.Forms.Panel(); | 
|---|
| 48 | this.lblTreeView = new System.Windows.Forms.Label(); | 
|---|
| 49 | this.pnlFieldGrid = new System.Windows.Forms.Panel(); | 
|---|
| 50 | this.ugrdSchemaFields = new Infragistics.Win.UltraWinGrid.UltraGrid(); | 
|---|
| 51 | this.pnlMain = new System.Windows.Forms.Panel(); | 
|---|
| 52 | this.statusBar1 = new System.Windows.Forms.StatusBar(); | 
|---|
| 53 | this.pnlStatusBar = new System.Windows.Forms.Panel(); | 
|---|
| 54 | this.spltHorizontal = new System.Windows.Forms.Splitter(); | 
|---|
| 55 | this.pnlFileField = new System.Windows.Forms.Panel(); | 
|---|
| 56 | this.pnlField.SuspendLayout(); | 
|---|
| 57 | ((System.ComponentModel.ISupportInitialize)(this.grdFieldList)).BeginInit(); | 
|---|
| 58 | this.pnlFile.SuspendLayout(); | 
|---|
| 59 | this.pnlFieldGrid.SuspendLayout(); | 
|---|
| 60 | ((System.ComponentModel.ISupportInitialize)(this.ugrdSchemaFields)).BeginInit(); | 
|---|
| 61 | this.pnlMain.SuspendLayout(); | 
|---|
| 62 | this.pnlStatusBar.SuspendLayout(); | 
|---|
| 63 | this.pnlFileField.SuspendLayout(); | 
|---|
| 64 | this.SuspendLayout(); | 
|---|
| 65 | // | 
|---|
| 66 | // mnuMain | 
|---|
| 67 | // | 
|---|
| 68 | this.mnuMain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { | 
|---|
| 69 | this.menuItem1, | 
|---|
| 70 | this.menuItem12, | 
|---|
| 71 | this.menuItem11}); | 
|---|
| 72 | // | 
|---|
| 73 | // menuItem1 | 
|---|
| 74 | // | 
|---|
| 75 | this.menuItem1.Index = 0; | 
|---|
| 76 | this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { | 
|---|
| 77 | this.changeRpmsLogin, | 
|---|
| 78 | this.menuItem4, | 
|---|
| 79 | this.mnuFileOpenSchema, | 
|---|
| 80 | this.mnuFileNewSchema, | 
|---|
| 81 | this.mnuFileSave, | 
|---|
| 82 | this.mnuFileSaveAs, | 
|---|
| 83 | this.menuItem9, | 
|---|
| 84 | this.mnuFileExit}); | 
|---|
| 85 | this.menuItem1.Text = "&File"; | 
|---|
| 86 | // | 
|---|
| 87 | // changeRpmsLogin | 
|---|
| 88 | // | 
|---|
| 89 | this.changeRpmsLogin.DefaultItem = true; | 
|---|
| 90 | this.changeRpmsLogin.Index = 0; | 
|---|
| 91 | this.changeRpmsLogin.Text = "Change RPMS &Login"; | 
|---|
| 92 | this.changeRpmsLogin.Click += new System.EventHandler(this.changeRpmsLogin_Click); | 
|---|
| 93 | // | 
|---|
| 94 | // menuItem4 | 
|---|
| 95 | // | 
|---|
| 96 | this.menuItem4.Index = 1; | 
|---|
| 97 | this.menuItem4.Text = "-"; | 
|---|
| 98 | // | 
|---|
| 99 | // mnuFileOpenSchema | 
|---|
| 100 | // | 
|---|
| 101 | this.mnuFileOpenSchema.Index = 2; | 
|---|
| 102 | this.mnuFileOpenSchema.Text = "&Open Schema..."; | 
|---|
| 103 | this.mnuFileOpenSchema.Click += new System.EventHandler(this.mnuFileOpenSchema_Click); | 
|---|
| 104 | // | 
|---|
| 105 | // mnuFileNewSchema | 
|---|
| 106 | // | 
|---|
| 107 | this.mnuFileNewSchema.Index = 3; | 
|---|
| 108 | this.mnuFileNewSchema.Text = "&New Schema..."; | 
|---|
| 109 | this.mnuFileNewSchema.Click += new System.EventHandler(this.mnuFileNewSchema_Click); | 
|---|
| 110 | // | 
|---|
| 111 | // mnuFileSave | 
|---|
| 112 | // | 
|---|
| 113 | this.mnuFileSave.Index = 4; | 
|---|
| 114 | this.mnuFileSave.Text = "&Save"; | 
|---|
| 115 | this.mnuFileSave.Click += new System.EventHandler(this.mnuFileSave_Click); | 
|---|
| 116 | // | 
|---|
| 117 | // mnuFileSaveAs | 
|---|
| 118 | // | 
|---|
| 119 | this.mnuFileSaveAs.Index = 5; | 
|---|
| 120 | this.mnuFileSaveAs.Text = "Save &As"; | 
|---|
| 121 | this.mnuFileSaveAs.Click += new System.EventHandler(this.mnuFileSave_Click); | 
|---|
| 122 | // | 
|---|
| 123 | // menuItem9 | 
|---|
| 124 | // | 
|---|
| 125 | this.menuItem9.Index = 6; | 
|---|
| 126 | this.menuItem9.Text = "-"; | 
|---|
| 127 | // | 
|---|
| 128 | // mnuFileExit | 
|---|
| 129 | // | 
|---|
| 130 | this.mnuFileExit.Index = 7; | 
|---|
| 131 | this.mnuFileExit.Text = "E&xit"; | 
|---|
| 132 | this.mnuFileExit.Click += new System.EventHandler(this.mnuFileExit_Click); | 
|---|
| 133 | // | 
|---|
| 134 | // menuItem12 | 
|---|
| 135 | // | 
|---|
| 136 | this.menuItem12.Index = 1; | 
|---|
| 137 | this.menuItem12.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { | 
|---|
| 138 | this.mnuViewFiles, | 
|---|
| 139 | this.mnuViewStatusBar}); | 
|---|
| 140 | this.menuItem12.Text = "&View"; | 
|---|
| 141 | // | 
|---|
| 142 | // mnuViewFiles | 
|---|
| 143 | // | 
|---|
| 144 | this.mnuViewFiles.Checked = true; | 
|---|
| 145 | this.mnuViewFiles.Index = 0; | 
|---|
| 146 | this.mnuViewFiles.Text = "&File and Fields"; | 
|---|
| 147 | this.mnuViewFiles.Click += new System.EventHandler(this.mnuViewFiles_Click); | 
|---|
| 148 | // | 
|---|
| 149 | // mnuViewStatusBar | 
|---|
| 150 | // | 
|---|
| 151 | this.mnuViewStatusBar.Checked = true; | 
|---|
| 152 | this.mnuViewStatusBar.Index = 1; | 
|---|
| 153 | this.mnuViewStatusBar.Text = "&Status bar"; | 
|---|
| 154 | this.mnuViewStatusBar.Click += new System.EventHandler(this.mnuViewStatusBar_Click); | 
|---|
| 155 | // | 
|---|
| 156 | // menuItem11 | 
|---|
| 157 | // | 
|---|
| 158 | this.menuItem11.Index = 2; | 
|---|
| 159 | this.menuItem11.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { | 
|---|
| 160 | this.mnuHelpAbout}); | 
|---|
| 161 | this.menuItem11.Text = "&Help"; | 
|---|
| 162 | // | 
|---|
| 163 | // mnuHelpAbout | 
|---|
| 164 | // | 
|---|
| 165 | this.mnuHelpAbout.Index = 0; | 
|---|
| 166 | this.mnuHelpAbout.Text = "&About"; | 
|---|
| 167 | this.mnuHelpAbout.Click += new System.EventHandler(this.mnuHelpAbout_Click); | 
|---|
| 168 | // | 
|---|
| 169 | // pnlField | 
|---|
| 170 | // | 
|---|
| 171 | this.pnlField.Controls.Add(this.grdFieldList); | 
|---|
| 172 | this.pnlField.Dock = System.Windows.Forms.DockStyle.Fill; | 
|---|
| 173 | this.pnlField.Location = new System.Drawing.Point(255, 0); | 
|---|
| 174 | this.pnlField.Name = "pnlField"; | 
|---|
| 175 | this.pnlField.Size = new System.Drawing.Size(547, 300); | 
|---|
| 176 | this.pnlField.TabIndex = 3; | 
|---|
| 177 | // | 
|---|
| 178 | // grdFieldList | 
|---|
| 179 | // | 
|---|
| 180 | this.grdFieldList.AccessibleName = "DataGrid"; | 
|---|
| 181 | this.grdFieldList.AccessibleRole = System.Windows.Forms.AccessibleRole.Table; | 
|---|
| 182 | this.grdFieldList.CaptionBackColor = System.Drawing.SystemColors.Control; | 
|---|
| 183 | this.grdFieldList.CaptionForeColor = System.Drawing.SystemColors.ControlText; | 
|---|
| 184 | this.grdFieldList.CaptionText = "Fields:"; | 
|---|
| 185 | this.grdFieldList.DataMember = ""; | 
|---|
| 186 | this.grdFieldList.Dock = System.Windows.Forms.DockStyle.Fill; | 
|---|
| 187 | this.grdFieldList.HeaderForeColor = System.Drawing.SystemColors.ControlText; | 
|---|
| 188 | this.grdFieldList.ImeMode = System.Windows.Forms.ImeMode.NoControl; | 
|---|
| 189 | this.grdFieldList.Location = new System.Drawing.Point(0, 0); | 
|---|
| 190 | this.grdFieldList.Name = "grdFieldList"; | 
|---|
| 191 | this.grdFieldList.ReadOnly = true; | 
|---|
| 192 | this.grdFieldList.Size = new System.Drawing.Size(547, 300); | 
|---|
| 193 | this.grdFieldList.TabIndex = 0; | 
|---|
| 194 | this.grdFieldList.MouseUp += new System.Windows.Forms.MouseEventHandler(this.grdFieldList_MouseUp); | 
|---|
| 195 | this.grdFieldList.MouseMove += new System.Windows.Forms.MouseEventHandler(this.grdFieldList_MouseMove); | 
|---|
| 196 | this.grdFieldList.MouseDown += new System.Windows.Forms.MouseEventHandler(this.grdFieldList_MouseDown); | 
|---|
| 197 | // | 
|---|
| 198 | // tvFile | 
|---|
| 199 | // | 
|---|
| 200 | this.tvFile.ContextMenu = this.mnuTreeNode; | 
|---|
| 201 | this.tvFile.Dock = System.Windows.Forms.DockStyle.Fill; | 
|---|
| 202 | this.tvFile.Location = new System.Drawing.Point(0, 16); | 
|---|
| 203 | this.tvFile.Name = "tvFile"; | 
|---|
| 204 | this.tvFile.Size = new System.Drawing.Size(250, 284); | 
|---|
| 205 | this.tvFile.TabIndex = 0; | 
|---|
| 206 | this.tvFile.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvFile_BeforeExpand); | 
|---|
| 207 | this.tvFile.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvFile_AfterSelect); | 
|---|
| 208 | // | 
|---|
| 209 | // mnuTreeNode | 
|---|
| 210 | // | 
|---|
| 211 | this.mnuTreeNode.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { | 
|---|
| 212 | this.mnuSetSchemaFile}); | 
|---|
| 213 | // | 
|---|
| 214 | // mnuSetSchemaFile | 
|---|
| 215 | // | 
|---|
| 216 | this.mnuSetSchemaFile.Index = 0; | 
|---|
| 217 | this.mnuSetSchemaFile.Text = "Set Schema File"; | 
|---|
| 218 | // | 
|---|
| 219 | // spltFileField | 
|---|
| 220 | // | 
|---|
| 221 | this.spltFileField.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; | 
|---|
| 222 | this.spltFileField.Location = new System.Drawing.Point(250, 0); | 
|---|
| 223 | this.spltFileField.Name = "spltFileField"; | 
|---|
| 224 | this.spltFileField.Size = new System.Drawing.Size(5, 300); | 
|---|
| 225 | this.spltFileField.TabIndex = 2; | 
|---|
| 226 | this.spltFileField.TabStop = false; | 
|---|
| 227 | // | 
|---|
| 228 | // pnlFile | 
|---|
| 229 | // | 
|---|
| 230 | this.pnlFile.Controls.Add(this.tvFile); | 
|---|
| 231 | this.pnlFile.Controls.Add(this.lblTreeView); | 
|---|
| 232 | this.pnlFile.Dock = System.Windows.Forms.DockStyle.Left; | 
|---|
| 233 | this.pnlFile.Location = new System.Drawing.Point(0, 0); | 
|---|
| 234 | this.pnlFile.Name = "pnlFile"; | 
|---|
| 235 | this.pnlFile.Size = new System.Drawing.Size(250, 300); | 
|---|
| 236 | this.pnlFile.TabIndex = 1; | 
|---|
| 237 | // | 
|---|
| 238 | // lblTreeView | 
|---|
| 239 | // | 
|---|
| 240 | this.lblTreeView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; | 
|---|
| 241 | this.lblTreeView.Dock = System.Windows.Forms.DockStyle.Top; | 
|---|
| 242 | this.lblTreeView.Location = new System.Drawing.Point(0, 0); | 
|---|
| 243 | this.lblTreeView.Name = "lblTreeView"; | 
|---|
| 244 | this.lblTreeView.Size = new System.Drawing.Size(250, 16); | 
|---|
| 245 | this.lblTreeView.TabIndex = 1; | 
|---|
| 246 | this.lblTreeView.Text = "FileMan File:"; | 
|---|
| 247 | // | 
|---|
| 248 | // pnlFieldGrid | 
|---|
| 249 | // | 
|---|
| 250 | this.pnlFieldGrid.Controls.Add(this.ugrdSchemaFields); | 
|---|
| 251 | this.pnlFieldGrid.Dock = System.Windows.Forms.DockStyle.Fill; | 
|---|
| 252 | this.pnlFieldGrid.Location = new System.Drawing.Point(0, 0); | 
|---|
| 253 | this.pnlFieldGrid.Name = "pnlFieldGrid"; | 
|---|
| 254 | this.pnlFieldGrid.Size = new System.Drawing.Size(802, 257); | 
|---|
| 255 | this.pnlFieldGrid.TabIndex = 2; | 
|---|
| 256 | // | 
|---|
| 257 | // ugrdSchemaFields | 
|---|
| 258 | // | 
|---|
| 259 | this.ugrdSchemaFields.AllowDrop = true; | 
|---|
| 260 | this.ugrdSchemaFields.Cursor = System.Windows.Forms.Cursors.Default; | 
|---|
| 261 | this.ugrdSchemaFields.Dock = System.Windows.Forms.DockStyle.Fill; | 
|---|
| 262 | this.ugrdSchemaFields.Location = new System.Drawing.Point(0, 0); | 
|---|
| 263 | this.ugrdSchemaFields.Name = "ugrdSchemaFields"; | 
|---|
| 264 | this.ugrdSchemaFields.Size = new System.Drawing.Size(802, 257); | 
|---|
| 265 | this.ugrdSchemaFields.TabIndex = 1; | 
|---|
| 266 | this.ugrdSchemaFields.Text = "Schema File:"; | 
|---|
| 267 | this.ugrdSchemaFields.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ugrdSchemaFields_InitializeLayout); | 
|---|
| 268 | this.ugrdSchemaFields.DragDrop += new System.Windows.Forms.DragEventHandler(this.ugrdSchemaFields_DragDrop); | 
|---|
| 269 | this.ugrdSchemaFields.DragEnter += new System.Windows.Forms.DragEventHandler(this.ugrdSchemaFields_DragEnter); | 
|---|
| 270 | // | 
|---|
| 271 | // pnlMain | 
|---|
| 272 | // | 
|---|
| 273 | this.pnlMain.AutoScroll = true; | 
|---|
| 274 | this.pnlMain.Controls.Add(this.pnlFieldGrid); | 
|---|
| 275 | this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill; | 
|---|
| 276 | this.pnlMain.Location = new System.Drawing.Point(0, 305); | 
|---|
| 277 | this.pnlMain.Name = "pnlMain"; | 
|---|
| 278 | this.pnlMain.Size = new System.Drawing.Size(802, 257); | 
|---|
| 279 | this.pnlMain.TabIndex = 7; | 
|---|
| 280 | // | 
|---|
| 281 | // statusBar1 | 
|---|
| 282 | // | 
|---|
| 283 | this.statusBar1.Dock = System.Windows.Forms.DockStyle.Fill; | 
|---|
| 284 | this.statusBar1.Location = new System.Drawing.Point(0, 0); | 
|---|
| 285 | this.statusBar1.Name = "statusBar1"; | 
|---|
| 286 | this.statusBar1.Size = new System.Drawing.Size(802, 24); | 
|---|
| 287 | this.statusBar1.TabIndex = 0; | 
|---|
| 288 | this.statusBar1.Text = "statusBar1"; | 
|---|
| 289 | // | 
|---|
| 290 | // pnlStatusBar | 
|---|
| 291 | // | 
|---|
| 292 | this.pnlStatusBar.Controls.Add(this.statusBar1); | 
|---|
| 293 | this.pnlStatusBar.Dock = System.Windows.Forms.DockStyle.Bottom; | 
|---|
| 294 | this.pnlStatusBar.Location = new System.Drawing.Point(0, 562); | 
|---|
| 295 | this.pnlStatusBar.Name = "pnlStatusBar"; | 
|---|
| 296 | this.pnlStatusBar.Size = new System.Drawing.Size(802, 24); | 
|---|
| 297 | this.pnlStatusBar.TabIndex = 6; | 
|---|
| 298 | // | 
|---|
| 299 | // spltHorizontal | 
|---|
| 300 | // | 
|---|
| 301 | this.spltHorizontal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; | 
|---|
| 302 | this.spltHorizontal.Dock = System.Windows.Forms.DockStyle.Top; | 
|---|
| 303 | this.spltHorizontal.Location = new System.Drawing.Point(0, 300); | 
|---|
| 304 | this.spltHorizontal.Name = "spltHorizontal"; | 
|---|
| 305 | this.spltHorizontal.Size = new System.Drawing.Size(802, 5); | 
|---|
| 306 | this.spltHorizontal.TabIndex = 5; | 
|---|
| 307 | this.spltHorizontal.TabStop = false; | 
|---|
| 308 | // | 
|---|
| 309 | // pnlFileField | 
|---|
| 310 | // | 
|---|
| 311 | this.pnlFileField.Controls.Add(this.pnlField); | 
|---|
| 312 | this.pnlFileField.Controls.Add(this.spltFileField); | 
|---|
| 313 | this.pnlFileField.Controls.Add(this.pnlFile); | 
|---|
| 314 | this.pnlFileField.Dock = System.Windows.Forms.DockStyle.Top; | 
|---|
| 315 | this.pnlFileField.Location = new System.Drawing.Point(0, 0); | 
|---|
| 316 | this.pnlFileField.Name = "pnlFileField"; | 
|---|
| 317 | this.pnlFileField.Size = new System.Drawing.Size(802, 300); | 
|---|
| 318 | this.pnlFileField.TabIndex = 4; | 
|---|
| 319 | this.pnlFileField.DragDrop += new System.Windows.Forms.DragEventHandler(this.ugrdSchemaFields_DragDrop); | 
|---|
| 320 | this.pnlFileField.DragEnter += new System.Windows.Forms.DragEventHandler(this.ugrdSchemaFields_DragEnter); | 
|---|
| 321 | // | 
|---|
| 322 | // SchemaBuilderWindow | 
|---|
| 323 | // | 
|---|
| 324 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | 
|---|
| 325 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | 
|---|
| 326 | this.ClientSize = new System.Drawing.Size(802, 586); | 
|---|
| 327 | this.Controls.Add(this.pnlMain); | 
|---|
| 328 | this.Controls.Add(this.pnlStatusBar); | 
|---|
| 329 | this.Controls.Add(this.spltHorizontal); | 
|---|
| 330 | this.Controls.Add(this.pnlFileField); | 
|---|
| 331 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); | 
|---|
| 332 | this.Menu = this.mnuMain; | 
|---|
| 333 | this.Name = "SchemaBuilderWindow"; | 
|---|
| 334 | this.Text = "Schema Builder"; | 
|---|
| 335 | this.Load += new System.EventHandler(this.frmMain_Load); | 
|---|
| 336 | this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SchemaBuilderWindow_FormClosed); | 
|---|
| 337 | this.pnlField.ResumeLayout(false); | 
|---|
| 338 | ((System.ComponentModel.ISupportInitialize)(this.grdFieldList)).EndInit(); | 
|---|
| 339 | this.pnlFile.ResumeLayout(false); | 
|---|
| 340 | this.pnlFieldGrid.ResumeLayout(false); | 
|---|
| 341 | ((System.ComponentModel.ISupportInitialize)(this.ugrdSchemaFields)).EndInit(); | 
|---|
| 342 | this.pnlMain.ResumeLayout(false); | 
|---|
| 343 | this.pnlStatusBar.ResumeLayout(false); | 
|---|
| 344 | this.pnlFileField.ResumeLayout(false); | 
|---|
| 345 | this.ResumeLayout(false); | 
|---|
| 346 |  | 
|---|
| 347 | } | 
|---|
| 348 |  | 
|---|
| 349 | #endregion | 
|---|
| 350 |  | 
|---|
| 351 | private System.Windows.Forms.MainMenu mnuMain; | 
|---|
| 352 | private System.Windows.Forms.MenuItem menuItem1; | 
|---|
| 353 | private System.Windows.Forms.MenuItem changeRpmsLogin; | 
|---|
| 354 | private System.Windows.Forms.MenuItem menuItem4; | 
|---|
| 355 | private System.Windows.Forms.MenuItem mnuFileOpenSchema; | 
|---|
| 356 | private System.Windows.Forms.MenuItem mnuFileNewSchema; | 
|---|
| 357 | private System.Windows.Forms.MenuItem mnuFileSave; | 
|---|
| 358 | private System.Windows.Forms.MenuItem mnuFileSaveAs; | 
|---|
| 359 | private System.Windows.Forms.MenuItem menuItem9; | 
|---|
| 360 | private System.Windows.Forms.MenuItem mnuFileExit; | 
|---|
| 361 | private System.Windows.Forms.MenuItem menuItem12; | 
|---|
| 362 | private System.Windows.Forms.MenuItem mnuViewFiles; | 
|---|
| 363 | private System.Windows.Forms.MenuItem mnuViewStatusBar; | 
|---|
| 364 | private System.Windows.Forms.MenuItem menuItem11; | 
|---|
| 365 | private System.Windows.Forms.MenuItem mnuHelpAbout; | 
|---|
| 366 | private System.Windows.Forms.Panel pnlField; | 
|---|
| 367 | private System.Windows.Forms.DataGrid grdFieldList; | 
|---|
| 368 | private System.Windows.Forms.TreeView tvFile; | 
|---|
| 369 | private System.Windows.Forms.ContextMenu mnuTreeNode; | 
|---|
| 370 | private System.Windows.Forms.MenuItem mnuSetSchemaFile; | 
|---|
| 371 | private System.Windows.Forms.Splitter spltFileField; | 
|---|
| 372 | private System.Windows.Forms.Panel pnlFile; | 
|---|
| 373 | private System.Windows.Forms.Label lblTreeView; | 
|---|
| 374 | private System.Windows.Forms.Panel pnlFieldGrid; | 
|---|
| 375 | private Infragistics.Win.UltraWinGrid.UltraGrid ugrdSchemaFields; | 
|---|
| 376 | private System.Windows.Forms.Panel pnlMain; | 
|---|
| 377 | private System.Windows.Forms.StatusBar statusBar1; | 
|---|
| 378 | private System.Windows.Forms.Panel pnlStatusBar; | 
|---|
| 379 | private System.Windows.Forms.Splitter spltHorizontal; | 
|---|
| 380 | private System.Windows.Forms.Panel pnlFileField; | 
|---|
| 381 | } | 
|---|
| 382 | } | 
|---|