prg main 8 designer 8cs source


bazy pro: Plik źródÅ‚owy C:/Users/DANTE/Documents/Visual Studio 2012/Projects/apka/apka/prg_main.Designer.cs $(document).ready(initResizable); $(window).load(resizeHeight); $(document).ready(function() { searchBox.OnSelectItem(0); }); bazy pro var searchBox = new SearchBox("searchBox", "search",false,'Szukaj'); Strona główna Pakiety Klasy Pliki Lista plików $(document).ready(function(){initNavTree('prg__main_8_designer_8cs_source.html','');});  All Klasy Przestrzenie nazw Funkcje prg_main.Designer.cs 1 ïżnamespace apka 2 { 6  partial class apk 7  { 11  private System.ComponentModel.IContainer components = null; 12  17  protected override void Dispose(bool disposing) 18  { 19  if (disposing && (components != null)) 20  { 21  components.Dispose(); 22  } 23  base.Dispose(disposing); 24  } 25  26  #region Windows Form Designer generated code 27  32  private void InitializeComponent() 33  { 34  this.components = new System.ComponentModel.Container(); 35  System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(apk)); 36  this.down = new System.Windows.Forms.Button(); 37  this.button2 = new System.Windows.Forms.Button(); 38  this.button3 = new System.Windows.Forms.Button(); 39  this.button4 = new System.Windows.Forms.Button(); 40  this.label1 = new System.Windows.Forms.Label(); 41  this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); 42  this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); 43  this.showMenuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 44  this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 45  this.contextMenuStrip1.SuspendLayout(); 46  this.SuspendLayout(); 47  // 48  // down 49  // 50  this.down.Location = new System.Drawing.Point(53, 84); 51  this.down.Name = "down"; 52  this.down.Size = new System.Drawing.Size(75, 23); 53  this.down.TabIndex = 0; 54  this.down.Text = "downloader"; 55  this.down.UseVisualStyleBackColor = true; 56  this.down.Click += new System.EventHandler(this.down_Click); 57  // 58  // button2 59  // 60  this.button2.Location = new System.Drawing.Point(152, 84); 61  this.button2.Name = "button2"; 62  this.button2.Size = new System.Drawing.Size(75, 23); 63  this.button2.TabIndex = 1; 64  this.button2.Text = "mplay"; 65  this.button2.UseVisualStyleBackColor = true; 66  this.button2.Click += new System.EventHandler(this.button2_Click); 67  // 68  // button3 69  // 70  this.button3.Location = new System.Drawing.Point(152, 143); 71  this.button3.Name = "button3"; 72  this.button3.Size = new System.Drawing.Size(75, 23); 73  this.button3.TabIndex = 2; 74  this.button3.Text = "web browser"; 75  this.button3.UseVisualStyleBackColor = true; 76  this.button3.Click += new System.EventHandler(this.button3_Click); 77  // 78  // button4 79  // 80  this.button4.Location = new System.Drawing.Point(53, 143); 81  this.button4.Name = "button4"; 82  this.button4.Size = new System.Drawing.Size(75, 23); 83  this.button4.TabIndex = 3; 84  this.button4.Text = "keycode"; 85  this.button4.UseVisualStyleBackColor = true; 86  this.button4.Click += new System.EventHandler(this.button4_Click); 87  // 88  // label1 89  // 90  this.label1.AutoSize = true; 91  this.label1.Font = new System.Drawing.Font("Impact", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 92  this.label1.Location = new System.Drawing.Point(13, 22); 93  this.label1.Name = "label1"; 94  this.label1.Size = new System.Drawing.Size(254, 25); 95  this.label1.TabIndex = 4; 96  this.label1.Text = "PRESS THE BUTTON TO RUN APP"; 97  // 98  // notifyIcon1 99  // 100  this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; 101  this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); 102  this.notifyIcon1.Text = "tray"; 103  this.notifyIcon1.Visible = true; 104  this.notifyIcon1.Click += new System.EventHandler(this.notifyIcon1_Click); 105  // 106  // contextMenuStrip1 107  // 108  this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 109  this.showMenuToolStripMenuItem, 110  this.exitToolStripMenuItem}); 111  this.contextMenuStrip1.Name = "contextMenuStrip1"; 112  this.contextMenuStrip1.Size = new System.Drawing.Size(138, 48); 113  // 114  // showMenuToolStripMenuItem 115  // 116  this.showMenuToolStripMenuItem.Name = "showMenuToolStripMenuItem"; 117  this.showMenuToolStripMenuItem.Size = new System.Drawing.Size(137, 22); 118  this.showMenuToolStripMenuItem.Text = "Show menu"; 119  // 120  // exitToolStripMenuItem 121  // 122  this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; 123  this.exitToolStripMenuItem.Size = new System.Drawing.Size(137, 22); 124  this.exitToolStripMenuItem.Text = "Exit"; 125  // 126  // apk 127  // 128  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 129  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 130  this.ClientSize = new System.Drawing.Size(284, 195); 131  this.Controls.Add(this.label1); 132  this.Controls.Add(this.button4); 133  this.Controls.Add(this.button3); 134  this.Controls.Add(this.button2); 135  this.Controls.Add(this.down); 136  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 137  this.Name = "apk"; 138  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 139  this.Text = "MAIN"; 140  this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.apk_FormClosing); 141  this.Load += new System.EventHandler(this.apk_Load); 142  this.contextMenuStrip1.ResumeLayout(false); 143  this.ResumeLayout(false); 144  this.PerformLayout(); 145  146  } 147  148  #endregion 149  153  private System.Windows.Forms.Button down; 157  private System.Windows.Forms.Button button2; 161  private System.Windows.Forms.Button button3; 165  private System.Windows.Forms.Button button4; 169  private System.Windows.Forms.Label label1; 173  private System.Windows.Forms.NotifyIcon notifyIcon1; 177  private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; 181  private System.Windows.Forms.ToolStripMenuItem showMenuToolStripMenuItem; 185  private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; 186  187  } 188 } 189  UsersDANTEDocumentsVisual Studio 2012Projectsapkaapkaprg_main.Designer.cs Wygenerowano Cz, 7 mar 2013 12:55:51 dla bazy pro programem 1.8.3.1

Wyszukiwarka

Podobne podstrony:
prg main?s source
source30
Matrix3?pp source
main
katalog okrywowe atrakcjaplclematis main
Thread?pp source
arm biquad ?scade ?1 ?st q31? source
arm conv ?2? source
arm mat mult q15? source
katalog powojniki grupy heracleifoliaenclematis main
facultyProfile main
Resource 8inl source
arm fir lattice init q31? source
rosliny zastosowania pojemnikienclematis main

więcej podobnych podstron