UIContactTask.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. namespace DataManager
  2. {
  3. partial class frmContactTask
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btnSaveTask = new System.Windows.Forms.Button();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.grdCompany = new System.Windows.Forms.DataGridView();
  31. this.btnCompanySearch = new System.Windows.Forms.Button();
  32. this.dtpFollowUpDate = new System.Windows.Forms.DateTimePicker();
  33. this.dtpTaskDate = new System.Windows.Forms.DateTimePicker();
  34. this.txtMemo = new System.Windows.Forms.TextBox();
  35. this.label7 = new System.Windows.Forms.Label();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.cmbIsValid = new System.Windows.Forms.ComboBox();
  38. this.cmbPriority = new System.Windows.Forms.ComboBox();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.cmbTaskType = new System.Windows.Forms.ComboBox();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.txtCompanyShortName = new System.Windows.Forms.TextBox();
  45. this.label1 = new System.Windows.Forms.Label();
  46. this.btnDelTask = new System.Windows.Forms.Button();
  47. this.panel1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.grdCompany)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // btnSaveTask
  52. //
  53. this.btnSaveTask.Location = new System.Drawing.Point(529, 318);
  54. this.btnSaveTask.Name = "btnSaveTask";
  55. this.btnSaveTask.Size = new System.Drawing.Size(75, 28);
  56. this.btnSaveTask.TabIndex = 1;
  57. this.btnSaveTask.Text = "保 存";
  58. this.btnSaveTask.UseVisualStyleBackColor = true;
  59. this.btnSaveTask.Click += new System.EventHandler(this.btnSaveTask_Click);
  60. //
  61. // panel1
  62. //
  63. this.panel1.BackColor = System.Drawing.SystemColors.ControlLight;
  64. this.panel1.Controls.Add(this.grdCompany);
  65. this.panel1.Controls.Add(this.btnCompanySearch);
  66. this.panel1.Controls.Add(this.dtpFollowUpDate);
  67. this.panel1.Controls.Add(this.dtpTaskDate);
  68. this.panel1.Controls.Add(this.txtMemo);
  69. this.panel1.Controls.Add(this.label7);
  70. this.panel1.Controls.Add(this.label6);
  71. this.panel1.Controls.Add(this.cmbIsValid);
  72. this.panel1.Controls.Add(this.cmbPriority);
  73. this.panel1.Controls.Add(this.label5);
  74. this.panel1.Controls.Add(this.label4);
  75. this.panel1.Controls.Add(this.label3);
  76. this.panel1.Controls.Add(this.cmbTaskType);
  77. this.panel1.Controls.Add(this.label2);
  78. this.panel1.Controls.Add(this.txtCompanyShortName);
  79. this.panel1.Controls.Add(this.label1);
  80. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  81. this.panel1.Location = new System.Drawing.Point(0, 0);
  82. this.panel1.Name = "panel1";
  83. this.panel1.Size = new System.Drawing.Size(643, 291);
  84. this.panel1.TabIndex = 2;
  85. //
  86. // grdCompany
  87. //
  88. this.grdCompany.AllowUserToAddRows = false;
  89. this.grdCompany.AllowUserToDeleteRows = false;
  90. this.grdCompany.AllowUserToResizeRows = false;
  91. this.grdCompany.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  92. this.grdCompany.ColumnHeadersVisible = false;
  93. this.grdCompany.ImeMode = System.Windows.Forms.ImeMode.Off;
  94. this.grdCompany.Location = new System.Drawing.Point(100, 104);
  95. this.grdCompany.Name = "grdCompany";
  96. this.grdCompany.ReadOnly = true;
  97. this.grdCompany.RowHeadersVisible = false;
  98. this.grdCompany.RowTemplate.Height = 23;
  99. this.grdCompany.Size = new System.Drawing.Size(240, 150);
  100. this.grdCompany.TabIndex = 16;
  101. this.grdCompany.Visible = false;
  102. this.grdCompany.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdCompany_CellContentClick);
  103. //
  104. // btnCompanySearch
  105. //
  106. this.btnCompanySearch.BackColor = System.Drawing.Color.SkyBlue;
  107. this.btnCompanySearch.Location = new System.Drawing.Point(296, 74);
  108. this.btnCompanySearch.Name = "btnCompanySearch";
  109. this.btnCompanySearch.Size = new System.Drawing.Size(60, 25);
  110. this.btnCompanySearch.TabIndex = 4;
  111. this.btnCompanySearch.Text = "搜";
  112. this.btnCompanySearch.UseVisualStyleBackColor = false;
  113. this.btnCompanySearch.Click += new System.EventHandler(this.btnCompanySearch_Click);
  114. //
  115. // dtpFollowUpDate
  116. //
  117. this.dtpFollowUpDate.Location = new System.Drawing.Point(483, 125);
  118. this.dtpFollowUpDate.Name = "dtpFollowUpDate";
  119. this.dtpFollowUpDate.Size = new System.Drawing.Size(121, 23);
  120. this.dtpFollowUpDate.TabIndex = 15;
  121. //
  122. // dtpTaskDate
  123. //
  124. this.dtpTaskDate.Location = new System.Drawing.Point(483, 25);
  125. this.dtpTaskDate.Name = "dtpTaskDate";
  126. this.dtpTaskDate.Size = new System.Drawing.Size(121, 23);
  127. this.dtpTaskDate.TabIndex = 14;
  128. //
  129. // txtMemo
  130. //
  131. this.txtMemo.Location = new System.Drawing.Point(100, 175);
  132. this.txtMemo.Multiline = true;
  133. this.txtMemo.Name = "txtMemo";
  134. this.txtMemo.Size = new System.Drawing.Size(504, 90);
  135. this.txtMemo.TabIndex = 13;
  136. //
  137. // label7
  138. //
  139. this.label7.AutoSize = true;
  140. this.label7.Location = new System.Drawing.Point(33, 178);
  141. this.label7.Name = "label7";
  142. this.label7.Size = new System.Drawing.Size(32, 17);
  143. this.label7.TabIndex = 12;
  144. this.label7.Text = "备注";
  145. //
  146. // label6
  147. //
  148. this.label6.AutoSize = true;
  149. this.label6.Location = new System.Drawing.Point(411, 129);
  150. this.label6.Name = "label6";
  151. this.label6.Size = new System.Drawing.Size(44, 17);
  152. this.label6.TabIndex = 10;
  153. this.label6.Text = "跟进日";
  154. //
  155. // cmbIsValid
  156. //
  157. this.cmbIsValid.FormattingEnabled = true;
  158. this.cmbIsValid.Location = new System.Drawing.Point(100, 125);
  159. this.cmbIsValid.Name = "cmbIsValid";
  160. this.cmbIsValid.Size = new System.Drawing.Size(121, 25);
  161. this.cmbIsValid.TabIndex = 9;
  162. //
  163. // cmbPriority
  164. //
  165. this.cmbPriority.FormattingEnabled = true;
  166. this.cmbPriority.Location = new System.Drawing.Point(483, 75);
  167. this.cmbPriority.Name = "cmbPriority";
  168. this.cmbPriority.Size = new System.Drawing.Size(121, 25);
  169. this.cmbPriority.TabIndex = 8;
  170. //
  171. // label5
  172. //
  173. this.label5.AutoSize = true;
  174. this.label5.Location = new System.Drawing.Point(411, 78);
  175. this.label5.Name = "label5";
  176. this.label5.Size = new System.Drawing.Size(44, 17);
  177. this.label5.TabIndex = 7;
  178. this.label5.Text = "优先级";
  179. //
  180. // label4
  181. //
  182. this.label4.AutoSize = true;
  183. this.label4.Location = new System.Drawing.Point(33, 129);
  184. this.label4.Name = "label4";
  185. this.label4.Size = new System.Drawing.Size(32, 17);
  186. this.label4.TabIndex = 6;
  187. this.label4.Text = "状态";
  188. //
  189. // label3
  190. //
  191. this.label3.AutoSize = true;
  192. this.label3.Location = new System.Drawing.Point(411, 29);
  193. this.label3.Name = "label3";
  194. this.label3.Size = new System.Drawing.Size(32, 17);
  195. this.label3.TabIndex = 4;
  196. this.label3.Text = "日期";
  197. //
  198. // cmbTaskType
  199. //
  200. this.cmbTaskType.FormattingEnabled = true;
  201. this.cmbTaskType.Location = new System.Drawing.Point(100, 25);
  202. this.cmbTaskType.Name = "cmbTaskType";
  203. this.cmbTaskType.Size = new System.Drawing.Size(121, 25);
  204. this.cmbTaskType.TabIndex = 3;
  205. //
  206. // label2
  207. //
  208. this.label2.AutoSize = true;
  209. this.label2.Location = new System.Drawing.Point(33, 78);
  210. this.label2.Name = "label2";
  211. this.label2.Size = new System.Drawing.Size(32, 17);
  212. this.label2.TabIndex = 2;
  213. this.label2.Text = "公司";
  214. //
  215. // txtCompanyShortName
  216. //
  217. this.txtCompanyShortName.Location = new System.Drawing.Point(100, 75);
  218. this.txtCompanyShortName.Name = "txtCompanyShortName";
  219. this.txtCompanyShortName.Size = new System.Drawing.Size(197, 23);
  220. this.txtCompanyShortName.TabIndex = 1;
  221. //
  222. // label1
  223. //
  224. this.label1.AutoSize = true;
  225. this.label1.Location = new System.Drawing.Point(33, 29);
  226. this.label1.Name = "label1";
  227. this.label1.Size = new System.Drawing.Size(32, 17);
  228. this.label1.TabIndex = 0;
  229. this.label1.Text = "任务";
  230. //
  231. // btnDelTask
  232. //
  233. this.btnDelTask.Location = new System.Drawing.Point(36, 318);
  234. this.btnDelTask.Name = "btnDelTask";
  235. this.btnDelTask.Size = new System.Drawing.Size(75, 28);
  236. this.btnDelTask.TabIndex = 3;
  237. this.btnDelTask.Text = "删 除";
  238. this.btnDelTask.UseVisualStyleBackColor = true;
  239. //
  240. // frmContactTask
  241. //
  242. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  243. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  244. this.ClientSize = new System.Drawing.Size(643, 362);
  245. this.Controls.Add(this.btnDelTask);
  246. this.Controls.Add(this.panel1);
  247. this.Controls.Add(this.btnSaveTask);
  248. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.Margin = new System.Windows.Forms.Padding(4);
  250. this.Name = "frmContactTask";
  251. this.Text = "联系任务";
  252. this.panel1.ResumeLayout(false);
  253. this.panel1.PerformLayout();
  254. ((System.ComponentModel.ISupportInitialize)(this.grdCompany)).EndInit();
  255. this.ResumeLayout(false);
  256. }
  257. #endregion
  258. private System.Windows.Forms.Button btnSaveTask;
  259. private System.Windows.Forms.Panel panel1;
  260. private System.Windows.Forms.Label label3;
  261. private System.Windows.Forms.ComboBox cmbTaskType;
  262. private System.Windows.Forms.Label label2;
  263. private System.Windows.Forms.TextBox txtCompanyShortName;
  264. private System.Windows.Forms.Label label1;
  265. private System.Windows.Forms.Label label6;
  266. private System.Windows.Forms.ComboBox cmbIsValid;
  267. private System.Windows.Forms.ComboBox cmbPriority;
  268. private System.Windows.Forms.Label label5;
  269. private System.Windows.Forms.Label label4;
  270. private System.Windows.Forms.TextBox txtMemo;
  271. private System.Windows.Forms.Label label7;
  272. private System.Windows.Forms.Button btnDelTask;
  273. private System.Windows.Forms.DateTimePicker dtpFollowUpDate;
  274. private System.Windows.Forms.DateTimePicker dtpTaskDate;
  275. private System.Windows.Forms.Button btnCompanySearch;
  276. private System.Windows.Forms.DataGridView grdCompany;
  277. }
  278. }