📄 posting.cs
字号:
this.ultraLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this.ultraLabel2.Location = new System.Drawing.Point(8, 7);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(85, 16);
this.ultraLabel2.TabIndex = 75;
this.ultraLabel2.Text = "Posting Type";
//
// ultraCheckEditor1
//
this.ultraCheckEditor1.FlatMode = true;
this.ultraCheckEditor1.Location = new System.Drawing.Point(263, 4);
this.ultraCheckEditor1.Name = "ultraCheckEditor1";
this.ultraCheckEditor1.Size = new System.Drawing.Size(85, 20);
this.ultraCheckEditor1.TabIndex = 77;
this.ultraCheckEditor1.Text = "Posted";
//
// ultraLabel4
//
this.ultraLabel4.Location = new System.Drawing.Point(8, 101);
this.ultraLabel4.Name = "ultraLabel4";
this.ultraLabel4.Size = new System.Drawing.Size(85, 16);
this.ultraLabel4.TabIndex = 78;
this.ultraLabel4.Text = "Job Site";
//
// ultraCombo3
//
this.ultraCombo3.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
this.ultraCombo3.DisplayMember = "";
this.ultraCombo3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraCombo3.Location = new System.Drawing.Point(104, 100);
this.ultraCombo3.Name = "ultraCombo3";
this.ultraCombo3.Size = new System.Drawing.Size(145, 21);
this.ultraCombo3.TabIndex = 79;
this.ultraCombo3.Text = "Type or Select...";
this.ultraCombo3.ValueMember = "";
//
// ultraLabel5
//
this.ultraLabel5.Location = new System.Drawing.Point(263, 31);
this.ultraLabel5.Name = "ultraLabel5";
this.ultraLabel5.Size = new System.Drawing.Size(85, 16);
this.ultraLabel5.TabIndex = 80;
this.ultraLabel5.Text = "Post From";
//
// ultraLabel6
//
this.ultraLabel6.Location = new System.Drawing.Point(263, 55);
this.ultraLabel6.Name = "ultraLabel6";
this.ultraLabel6.Size = new System.Drawing.Size(85, 16);
this.ultraLabel6.TabIndex = 81;
this.ultraLabel6.Text = "Post To";
//
// ultraCheckEditor2
//
this.ultraCheckEditor2.FlatMode = true;
this.ultraCheckEditor2.Location = new System.Drawing.Point(263, 79);
this.ultraCheckEditor2.Name = "ultraCheckEditor2";
this.ultraCheckEditor2.Size = new System.Drawing.Size(85, 20);
this.ultraCheckEditor2.TabIndex = 82;
this.ultraCheckEditor2.Text = "Notified";
//
// ultraButton1
//
this.ultraButton1.Location = new System.Drawing.Point(263, 100);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.Size = new System.Drawing.Size(88, 23);
this.ultraButton1.TabIndex = 83;
this.ultraButton1.Text = "Attachment...";
//
// ultraTextEditor3
//
this.ultraTextEditor3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraTextEditor3.Location = new System.Drawing.Point(104, 132);
this.ultraTextEditor3.Multiline = true;
this.ultraTextEditor3.Name = "ultraTextEditor3";
this.ultraTextEditor3.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
this.ultraTextEditor3.Size = new System.Drawing.Size(352, 56);
this.ultraTextEditor3.TabIndex = 84;
//
// ultraLabel8
//
this.ultraLabel8.Location = new System.Drawing.Point(8, 134);
this.ultraLabel8.Name = "ultraLabel8";
this.ultraLabel8.Size = new System.Drawing.Size(85, 16);
this.ultraLabel8.TabIndex = 85;
this.ultraLabel8.Text = "Comment";
//
// ultraDateTimeEditor1
//
this.ultraDateTimeEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraDateTimeEditor1.Location = new System.Drawing.Point(368, 28);
this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
this.ultraDateTimeEditor1.Size = new System.Drawing.Size(88, 21);
this.ultraDateTimeEditor1.TabIndex = 86;
//
// ultraDateTimeEditor2
//
this.ultraDateTimeEditor2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraDateTimeEditor2.Location = new System.Drawing.Point(368, 52);
this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2";
this.ultraDateTimeEditor2.Size = new System.Drawing.Size(88, 21);
this.ultraDateTimeEditor2.TabIndex = 87;
//
// ultraDateTimeEditor3
//
this.ultraDateTimeEditor3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraDateTimeEditor3.Location = new System.Drawing.Point(368, 76);
this.ultraDateTimeEditor3.Name = "ultraDateTimeEditor3";
this.ultraDateTimeEditor3.Size = new System.Drawing.Size(88, 21);
this.ultraDateTimeEditor3.TabIndex = 88;
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.ultraButton2);
this.ultraGroupBox1.Controls.Add(this.ultraButton3);
this.ultraGroupBox1.Location = new System.Drawing.Point(-8, 192);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(480, 47);
this.ultraGroupBox1.SupportThemes = false;
this.ultraGroupBox1.TabIndex = 89;
//
// ultraButton2
//
this.ultraButton2.Location = new System.Drawing.Point(312, 8);
this.ultraButton2.Name = "ultraButton2";
this.ultraButton2.TabIndex = 1;
this.ultraButton2.Text = "&OK";
//
// ultraButton3
//
this.ultraButton3.Location = new System.Drawing.Point(392, 8);
this.ultraButton3.Name = "ultraButton3";
this.ultraButton3.TabIndex = 0;
this.ultraButton3.Text = "&Cancel";
//
// LCAPosting
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(462, 229);
this.Controls.Add(this.ultraGroupBox1);
this.Controls.Add(this.ultraDateTimeEditor3);
this.Controls.Add(this.ultraDateTimeEditor2);
this.Controls.Add(this.ultraDateTimeEditor1);
this.Controls.Add(this.ultraLabel8);
this.Controls.Add(this.ultraTextEditor3);
this.Controls.Add(this.ultraButton1);
this.Controls.Add(this.ultraCheckEditor2);
this.Controls.Add(this.ultraLabel6);
this.Controls.Add(this.ultraLabel5);
this.Controls.Add(this.ultraCombo3);
this.Controls.Add(this.ultraLabel4);
this.Controls.Add(this.ultraCheckEditor1);
this.Controls.Add(this.ultraCombo2);
this.Controls.Add(this.ultraLabel2);
this.Controls.Add(this.ultraCombo1);
this.Controls.Add(this.ultraLabel1);
this.Controls.Add(this.ultraCombo5);
this.Controls.Add(this.ultraLabel7);
this.Controls.Add(this.ultraCombo4);
this.Controls.Add(this.ultraLabel3);
this.Name = "LCAPosting";
this.Text = "Posting";
((System.ComponentModel.ISupportInitialize)(this.ultraCombo4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private void ultraLabel7_Click(object sender, System.EventArgs e)
{
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -