Shadowrun: Awakened 29 September 2011 - Build 871
AnalyzerForm.Designer.cs
Go to the documentation of this file.
00001 namespace RoutineAnalyzer
00002 {
00003     partial class AnalyzerForm
00004     {
00008         private System.ComponentModel.IContainer components = null;
00009 
00014         protected override void Dispose(bool disposing)
00015         {
00016             if (disposing && (components != null))
00017             {
00018                 components.Dispose();
00019             }
00020             base.Dispose(disposing);
00021         }
00022 
00023         #region Windows Form Designer generated code
00024 
00029         private void InitializeComponent()
00030         {
00031             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnalyzerForm));
00032             this._analyzeBtn = new System.Windows.Forms.Button();
00033             this._login = new System.Windows.Forms.TextBox();
00034             this._password = new System.Windows.Forms.TextBox();
00035             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
00036             this.label1 = new System.Windows.Forms.Label();
00037             this.label2 = new System.Windows.Forms.Label();
00038             this.label3 = new System.Windows.Forms.Label();
00039             this._schema = new System.Windows.Forms.TextBox();
00040             this.panel1 = new System.Windows.Forms.Panel();
00041             this.radioButton1 = new System.Windows.Forms.RadioButton();
00042             this._uscriptRadioBtn = new System.Windows.Forms.RadioButton();
00043             this._cppRadioBtn = new System.Windows.Forms.RadioButton();
00044             this.groupBox1 = new System.Windows.Forms.GroupBox();
00045             this._code = new System.Windows.Forms.RichTextBox();
00046             this._scanTable = new System.Windows.Forms.TableLayoutPanel();
00047             this._sprocGrid = new System.Windows.Forms.DataGridView();
00048             this.specific_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
00049             this.isStream = new System.Windows.Forms.DataGridViewCheckBoxColumn();
00050             this.button1 = new System.Windows.Forms.Button();
00051             this.tableLayoutPanel1.SuspendLayout();
00052             this.panel1.SuspendLayout();
00053             this.groupBox1.SuspendLayout();
00054             this._scanTable.SuspendLayout();
00055             ((System.ComponentModel.ISupportInitialize)(this._sprocGrid)).BeginInit();
00056             this.SuspendLayout();
00057             // 
00058             // _analyzeBtn
00059             // 
00060             this._analyzeBtn.Location = new System.Drawing.Point(615, 3);
00061             this._analyzeBtn.Name = "_analyzeBtn";
00062             this._analyzeBtn.Size = new System.Drawing.Size(75, 23);
00063             this._analyzeBtn.TabIndex = 0;
00064             this._analyzeBtn.Text = "Analyze";
00065             this._analyzeBtn.UseVisualStyleBackColor = true;
00066             this._analyzeBtn.Click += new System.EventHandler(this.OnAnalyzeBtnClick);
00067             // 
00068             // _login
00069             // 
00070             this._login.Location = new System.Drawing.Point(51, 3);
00071             this._login.Name = "_login";
00072             this._login.Size = new System.Drawing.Size(65, 20);
00073             this._login.TabIndex = 1;
00074             // 
00075             // _password
00076             // 
00077             this._password.Location = new System.Drawing.Point(184, 3);
00078             this._password.Name = "_password";
00079             this._password.Size = new System.Drawing.Size(106, 20);
00080             this._password.TabIndex = 2;
00081             // 
00082             // tableLayoutPanel1
00083             // 
00084             this.tableLayoutPanel1.ColumnCount = 9;
00085             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F));
00086             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 71F));
00087             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 62F));
00088             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 125F));
00089             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 66F));
00090             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 88F));
00091             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
00092             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 23F));
00093             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
00094             this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
00095             this.tableLayoutPanel1.Controls.Add(this._password, 3, 0);
00096             this.tableLayoutPanel1.Controls.Add(this._login, 1, 0);
00097             this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
00098             this.tableLayoutPanel1.Controls.Add(this.label3, 4, 0);
00099             this.tableLayoutPanel1.Controls.Add(this._schema, 5, 0);
00100             this.tableLayoutPanel1.Controls.Add(this._analyzeBtn, 8, 0);
00101             this.tableLayoutPanel1.Controls.Add(this.panel1, 6, 0);
00102             this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
00103             this.tableLayoutPanel1.Location = new System.Drawing.Point(256, 0);
00104             this.tableLayoutPanel1.Name = "tableLayoutPanel1";
00105             this.tableLayoutPanel1.RowCount = 1;
00106             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
00107             this.tableLayoutPanel1.Size = new System.Drawing.Size(732, 81);
00108             this.tableLayoutPanel1.TabIndex = 3;
00109             // 
00110             // label1
00111             // 
00112             this.label1.AutoSize = true;
00113             this.label1.Location = new System.Drawing.Point(3, 0);
00114             this.label1.Name = "label1";
00115             this.label1.Size = new System.Drawing.Size(36, 13);
00116             this.label1.TabIndex = 0;
00117             this.label1.Text = "Login:";
00118             // 
00119             // label2
00120             // 
00121             this.label2.AutoSize = true;
00122             this.label2.Location = new System.Drawing.Point(122, 0);
00123             this.label2.Name = "label2";
00124             this.label2.Size = new System.Drawing.Size(56, 13);
00125             this.label2.TabIndex = 2;
00126             this.label2.Text = "Password:";
00127             // 
00128             // label3
00129             // 
00130             this.label3.AutoSize = true;
00131             this.label3.Location = new System.Drawing.Point(309, 0);
00132             this.label3.Name = "label3";
00133             this.label3.Size = new System.Drawing.Size(49, 13);
00134             this.label3.TabIndex = 3;
00135             this.label3.Text = "Schema:";
00136             // 
00137             // _schema
00138             // 
00139             this._schema.Location = new System.Drawing.Point(375, 3);
00140             this._schema.Name = "_schema";
00141             this._schema.Size = new System.Drawing.Size(80, 20);
00142             this._schema.TabIndex = 4;
00143             // 
00144             // panel1
00145             // 
00146             this.panel1.Controls.Add(this.radioButton1);
00147             this.panel1.Controls.Add(this._uscriptRadioBtn);
00148             this.panel1.Controls.Add(this._cppRadioBtn);
00149             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
00150             this.panel1.Location = new System.Drawing.Point(463, 3);
00151             this.panel1.Name = "panel1";
00152             this.panel1.Size = new System.Drawing.Size(123, 75);
00153             this.panel1.TabIndex = 5;
00154             // 
00155             // radioButton1
00156             // 
00157             this.radioButton1.AutoSize = true;
00158             this.radioButton1.Location = new System.Drawing.Point(3, 26);
00159             this.radioButton1.Name = "radioButton1";
00160             this.radioButton1.Size = new System.Drawing.Size(88, 17);
00161             this.radioButton1.TabIndex = 2;
00162             this.radioButton1.TabStop = true;
00163             this.radioButton1.Text = "C++ Wrapper";
00164             this.radioButton1.UseVisualStyleBackColor = true;
00165             // 
00166             // _uscriptRadioBtn
00167             // 
00168             this._uscriptRadioBtn.AutoSize = true;
00169             this._uscriptRadioBtn.Location = new System.Drawing.Point(3, 49);
00170             this._uscriptRadioBtn.Name = "_uscriptRadioBtn";
00171             this._uscriptRadioBtn.Size = new System.Drawing.Size(83, 17);
00172             this._uscriptRadioBtn.TabIndex = 1;
00173             this._uscriptRadioBtn.Text = "UnrealScript";
00174             this._uscriptRadioBtn.UseVisualStyleBackColor = true;
00175             // 
00176             // _cppRadioBtn
00177             // 
00178             this._cppRadioBtn.AutoSize = true;
00179             this._cppRadioBtn.Checked = true;
00180             this._cppRadioBtn.Location = new System.Drawing.Point(3, 3);
00181             this._cppRadioBtn.Name = "_cppRadioBtn";
00182             this._cppRadioBtn.Size = new System.Drawing.Size(118, 17);
00183             this._cppRadioBtn.TabIndex = 0;
00184             this._cppRadioBtn.TabStop = true;
00185             this._cppRadioBtn.Text = "C++ Implementation";
00186             this._cppRadioBtn.UseVisualStyleBackColor = true;
00187             // 
00188             // groupBox1
00189             // 
00190             this.groupBox1.Controls.Add(this._code);
00191             this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
00192             this.groupBox1.Location = new System.Drawing.Point(256, 81);
00193             this.groupBox1.Name = "groupBox1";
00194             this.groupBox1.Size = new System.Drawing.Size(732, 390);
00195             this.groupBox1.TabIndex = 4;
00196             this.groupBox1.TabStop = false;
00197             this.groupBox1.Text = "C++ Code";
00198             // 
00199             // _code
00200             // 
00201             this._code.Dock = System.Windows.Forms.DockStyle.Fill;
00202             this._code.Location = new System.Drawing.Point(3, 16);
00203             this._code.Name = "_code";
00204             this._code.Size = new System.Drawing.Size(726, 371);
00205             this._code.TabIndex = 0;
00206             this._code.Text = "";
00207             // 
00208             // _scanTable
00209             // 
00210             this._scanTable.ColumnCount = 1;
00211             this._scanTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
00212             this._scanTable.Controls.Add(this._sprocGrid, 0, 1);
00213             this._scanTable.Controls.Add(this.button1, 0, 0);
00214             this._scanTable.Dock = System.Windows.Forms.DockStyle.Left;
00215             this._scanTable.Location = new System.Drawing.Point(0, 0);
00216             this._scanTable.Name = "_scanTable";
00217             this._scanTable.RowCount = 2;
00218             this._scanTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.855626F));
00219             this._scanTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 92.14437F));
00220             this._scanTable.Size = new System.Drawing.Size(256, 471);
00221             this._scanTable.TabIndex = 6;
00222             // 
00223             // _sprocGrid
00224             // 
00225             this._sprocGrid.AllowUserToAddRows = false;
00226             this._sprocGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
00227             this._sprocGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
00228             this.specific_name,
00229             this.isStream});
00230             this._sprocGrid.Dock = System.Windows.Forms.DockStyle.Fill;
00231             this._sprocGrid.Location = new System.Drawing.Point(3, 39);
00232             this._sprocGrid.Name = "_sprocGrid";
00233             this._sprocGrid.Size = new System.Drawing.Size(250, 429);
00234             this._sprocGrid.TabIndex = 5;
00235             // 
00236             // specific_name
00237             // 
00238             this.specific_name.DataPropertyName = "specific_name";
00239             this.specific_name.HeaderText = "SPROC";
00240             this.specific_name.Name = "specific_name";
00241             this.specific_name.ReadOnly = true;
00242             // 
00243             // isStream
00244             // 
00245             this.isStream.DataPropertyName = "isStream";
00246             this.isStream.HeaderText = "Stream";
00247             this.isStream.Name = "isStream";
00248             // 
00249             // button1
00250             // 
00251             this.button1.Location = new System.Drawing.Point(3, 3);
00252             this.button1.Name = "button1";
00253             this.button1.Size = new System.Drawing.Size(124, 23);
00254             this.button1.TabIndex = 6;
00255             this.button1.Text = "Scan Database";
00256             this.button1.UseVisualStyleBackColor = true;
00257             this.button1.Click += new System.EventHandler(this.OnScanDatabaseClick);
00258             // 
00259             // AnalyzerForm
00260             // 
00261             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00262             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00263             this.ClientSize = new System.Drawing.Size(988, 471);
00264             this.Controls.Add(this.groupBox1);
00265             this.Controls.Add(this.tableLayoutPanel1);
00266             this.Controls.Add(this._scanTable);
00267             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00268             this.Name = "AnalyzerForm";
00269             this.Text = "MySQL Routine Analyzer";
00270             this.tableLayoutPanel1.ResumeLayout(false);
00271             this.tableLayoutPanel1.PerformLayout();
00272             this.panel1.ResumeLayout(false);
00273             this.panel1.PerformLayout();
00274             this.groupBox1.ResumeLayout(false);
00275             this._scanTable.ResumeLayout(false);
00276             ((System.ComponentModel.ISupportInitialize)(this._sprocGrid)).EndInit();
00277             this.ResumeLayout(false);
00278 
00279         }
00280 
00281         #endregion
00282 
00283         private System.Windows.Forms.Button _analyzeBtn;
00284         private System.Windows.Forms.TextBox _login;
00285         private System.Windows.Forms.TextBox _password;
00286         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
00287         private System.Windows.Forms.Label label1;
00288         private System.Windows.Forms.Label label2;
00289         private System.Windows.Forms.Label label3;
00290         private System.Windows.Forms.TextBox _schema;
00291         private System.Windows.Forms.GroupBox groupBox1;
00292         private System.Windows.Forms.RichTextBox _code;
00293         private System.Windows.Forms.Panel panel1;
00294         private System.Windows.Forms.RadioButton _uscriptRadioBtn;
00295         private System.Windows.Forms.RadioButton _cppRadioBtn;
00296         private System.Windows.Forms.RadioButton radioButton1;
00297         private System.Windows.Forms.TableLayoutPanel _scanTable;
00298         private System.Windows.Forms.Button button1;
00299         private System.Windows.Forms.DataGridView _sprocGrid;
00300         private System.Windows.Forms.DataGridViewTextBoxColumn specific_name;
00301         private System.Windows.Forms.DataGridViewCheckBoxColumn isStream;
00302     }
00303 }
00304 

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net