Abdrimov A
Download 0.73 Mb.
|
C dasturlash tilini orgatuvchi elektron qollanma yaratish
partial class Main { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main)); this.m_MenuMain = new System.Windows.Forms.ToolStripButton(); this.m_MenuText = new System.Windows.Forms.ToolStripButton(); this.m_MenuVideo = new System.Windows.Forms.ToolStripButton(); this.m_MenuText, this.m_MenuVideo, this.m_LUz, this.m_LRu, this.m_MenuFind, this.m_SearchText}); toolStrip1.Location = new System.Drawing.Point(0, 82); toolStrip1.Name = "toolStrip1"; toolStrip1.ShowItemToolTips = false; toolStrip1.Size = new System.Drawing.Size(871, 25); toolStrip1.TabIndex = 5; toolStrip1.Text = "toolStrip1"; // // m_MenuMain // this.m_MenuMain.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.m_MenuMain.Image = ((System.Drawing.Image)(resources.GetObject("m_MenuMain.Image"))); this.m_MenuMain.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_MenuMain.Margin = new System.Windows.Forms.Padding(100, 1, 0, 2); this.m_MenuMain.Name = "m_MenuMain"; this.m_MenuMain.Size = new System.Drawing.Size(82, 22); this.m_MenuMain.Text = "Asosiy Bo\'lim"; this.m_MenuMain.Click += new System.EventHandler(this.toolStripButton2_Click); // // m_MenuText // this.m_MenuText.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.m_MenuText.Image = ((System.Drawing.Image)(resources.GetObject("m_MenuText.Image"))); this.m_MenuText.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_MenuText.Margin = new System.Windows.Forms.Padding(100, 1, 0, 2); this.m_MenuText.Name = "m_MenuText"; this.m_MenuText.Size = new System.Drawing.Size(113, 22); this.m_MenuText.Text = "Matnli ma\'lumotlar"; this.m_MenuText.Click += new System.EventHandler(this.toolStripLabel2_Click); // // m_MenuVideo // this.m_MenuVideo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.m_MenuVideo.Image = ((System.Drawing.Image)(resources.GetObject("m_MenuVideo.Image"))); this.m_MenuVideo.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_MenuVideo.Margin = new System.Windows.Forms.Padding(100, 1, 0, 2); this.m_MenuVideo.Name = "m_MenuVideo"; this.m_MenuVideo.Size = new System.Drawing.Size(72, 22); this.m_MenuVideo.Text = "Video Qism"; this.m_MenuVideo.Click += new System.EventHandler(this.toolStripLabel3_Click); // // m_LUz // this.m_LUz.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.m_LUz.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.m_LUz.Image = ((System.Drawing.Image)(resources.GetObject("m_LUz.Image"))); this.m_LUz.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_LUz.Name = "m_LUz"; this.m_LUz.Size = new System.Drawing.Size(26, 22); this.m_LUz.Text = "UZ"; this.m_LUz.Click += new System.EventHandler(this.m_LRu_Click); // // m_LRu // this.m_LRu.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.m_LRu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.m_LRu.Image = ((System.Drawing.Image)(resources.GetObject("m_LRu.Image"))); this.m_LRu.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_LRu.Name = "m_LRu"; this.m_LRu.Size = new System.Drawing.Size(26, 22); this.m_LRu.Text = "RU"; this.m_LRu.Click += new System.EventHandler(this.m_LRu_Click); // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.button1.Location = new System.Drawing.Point(103, 93); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(54, 27); this.button1.TabIndex = 4; this.button1.Text = "Kirish"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // m_checkDontForget // this.m_checkDontForget.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.m_checkDontForget.AutoSize = true; this.m_checkDontForget.Location = new System.Drawing.Point(9, 97); this.m_checkDontForget.Name = "m_checkDontForget"; this.m_checkDontForget.Size = new System.Drawing.Size(91, 17); this.m_checkDontForget.TabIndex = 7; this.m_checkDontForget.Text = "Esda Saqlash"; Top | System.Windows.Forms.AnchorStyles.Right))); this.linkLabel1.AutoEllipsis = true; this.linkLabel1.AutoSize = true; this.linkLabel1.BackColor = System.Drawing.Color.CornflowerBlue; this.linkLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.linkLabel1.Location = new System.Drawing.Point(715, 403); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(66, 24); this.linkLabel1.TabIndex = 8; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "Tuit.uz"; this.linkLabel1.Click += new System.EventHandler(this.linkLabel3_Click); // // linkLabel2 // this.linkLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.linkLabel2.AutoEllipsis = true; this.linkLabel2.AutoSize = true; this.linkLabel2.BackColor = System.Drawing.Color.CornflowerBlue; this.linkLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.linkLabel2.Location = new System.Drawing.Point(715, 431); this.linkLabel2.Name = "linkLabel2"; this.linkLabel2.Size = new System.Drawing.Size(68, 24); this.linkLabel2.TabIndex = 9; this.linkLabel2.TabStop = true; this.linkLabel2.Text = "Dtm.uz"; this.linkLabel2.Click += new System.EventHandler(this.linkLabel3_Click); // // linkLabel3 // this.linkLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.linkLabel3.AutoEllipsis = true; this.linkLabel3.AutoSize = true; this.linkLabel3.BackColor = System.Drawing.Color.CornflowerBlue; this.linkLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.linkLabel3.Location = new System.Drawing.Point(715, 458); this.linkLabel3.Name = "linkLabel3"; this.linkLabel3.Size = new System.Drawing.Size(100, 24); this.Controls.Add(this.linkLabel3); this.Controls.Add(this.linkLabel2); this.Controls.Add(this.linkLabel1); this.KeyPreview = true; this.Name = "Main"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.Form1_Load); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); (System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.toolStrip2.ResumeLayout(false); this.toolStrip2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox m_Login; private System.Windows.Forms.WebBrowser webBrowser1; private System.Windows.Forms.ToolStripButton m_MenuMain; private System.Windows.Forms.ToolStripButton m_MenuText; private System.Windows.Forms.ToolStripButton m_MenuVideo; private System.Windows.Forms.ToolStripButton m_LUz; private System.Windows.Forms.ToolStripButton m_LRu; private System.Windows.Forms.ToolStripButton m_MenuFind; private System.Windows.Forms.ToolStripTextBox m_SearchText; private System.Windows.Forms.ErrorProvider errorProvider1; private System.Windows.Forms.RichTextBox richTextBox1; private SWFPlayer swfPlayer1; } } Download 0.73 Mb. Do'stlaringiz bilan baham: |
Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©fayllar.org 2024
ma'muriyatiga murojaat qiling
ma'muriyatiga murojaat qiling