예제 #1
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     this.cb = new Ambertation.Windows.Forms.FlatComboBox();
     this.SuspendLayout();
     //
     // cb
     //
     this.cb.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.cb.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cb.Location              = new System.Drawing.Point(0, 0);
     this.cb.Name                  = "cb";
     this.cb.Size                  = new System.Drawing.Size(150, 21);
     this.cb.TabIndex              = 0;
     this.cb.TextChanged          += new System.EventHandler(this.cb_TextChanged);
     this.cb.SelectedIndexChanged += new System.EventHandler(this.cb_SelectedIndexChanged);
     //
     // ObjectComboBox
     //
     this.Controls.Add(this.cb);
     this.Name = "ObjectComboBox";
     this.Size = new System.Drawing.Size(150, 24);
     this.ResumeLayout(false);
 }
예제 #2
0
 private void cbTask_SelectedIndexChanged(object sender, EventArgs e)
 {
     Ambertation.Windows.Forms.FlatComboBox cb = sender as Ambertation.Windows.Forms.FlatComboBox;
     LastOWAction = cb.SelectedIndex;
 }
예제 #3
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SimpleObjectPreview));
     this.pb          = new System.Windows.Forms.PictureBox();
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.lbName      = new System.Windows.Forms.Label();
     this.lbPrice     = new System.Windows.Forms.Label();
     this.lbAbout     = new System.Windows.Forms.Label();
     this.cbCat       = new Ambertation.Windows.Forms.FlatComboBox();
     this.label5      = new System.Windows.Forms.Label();
     this.lbExpansion = new System.Windows.Forms.Label();
     this.label6      = new System.Windows.Forms.Label();
     this.lbVert      = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pb)).BeginInit();
     this.SuspendLayout();
     //
     // pb
     //
     this.pb.AccessibleDescription = null;
     this.pb.AccessibleName        = null;
     resources.ApplyResources(this.pb, "pb");
     this.pb.BackColor       = System.Drawing.Color.Transparent;
     this.pb.BackgroundImage = null;
     this.pb.Font            = null;
     this.pb.ImageLocation   = null;
     this.pb.Name            = "pb";
     this.pb.TabStop         = false;
     //
     // label1
     //
     this.label1.AccessibleDescription = null;
     this.label1.AccessibleName        = null;
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // label2
     //
     this.label2.AccessibleDescription = null;
     this.label2.AccessibleName        = null;
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // label4
     //
     this.label4.AccessibleDescription = null;
     this.label4.AccessibleName        = null;
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // label3
     //
     this.label3.AccessibleDescription = null;
     this.label3.AccessibleName        = null;
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // lbName
     //
     this.lbName.AccessibleDescription = null;
     this.lbName.AccessibleName        = null;
     resources.ApplyResources(this.lbName, "lbName");
     this.lbName.Font = null;
     this.lbName.Name = "lbName";
     //
     // lbPrice
     //
     this.lbPrice.AccessibleDescription = null;
     this.lbPrice.AccessibleName        = null;
     resources.ApplyResources(this.lbPrice, "lbPrice");
     this.lbPrice.Font = null;
     this.lbPrice.Name = "lbPrice";
     //
     // lbAbout
     //
     this.lbAbout.AccessibleDescription = null;
     this.lbAbout.AccessibleName        = null;
     resources.ApplyResources(this.lbAbout, "lbAbout");
     this.lbAbout.Font = null;
     this.lbAbout.Name = "lbAbout";
     //
     // cbCat
     //
     this.cbCat.AccessibleDescription = null;
     this.cbCat.AccessibleName        = null;
     resources.ApplyResources(this.cbCat, "cbCat");
     this.cbCat.BackgroundImage = null;
     this.cbCat.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbCat.Font            = null;
     this.cbCat.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.cbCat.Name            = "cbCat";
     //
     // label5
     //
     this.label5.AccessibleDescription = null;
     this.label5.AccessibleName        = null;
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // lbExpansion
     //
     this.lbExpansion.AccessibleDescription = null;
     this.lbExpansion.AccessibleName        = null;
     resources.ApplyResources(this.lbExpansion, "lbExpansion");
     this.lbExpansion.Font = null;
     this.lbExpansion.Name = "lbExpansion";
     //
     // label6
     //
     this.label6.AccessibleDescription = null;
     this.label6.AccessibleName        = null;
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // lbVert
     //
     this.lbVert.AccessibleDescription = null;
     this.lbVert.AccessibleName        = null;
     resources.ApplyResources(this.lbVert, "lbVert");
     this.lbVert.Font = null;
     this.lbVert.Name = "lbVert";
     //
     // SimpleObjectPreview
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.BackgroundImage = null;
     this.Controls.Add(this.lbVert);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.lbExpansion);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.cbCat);
     this.Controls.Add(this.lbAbout);
     this.Controls.Add(this.lbName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pb);
     this.Controls.Add(this.lbPrice);
     this.Name = "SimpleObjectPreview";
     ((System.ComponentModel.ISupportInitialize)(this.pb)).EndInit();
     this.ResumeLayout(false);
 }