Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Modules.ExpertProcessingMethods.Ranking ranking2 = new Modules.ExpertProcessingMethods.Ranking();
     this.button1   = new System.Windows.Forms.Button();
     this.button2   = new System.Windows.Forms.Button();
     this.panel1    = new System.Windows.Forms.Panel();
     this.label1    = new System.Windows.Forms.Label();
     this.rankView1 = new Modules.ExpertProcessingMethods.RankView();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.button1.Location                = new System.Drawing.Point(27, 247);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(75, 23);
     this.button1.TabIndex                = 1;
     this.button1.Text                    = "OK";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.button2.Location                = new System.Drawing.Point(108, 247);
     this.button2.Name                    = "button2";
     this.button2.Size                    = new System.Drawing.Size(75, 23);
     this.button2.TabIndex                = 2;
     this.button2.Text                    = "Cancel";
     this.button2.UseVisualStyleBackColor = true;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.AutoScroll  = true;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.rankView1);
     this.panel1.Location = new System.Drawing.Point(12, 48);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(171, 182);
     this.panel1.TabIndex = 3;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Location = new System.Drawing.Point(9, 5);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(174, 40);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Використовуйте перетаскування мишкою для зміни ранжування";
     //
     // rankView1
     //
     this.rankView1.Location   = new System.Drawing.Point(3, 3);
     this.rankView1.Name       = "rankView1";
     this.rankView1.Size       = new System.Drawing.Size(21, 1);
     this.rankView1.TabIndex   = 4;
     ranking2.Strict           = false;
     this.rankView1.TheRanking = ranking2;
     //
     // RankForm
     //
     this.AcceptButton        = this.button1;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.button2;
     this.ClientSize          = new System.Drawing.Size(195, 273);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "RankForm";
     this.ShowIcon    = false;
     this.Text        = "Ранжування";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RankForm));
     Modules.ExpertProcessingMethods.Ranking        ranking1  = new Modules.ExpertProcessingMethods.Ranking();
     this.button1   = new System.Windows.Forms.Button();
     this.button2   = new System.Windows.Forms.Button();
     this.panel1    = new System.Windows.Forms.Panel();
     this.rankView1 = new Modules.ExpertProcessingMethods.RankView();
     this.label1    = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.button1.Name                    = "button1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.button2.Name                    = "button2";
     this.button2.UseVisualStyleBackColor = true;
     //
     // panel1
     //
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.rankView1);
     this.panel1.Name = "panel1";
     //
     // rankView1
     //
     resources.ApplyResources(this.rankView1, "rankView1");
     this.rankView1.Name       = "rankView1";
     ranking1.Marks            = new double[0];
     ranking1.Order            = ((System.Collections.ArrayList)(resources.GetObject("ranking1.Order")));
     ranking1.Strict           = false;
     this.rankView1.TheRanking = ranking1;
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // RankForm
     //
     this.AcceptButton = this.button1;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton  = this.button2;
     this.Controls.Add(this.label1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "RankForm";
     this.ShowIcon    = false;
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }